CVS commit: src/sys/kern
Module Name:src Committed By: martin Date: Tue Apr 19 07:12:59 UTC 2011 Modified Files: src/sys/kern: subr_percpu.c Log Message: Relax an assertion To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/kern/subr_percpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/syscall
Module Name:src Committed By: martin Date: Tue Apr 19 10:21:51 UTC 2011 Modified Files: src/tests/syscall: t_mmap.c t_msync.c Log Message: Add MAP_PRIVATE to mmap() flags where missing. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_mmap.c cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_msync.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libpuffs
Module Name:src Committed By: manu Date: Tue Apr 19 10:35:24 UTC 2011 Modified Files: src/lib/libpuffs: puffs_ops.3 Log Message: In node_lookup() ops, pcn->pcn_nameiop contains a NAMEI_* constant, not PUFFSLOOKUP_* To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libpuffs/puffs_ops.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sandpoint/stand/altboot
Module Name:src Committed By: phx Date: Tue Apr 19 14:12:54 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: README.altboot Log Message: Added a detailed description of altboot command line and boot arguments. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/stand/altboot/README.altboot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sandpoint/stand/altboot
Module Name:src Committed By: phx Date: Tue Apr 19 17:49:38 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: pciide.c Log Message: Some DSM-G600 use a Acard ATP865A instead of ATP865. Added its product id. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sandpoint/stand/altboot/pciide.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/sandpoint/sandpoint
Module Name:src Committed By: phx Date: Tue Apr 19 18:06:19 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: machdep.c Log Message: Make it compile when no kernel symbols and no debugger is configured. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/sandpoint/sandpoint/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/sandpoint/sandpoint
Module Name:src Committed By: phx Date: Tue Apr 19 18:16:03 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: It is probably better to flash the power LED after power-off on a DSM-G600, to make the user aware that he needs to remove power manually. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sandpoint/sandpoint/satmgr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/netstat
Module Name:src Committed By: drochner Date: Tue Apr 19 18:34:39 UTC 2011 Modified Files: src/usr.bin/netstat: fast_ipsec.c Log Message: fix some labels for ipcomp counters which didn't make sense at all To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/netstat/fast_ipsec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/ttyio
Module Name:src Committed By: martin Date: Tue Apr 19 20:07:53 UTC 2011 Modified Files: src/tests/lib/libc/ttyio: t_ttyio.c Log Message: Make the test case independend of stdin being a terminal To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/ttyio/t_ttyio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libcurses/director
Module Name:src Committed By: martin Date: Tue Apr 19 20:13:56 UTC 2011 Modified Files: src/tests/lib/libcurses/director: director.c Log Message: Manually craft a (default) termios description instead of trying to fetch one from stdin - ATF tests should not rely on stdin being a terminal. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libcurses/director/director.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jym Date: Tue Apr 19 23:54:38 UTC 2011 Added Files: src/share/man/man4: balloon.4 Log Message: Please welcome balloon(4), the Xen memory balloon man page. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/balloon.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jym Date: Wed Apr 20 00:04:55 UTC 2011 Removed Files: src/share/man/man4: balloon.4 Log Message: Sigh, removing balloon(4) there was already one living under x86. Not marking the entry in set lists as obsolete, the man page stayed in there for approx. 5min. (apologies for the noise) To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/share/man/man4/balloon.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.x86
Module Name:src Committed By: jym Date: Wed Apr 20 00:21:34 UTC 2011 Modified Files: src/share/man/man4/man4.x86: balloon.4 Log Message: So, hi again, balloon(4). Merge with the current version: - driver attaches to xenbus(4) (no compile time option anymore) - max reservation hypercall is fixed - sysctl(7) entries are now in KiB (like Xentools) rather than in number of pages - some more explanations. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.x86/balloon.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.