[odc] Daily src changes for 2005-08-23

ODC auto at squish.net
Wed Aug 24 08:00:22 BST 2005


OpenBSD src changes summary for 2005-08-23
==========================================

distrib/notes                           etc/pf.conf
gnu/usr.bin/ld                          sbin/bioctl
sbin/ipsecctl                           sbin/isakmpd
share/man                               sys/arch/i386/conf
sys/dev/pci                             sys/dev/usb
sys/scsi                                usr.bin/cvs
usr.bin/finger                          

== distrib =========================================================== 01/07 ==

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

notes

  ~ alpha/hardware                        ~ amd64/hardware
  ~ i386/hardware                         ~ macppc/hardware
  ~ sparc64/hardware                      ~ zaurus/hardware

  > Ralink windows driver incorrectly lists a SMC product id that is
  > actually some kind of prism chip. ok derradt@ (jsg@)

  ~ hppa/xfer                             

  > use OSrev instead of 37.
  > ok deraadt@ (kettenis@)

== etc =============================================================== 02/07 ==

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

pf.conf

  ~ pf.conf                               

  > replace the "pass quick" example line for loopback and the inner interface
  > with a set skip statement to the same effect, performs way better
  > suggested by Stuart Henderson <stu at spacehopper.orgtheo ok (henning@)

== gnu =============================================================== 03/07 ==

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

usr.bin/ld

  ~ ld.1                                  

  > new sentence, new line; (jmc@)

  ~ ld.1                                  

  > - add missing .El
  > - replace blank line with .Pp
  > - remove faulty .Sh (jmc@)

  ~ ld.1                                  

  > - fix spacing
  > - fix a list
  > - kill trailing space
  > - sort SEE ALSO
  > - put HISTORY in the right place (jmc@)

== sbin ============================================================== 04/07 ==

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

bioctl

  ~ bioctl.c                              

  > repair warnx() misuses (deraadt@)

  ~ bioctl.8                              ~ bioctl.c

  > disable -B support for now; ok dlg (deraadt@)

ipsecctl

  ~ ipsec.conf.5                          

  > grammar + formatting tweaks; (jmc@)

isakmpd

  ~ isakmpd.conf.5                        

  > `DSS' is unsupported, so remove references to it;
  > ok hshoexer@ (jmc@)

  ~ isakmpd.8                             

  > note that RSA_SIG should be part of the "Transforms" tag when setting
  > up key- and cert-based authentication;
  > problem found by andrew fresh;
  > help/ok hshoexer@ (jmc@)

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

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

man

  ~ man9/bus_space.9                      

  > heh, two different spellings in the same sentence: co-exist and coexist;
  > prefer coexist, since all other man pages do too, and oxford agree. (jmc@)

  ~ man4/bce.4                            ~ man4/bge.4

  > no need for bce(4) and bge(4) to reference each other;
  > from mike belopuhov; (jmc@)

  ~ man4/em.4                             ~ man4/nge.4
  ~ man4/re.4                             ~ man4/stge.4

  > no point in referencing vlan(4) when these drivers do not support it;
  > (sort of) from mike belopuhov; (jmc@)

  ~ man4/bge.4                            ~ man4/lge.4
  ~ man4/txp.4                            ~ man4/vge.4

  > no need for vlan(4) in SEE ALSO here too;
  > after discussion with deraadt@ (jmc@)

  ~ man4/cac.4                            

  > more array -> ARRAY, confirmed by mickey@ (jmc@)

  ~ man8/man8.sparc64/boot_sparc64.8      

  > steal a line from boot_sparc(8): note that L1 is also known as the stop
  > key;
  > ok deraadt@ (jmc@)

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

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

arch/i386/conf

  ~ RAMDISK_CD                            

  > add rl* at cardbus. deraadt@ ok. (fgsch@)

dev/pci

  ~ pcidevs.h                             ~ pcidevs_data.h

  > sync (deraadt@)

  ~ pcidevs                               

  > another stupid lucent modem (deraadt@)

dev/usb

  ~ usbdevs                               

  > Ralink windows driver incorectly lists an SMC product id which is
  > actually some kind of prism chip. ok deraadt@ (jsg@)

  ~ usbdevs.h                             ~ usbdevs_data.h

  > regen (jsg@)

  ~ if_ral.c                              

  > Ralink windows driver incorrectly lists a SMC product id that is
  > actually some kind of prism chip. ok derradt@ (jsg@)

scsi

  ~ ses.c                                 ~ safte.c

  > Test for cold and apply relevant flags for all scsi commands.
  > ok dlg@ krw@ deraadt@ (marco@)

  ~ cd.c                                  ~ ch.c
  ~ sd.c                                  ~ st.c

  > Move uses of struct scsi_mode_sense_buf (255 bytes each) from the
  > stack into malloc'd memory.
  > ok deraadt@ (krw@)

  ~ ses.c                                 ~ ses.h

  > setting the FAULT flag on a device so the alarm led blinks may have
  > unwanted side effects, eg, disabling both fc ports and powering the disk
  > down. so remove this knob for now.
  > ok deraadt@ (dlg@)

  ~ sd.c                                  

  > Spin up sd units even if TEST_UNIT_READY says they're ready.
  > Use consistant scsi_autoconf and SCSI_SILENT flags in
  > scsi_test_unit()/scsi_start() pairs.
  > Fixes some hppa, vax, sparc systems that do not spin up disks
  > automatically. Keeps USB card readers and such reasonably quiet.
  > Noted by millert@ (hppa), henning@ (sparc) and hshoexer@ (vax).
  > ok deraadt@ (krw@)

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

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

cvs

  ~ cvs.1                                 ~ cvsignore.5

  > preceeded -> preceded (jmc@)

  ~ cvs.1                                 

  > cvs does not remove directories unless it's empty and that
  > the checkout or update commands are used with the -P option.
  > "go ahead and commit" jmc at .sa@)

finger

  ~ extern.h                              ~ lprint.c
  ~ sprint.c                              ~ util.c

  > use vis() consistently in field printing.
  > Replace vs() with a version that logs its memory usage, so that it
  > can be cleaned up after each entry.
  > okay millert@, delegated by deraadt@ (espie@)

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



More information about the odc mailing list