[odc] Daily src changes for 2005-12-31
ODC
auto at squish.net
Sun Jan 1 07:00:27 GMT 2006
OpenBSD src changes summary for 2005-12-31
==========================================
distrib/notes distrib/sets
include/limits.h lib/librthread
libexec libexec/ld.so
share/man sys/.
sys/arch/amd64/conf sys/arch/arm/arm
sys/arch/arm/mainbus sys/arch/hp300/conf
sys/arch/hp300/dev sys/arch/hp300/hp300
sys/arch/hp300/include sys/arch/hp300/stand/cdboot
sys/arch/hp300/stand/common sys/arch/hp300/stand/include
sys/arch/hp300/stand/uboot sys/arch/hppa/hppa
sys/arch/hppa64/hppa64 sys/arch/i386/conf
sys/arch/i386/i386 sys/arch/sparc64/sparc64
sys/dev/i2c sys/dev/pci
sys/dev/usb sys/kern
sys/sys usr.bin/cdio
usr.bin/cvs usr.bin/kdump
usr.bin/mktemp usr.bin/ssh
usr.sbin/user
== distrib =========================================================== 01/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
notes
~ i386/hardware
> Comment out pcibios tweaks paragraph, in the vain hope that people who hit
> issues which disappear when pcibios is disabled will TALK about them,
> rather
> than SILENTLY applying the trick, so there is some chance things will
> improve. (miod@)
sets
~ lists/base/mi ~ lists/man/mi
> sync (deraadt@)
== include =========================================================== 02/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/include
limits.h
~ limits.h
> Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h
> Use correct values for _POSIX_TTY_NAME_MAX and _POSIX_LOGIN_NAME_MAX
> Define MAXLOGNAME in terms of LOGIN_NAME_MAX
> OK krw@ (millert@)
== lib =============================================================== 03/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
librthread
~ rthread.c ~ rthread.h
~ rthread_attr.c ~ rthread_sched.c
> Implement suspend/resume and creation of initially suspended threads.
> With this, java seems to be operational. Also make threads_ready
> non-static, which is needed for an upcoming diff. ok tedu@ (otto@)
~ rthread_sync.c
> add pthread_mutexattr_gettype.
> ok otto@ (brad@)
~ arch/arm/rfork_thread.S
> No point in saving a bunch of extra registers, and the child's state must
> be fully saved in resisters, if left on the parents stack, it could be
> overwritten before the child runs. pointed out by miod. (drahn@)
~ Makefile ~ rthread.h
+ rthread_debug.c
> Add "print debug foo" function safe to use in signal handlers, example:
> _rthread_debug(3, "foo = %s", foo);
> where output is to stderr and will only be printed if the current
> debug level is >= 3. Messages with a debug level of 0 are always
> printed. The level can be set from the environment (not enabled yet)
> or with gdb by modifying variable _rthread_debug_level.
> "Fine with me" -Otto (marc@)
== libexec =========================================================== 04/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
libexec
~ Makefile
> enable tftp-proxy since it was committed - what's the point otherwise?
> ok deraadt (pvalchev@)
ld.so
~ ldconfig/ldconfig.8 ~ ldconfig/ldconfig.c
> sort options and sync usage() (jmc@)
== share ============================================================= 05/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/Makefile ~ man4/pci.4
+ man4/amdiic.4
> Add AMD-8111 SMBus controller driver.
> ok deraadt@ (grange@)
~ man4/iic.4
> sync with the maxtmp .Nd; (jmc@)
~ man4/iic.4
> sync the .Nd for the list of supported masters; (jmc@)
~ man3/end.3
> Fix edata and etext description, and clarify these are not variables;
> from KUDO Takashi on bugs@, with tweaks from jmc@ and drahn@ (miod@)
~ man4/Makefile ~ man4/iic.4
+ man4/admcts.4 + man4/admlc.4
> add admcts(4) and admlc(4) manpages; ok deraadt (pvalchev@)
~ man4/iic.4
> add amdiic(4) to the list (pvalchev@)
== sys =============================================================== 06/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
More information about the odc
mailing list