[odc] Daily src changes for 2005-12-20

ODC auto at squish.net
Wed Dec 21 07:00:38 GMT 2005


OpenBSD src changes summary for 2005-12-20
==========================================

bin/md5                                 distrib/sets
games/fortune                           include/arpa/nameser.h
lib/libevent                            sbin/isakmpd
share/man                               sys/arch/arm/arm
sys/arch/arm/include                    sys/arch/arm/xscale
sys/arch/m88k/include                   sys/arch/macppc/conf
sys/arch/macppc/dev                     sys/arch/mips64/include
sys/arch/mips64/mips64                  sys/arch/sgi/localbus
sys/arch/sgi/sgi                        sys/arch/sparc64/dev
sys/arch/vax/include                    sys/arch/zaurus/conf
sys/arch/zaurus/dev                     sys/dev/i2c
sys/dev/pci                             sys/netinet
usr.bin/cvs                             usr.bin/kdump
usr.bin/mg                              usr.bin/rcs
usr.bin/ssh                             usr.sbin/rtadvd

== bin =============================================================== 01/10 ==

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

md5

  ~ md5.c                                 

  > Make "cksum -c" grok checklists generated with cksum, sum and sysvsum.
  > OK deraadt@ (millert@)

== distrib =========================================================== 02/10 ==

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

sets

  ~ lists/man/mi                          

  > sync (deraadt@)

  ~ lists/man/mi                          

  > sync (deraadt@)

  ~ lists/man/mi                          

  > sync (deraadt@)

== games ============================================================= 03/10 ==

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

fortune

  ~ datfiles/fortunes                     ~ datfiles/fortunes2
  ~ datfiles/fortunes2-o                  ~ datfiles/limerick

  > format according to Notes;
  > diff from michael knudsen; (jmc@)

== include =========================================================== 04/10 ==

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

arpa/nameser.h

  ~ arpa/nameser.h                        

  > Get rid of non-OpenBSD bits and use _BYTE_ORDER not BYTE_ORDER
  > OK deraadt@ (millert@)

== lib =============================================================== 05/10 ==

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

libevent

  ~ kqueue.c                              

  > do not remove kq inkernel flag before event_del gets to it;
  > From libevent CVS
  > ok deraadt@ (brad@)

== sbin ============================================================== 06/10 ==

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

isakmpd

  ~ isakmpd.c                             ~ monitor.c

  > let isakmpd(8) remove it's pid/fifo file on exit.
  > rework signal handling in the monitor process to
  > let this work. testing and ok hshoexer@ (moritz@)

== share ============================================================= 07/10 ==

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

man

  ~ man4/man4.macppc/Makefile             + man4/man4.macppc/tpms.4

  > Add a Apple touchpad driver for newer PowerBook's and iBook's.
  > From Johan Wallin on NetBSD's macppc list.
  > ok deraadt@ (brad@)

  ~ man4/wsmouse.4                        

  > +tpms (brad@)

  ~ man4/man4.macppc/intro.4              

  > +tpms (brad@)

  ~ man4/usb.4                            

  > add tpms here too. (brad@)

  ~ man4/man4.macppc/tpms.4               

  > - add arch to .Dt
  > - word HISTORY correctly
  > - remove trailing whitespace (jmc@)

  ~ man4/man4.macppc/intro.4              

  > start sentence w/ a capital letter; (jmc@)

  ~ man4/ami.4                            

  > make the list of supported hardware format a little nicer,
  > and a little easier for people to add to;
  > ok marco@ (jmc@)

  ~ man4/ums.4                            

  > word HISTORY correctly (brad@)

  ~ man4/usb.4                            ~ man4/man4.macppc/intro.4
  ~ man4/man4.macppc/tpms.4               

  > fix the tpms .Nd;
  > feedback + ok brad (jmc@)

  ~ man4/man4.macppc/tpms.4               

  > one more tweak;
  > ok brad (jmc@)

  ~ man4/ums.4                            

  > when a device first appears in Ox is surely more relevant to us; (jmc@)

== sys =============================================================== 08/10 ==

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

arch/arm/arm

  ~ arm32_machdep.c                       

  > Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on
  > zaurus,
  > This will scale the speed for hw.setperf, this allows limiting apm -A
  > to lower speed, or even overclocking. ok deraadt@ (drahn@)

arch/arm/include

  ~ cpu.h                                 

  > Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on
  > zaurus,
  > This will scale the speed for hw.setperf, this allows limiting apm -A
  > to lower speed, or even overclocking. ok deraadt@ (drahn@)

arch/arm/xscale

  ~ files.pxa2x0                          ~ pxa2x0_apm.c
  + pxa2x0_clock.c                        

  > switch to using clock4 instead of clock0 so that we get clocks when running
  > at 91MHz (clock4 is programmed to be based of the 32.768KHz clock. (drahn@)

  ~ pxa2x0_apm.c                          

  > Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on
  > zaurus,
  > This will scale the speed for hw.setperf, this allows limiting apm -A
  > to lower speed, or even overclocking. ok deraadt@ (drahn@)

  ~ pxa2x0_clock.c                        

  > volatile variable for looping; ok drahn (deraadt@)

arch/m88k/include

  ~ va-m88k.h                             

  > Fix typo introduced in last commit. (millert@)

arch/macppc/conf

  ~ GENERIC                               ~ files.macppc

  > Add a Apple touchpad driver for newer PowerBook's and iBook's.
  > From Johan Wallin on NetBSD's macppc list.
  > ok deraadt@ (brad@)

arch/macppc/dev

  + tpms.c                                

  > Add a Apple touchpad driver for newer PowerBook's and iBook's.
  > From Johan Wallin on NetBSD's macppc list.
  > ok deraadt@ (brad@)

arch/mips64/include

  ~ disklabel.h                           

  > __attribute__ ((__packed_)) -> __packed (miod@)

arch/mips64/mips64

  ~ interrupt.c                           

  > Trim include files list. (miod@)

  ~ sendsig.c                             

  > 01 -> SA_ONSTACK in sigreturn. (miod@)

  ~ context.S                             ~ exception.S
  ~ lcore_access.S                        ~ lcore_ddb.S
  ~ lcore_float.S                         ~ tlbhandler.S

  > Since we are allowed to rely on the fact that the pcb is the first element
  > of struct user, use syntactic sugar in genassym.cf and use PCB_xxx defines
  > instead of U_PCB_xxx, like all other platforms do; no functional change.
  > (miod@)

arch/sgi/localbus

  ~ macebus.c                             

  > Remove initial extent storage for crime and mace bus_space. By the time
  > these extents are created it is safe to use malloc. (miod@)

arch/sgi/sgi

  ~ genassym.cf                           

  > Since we are allowed to rely on the fact that the pcb is the first element
  > of struct user, use syntactic sugar in genassym.cf and use PCB_xxx defines
  > instead of U_PCB_xxx, like all other platforms do; no functional change.
  > (miod@)

arch/sparc64/dev

  ~ beeper.c                              

  > using the right ebus bus space makes this beep again (martin@)

arch/vax/include

  ~ vmparam.h                             

  > Vax does not need to __HAVE_PMAP_PHYSSEG. (miod@)

arch/zaurus/conf

  ~ GENERIC                               ~ RAMDISK

  > switch to using clock4 instead of clock0 so that we get clocks when running
  > at 91MHz (clock4 is programmed to be based of the 32.768KHz clock. (drahn@)

arch/zaurus/dev

  ~ zaurus_apm.c                          

  > upon wakeup, take us back to the speed we were at; ok drahn (deraadt@)

  ~ zaurus_kbd.c                          

  > at power events, call zkbd_hinge() to update the lcd state as well; ok
  > drahn
  > bug reported in pr 4944 (deraadt@)

  ~ zaurus_kbd.c                          

  > remove old #if 0 chunks no longer needed for debug (deraadt@)

dev/i2c

  ~ i2c_scan.c                            

  > start at a 2nd generation scanner (deraadt@)

  ~ i2c.c                                 ~ i2cvar.h

  > Do bus scanning only if underlying controller asked for it. (grange@)

dev/pci

  ~ ichiic.c                              

  > Do bus scanning only if underlying controller asked for it. (grange@)

  ~ if_art.c                              

  > Superfluous stuff. (claudio@)

netinet

  ~ ip_esp.c                              ~ ip_ipcomp.c
  ~ ip_ah.c                               

  > use M_READONLY when trying to find out whether we have to copy
  > the mbuf before encryption.  otherwise mbufs with M_EXT but w/o M_CLUSTER
  > get modified; ok hshoexer (markus@)

== usr.bin =========================================================== 09/10 ==

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

cvs

  ~ buf.c                                 ~ rcs.c
  ~ root.c                                ~ server.c

  > use fatal(); OK joris@ niallo at .sa@)

  ~ buf.c                                 

  > missed that in previous fatal() commit; (xsa@)

  ~ req.c                                 

  > cvs_buf_write() cannot fail here; (xsa@)

  ~ buf.c                                 

  > fix use of fatal() from previous commit;
  > temporary files were left behind if cvs_buf_write_* functions failed;
  > OK joris at .sa@)

  ~ diff.c                                ~ diff3.c
  ~ import.c                              ~ logmsg.c
  ~ proto.c                               ~ rcs.c
  ~ resp.c                                

  > cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; (xsa@)

kdump

  ~ kdump.c                               

  > No need to define UFS_EXTATTR anymore. (miod@)

mg

  ~ line.c                                

  > Fix broken "Undo of undo" when line is empty. Noticed by theo. (kjell@)

  ~ dir.c                                 ~ dired.c
  ~ extend.c                              ~ file.c
  ~ fileio.c                              ~ line.c
  ~ undo.c                                

  > Do some delinting of strl-type functions. Also, remove a superfluous
  > word in the undo-list. (kjell@)

  ~ buffer.c                              ~ def.h
  ~ echo.c                                ~ extend.c
  ~ file.c                                ~ fileio.c
  ~ funmap.c                              ~ line.c
  ~ macro.c                               ~ yank.c

  > Clean up the ugly casted frees. In one case, this meant eliminating a nasty
  > struct/union/casting nightmare when building the list of names for filename
  > completion. In particular, be consistent about strduping and freeing
  > the list data. (kjell@)

rcs

  ~ ci.c                                  ~ rcsdiff.c

  > spread the use of fatal(); (xsa@)

ssh

  ~ ssh.c                                 

  > exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@
  > (dtucker@)

  ~ ssh.1                                 

  > merge the sections on protocols 1 and 2 into one section on authentication;
  > feedback djm dtucker
  > ok deraadt markus dtucker (jmc@)

  ~ ssh.1                                 

  > .Ss -> .Sh: subsections have not made this page more readable (jmc@)

  ~ ssh.1                                 

  > move info on ssh return values and config files up into the main
  > description; (jmc@)

== usr.sbin ========================================================== 10/10 ==

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

rtadvd

  ~ rtadvd.8                              

  > some wording improvements; (jmc@)

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



More information about the odc mailing list