CVS commit: src/share/mk
Module Name:src Committed By: mrg Date: Sun Aug 7 08:15:03 UTC 2011 Modified Files: src/share/mk: bsd.own.mk Log Message: switch x86 to GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.677 -r1.678 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: mrg Date: Sun Aug 7 08:15:56 UTC 2011 Modified Files: src/doc: CHANGES Log Message: note switch to GCC 4.5 on x86 To generate a diff of this commit: cvs rdiff -u -r1.1589 -r1.1590 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/conf
Module Name:src Committed By: tron Date: Sun Aug 7 10:04:42 UTC 2011 Modified Files: src/sys/arch/i386/conf: GENERIC XEN3_DOMU Log Message: Add commented out entries for V7FS and V7FS Endian Independent support. To generate a diff of this commit: cvs rdiff -u -r1.1041 -r1.1042 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.35 -r1.36 src/sys/arch/i386/conf/XEN3_DOMU Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: blymn Date: Sun Aug 7 10:52:18 UTC 2011 Modified Files: src/lib/libcurses: meta.c Log Message: flush the output after writing the meta sequence. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libcurses/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: blymn Date: Sun Aug 7 10:54:53 UTC 2011 Modified Files: src/lib/libcurses: instr.c Log Message: Fix a bug that prevented instr and friends returning OK. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libcurses/instr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: blymn Date: Sun Aug 7 10:55:59 UTC 2011 Modified Files: src/lib/libcurses: curses_inch.3 Log Message: Document the return values for innstr and friends. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libcurses/curses_inch.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: blymn Date: Sun Aug 7 10:57:10 UTC 2011 Modified Files: src/lib/libcurses: inchstr.c Log Message: Merge the attributes into the returned characters. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libcurses/inchstr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libprop
Module Name:src Committed By: jmcneill Date: Sun Aug 7 11:33:03 UTC 2011 Modified Files: src/common/lib/libprop: prop_dictionary_util.3 Log Message: prop_dictionary_get_dict: last argument is prop_dictionary_t *, not bool * To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/common/lib/libprop/prop_dictionary_util.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: wiz Date: Sun Aug 7 11:37:06 UTC 2011 Modified Files: src/lib/libcurses: curses_inch.3 Log Message: Add serial comma, remove trailing whitespace, bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libcurses/curses_inch.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/usr.bin
Module Name:src Committed By: mrg Date: Sun Aug 7 11:41:50 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.inc Log Message: after all the recent fixes, let's call this "NetBSD nb2 20110806" To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/usr.bin/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/drvctl
Module Name:src Committed By: jmcneill Date: Sun Aug 7 12:00:11 UTC 2011 Modified Files: src/sbin/drvctl: drvctl.8 drvctl.c Log Message: add an optional argument to the -p flag that lets you extract specific property values from the command-line: $ drvctl -p wd0 disk-info/geometry/cylinders-per-unit 620181 $ drvctl -p wd0 device-driver device-unit wd 0 $ drvctl -p wd0 nonexistent || echo "not found" not found To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/drvctl/drvctl.8 src/sbin/drvctl/drvctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc
Module Name:src Committed By: mrg Date: Sun Aug 7 12:20:10 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch: hppa.mk src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa: c++config.h config.h gstdint.h src/external/gpl3/gcc/usr.bin/gcc/arch/hppa: configargs.h defs.mk Log Message: re-run mknative for hppa. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/hppa.mk cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h \ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: rmind Date: Sun Aug 7 12:29:24 UTC 2011 Modified Files: src/share/man/man9: pserialize.9 Log Message: Fix .Xr to membar_ops(3), not membar(9). Spotted by wiz@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/pserialize.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/drvctl
Module Name:src Committed By: jmcneill Date: Sun Aug 7 13:00:35 UTC 2011 Modified Files: src/sbin/drvctl: drvctl.8 drvctl.c Log Message: add the -t option that modifies -l behaviour to recursively scan for child devices and print them in tree format: $ drvctl -lt usb0 uhub0 uhub6 uhidev0 ukbd0 wskbd1 uhidev1 ums0 wsmouse1 uhid0 ubt0 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/drvctl/drvctl.8 src/sbin/drvctl/drvctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: rmind Date: Sun Aug 7 13:33:03 UTC 2011 Modified Files: src/common/lib/libc/sys: cpuset.c src/distrib/sets/lists/comp: mi src/sys/conf: files src/sys/kern: init_main.c kern_cpu.c kern_runq.c subr_pserialize.c sys_pset.c sys_sched.c src/sys/sys: Makefile cpu.h lwp.h sched.h Added Files: src/sys/kern: subr_kcpuset.c src/sys/sys: kcpuset.h Log Message: Add kcpuset(9) - a reworked dynamic CPU set implementation for kernel. Suitable for use during the early boot. MD and other implementations should be replaced with this interface. Discussed on: tech-kern@ To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/common/lib/libc/sys/cpuset.c cvs rdiff -u -r1.1657 -r1.1658 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.1022 -r1.1023 src/sys/conf/files cvs rdiff -u -r1.434 -r1.435 src/sys/kern/init_main.c cvs rdiff -u -r1.47 -r1.48 src/sys/kern/kern_cpu.c cvs rdiff -u -r1.30 -r1.31 src/sys/kern/kern_runq.c cvs rdiff -u -r0 -r1.1 src/sys/kern/subr_kcpuset.c cvs rdiff -u -r1.2 -r1.3 src/sys/kern/subr_pserialize.c cvs rdiff -u -r1.15 -r1.16 src/sys/kern/sys_pset.c cvs rdiff -u -r1.35 -r1.36 src/sys/kern/sys_sched.c cvs rdiff -u -r1.136 -r1.137 src/sys/sys/Makefile cvs rdiff -u -r1.32 -r1.33 src/sys/sys/cpu.h cvs rdiff -u -r0 -r1.1 src/sys/sys/kcpuset.h cvs rdiff -u -r1.152 -r1.153 src/sys/sys/lwp.h cvs rdiff -u -r1.72 -r1.73 src/sys/sys/sched.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: rmind Date: Sun Aug 7 13:39:24 UTC 2011 Modified Files: src/sys/dev/i2o: dpti.c dptivar.h src/sys/dev/ic: dpt.c dptvar.h src/sys/dev/mca: ed_mca.c edc_mca.c Log Message: Replace some wakeup_one(9) uses with mutex(9) or plain wakeup(9). To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/i2o/dpti.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2o/dptivar.h cvs rdiff -u -r1.65 -r1.66 src/sys/dev/ic/dpt.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/dptvar.h cvs rdiff -u -r1.47 -r1.48 src/sys/dev/mca/ed_mca.c cvs rdiff -u -r1.44 -r1.45 src/sys/dev/mca/edc_mca.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: jmcneill Date: Sun Aug 7 13:45:46 UTC 2011 Modified Files: src/sys/dev/usb: ohci.c Log Message: PR# kern/30398: panic in ohci_softintr If the host controller has a TD that the driver doesn't know about, ignore it instead of calling panic. Patch from Karl Janmar. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/sys/dev/usb/ohci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: rmind Date: Sun Aug 7 13:51:37 UTC 2011 Modified Files: src/sys/net: if_ppp.c Log Message: Convert ppp_list_lock to mutex(9). To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/net/if_ppp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/conf
Module Name:src Committed By: jakllsch Date: Sun Aug 7 14:00:08 UTC 2011 Modified Files: src/sys/arch/sparc64/conf: GENERIC Log Message: Trailing whitespace, what trailing whitespace? To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys/arch/sparc64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: rmind Date: Sun Aug 7 14:03:17 UTC 2011 Modified Files: src/share/man/man9: kthread.9 src/sys/dev: fss.c src/sys/dev/flash: flash_io.c src/sys/kern: kern_kthread.c src/sys/rump/librump/rumpkern: threads.c src/sys/rump/net/lib/libshmif: if_shmem.c src/sys/rump/net/lib/libvirtif: if_virt.c src/sys/sys: kthread.h lwp.h src/tests/rump/kernspace: busypage.c thread.c tsleep.c Log Message: Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/share/man/man9/kthread.9 cvs rdiff -u -r1.77 -r1.78 src/sys/dev/fss.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/flash/flash_io.c cvs rdiff -u -r1.35 -r1.36 src/sys/kern/kern_kthread.c cvs rdiff -u -r1.14 -r1.15 src/sys/rump/librump/rumpkern/threads.c cvs rdiff -u -r1.39 -r1.40 src/sys/rump/net/lib/libshmif/if_shmem.c cvs rdiff -u -r1.23 -r1.24 src/sys/rump/net/lib/libvirtif/if_virt.c cvs rdiff -u -r1.10 -r1.11 src/sys/sys/kthread.h cvs rdiff -u -r1.153 -r1.154 src/sys/sys/lwp.h cvs rdiff -u -r1.4 -r1.5 src/tests/rump/kernspace/busypage.c cvs rdiff -u -r1.1 -r1.2 src/tests/rump/kernspace/thread.c \ src/tests/rump/kernspace/tsleep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/bebox/include
Module Name:src Committed By: kiyohara Date: Sun Aug 7 14:36:36 UTC 2011 Removed Files: src/sys/arch/bebox/include: mouse.h pccons.h src/sys/arch/bebox/include/pc: display.h Log Message: Remove obsoleted headers. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/sys/arch/bebox/include/mouse.h cvs rdiff -u -r1.3 -r0 src/sys/arch/bebox/include/pccons.h cvs rdiff -u -r1.1 -r0 src/sys/arch/bebox/include/pc/display.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/conf
Module Name:src Committed By: jakllsch Date: Sun Aug 7 14:39:15 UTC 2011 Modified Files: src/sys/arch/i386/conf: Makefile.i386 Log Message: Try to ensure no SSE instructions are generated for kernel code, as is already done on amd64. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/arch/i386/conf/Makefile.i386 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/oea
Module Name:src Committed By: kiyohara Date: Sun Aug 7 14:47:05 UTC 2011 Modified Files: src/sys/arch/powerpc/oea: prep_machdep.c Log Message: Set BeBox Mainboard Registers space to BAT register. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/powerpc/oea/prep_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/bebox
Module Name:src Committed By: kiyohara Date: Sun Aug 7 15:04:46 UTC 2011 Modified Files: src/sys/arch/bebox/bebox: machdep.c Added Files: src/sys/arch/bebox/include: bebox.h Log Message: Use BEBOX_REG for mapped to BAT instead of bebox_mb_reg. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/sys/arch/bebox/bebox/machdep.c cvs rdiff -u -r0 -r1.1 src/sys/arch/bebox/include/bebox.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/bebox
Module Name:src Committed By: kiyohara Date: Sun Aug 7 15:13:07 UTC 2011 Modified Files: src/sys/arch/bebox/bebox: pic_bebox.c src/sys/arch/bebox/include: intr.h Log Message: Use BEBOX_REG for mapped to BAT instead of bebox_mb_reg. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/bebox/bebox/pic_bebox.c cvs rdiff -u -r1.30 -r1.31 src/sys/arch/bebox/include/intr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/bebox/bebox
Module Name:src Committed By: kiyohara Date: Sun Aug 7 15:16:35 UTC 2011 Modified Files: src/sys/arch/bebox/bebox: machdep.c Log Message: Not allow interrupt hear. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/arch/bebox/bebox/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/bebox
Module Name:src Committed By: kiyohara Date: Sun Aug 7 15:22:19 UTC 2011 Modified Files: src/sys/arch/bebox/bebox: machdep.c src/sys/arch/bebox/include: isa_machdep.h Log Message: Cleanup headers and variables. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/arch/bebox/bebox/machdep.c cvs rdiff -u -r1.20 -r1.21 src/sys/arch/bebox/include/isa_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/bebox/bebox
Module Name:src Committed By: kiyohara Date: Sun Aug 7 15:31:35 UTC 2011 Modified Files: src/sys/arch/bebox/bebox: mainbus.c Log Message: Try to attach 2nd CPU. But not support options MULTIPROCESSOR yet. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/bebox/bebox/mainbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/bebox/bebox
Module Name:src Committed By: kiyohara Date: Sun Aug 7 15:44:59 UTC 2011 Modified Files: src/sys/arch/bebox/bebox: locore.S Log Message: Cleanup spin loop for 2nd cpu. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/bebox/bebox/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
Module Name:src Committed By: bouyer Date: Sun Aug 7 17:15:40 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: Add a comment explaing why a flush workqueue is handled differently from read/write workqueue requests. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/xen/xen/xbdback_xenbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
Module Name:src Committed By: bouyer Date: Sun Aug 7 17:10:35 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: Several fixes to the continuation engine: - make sure to enter the continuation loop at splbio(), and add some KASSERT() for this. - When a flush operation is enqueued to the workqueue, make sure the continuation loop can't be restarted by a previous workqueue completion or an event. We can't restart it at this point because the flush even is still recorded as the current I/O. For this add a xbdback_co_cache_doflush_wait() which acts as a noop; the workqueue callback will restart the loop once the flush is complete. Should fix "kernel diagnostic assertion xbd_io->xio_mapped == 0" panics reported by Jeff Rizzo on port-xen@. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/xen/xen/xbdback_xenbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
Module Name:src Committed By: bouyer Date: Sun Aug 7 17:39:34 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: Guard against spurious xbdback_backend_changed() calls which would result in the block device being opened twice. Fixes port-xen/45158, although the underlying cause (multiple open of the same device not properly handled any more) is not fixed. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/xen/xen/xbdback_xenbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: jakllsch Date: Sun Aug 7 18:58:53 UTC 2011 Modified Files: src/sys/dev/usb: uhci.c Log Message: Make uhci_find_prev_qh() always 'static inline', just 'inline" leads to trouble. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/sys/dev/usb/uhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/isa
Module Name:src Committed By: jakllsch Date: Sun Aug 7 19:46:22 UTC 2011 Modified Files: src/sys/dev/isa: dpt_isa.c Log Message: Appease _LP64 build with GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/isa/dpt_isa.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [cherry-xenmp] src/sys/arch
Module Name:src Committed By: cherry Date: Sun Aug 7 19:48:08 UTC 2011 Modified Files: src/sys/arch/i386/i386 [cherry-xenmp]: machdep.c src/sys/arch/xen/x86 [cherry-xenmp]: cpu.c Log Message: Fix XEN3PAE_DOMx build To generate a diff of this commit: cvs rdiff -u -r1.702.2.3 -r1.702.2.4 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.56.2.4 -r1.56.2.5 src/sys/arch/xen/x86/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: jakllsch Date: Sun Aug 7 20:05:08 UTC 2011 Modified Files: src/sys/dev/ic: hscx.h ipac.h isac.h Log Message: Appease _LP64 build with GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/hscx.h src/sys/dev/ic/ipac.h \ src/sys/dev/ic/isac.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: jakllsch Date: Sun Aug 7 20:14:42 UTC 2011 Modified Files: src/sys/dev/ic: isacsx.h Log Message: Another instance of REG_OFFSET that needs to be consistent with the rest. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/isacsx.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: alnsn Date: Sun Aug 7 20:44:32 UTC 2011 Modified Files: src/doc: CHANGES Log Message: New linux syscalls: fadvise64() and fadvise64_64(). To generate a diff of this commit: cvs rdiff -u -r1.1590 -r1.1591 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: rmind Date: Sun Aug 7 21:13:06 UTC 2011 Modified Files: src/sys/kern: kern_cpu.c kern_lwp.c kern_runq.c subr_kcpuset.c sys_pset.c sys_sched.c src/sys/sys: lwp.h Log Message: Remove LW_AFFINITY flag and fix some bugs affinity mask handling. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/kern/kern_cpu.c cvs rdiff -u -r1.161 -r1.162 src/sys/kern/kern_lwp.c cvs rdiff -u -r1.31 -r1.32 src/sys/kern/kern_runq.c cvs rdiff -u -r1.1 -r1.2 src/sys/kern/subr_kcpuset.c cvs rdiff -u -r1.16 -r1.17 src/sys/kern/sys_pset.c cvs rdiff -u -r1.36 -r1.37 src/sys/kern/sys_sched.c cvs rdiff -u -r1.154 -r1.155 src/sys/sys/lwp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: rmind Date: Sun Aug 7 21:38:32 UTC 2011 Modified Files: src/sys/kern: kern_cpu.c subr_kcpuset.c subr_pserialize.c sys_sched.c src/sys/sys: kcpuset.h Log Message: - Add an argument to kcpuset_create() for zeroing. - Add kcpuset_atomic_set(), kcpuset_atomic_clear() and kcpuset_merge(). To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/kern/kern_cpu.c cvs rdiff -u -r1.2 -r1.3 src/sys/kern/subr_kcpuset.c cvs rdiff -u -r1.3 -r1.4 src/sys/kern/subr_pserialize.c cvs rdiff -u -r1.37 -r1.38 src/sys/kern/sys_sched.c cvs rdiff -u -r1.1 -r1.2 src/sys/sys/kcpuset.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/iscsi/sbin/iscsictl
Module Name:othersrc Committed By: agc Date: Mon Aug 8 02:24:33 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsictl: TODO iscsic_daemonif.c iscsic_driverif.c iscsic_globals.h iscsic_main.c iscsic_parse.c Log Message: Make this compile WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sbin/iscsictl/TODO \ othersrc/external/bsd/iscsi/sbin/iscsictl/iscsic_daemonif.c \ othersrc/external/bsd/iscsi/sbin/iscsictl/iscsic_driverif.c \ othersrc/external/bsd/iscsi/sbin/iscsictl/iscsic_globals.h \ othersrc/external/bsd/iscsi/sbin/iscsictl/iscsic_main.c \ othersrc/external/bsd/iscsi/sbin/iscsictl/iscsic_parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/iscsi/sbin/iscsictl
Module Name:othersrc Committed By: agc Date: Mon Aug 8 02:25:32 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsictl: Makefile Log Message: Make this compile WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: enami Date: Mon Aug 8 06:30:43 UTC 2011 Modified Files: src/sys/kern: exec_subr.c Log Message: Bounds process's stack size with max_stack_size so that 32bit binary works regardless of stack size limit setting. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/kern/exec_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/iscsi/sbin/iscsictl
Module Name:othersrc Committed By: agc Date: Mon Aug 8 06:53:00 UTC 2011 Added Files: othersrc/external/bsd/iscsi/sbin/iscsictl: iscsictl.8 Log Message: Add a first pass at a manual page, iscsictl(8). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/iscsi/sbin/iscsictl/iscsictl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/iscsi/sbin/iscsictl
Module Name:othersrc Committed By: agc Date: Mon Aug 8 06:54:41 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsictl: Makefile Log Message: Also make the man page for iscsictl(8) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/iscsi/sbin/iscsictl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/iscsi/sbin/iscsictl
Module Name:othersrc Committed By: agc Date: Mon Aug 8 06:55:38 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsictl: TODO Log Message: i've created the initial draft of the man page - take this off the list of things to do. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/iscsi/sbin/iscsictl/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.