[odc] Daily src changes for 2005-11-10

ODC auto at squish.net
Fri Nov 11 07:00:36 GMT 2005


OpenBSD src changes summary for 2005-11-10
==========================================

bin/csh                                 bin/pax
distrib/sets                            etc/mail/README
lib/libc                                lib/libwrap
share/man                               sys/arch/i386/i386
sys/arch/i386/pci                       sys/arch/sparc/sparc
sys/conf                                sys/dev
sys/dev/pci                             sys/dev/raidframe
sys/kern                                sys/scsi
sys/sys                                 sys/ufs/ufs
usr.bin                                 usr.bin/getent

== bin =============================================================== 01/07 ==

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

csh

  ~ csh.1                                 

  > document that csh will do fast mode startup if $HOME is not set
  > ok jmc@ fgsch@ (grunk@)

pax

  ~ cpio.1                                

  > document size limit of sv4cpio format, and suggest alternative;
  > slightly different fix to that proposed by peter philipp (pr #4608);
  > help/ok otto@ (jmc@)

== distrib =========================================================== 02/07 ==

  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.i386                    ~ 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
  ~ lists/comp/mi                         ~ lists/man/mi

  > sync (deraadt@)

== etc =============================================================== 03/07 ==

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

mail/README

  ~ mail/README                           

  > spelling fix from michael knudsen; (jmc@)

== lib =============================================================== 04/07 ==

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

libc

  ~ net/rresvport.c                       ~ stdlib/strtoll.c

  > add $OpenBSD$ tags, as requested by dtucker. (espie@)

libwrap

  ~ rfc931.c                              

  > Use correct size when zeroing fd sets. From Michael Shuldman in PR
  > 4603 with a twist by me. ok deraadt@ (otto@)

== share ============================================================= 05/07 ==

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

man

  ~ man8/netstart.8                       

  > - update the section on what netstart actually does
  > - couple tweaks whilst here
  > help/ok todd@ (jmc@)

  ~ man7/packages.7                       

  > explain how full package versions work. (espie@)

== sys =============================================================== 06/07 ==

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

arch/i386/i386

  ~ longrun.c                             

  > sensors.h is not used here, so remove the include
  > ok grange@ (dlg@)

  ~ machdep.c                             

  > make sure to ignore >4g and split on 4g memory segments from the bios map;
  > tom@ ok (mickey@)

  ~ ioapic.c                              

  > do not use the array index before a range check is done (mickey@)

arch/i386/pci

  ~ rccosb4.c                             

  > only 4 bits of an irq number are valid to set (just in case) (mickey@)

arch/sparc/sparc

  - kgdb_proto.h                          

  > remove unused header. (fgsch@)

conf

  ~ files                                 

  > split the sensors stuff out into a source file of its own.
  > tested on GENERIC and RAMDISK_CD to see if the small_kernel stuff stays
  > happy (dlg@)

dev

  ~ ipmivar.h                             

  > __attribute__((packed)) is a gccism. use __packed instead which will be
  > expanded to the directive appropriate to the current compiler. (dlg@)

dev/pci

  ~ vga_pci.c                             

  > be MI, use atop() (martin@)

dev/raidframe

  ~ rf_openbsdkintf.c                     

  > Fix botch accidentally introduced by me in my last commit here.
  > Report and testing by kurt@, thanks. (pedro@)

kern

  ~ kern_sysctl.c                         + kern_sensors.c

  > split the sensors stuff out into a source file of its own.
  > tested on GENERIC and RAMDISK_CD to see if the small_kernel stuff stays
  > happy (dlg@)

  ~ kern_sensors.c                        

  > first go at a generic kthread for sensors to be run out of. its a bit
  > hairy at the moment, but its going into the tree so it can be worked on
  > and used. (dlg@)

  ~ kern_sensors.c                        

  > the tasklist can be modified while the kthread is sleeping, so refetch
  > the first element before iterating through the rest of them. stylistic
  > guidance from angela pascoe.
  > mark all tasks using the same argument as not running anymore, rather than
  > just the first one we bump into. (dlg@)

scsi

  ~ safte.c                               

  > cut safte over to using the generic sensors kthread. (dlg@)

  ~ safte.c                               

  > i am a stupid head. unbreak kernels that done have the bio(4) device.
  > reported and fixed by Michael Knudsen. (dlg@)

  ~ safte.c                               

  > remove half the includes since they seem to be unnecessary. (dlg@)

sys

  ~ sensors.h                             

  > first go at a generic kthread for sensors to be run out of. its a bit
  > hairy at the moment, but its going into the tree so it can be worked on
  > and used. (dlg@)

ufs/ufs

  ~ ufs_bmap.c                            ~ ufs_ihash.c
  ~ ufs_inode.c                           ~ ufs_lookup.c

  > Use ANSI function declarations and deregister, no binary change.
  > Diff from Rui Reis <rui at rui.cxthanks. (pedro@)

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

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

usr.bin

  ~ Makefile                              

  > Hook getent(1) into the build (otto@)

getent

  + Makefile                              + getent.1
  + getent.c                              

  > Introducing getent(1) from NetBSD. ok deraadt@ (otto@)

  ~ getent.1                              

  > $OpenBSD$ (otto@)

  ~ getent.c                              

  > various cleanups, work with otto (deraadt@)

  ~ getent.1                              

  > Fix HISTORY section (otto@)

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



More information about the odc mailing list