[odc] Daily src changes for 2005-09-06

ODC auto at squish.net
Wed Sep 7 08:00:37 BST 2005


OpenBSD src changes summary for 2005-09-06
==========================================

bin/ps                                  lib/libc
regress/usr.bin                         sbin/restore
share/man                               sys/arch/hp300/dev
sys/arch/hp300/stand/common             sys/arch/hppa/dev
sys/arch/luna88k/conf                   sys/arch/m88k/include
sys/arch/m88k/m88k                      sys/arch/mvme88k/conf
sys/arch/mvme88k/mvme88k                sys/ddb
sys/dev/ic                              sys/dev/microcode
sys/dev/pci                             sys/ufs/ffs
usr.bin/calendar                        usr.bin/cvs
usr.bin/file                            usr.bin/fstat
usr.bin/jot                             usr.bin/m4
usr.bin/netstat                         usr.bin/systat
usr.bin/top                             usr.bin/vmstat
usr.sbin/iostat                         usr.sbin/mrinfo
usr.sbin/ntpd                           usr.sbin/pstat

== bin =============================================================== 01/08 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/bin

ps

  ~ ps.1                                  

  > make some of the stat utility pages reference each other;
  > idea from a mail to misc@ from simon dassow; (jmc@)

== lib =============================================================== 02/08 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/lib

libc

  ~ sys/sigaction.2                       

  > take some .Fd out of a literal block;
  > from juha erkkila; (jmc@)

== regress =========================================================== 03/08 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/regress

usr.bin

  ~ m4/Makefile                           ~ m4/quotes.m4
  ~ m4/quotes.out                         + m4/comments.m4
  + m4/comments.out                       + m4/reconstitute
  + m4/synch1.m4                          + m4/synch1.out
  + m4/synch1bis.out                      

  > finally make our m4 SusV3-compliant.
  > - changecom and changequote have a simple definition (that matches gnu-m4,
  > coincidentally, so we no longer need two distinct modes for these)
  > - off-by-one bug in -s, this finally works.
  > - reorder main parser loop, so that we can use alphabetic constructs in
  > quotes/comments.
  > - rename putback to pushback, this matches comments, and makes more sense.
  > - more uniform (and updated) description of changequote/changecom.
  > - new, systematic regression tests of comments/quotes.
  > - framework to test -s: one perl script to reconstitute `full' files with
  > all line numbers, so that we can verify the output without needing a
  > complete match.
  > okay otto@, fries@ (espie@)

== sbin ============================================================== 04/08 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sbin

restore

  ~ restore.8                             

  > document `what' from interactive mode: from ely petty;
  > kill an unneeded .Pp whilst here; (jmc@)

== share ============================================================= 05/08 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/share

man

  ~ man9/sleep.9                          

  > correct include for SYNOPSIS section...
  > this diff is from iru aka muzgo, via pedro@, and ok art@ too; (jmc@)

  ~ man5/bsd.port.mk.5                    

  > remove trailing whitespace; (jmc@)

  ~ man4/sk.4                             

  > better word order; (jmc@)

== sys =============================================================== 06/08 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sys

arch/hp300/dev

  ~ hd.c                                  

  > anomoly -> anomaly (miod@)

arch/hp300/stand/common

  ~ hd.c                                  

  > anomoly -> anomaly (miod@)

arch/hppa/dev

  ~ cpudevs                               

  > add proj namesand those more modern cpus we do not have ids for yet
  > (mickey@)

  ~ cpudevs.h                             ~ cpudevs_data.h

  > regen (mickey@)

  ~ dino.c                                

  > fix two conf space related hw erratas; dino-moh-humm (mickey@)

arch/luna88k/conf

  ~ GENERIC                               ~ RAMDISK

  > Remove misleading NCPUS (hardcoded) option. From the SMP tree. (miod@)

arch/m88k/include

  ~ endian.h                              ~ intr.h
  ~ kcore.h                               

  > MVME88K -> M88K in include file guard symbols. No functional changes.
  > (miod@)

arch/m88k/m88k

  ~ pmap.c                                

  > Remove misleading NCPUS (hardcoded) option. From the SMP tree. (miod@)

  ~ db_disasm.c                           

  > Correct control registers descriptive names for 88110. (miod@)

arch/mvme88k/conf

  ~ GENERIC                               ~ M188
  ~ M197                                  ~ Makefile.mvme88k
  ~ RAMDISK                               

  > Remove misleading NCPUS (hardcoded) option. From the SMP tree. (miod@)

arch/mvme88k/mvme88k

  ~ m188_machdep.c                        

  > Do not depend on MAX_CPUS being 4. (miod@)

  ~ m88110.c                              

  > Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmap
  > so much happy. (miod@)

ddb

  ~ db_run.c                              

  > Remove old m88k workaround, now that we have SET_PC_REGS(). (miod@)

dev/ic

  ~ advlib.c                              

  > Step two: use advmcode* in their new location.
  > Requested by deraadt@ a while ago. (krw@)

  - advmcode.c                            - advmcode.h

  > Step three: remove now unused advmcode*.
  > Requested by deraadt@ a while ago. (krw@)

dev/microcode

  + adw/advmcode.c                        + adw/advmcode.h

  > First step in moving advmcode* from dev/ic to dev/microcode/adw.
  > Requested by deraadt@ a while ago. (krw@)

dev/pci

  ~ if_de.c                               ~ if_devar.h

  > another round of removing ifdef crud from this driver.
  > ok krw@ martin@ (brad@)

  ~ files.pci                             

  > Step two: use advmcode* in their new location.
  > Requested by deraadt@ a while ago. (krw@)

  ~ if_de.c                               ~ if_devar.h

  > - fix up the ioctl handler and make it use ether_ioctl() too
  > - remove more unused code
  > - remove some of the macros to make this more readable
  > ok krw@ (brad@)

  ~ hifn7751reg.h                         

  > typo (jolan@)

ufs/ffs

  ~ ffs_alloc.c                           

  > Describe the steps involved in allocating a new inode and space the code
  > a bit, to improve readability. Okay krw@ and art@, input from deraadt@
  > and jmc at .edro@)

  ~ ffs_softdep.c                         

  > Enforce splbio() while traversing the worklist in
  > softdep_disk_io_initiation(). Testing by dtucker@ and krw@, okay
  > deraadt@ long ago. (pedro@)

== usr.bin =========================================================== 07/08 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin

calendar

  ~ calendars/calendar.judaic             

  > reoder to start at new year and fix a couple of entries (mickey@)

  ~ calendars/calendar.history            

  > add solidarnosc (mickey@)

  ~ calendars/calendar.birthday           

  > add robert moog (mickey@)

cvs

  ~ cvs.h                                 ~ entries.c
  ~ file.c                                

  > Make sure entries do not go away when we run through them in the file code.
  > Fixes corrupt Entry files.
  > Problem found by Mike Pechkin, thanks. (joris@)

  ~ entries.c                             ~ file.c
  ~ remove.c                              

  > more bits for the local remove command support; OK joris at .sa@)

file

  ~ magdir/audio                          

  > recognize flac format; from netbsd via
  > Okan Demirmen <okan at demirmen.como tech@; deraadt@ ok. (fgsch@)

fstat

  ~ fstat.1                               

  > make some of the stat utility pages reference each other;
  > idea from a mail to misc@ from simon dassow; (jmc@)

jot

  ~ jot.1                                 

  > Fix example that uses rs(1) (millert@)

m4

  ~ eval.c                                ~ extern.h
  ~ m4.1                                  ~ main.c
  ~ misc.c                                

  > finally make our m4 SusV3-compliant.
  > - changecom and changequote have a simple definition (that matches gnu-m4,
  > coincidentally, so we no longer need two distinct modes for these)
  > - off-by-one bug in -s, this finally works.
  > - reorder main parser loop, so that we can use alphabetic constructs in
  > quotes/comments.
  > - rename putback to pushback, this matches comments, and makes more sense.
  > - more uniform (and updated) description of changequote/changecom.
  > - new, systematic regression tests of comments/quotes.
  > - framework to test -s: one perl script to reconstitute `full' files with
  > all line numbers, so that we can verify the output without needing a
  > complete match.
  > okay otto@, fries@ (espie@)

  ~ m4.1                                  

  > less diff in -g/not -g.
  > mentioned by otto@ (espie@)

netstat

  ~ netstat.1                             

  > make some of the stat utility pages reference each other;
  > idea from a mail to misc@ from simon dassow; (jmc@)

systat

  ~ systat.1                              

  > make some of the stat utility pages reference each other;
  > idea from a mail to misc@ from simon dassow; (jmc@)

top

  ~ top.1                                 

  > make some of the stat utility pages reference each other;
  > idea from a mail to misc@ from simon dassow; (jmc@)

  ~ top.1                                 

  > pesky comma; (jmc@)

vmstat

  ~ vmstat.8                              

  > make some of the stat utility pages reference each other;
  > idea from a mail to misc@ from simon dassow; (jmc@)

== usr.sbin ========================================================== 08/08 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

iostat

  ~ iostat.8                              

  > make some of the stat utility pages reference each other;
  > idea from a mail to misc@ from simon dassow; (jmc@)

mrinfo

  ~ mrinfo.8                              

  > some grammar fixes from simon morgan;
  > fixes pr #4491 (jmc@)

  ~ mrinfo.8                              

  > new sentence, new line...and generally just start new lines in sane places;
  > while here, a little macro cleanup. (jmc@)

ntpd

  ~ ntpd.c                                

  > when running ntpd with "-s" as it's argument from /etc/rc.conf, make sure
  > the
  > output goes to syslog and not console by moving around log_init
  > OK henning@, markus@ and mblamer@ (wvdputte@)

pstat

  ~ pstat.8                               

  > make some of the stat utility pages reference each other;
  > idea from a mail to misc@ from simon dassow; (jmc@)

  ~ pstat.8                               

  > comment out .Xr to strip(4), a page which does not get installed;
  > while here, make the list item a bit better grammatically. (jmc@)

===============================================================================



More information about the odc mailing list