CVS commit: src/usr.bin/menuc

2009-07-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jul 11 18:38:31 UTC 2009 Modified Files: src/usr.bin/menuc: menuc.1 Log Message: mandoc(1): -width is redundant for a item list To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.bin/menuc/menuc.1 Please n

CVS commit: src/usr.bin/ftp

2009-07-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jul 11 18:35:49 UTC 2009 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: Fix markup. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/usr.bin/ftp/ftp.1 Please note that diffs are not public domain; the

CVS commit: src/sys/dev/usb

2009-07-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jul 11 18:26:58 UTC 2009 Modified Files: src/sys/dev/usb: ukbd.c Log Message: Fix WSKBD_RAW mode ukbd -> pckbd translation for Pause/Break and Print Screen/Sys Req keys so xf86-input-keyboard can figure out what we want. Ad

CVS commit: src/common/lib/libc/arch/x86_64/string

2009-07-11 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Jul 11 11:57:47 UTC 2009 Modified Files: src/common/lib/libc/arch/x86_64/string: strlen.S Log Message: After alg 2 triggers, mask with ~x (alg 3) to ignore bytes with top bit set. Then use bit scan to work out which byte is zero.

CVS commit: src/regress/lib/libc/string/strlen

2009-07-11 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Jul 11 11:45:17 UTC 2009 Modified Files: src/regress/lib/libc/string/strlen: strlen_test.c Log Message: The local function pointer wasn't enough to stop gcc using the builtin strlen! Move to file scope and make 'volatile'. When

CVS commit: src/common/lib/libc/arch/x86_64/string

2009-07-11 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Jul 11 08:48:52 UTC 2009 Modified Files: src/common/lib/libc/arch/x86_64/string: strlen.S Log Message: Change comments about algorithms, 99.6% for random data isn't 'rare' in my book! (The 'rare' case is any byte values 0x80-0xff