[odc] Daily src changes for 2006-03-29

ODC auto at squish.net
Thu Mar 30 08:00:38 BST 2006


OpenBSD src changes summary for 2006-03-29
==========================================

distrib/sets                            lib/libc
sbin/route                              share/man
sys/arch/amd64/conf                     sys/arch/i386/conf
sys/arch/i386/include                   sys/dev/ic
sys/dev/pci                             usr.bin/awk
usr.bin/calendar                        usr.bin/cvs
usr.bin/ftp                             usr.bin/rcs

== distrib =========================================================== 01/06 ==

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

sets

  ~ lists/base/md.alpha                   ~ lists/base/md.amd64
  ~ lists/base/md.cats                    ~ lists/base/md.hp300
  ~ lists/base/md.hppa                    ~ lists/base/md.hppa64
  ~ lists/base/md.luna88k                 ~ lists/base/md.mac68k
  ~ lists/base/md.macppc                  ~ lists/base/md.mvme68k
  ~ lists/base/md.mvme88k                 ~ lists/base/md.mvmeppc
  ~ lists/base/md.sgi                     ~ lists/base/md.sparc
  ~ lists/base/md.sparc64                 ~ lists/base/md.vax
  ~ lists/base/md.zaurus                  

  > sync (deraadt@)

== lib =============================================================== 02/06 ==

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

libc

  ~ stdlib/strtol.3                       

  > Xr to strtonum(3), because vice versa is already the case
  > ok jmc@ otto@ (grunk@)

== sbin ============================================================== 03/06 ==

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

route

  ~ show.c                                

  > Use sysctl to get information about encap routes (aka ipsec).  Now
  > you see something actually useful...
  > requested by and ok henning@ (hshoexer@)

== share ============================================================= 04/06 ==

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

man

  ~ man4/it.4                             

  > Recognise it(4) at port 0xd00 as well.  This is where ASUS seem
  > to be putting it on all their recent boards.
  > "put this in" grange@ (jsg@)

== sys =============================================================== 05/06 ==

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

arch/amd64/conf

  ~ GENERIC                               

  > Enable the MPU-401 MIDI UART found at isa address 0x330
  > on nforce systems.
  > Tested with Monkey Island 2 and an MT-32. (jsg@)

  ~ GENERIC                               

  > Recognise it(4) at port 0xd00 as well.  This is where ASUS seem
  > to be putting it on all their recent boards.
  > "put this in" grange@ (jsg@)

arch/i386/conf

  ~ GENERIC                               

  > Recognise it(4) at port 0xd00 as well.  This is where ASUS seem
  > to be putting it on all their recent boards.
  > "put this in" grange@ (jsg@)

arch/i386/include

  ~ i82489var.h                           

  > workaround for intel errata p53 -- follow lapic writes w/ a read; toby@
  > kettenis@ ok (mickey@)

dev/ic

  ~ ami.c                                 

  > fix the sync_cache scsi command up so it can run asynchronously using the
  > callback bits for completions. also do the AMI_SYSFLUSH command as well
  > as AMI_FLUSH. (dlg@)

  ~ ami.c                                 ~ amivar.h

  > we never use what the ccb completion functions return, so make them all
  > return void instead. (dlg@)

dev/pci

  ~ if_bge.c                              

  > check for IFF_RUNNING being set before calling bge_init(). (brad@)

  ~ pcidevs                               

  > Add a bunch of JMicron entries and Radeon X550.
  > A handful of things from submitted dmesgs also. (jsg@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (jsg@)

== usr.bin =========================================================== 06/06 ==

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

awk

  ~ awk.1                                 

  > - document return value of cmd | getline [var]
  > - document fflush w/o arg
  > from matthias kilian;
  > ok otto (jmc@)

calendar

  ~ calendars/calendar.birthday           

  > typo; from Alf Schlichting (mickey@)

cvs

  ~ rcs.c                                 ~ util.c

  > Yet more lint:
  > - Explicitly test for -1 from read(2) and write(2).
  > - Change negative parameters to 0 for rcsnum_cmp().  (I think xsa@ had
  > a patch for this earlier.)
  > - Remove unused variables.
  > - Changed return types to void if we only return one value.
  > - Fix possible one-character truncation in rcs_deltatext_set().
  > - Use memcpy() to copy u_char arrays.
  > - Use ptrdiff_t to hold pointer differences.
  > - int -> size_t for sizeof/strlen
  > ``looks fine'' xsa@ (ray@)

ftp

  ~ fetch.c                               

  > fix fetching zero-length files via proxy.  while there, also fix
  > progress-meter
  > for files >2GB via proxy.
  > help and discussion otto@,	ok otto@ mickey@ (grunk@)

rcs

  ~ co.c                                  

  > More closely matches GNU behavior, passes more GNU rcstest tests.
  > OK niallo@ (ray@)

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



More information about the odc mailing list