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
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
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
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 -
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
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
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