[odc] Daily src changes for 2007-06-25
ODC
auto at squish.net
Tue Jun 26 07:00:01 BST 2007
OpenBSD src changes summary for 2007-06-25
==========================================
bin/stty distrib/sets
libexec/spamd sbin/disklabel
sbin/fsck_ffs sbin/fsdb
share/doc share/man
share/termtypes sys/arch/amd64/stand/mbr
sys/arch/i386/stand/mbr sys/dev/eisa
sys/dev/ic sys/dev/tc
sys/kern sys/net
sys/netinet sys/nfs
usr.bin/locate usr.bin/ssh
usr.bin/tcopy usr.bin/tip
usr.bin/unifdef usr.sbin/pkg_add
usr.sbin/quot
== bin =============================================================== 01/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/bin
stty
~ stty.1
> Greg A. Woods: stty(1) should mention tty(4) (jmc@)
== distrib =========================================================== 02/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/base/mi
> sync (deraadt@)
== libexec =========================================================== 03/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
spamd
~ spamd.8
> s/is is/it is/. From Jim Razmus, jim (at) bonetruck (dot) org; thanks.
> (tom@)
== sbin ============================================================== 04/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
disklabel
~ disklabel.c
> some trivial delinting (deraadt@)
fsck_ffs
~ dir.c ~ extern.h
~ fsck.h ~ inode.c
~ main.c ~ pass1.c
~ pass1b.c ~ pass2.c
~ pass4.c ~ pass5.c
~ utilities.c
> Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@
> (otto@)
fsdb
~ fsdb.h
> Teach fsdb about 64-bit block addresses. ok moritz@ pedro@ (otto@)
== share ============================================================= 05/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
doc
~ psd/05.sysman/2.3.t
> kill "is is"; from Charles Longeau (jmc@)
man
~ man5/fs.5
> update struct fs; ok otto (jmc@)
~ man9/disk.9
> update struct disk; ok deraadt (jmc@)
termtypes
~ termtypes.master
> kill "is is"; from Charles Longeau (jmc@)
== sys =============================================================== 06/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/stand/mbr
~ mbr.S
> "of of" is wrong - it should be "off of" - but "from" is even nicer (tom@)
arch/i386/stand/mbr
~ mbr.S
> "of of" is wrong - it should be "off of" - but "from" is even nicer (tom@)
dev/eisa
~ eisa.c
> Fix a couple of "of of"s in comments. (tom@)
dev/ic
~ lm78.c ~ lm78var.h
> support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong
> Jun; ok kettenis@ (cnst@)
dev/tc
~ tc.c
> Fix a couple of "of of"s in comments. (tom@)
kern
~ subr_disk.c
> use daddr64_t for size in bounds_check_with_label(); prompted by miod@;
> ok deraadt@ (otto@)
net
~ if_pfsync.c ~ pf.c
~ pfvar.h
> pretty mechanical change: now that the state tables use seperate state
> keys that can map to multiple states (last not least for ifbound) we don't
> need state tables hanging off each struct kif representing an interface
> any more. use two globals for the two tables. ok markus ryan (henning@)
~ if.h
> crank ifq_maxlen from 50 to 256, so it is not smaller than most interfaces
> rx rings any more. forwarding boxes with many fast interfaces can still use
> some more, but this is a saner default.
> ok deraadt markus henric (henning@)
netinet
~ tcp_subr.c ~ tcp_usrreq.c
~ tcp_var.h
> merge tcp_set_iss() and tcp_set_tsm(); ok mcbride, djm (on earlier version)
> (markus@)
nfs
~ nfs_socket.c ~ nfs_syscalls.c
> replace magic number with a define.
> (2 -> SHUT_RDWR in calls to soshutdown()).
> From Iruata Souza.
> ok deraadt@ (thib@)
== usr.bin =========================================================== 07/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
locate
~ locate/locate.1
> some wording improvements for -d and -m; from Jacek Masiulaniec (jmc@)
ssh
~ channels.c
> Correct test for window updates every three packets; prevents sending
> window updates for every single packet. ok markus@ (dtucker@)
~ atomicio.c
> Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@
> (dtucker@)
tcopy
~ tcopy.c
> mt_count is just an int (deraadt@)
tip
~ tip.h
> kill "is is"; from Charles Longeau (jmc@)
unifdef
~ unifdef.c
> kill "is is"; from Charles Longeau (jmc@)
== usr.sbin ========================================================== 08/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
pkg_add
~ OpenBSD/Add.pm ~ OpenBSD/Delete.pm
> typo (espie@)
~ Makefile + OpenBSD/UpdateSet.pm
> placeholder to split off the code that handles UpdateSets, as it's
> currently scattered all over the place. (espie@)
quot
~ quot.c
> daddr64_t changes to match other parts of tree; ok otto (deraadt@)
===============================================================================
More information about the odc
mailing list