Re: CVS commit: src/share/man/man4

2011-09-03 Thread John Nemeth
On Jan 20, 1:58pm, Jukka Ruohonen wrote: } On Tue, Aug 30, 2011 at 10:10:05AM -0500, David Young wrote: } } The driver should be converted, however, I don't think that there is } a case for bluntly removing bktr(4), } } Yes, I was corrected already (the conversion should go towards

Re: CVS commit: src/share/man/man4

2011-09-03 Thread Jukka Ruohonen
On Fri, Sep 02, 2011 at 11:23:08PM -0700, John Nemeth wrote: In NetBSD, GENERIC kernels generally contain everything that could possibly be useful and doesn't cause problems (some newer drivers are buggy, some interfere with other devices, and some have caused damage to hardware). This

Re: CVS commit: src

2011-09-03 Thread Warner Losh
On Sep 2, 2011, at 11:09 AM, David Laight wrote: On Thu, Sep 01, 2011 at 08:19:07AM +0100, Iain Hibbert wrote: On Wed, 31 Aug 2011, Warner Losh wrote: In the absence of both the prototype and a cast, NULL (which can be 0) will be passed as an int, not as a pointer. NetBSD C headers

CVS commit: src/usr.bin/tail

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 09:02:20 UTC 2011 Modified Files: src/usr.bin/tail: extern.h forward.c misc.c read.c reverse.c tail.c Log Message: Instead of declaring our own err() which is different than the standard one, and using it incorrectly

CVS commit: src/sys/kern

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 10:28:33 UTC 2011 Modified Files: src/sys/kern: kern_sleepq.c Log Message: We need to process SA_STOP signals immediately, and not deliver them to the process. Instead of re-structuring the code to do that, call

CVS commit: src/usr.bin/tail

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 10:35:13 UTC 2011 Modified Files: src/usr.bin/tail: reverse.c Log Message: leave the original errno as it was. don't report EFBIG on all mmap failures. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/usr.bin/tail

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 10:59:11 UTC 2011 Modified Files: src/usr.bin/tail: forward.c read.c reverse.c tail.c Log Message: minor knf, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/arch/usermode/dev

2011-09-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Sep 3 12:25:31 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Oops forgot to commit this one To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/usermode/dev/cpu.c Please

CVS commit: src/sys/arch/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 12:28:46 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode files.usermode std.usermode src/sys/arch/usermode/usermode: pmap.c Added Files:

CVS commit: src/sys/arch/usermode/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 12:33:03 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: machdep.c pmap.c Log Message: move call of urkelvisor_init to main instead of pmap_bootstrap To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/sys/arch/usermode/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 12:48:22 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: urkelvisor.c Log Message: if emulating the syscall, toggle insyscall as the child won't get stopped a second time To generate a diff of this commit:

CVS commit: src/usr.bin/fstat

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 13:22:56 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.1 Log Message: Mention that fstat -f will not list open unix sockets on that filesystem. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/usr.bin/fstat

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 13:24:19 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: - minor KNF - for system processes (0, 1) where fd_lastfile == -1, fail early. - instead of printing the pcb connection address, print the

CVS commit: src/sys/kern

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 14:09:03 UTC 2011 Modified Files: src/sys/kern: kern_acct.c Log Message: Make sure that we initialize all accounting bytes. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/kern/kern_acct.c

CVS commit: src/sys/arch/usermode/include

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 14:23:50 UTC 2011 Modified Files: src/sys/arch/usermode/include: asm.h bswap.h byte_swap.h disklabel.h elf_machdep.h endian.h endian_machdep.h int_const.h int_fmtio.h int_limits.h

CVS commit: src/sys/arch/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 15:00:28 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode src/sys/arch/usermode/dev: cpu.c ld_thunkbus.c src/sys/arch/usermode/include: thunk.h

CVS commit: src/sys/arch/usermode/usermode

2011-09-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Sep 3 15:33:56 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Add SIGILL handler, doing nothing than printing out details. Move the address check to be done later so pmap and uvm have their go

CVS commit: src/sys/dev/usb

2011-09-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 3 16:19:47 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Correct vendor code for Kingston DT101 G2 To generate a diff of this commit: cvs rdiff -u -r1.593 -r1.594 src/sys/dev/usb/usbdevs Please note

CVS commit: src/sys/dev/usb

2011-09-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 3 16:21:18 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regenerate for Kingston DT101 G2 To generate a diff of this commit: cvs rdiff -u -r1.586 -r1.587 src/sys/dev/usb/usbdevs.h cvs

CVS commit: src/sys/arch/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 18:42:13 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode files.usermode src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: pmap.c thunk.c Log Message: Let

CVS commit: src/sys/arch/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 19:06:49 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode src/sys/arch/usermode/dev: cpu.c Log Message: unbreak build on netbsd To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/arch/usermode/dev

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 19:07:32 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c Log Message: add a workaround for kern/45327 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/kern

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 19:33:40 UTC 2011 Modified Files: src/sys/kern: kern_sig.c Log Message: PR/45327: Jared McNeill: ptrace: siginfo doesn't work with traced processes When saving the signal in p-p_xstat, clear it from the pending mask,

CVS commit: src/sys/arch/usermode/dev

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 20:02:34 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c Log Message: Now that pr45327 is fixed, remove BROKEN_SIGINFO code. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: [cherry-xenmp] src/sys/arch/xen/xen

2011-09-03 Thread Michael L. Hitch
Module Name:src Committed By: mhitch Date: Sun Sep 4 01:15:14 UTC 2011 Modified Files: src/sys/arch/xen/xen [cherry-xenmp]: xengnt.c Log Message: Use a mutex to protect updates to gnt_entries. Fixes a KASSERT panic with an MP kernel. To generate a diff of this commit:

CVS commit: src/usr.bin/tail

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 09:02:20 UTC 2011 Modified Files: src/usr.bin/tail: extern.h forward.c misc.c read.c reverse.c tail.c Log Message: Instead of declaring our own err() which is different than the standard one, and using it incorrectly

CVS commit: src/sys/kern

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 10:28:33 UTC 2011 Modified Files: src/sys/kern: kern_sleepq.c Log Message: We need to process SA_STOP signals immediately, and not deliver them to the process. Instead of re-structuring the code to do that, call

CVS commit: src/usr.bin/tail

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 10:35:13 UTC 2011 Modified Files: src/usr.bin/tail: reverse.c Log Message: leave the original errno as it was. don't report EFBIG on all mmap failures. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/usr.bin/tail

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 10:59:11 UTC 2011 Modified Files: src/usr.bin/tail: forward.c read.c reverse.c tail.c Log Message: minor knf, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/arch/usermode/dev

2011-09-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Sep 3 12:25:31 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Oops forgot to commit this one To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/usermode/dev/cpu.c Please

CVS commit: src/sys/arch/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 12:28:46 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode files.usermode std.usermode src/sys/arch/usermode/usermode: pmap.c Added Files:

CVS commit: src/sys/arch/usermode/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 12:33:03 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: machdep.c pmap.c Log Message: move call of urkelvisor_init to main instead of pmap_bootstrap To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/usr.bin/fstat

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 13:22:56 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.1 Log Message: Mention that fstat -f will not list open unix sockets on that filesystem. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/usr.bin/fstat

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 13:24:19 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: - minor KNF - for system processes (0, 1) where fd_lastfile == -1, fail early. - instead of printing the pcb connection address, print the

CVS commit: src/sys/kern

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 14:09:03 UTC 2011 Modified Files: src/sys/kern: kern_acct.c Log Message: Make sure that we initialize all accounting bytes. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/kern/kern_acct.c

CVS commit: src/sys/arch/usermode/include

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 14:23:50 UTC 2011 Modified Files: src/sys/arch/usermode/include: asm.h bswap.h byte_swap.h disklabel.h elf_machdep.h endian.h endian_machdep.h int_const.h int_fmtio.h int_limits.h

CVS commit: src/sys/arch/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 15:00:28 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode src/sys/arch/usermode/dev: cpu.c ld_thunkbus.c src/sys/arch/usermode/include: thunk.h

CVS commit: src/sys/arch/usermode/usermode

2011-09-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Sep 3 15:33:56 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Add SIGILL handler, doing nothing than printing out details. Move the address check to be done later so pmap and uvm have their go

CVS commit: src/sys/dev/usb

2011-09-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 3 16:19:47 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Correct vendor code for Kingston DT101 G2 To generate a diff of this commit: cvs rdiff -u -r1.593 -r1.594 src/sys/dev/usb/usbdevs Please note

CVS commit: src/sys/dev/usb

2011-09-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 3 16:21:18 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regenerate for Kingston DT101 G2 To generate a diff of this commit: cvs rdiff -u -r1.586 -r1.587 src/sys/dev/usb/usbdevs.h cvs

CVS commit: src/sys/arch/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 18:42:13 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode files.usermode src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: pmap.c thunk.c Log Message: Let

CVS commit: src/sys/arch/usermode

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 19:06:49 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode src/sys/arch/usermode/dev: cpu.c Log Message: unbreak build on netbsd To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/arch/usermode/dev

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 19:07:32 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c Log Message: add a workaround for kern/45327 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/kern

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 19:33:40 UTC 2011 Modified Files: src/sys/kern: kern_sig.c Log Message: PR/45327: Jared McNeill: ptrace: siginfo doesn't work with traced processes When saving the signal in p-p_xstat, clear it from the pending mask,

CVS commit: src/sys/arch/usermode/dev

2011-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 3 20:02:34 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c Log Message: Now that pr45327 is fixed, remove BROKEN_SIGINFO code. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9