CVS commit: src/distrib/utils/libhack

2013-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 27 09:53:33 UTC 2013 Modified Files: src/distrib/utils/libhack: Makefile Makefile.inc gethost.c Log Message: avoid copying most of libc (except gethostent_r, which unfortunately adds a resolver dependency) by callling th

CVS commit: src/lib/libc/net

2013-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 27 09:56:12 UTC 2013 Modified Files: src/lib/libc/net: gethnamaddr.c hostent.h sethostent.c Log Message: move the host file getbyname and getbyaddr functions to sethostent.c so that they are in a separate file from the d

CVS commit: src/sys/arch/sparc64/conf

2013-08-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 27 13:11:12 UTC 2013 Modified Files: src/sys/arch/sparc64/conf: files.sparc64 Log Message: psycho needs-flag now while there, ffb doesn't need rasops8 To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src

CVS commit: src/sys/arch/sparc64/sparc64

2013-08-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 27 13:12:29 UTC 2013 Modified Files: src/sys/arch/sparc64/sparc64: clock.c Log Message: sprinkle #if NPSYCHO > 0 now this builds again on kernels without psycho To generate a diff of this commit: cvs rdiff -u -r1.110 -

CVS commit: src/sys/kern

2013-08-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 27 14:01:35 UTC 2013 Modified Files: src/sys/kern: kern_rndq.c Log Message: Schedule wakeups asynchronously in rnd_extract_data. Otherwise, rndsink_request takes rndsinks_lock and calls rnd_extract_data, which synchron

CVS commit: src/include

2013-08-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Aug 27 18:29:29 UTC 2013 Modified Files: src/include: string.h Log Message: Remove outdated comment. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/include/string.h Please note that diffs are not public do

CVS commit: src/sys

2013-08-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 27 19:30:10 UTC 2013 Modified Files: src/sys/dev: rnd_private.h src/sys/kern: init_main.c kern_rndq.c kern_rndsink.c Log Message: Back out the recent rnd stop-gap/stop-gap/stop-gap measures. This reverts sys/d