Module Name:src
Committed By: macallan
Date: Wed Jan 4 08:25:03 UTC 2012
Modified Files:
src/sys/dev/wscons: wsdisplay_vcons.c wsdisplay_vconsvar.h
Log Message:
bump character buffers and cache to 32bit per character so flags we store
in the upper bits don't get lost
now
Module Name:src
Committed By: macallan
Date: Wed Jan 4 08:38:21 UTC 2012
Modified Files:
src/sys/dev/pci: r128fb.c
Log Message:
generate a better r3g3b2 colour map which actually produces white for 0xff
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/s
Module Name:src
Committed By: cherry
Date: Wed Jan 4 10:30:24 UTC 2012
Modified Files:
src/sys/arch/xen/x86: cpu.c
Log Message:
Use macro PDP_SIZE instead of numeric constant, for unshared PAE L3 entries.
Thanks jym@
To generate a diff of this commit:
cvs rdiff -u -r1.7
Module Name:src
Committed By: cherry
Date: Wed Jan 4 10:48:24 UTC 2012
Modified Files:
src/sys/arch/xen/xen: if_xennet_xenbus.c
Log Message:
Tighten up locking in the network driver.
This probably needs more attention since xennet_rx_mbuf_free() hooks
into the network lay
Module Name:src
Committed By: wiz
Date: Wed Jan 4 10:53:39 UTC 2012
Modified Files:
src/lib/libc/sys: stat.2
Log Message:
Fix a sentence, following a hint by Abhinav Upadhyay.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libc/sys/stat.2
Please
Module Name:src
Committed By: wiz
Date: Wed Jan 4 10:57:40 UTC 2012
Modified Files:
src/sbin/fdisk: fdisk.8
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sbin/fdisk/fdisk.8
Please note that diffs are not publ
Module Name:src
Committed By: reinoud
Date: Wed Jan 4 11:53:09 UTC 2012
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
mmap ppl is always < 16 so make it an uint8_t
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/usermode/
Module Name:src
Committed By: reinoud
Date: Wed Jan 4 11:56:58 UTC 2012
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
This uint shouldn't be there
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/usermode/usermode/pmap.c
Module Name:src
Committed By: reinoud
Date: Wed Jan 4 13:31:30 UTC 2012
Modified Files:
src/sys/arch/usermode/usermode: thunk.c
Log Message:
Add extra debugging info for the vncfb code
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/usermode/u
Module Name:src
Committed By: apb
Date: Wed Jan 4 13:40:53 UTC 2012
Modified Files:
src/sys/dev: clockctl.c
Log Message:
When processing ioctl CLOCKCTL_NTP_ADJTIME, set the return value from
ntp_timestatus instead of leaving it uninitialised, and don't use
copyout(9) beca
Module Name:src
Committed By: apb
Date: Wed Jan 4 13:45:55 UTC 2012
Modified Files:
src/sys/compat/common: kern_time_50.c
src/sys/compat/sys: clockctl.h
Log Message:
Provide a COMPAT_50 version of the CLOCKCTL_NTP_ADJTIME ioctl.
When time_t was changed from 32 to
Module Name:src
Committed By: jmcneill
Date: Wed Jan 4 14:04:12 UTC 2012
Modified Files:
src/sys/arch/usermode/conf: GENERIC.common
Log Message:
add options NTP & pseudo-device clockctl
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/usermode/
Module Name:src
Committed By: reinoud
Date: Wed Jan 4 14:09:49 UTC 2012
Modified Files:
src/sys/arch/usermode/conf: std.usermode
Log Message:
Revert HZ to 100 what it was
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/usermode/conf/std.usermo
Module Name:src
Committed By: apb
Date: Wed Jan 4 14:31:17 UTC 2012
Modified Files:
src/sys/compat/common: kern_time_50.c
Log Message:
Instead of calling clockctl_ioctl directly, lookup the cdevsw and
call its d_ioctl function. This should fix an undefined reference to
`
Module Name:src
Committed By: jmcneill
Date: Wed Jan 4 14:53:58 UTC 2012
Modified Files:
src/sys/arch/usermode/dev: vncfb.c
Log Message:
implement cngetc and cnpollc
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/usermode/dev/vncfb.c
Please
Module Name:src
Committed By: reinoud
Date: Wed Jan 4 15:10:45 UTC 2012
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
don't try to unmap pv entries with munmap() that are / were already unmapped
To generate a diff of this commit:
cvs rdiff -u -r1.9
Module Name:src
Committed By: reinoud
Date: Wed Jan 4 15:14:57 UTC 2012
Modified Files:
src/sys/arch/usermode/dev: cpu.c
Log Message:
Zero the memory we claim for the stacks
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/usermode/dev/cpu.c
P
Module Name:src
Committed By: reinoud
Date: Wed Jan 4 15:18:58 UTC 2012
Modified Files:
src/sys/arch/usermode/dev: cpu.c
Log Message:
No reason why to have a larger pagefault stackframe for lwp0
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/
Module Name:src
Committed By: yamt
Date: Wed Jan 4 15:48:54 UTC 2012
Modified Files:
src/share/man/man4: tprof.4
Log Message:
add a missing comma.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/tprof.4
Please note that diffs are not publ
Module Name:src
Committed By: macallan
Date: Wed Jan 4 15:53:49 UTC 2012
Modified Files:
src/sys/dev/wsfont: wsfont.h
Log Message:
add WSFONT_GLYPH() to get a pointer to a given glyph in a given font
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/
Module Name:src
Committed By: yamt
Date: Wed Jan 4 15:54:39 UTC 2012
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/usr.bin: Makefile
Log Message:
install fincore.
To generate a
Module Name:src
Committed By: drochner
Date: Wed Jan 4 15:55:37 UTC 2012
Modified Files:
src/crypto/dist/ipsec-tools/src/libipsec: ipsec_set_policy.3 libpfkey.h
policy_token.l
src/lib/libipsec: Makefile config.h
src/sbin/ping6: ping6.c
s
Module Name:src
Committed By: macallan
Date: Wed Jan 4 15:56:18 UTC 2012
Modified Files:
src/sys/dev/pci: r128fb.c radeonfb.c
Log Message:
use WSFONT_GLYPH()
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/r128fb.c
cvs rdiff -u -r1.49 -r1.5
Module Name:src
Committed By: christos
Date: Wed Jan 4 15:58:37 UTC 2012
Modified Files:
src/bin/cp: cp.c extern.h utils.c
Log Message:
Add siginfo support from Daniel Loffgren.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/bin/cp/cp.c
cvs rdiff -u -
Module Name:src
Committed By: haad
Date: Wed Jan 4 16:05:53 UTC 2012
Modified Files:
src/sys/dev/dm: dm_target_stripe.c
Log Message:
Fix wrong KASSERT, reported by mhitch@.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/dm/dm_target_stripe.c
Module Name:src
Committed By: drochner
Date: Wed Jan 4 16:09:44 UTC 2012
Modified Files:
src/crypto/dist/ipsec-tools/src/libipsec: ipsec_set_policy.3
ipsec_strerror.3
src/dist/dhcp/includes: dhcpd.h
src/distrib/sets/lists/comp: mi
src/li
Module Name:src
Committed By: matt
Date: Wed Jan 4 16:17:55 UTC 2012
Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLPEVB
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: autoconf.c machdep.c
src/sys/arch/mips/conf [matt-nb5-mips64]: files.rmixl
Module Name:src
Committed By: yamt
Date: Wed Jan 4 16:18:11 UTC 2012
Modified Files:
src/usr.bin/fincore: fincore.1
Log Message:
SEE ALSO and CAVEATS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/fincore/fincore.1
Please note that diffs are no
Module Name:src
Committed By: reinoud
Date: Wed Jan 4 16:20:42 UTC 2012
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Enhance the page_deactivate() to have less side effects. While here also make
a variable local to the debug routine that uses it.
Module Name:src
Committed By: yamt
Date: Wed Jan 4 16:25:17 UTC 2012
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
src/share/man/man4/man4.x86: Mak
Module Name:src
Committed By: yamt
Date: Wed Jan 4 16:29:41 UTC 2012
Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_page.c
Log Message:
remove a debug printf
To generate a diff of this commit:
cvs rdiff -u -r1.178.2.9 -r1.178.2.10 src/sys/uvm/uvm_page.c
Please note
Module Name:src
Committed By: yamt
Date: Wed Jan 4 16:30:07 UTC 2012
Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_page.c
Log Message:
make assertions simpler
To generate a diff of this commit:
cvs rdiff -u -r1.178.2.10 -r1.178.2.11 src/sys/uvm/uvm_page.c
Please no
Module Name:src
Committed By: wiz
Date: Wed Jan 4 16:30:51 UTC 2012
Modified Files:
src/crypto/dist/ipsec-tools/src/libipsec: ipsec_set_policy.3
ipsec_strerror.3
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.
Module Name:src
Committed By: yamt
Date: Wed Jan 4 16:31:18 UTC 2012
Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_loan.c uvm_page.c
Log Message:
O->A loan related statistics fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.81.2.8 -r1.81.2.9 src/sys/uvm/uv
Module Name:src
Committed By: yamt
Date: Wed Jan 4 16:36:49 UTC 2012
Modified Files:
src/doc: BRANCHES
Log Message:
update the status of yamt-pagecache branch.
To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 src/doc/BRANCHES
Please note that diffs are n
Module Name:src
Committed By: mhitch
Date: Wed Jan 4 16:37:45 UTC 2012
Modified Files:
src/external/gpl2/lvm2/dist/lib/filters: filter_netbsd.c
Log Message:
Add logical drive device ld - a number of raid controllers provide these.
Also fix a typo/pasto when checking devic
Module Name:src
Committed By: yamt
Date: Wed Jan 4 16:43:37 UTC 2012
Modified Files:
src/sys/fs/tmpfs [yamt-pagecache]: tmpfs_vnops.c
src/sys/nfs [yamt-pagecache]: nfs_bio.c
src/sys/ufs/ufs [yamt-pagecache]: ufs_readwrite.c
Log Message:
enable O->A loaning
Module Name:src
Committed By: macallan
Date: Wed Jan 4 17:01:52 UTC 2012
Modified Files:
src/sys/dev/rasops: rasops32.c rasops8.c
Log Message:
use CHAR_IN_FONT() and WSFONT_GLYPH() macros
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/rasops/r
Module Name:src
Committed By: drochner
Date: Wed Jan 4 17:07:20 UTC 2012
Modified Files:
src/usr.bin/cdplay: cdplay.c
Log Message:
kill unnecessary srandom() call which crept in in rev. 1.33
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/cdpla
Module Name:src
Committed By: drochner
Date: Wed Jan 4 17:26:21 UTC 2012
Modified Files:
src/usr.bin/cdplay: cdplay.1 cdplay.c
Log Message:
-make digital mode work in non-interactive mode (init sighandler
earlier, sleep(3) until playing finished)
-also switch to digital
Module Name:src
Committed By: macallan
Date: Wed Jan 4 20:16:20 UTC 2012
Modified Files:
src/sys/dev/rasops: rasops8.c
Log Message:
add support for anti-aliased fonts in r3g3b2
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/rasops/rasops8.c
P
Module Name:src
Committed By: macallan
Date: Wed Jan 4 20:17:06 UTC 2012
Modified Files:
src/sys/dev/rasops: rasops.c
Log Message:
rasops8 expects the colour value replicated in every byte in devcmap[], so
fix that for r3g3b2
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: macallan
Date: Wed Jan 4 20:18:29 UTC 2012
Modified Files:
src/sys/dev/wsfb: genfb.c
Log Message:
support anti-aliased fonts in 8 bit, generate an appropriate colour map
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/
Module Name:src
Committed By: ast
Date: Thu Jan 5 05:48:28 UTC 2012
Modified Files:
src/distrib/notes/common: main
Log Message:
Add ast@ to the list of NetBSD developers.
To generate a diff of this commit:
cvs rdiff -u -r1.482 -r1.483 src/distrib/notes/common/main
Plea
Module Name:src
Committed By: yamt
Date: Thu Jan 5 07:06:00 UTC 2012
Modified Files:
src/lib/libc/compat-43: getdtablesize.3
Log Message:
move the most of description to an appropriate section, HISTORY.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/l
45 matches
Mail list logo