CVS commit: src/sys/arch/usermode

2012-01-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 3 10:53:46 UTC 2012 Modified Files: src/sys/arch/usermode/include: machdep.h pcb.h src/sys/arch/usermode/usermode: machdep.c trap.c Log Message: Fix logic that checks if its the kernel or a userland process that

CVS commit: src/sys/arch/usermode

2012-01-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 3 12:05:01 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c ld_thunkbus.c src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: pmap.c syscall.c thunk.c trap.c Log Message:

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

2012-01-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 3 12:10:04 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Use M_WAITOK instead of M_NOWAIT for the stack allocations To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/ufs/ffs

2012-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 3 15:44:00 UTC 2012 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Display current mount point, rather than previous one, when printing the replaying log to disk message. OK dholland@ Fixes PR kern/39609

CVS commit: src/usr.bin/man

2012-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 3 17:49:57 UTC 2012 Modified Files: src/usr.bin/man: man.c Log Message: If the default path doesn't result in a match, bail out early instead of running into a segmentation fault. Based on patch by Abhinav Upadhyay. To

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 3 18:26:25 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: pci_map.c Log Message: Only probe the upper BAR of a mem64 if the bit31 of the lower BAR isn't writable. To generate a diff of this commit: cvs rdiff

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 3 18:27:21 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: ehci_pci.c Log Message: Only do the pci_conf_write if PCI_COMMAND_MASTER_ENABLE isn't already set. To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 3 18:27:47 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: pcidevs Log Message: Change XLP_RAID to XLP_DMA. To generate a diff of this commit: cvs rdiff -u -r1.962.4.1.4.6 -r1.962.4.1.4.7

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 3 18:28:36 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.963.4.1.4.6 -r1.963.4.1.4.7

CVS commit: src/lib/libpam/modules

2012-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 3 19:02:55 UTC 2012 Modified Files: src/lib/libpam/modules/pam_chroot: pam_chroot.c src/lib/libpam/modules/pam_exec: pam_exec.c src/lib/libpam/modules/pam_ftpusers: pam_ftpusers.c

CVS commit: src/sys/arch/usermode

2012-01-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 3 21:28:50 UTC 2012 Modified Files: src/sys/arch/usermode/conf: GENERIC.i386 std.usermode src/sys/arch/usermode/include: vmparam.h src/sys/arch/usermode/usermode: pmap.c trap.c Log Message: Rework

CVS commit: src/sys/dev/rasops

2012-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 3 23:13:59 UTC 2012 Modified Files: src/sys/dev/rasops: rasops.h Log Message: add a macro to identify alpha fonts To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/rasops/rasops.h Please note

CVS commit: src/sys/dev/rasops

2012-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 3 23:15:11 UTC 2012 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: split putchar method into one for alpha fonts and one for bitmap fonts To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 4 00:10:40 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: ehci_pci.c usb_pci.h Log Message: Take changes from matt-nb5-pq3 which fixes how multiple ehci functions on a pci device claim companion ohci

CVS commit: [matt-nb5-mips64] src/sys/dev/usb

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 4 00:11:13 UTC 2012 Modified Files: src/sys/dev/usb [matt-nb5-mips64]: files.usb usb_mem.c Log Message: Merge USB_FRAG_DMA_WORKAROUND from matt-nb5-pq3 branch. To generate a diff of this commit: cvs rdiff -u -r1.90

CVS commit: src/sys/arch/mips/alchemy/dev

2012-01-03 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Jan 4 02:36:26 UTC 2012 Modified Files: src/sys/arch/mips/alchemy/dev: aupcmcia.c auspi.c Log Message: Use device_t instead of 'struct device *'. Remove unnecessary \n. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2012-01-03 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Wed Jan 4 02:48:58 UTC 2012 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: lfs_writerd thread exits when no more LFSs are mounted. To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293

CVS commit: src/distrib

2012-01-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 4 03:43:34 UTC 2012 Modified Files: src/distrib: Makefile Log Message: Build in 'utils' subdir before building miniroot, or the MD bits. When making changes to 'sysinst', for example, one would expect them reflected in the

CVS commit: src/sys/dev/pci

2012-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 4 07:56:35 UTC 2012 Modified Files: src/sys/dev/pci: r128fb.c Log Message: split putchar into separate methods for bitmap and alpha fonts, use FONT_IS_ALPHA() To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/arch/usermode

2012-01-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 3 12:05:01 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c ld_thunkbus.c src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: pmap.c syscall.c thunk.c trap.c Log Message:

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

2012-01-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 3 12:10:04 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Use M_WAITOK instead of M_NOWAIT for the stack allocations To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

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

2012-01-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 3 12:16:16 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Set the total memory length to be ALL the space *before* the kernel. To generate a diff of this commit: cvs rdiff -u -r1.90

CVS commit: src/sys/ufs/ffs

2012-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 3 15:44:00 UTC 2012 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Display current mount point, rather than previous one, when printing the replaying log to disk message. OK dholland@ Fixes PR kern/39609

CVS commit: src/usr.bin/man

2012-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 3 17:49:57 UTC 2012 Modified Files: src/usr.bin/man: man.c Log Message: If the default path doesn't result in a match, bail out early instead of running into a segmentation fault. Based on patch by Abhinav Upadhyay. To

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 3 18:26:25 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: pci_map.c Log Message: Only probe the upper BAR of a mem64 if the bit31 of the lower BAR isn't writable. To generate a diff of this commit: cvs rdiff

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 3 18:27:21 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: ehci_pci.c Log Message: Only do the pci_conf_write if PCI_COMMAND_MASTER_ENABLE isn't already set. To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 3 18:27:47 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: pcidevs Log Message: Change XLP_RAID to XLP_DMA. To generate a diff of this commit: cvs rdiff -u -r1.962.4.1.4.6 -r1.962.4.1.4.7

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 3 18:28:36 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.963.4.1.4.6 -r1.963.4.1.4.7

CVS commit: src/external/bsd/openpam/dist/lib

2012-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 3 18:56:50 UTC 2012 Modified Files: src/external/bsd/openpam/dist/lib: openpam_check_owner_perms.c openpam_configure.c openpam_dynamic.c openpam_ttyconv.c Log Message: don't use %m in openpam_log, because

CVS commit: src/lib/libpam/modules

2012-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 3 19:02:55 UTC 2012 Modified Files: src/lib/libpam/modules/pam_chroot: pam_chroot.c src/lib/libpam/modules/pam_exec: pam_exec.c src/lib/libpam/modules/pam_ftpusers: pam_ftpusers.c

CVS commit: src/sys/arch/usermode

2012-01-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 3 21:28:50 UTC 2012 Modified Files: src/sys/arch/usermode/conf: GENERIC.i386 std.usermode src/sys/arch/usermode/include: vmparam.h src/sys/arch/usermode/usermode: pmap.c trap.c Log Message: Rework

CVS commit: src/sys/dev/rasops

2012-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 3 23:13:59 UTC 2012 Modified Files: src/sys/dev/rasops: rasops.h Log Message: add a macro to identify alpha fonts To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/rasops/rasops.h Please note

CVS commit: src/sys/dev/rasops

2012-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 3 23:15:11 UTC 2012 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: split putchar method into one for alpha fonts and one for bitmap fonts To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 4 00:10:40 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: ehci_pci.c usb_pci.h Log Message: Take changes from matt-nb5-pq3 which fixes how multiple ehci functions on a pci device claim companion ohci

CVS commit: [matt-nb5-mips64] src/sys/dev/usb

2012-01-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 4 00:11:13 UTC 2012 Modified Files: src/sys/dev/usb [matt-nb5-mips64]: files.usb usb_mem.c Log Message: Merge USB_FRAG_DMA_WORKAROUND from matt-nb5-pq3 branch. To generate a diff of this commit: cvs rdiff -u -r1.90

CVS commit: src/sys/arch/mips/alchemy/dev

2012-01-03 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Jan 4 02:36:26 UTC 2012 Modified Files: src/sys/arch/mips/alchemy/dev: aupcmcia.c auspi.c Log Message: Use device_t instead of 'struct device *'. Remove unnecessary \n. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2012-01-03 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Wed Jan 4 02:48:58 UTC 2012 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: lfs_writerd thread exits when no more LFSs are mounted. To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293

CVS commit: src/distrib

2012-01-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 4 03:43:34 UTC 2012 Modified Files: src/distrib: Makefile Log Message: Build in 'utils' subdir before building miniroot, or the MD bits. When making changes to 'sysinst', for example, one would expect them reflected in the

CVS commit: src/sys/dev/pci

2012-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 4 07:56:35 UTC 2012 Modified Files: src/sys/dev/pci: r128fb.c Log Message: split putchar into separate methods for bitmap and alpha fonts, use FONT_IS_ALPHA() To generate a diff of this commit: cvs rdiff -u -r1.23