CVS commit: src/sys/kern

2009-11-18 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Nov 19 03:01:06 UTC 2009 Modified Files: src/sys/kern: vfs_subr.c Log Message: Fix indentation, wrap long line and remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.388 -r1.389

Re: CVS commit: src/sys/kern

2009-11-01 Thread enami tsugutomo
Log Message: Move common logic in selcommon() and pollcommon() into sel_do_scan(). Avoids code duplication. XXX: pollsock() should be converted too, except it's a bit ugly. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/kern/sys_select.c The test `if (selpoll)' is

CVS commit: src/sys/dev/usb

2009-10-15 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Fri Oct 16 00:45:26 UTC 2009 Modified Files: src/sys/dev/usb: ohci.c Log Message: Since the aprint_normal_dev() several lines above prints a space after the device name, no need to prepend the space here. To generate a diff of

CVS commit: src

2009-10-14 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Oct 15 03:21:45 UTC 2009 Modified Files: src: build.sh Log Message: There is no variable called __SRC_TOP_OBJ__. Use the correct one instead. To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/build.sh

CVS commit: src/usr.sbin/pwd_mkdb

2009-08-25 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Aug 25 09:27:25 UTC 2009 Modified Files: src/usr.sbin/pwd_mkdb: pwd_mkdb.c Log Message: - The value getdbent() returns when no record is found is not -1 but 1. Testing if it returns -1 is always false. - Use the same

CVS commit: src/lib/libpthread

2009-08-12 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Wed Aug 12 23:51:23 UTC 2009 Modified Files: src/lib/libpthread: pthread_cancelstub.c pthread_misc.c Log Message: Make nanosleep cancelable again. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src

2009-04-01 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Apr 2 00:19:03 UTC 2009 Modified Files: src/common/lib/libc/arch/i386/atomic: atomic.S src/sys/arch/amd64/amd64: spl.S src/sys/arch/x86/x86: patch.c Log Message: So that profile kernel runs again, - Adjust the

<    1   2   3