[odc] Daily src changes for 2002-10-15
ODC
auto at squish.net
Wed Oct 16 08:00:26 BST 2002
OpenBSD src changes summary for 2002-10-15
==========================================
bin/pax distrib/sets
lib/libc libexec/login_lchpass
libexec/makewhatis sbin/raidctl
share/man share/zoneinfo
sys/arch/hppa/conf sys/arch/hppa/hppa
sys/dev/ic sys/dev/isa
sys/kern sys/netinet
usr.bin/calendar usr.sbin/rdate
xc
== bin =============================================================== 01/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/bin
pax
~ sel_subs.c ~ pax.1
> Time ranges were documented incorrectly; Christian von Roques
> We should probably add support for specifying the century too... (millert@)
== distrib =========================================================== 02/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/man/md.hppa ~ lists/comp/md.hppa
~ lists/base/md.hppa
> sync (mickey@)
== lib =============================================================== 03/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ gen/auth_subr.c
> Cast NULL sentinel in auth_call() to a pointer (millert@)
~ gen/authenticate.3
> Note that when calling auth_verify() with a style and/or username,
> the old values in the auth session will get freed and the new values
> added. (millert@)
~ gen/auth_subr.c
> If auth_setitem() is called with the current value (ie: the pointer
> is the same as the private value) then just return 0 as there is
> nothing to do.
> This fixes a potentially nasty problem where the caller could grab
> the username or style from the auth session via auth_getitem() and
> then call auth_verify() with those values. auth_setitem() would
> eventually get called which would make a private copy and free the
> old values in the auth session. After all this, the stashed username
> and/or style pointers would point to freed memory. (millert@)
~ gen/auth_subr.3
> Document the fact that calling auth_setitem() with a NULL value
> clears (frees) the corresponding value in the auth session. (millert@)
~ gen/authenticate.c
> cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64
> (millert@)
~ gen/auth_subr.c
> Fix typo introduce in last commit (millert@)
== libexec =========================================================== 04/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
login_lchpass
~ login_lchpass.c
> localhost variable is not needed; Peter Werner (millert@)
makewhatis
~ makewhatis.pl
> Use old-style version number when requiring at least perl 5.6.0.
> Fixes a portability warning from perl-5.8.0; espie@ OK (millert@)
== sbin ============================================================== 05/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
raidctl
~ raidctl.8
> option, not options; hamajima at nagoya.ydc.co.jperaadt@)
== share ============================================================= 06/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/man4.vax/uu.4 ~ man4/man4.i386/npx.4
~ man4/wsdisplay.4 ~ man4/ray.4
~ man4/raid.4
> option, not options; hamajima at nagoya.ydc.co.jperaadt@)
~ man9/powerhook_establish.9
> correct powerhook proto and a description for the int why; from
> grendel at zeitbombe.orgickey@)
~ man4/sf2r.4
> bugs are not bugs no more; pt out by miod@ (mickey@)
zoneinfo
~ datfiles/southamerica
> Update Brazil DST based on new rules; from Paul Eggert (millert@)
== sys =============================================================== 07/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/hppa/conf
~ SHEPHERD_PIE
> a few missing options and pseudo-devs, noticed by miod@ and dhartmei@
> (mickey@)
arch/hppa/hppa
~ machdep.c
> missing initmsgbuf(), noticed by miod@ (mickey@)
dev/ic
~ rtl81x9reg.h ~ rtl81x9.c
> re-init the hw on resume, from grendel at zeitbombe.orgickey@)
dev/isa
~ sf16fmr2.c ~ files.isa
> support sf2r card with attenuator; from jumbo@ w/ some knf from mickey@
> (mickey@)
kern
~ kern_resource.c ~ kern_prot.c
~ kern_descrip.c
> Match reality by changing (u_int) -> (int) in comments. (nordin@)
~ kern_synch.c
> Protect p_priority with splstatclock. (art@)
netinet
~ ip_ether.c
> Note that this is based on RFC3378. (jason@)
== usr.bin =========================================================== 08/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
calendar
~ calendars/calendar.history
> columbus dup; from danimal at danimal.orgickey@)
~ calendars/calendar.birthday
> emir kusturica (mickey@)
~ calendars/calendar.history
> forth bit on d.b.a.'s anniversary tonight (mickey@)
~ calendars/de_DE.ISO_8859-1/calendar.literatur
~ calendars/calendar.birthday
> Kafka, Bernhard, Schmidt; ok mickey@ (markus@)
== usr.sbin ========================================================== 09/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
rdate
~ rdate.8
> improve english (jakob@)
== xc ================================================================ 10/10 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/xc
xc
~ programs/xdm/greeter/verify.c
> cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64
> (millert@)
===============================================================================
More information about the odc
mailing list