[odc] Daily src changes for 2003-06-13
ODC
auto at squish.net
Sat Jun 14 08:00:25 BST 2003
OpenBSD src changes summary for 2003-06-13
==========================================
bin/pax distrib/sets
etc/security gnu/egcs
lib/libssl sbin/isakmpd
sbin/pfctl share/man
sys/arch/sparc/dev sys/arch/sparc64/conf
sys/dev/pci sys/dev/pcmcia
usr.bin/file usr.bin/top
usr.bin/x99token usr.bin/xargs
usr.sbin/dhcp usr.sbin/pppd
== bin =============================================================== 01/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/bin
pax
~ extern.h ~ ftree.c
~ gen_subs.c ~ options.c
~ options.h ~ pax.1
~ pax.c
> Add a -0 flag to make pax use a NUL instead of a newline as the
> pathname separator. Works in list mode as well as read/copy mode.
> Based on a patch from David Leonard; closes PR 3310 (millert@)
== distrib =========================================================== 02/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/comp/mi
> sync (deraadt@)
~ lists/man/mi
> sync (deraadt@)
== etc =============================================================== 03/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
security
~ security
> Add dot ('.') in usernames too for consistency with adduser/useradd.
> Noted by Brian Poole (millert@)
== gnu =============================================================== 04/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
egcs
~ gcc/config/alpha/openbsd.h ~ gcc/config/sparc/openbsd64.h
> add __LP64__ and _LP64 CPP predefines for systems using LP64.
> pvalchev@ fgsch@ millert@ ok (brad@)
== lib =============================================================== 05/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libssl
- src/crypto/rijndael/Makefile.ssl - src/crypto/rijndael/README
- src/crypto/rijndael/rd_fst.c - src/crypto/rijndael/rd_fst.h
- src/crypto/rijndael/rijndael.h
> obsolete (markus@)
== sbin ============================================================== 06/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
isakmpd
~ ipsec.c
TAGGED OPENBSD_3_2
> MFC:
> Fix from ho@
> Do not crash on unsupported IPSec ID types, as noted by Eric Boudrand.
> deraadt@ millert@ ok (brad@)
~ ipsec.c
TAGGED OPENBSD_3_3
> MFC:
> Fix from ho@
> Do not crash on unsupported IPSec ID types, as noted by Eric Boudrand.
> deraadt@ millert@ ok (brad@)
pfctl
~ pfctl.c
> Make "show Anchor" obey quiet flag.
> ok henning@ (cedric@)
== share ============================================================= 07/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man9/printf.9
> printf returns int now. also remove obsolete comment (tedu@)
~ man9/Makefile
> some missing links for VOP* (tedu@)
~ man4/ipcomp.4
> jjbg permits 3/4 removal (deraadt@)
== sys =============================================================== 08/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/sparc/dev
~ p9100.c
> Accelerated text console routines, using the Power 9100 drawing engine.
> (miod@)
~ p9100.c
> Fix lower right edge bounds for quad operations.
> (that's what you get for commiting before breakfast) (miod@)
~ p9100.c
> g/c an useless define. (miod@)
~ p9100.c
> eraserows() was missing a coordinate address latch. (miod@)
arch/sparc64/conf
~ GENERIC ~ RAMDISK
> em fits (deraadt@)
~ GENERIC ~ RAMDISK
~ RAMDISKU1 ~ RAMDISKU5
> no more "option _LP64". (brad@)
dev/pci
~ if_em.c ~ pcidevs
> Add/fix some PCI ids for Intel gig hardware. pcidevs diff from henric at . > deraadt@ ok (brad@)
~ pcidevs.h ~ pcidevs_data.h
> regen (brad@)
~ pcidevs
> One more Intel Gig card (quad)... (henric@)
~ pcidevs.h ~ pcidevs_data.h
> regen (henric@)
~ pcidevs ~ pcidevs.h
~ pcidevs_data.h
> +VIA VT8375 Host-PCI
> got a machine with one... (espie@)
~ pcidevs.h ~ pcidevs_data.h
> sync (deraadt@)
~ pcidevs.h ~ pcidevs_data.h
> sync (deraadt@)
~ if_fxp_pci.c
> 5 fxp versions (only way to find out of the HPNA versions work, is to put
> them in here) (deraadt@)
~ pcidevs
> two more fxp (deraadt@)
~ pcidevs
TAGGED OPENBSD_3_3
> I have no idea how nate@ managed to botch up reverting the accidental
> commit
> in rev 1.609.2.1. This actually removes the entries. (brad@)
~ if_em.c ~ if_em.h
~ if_em_hw.c ~ if_em_hw.h
~ if_em_osdep.h
TAGGED OPENBSD_3_3
> Sync with FreeBSD's "em".
> ok deraadt@ (henric@)
dev/pcmcia
~ if_ne_pcmcia.c
> attach/support yet-another-DFE670TXD (0x0149/0x4530/004005)
> fgsch@ ok (pb@)
~ if_ne_pcmcia.c
> turn these DIAGNOSTIC into NE_DEBUG. there is no really need to fill
> dmesg with it under normal circumstances. (fgsch@)
== usr.bin =========================================================== 09/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
file
~ LEGAL.NOTICE ~ apprentice.c
~ ascmagic.c ~ compress.c
~ file.1 ~ file.c
~ file.h ~ fsmagic.c
~ internat.c ~ magic.5
~ names.h ~ patchlevel.h
~ print.c ~ readelf.c
~ readelf.h ~ softmagic.c
> ian gives permission for 3/4 removal (deraadt@)
top
~ display.c ~ display.h
> use proper varargs(3), as opposed to a hack; ok millert (pvalchev@)
~ Makefile ~ commands.c
~ display.c ~ machine.c
~ machine.h ~ screen.c
~ top.c ~ top.h
~ username.c
> readable code (deraadt@)
x99token
~ x99token.c
> Like the man page, this file is in the public domain; confirmed with
> the author. (millert@)
~ x99token.c
> add cvs tag (millert@)
xargs
~ xargs.c
> Close correct fd after dup2(); Maxime Henrion (millert@)
== usr.sbin ========================================================== 10/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
dhcp
~ dhclient/scripts/dhclient-script
> Be more careful with resolv.conf. It may be a link (e.g. during
> installs) so just pour new information into the existing file/link
> rather than removing and replacing it.
> Noticed by and fix tested by Jan Johansson.
> Several enhancements suggested as a result and in the pipeline.
> ok deraadt@ millert@ (krw@)
pppd
~ pppd.8
> license update from Paul Mackerras. This is now (c) Paul. Part of the
> man page was rewritten to replace work originally from CMU. (jmc@)
~ chat/chat.8
> mdoc version of chat(8);
> sanity checked and help from pjanzen@ (jmc@)
===============================================================================
More information about the odc
mailing list