Module Name:src
Committed By: macallan
Date: Wed Dec 28 08:36:46 UTC 2011
Modified Files:
src/sys/dev/rasops: rasops.c rasops.h rasops8.c
Log Message:
add a new flag for ri_flg to allow drivers to request an r3g3b2 devcmap
in 8 bit colour. Drivers are still responsible to
Module Name:src
Committed By: macallan
Date: Wed Dec 28 09:27:18 UTC 2011
Modified Files:
src/sys/dev/pci: r128fbreg.h
Log Message:
add a bunch of register definitions
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/r128fbreg.h
Please note th
Module Name:src
Committed By: macallan
Date: Wed Dec 28 09:29:04 UTC 2011
Modified Files:
src/sys/dev/pci: r128fb.c
Log Message:
support anti-aliased fonts in 8 bit r3g3b2 colour
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/r128fb.c
Plea
Module Name:src
Committed By: yamt
Date: Wed Dec 28 13:20:20 UTC 2011
Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_loan.c
Log Message:
missing include sys/atomic.h
To generate a diff of this commit:
cvs rdiff -u -r1.81.2.5 -r1.81.2.6 src/sys/uvm/uvm_loan.c
Please n
Module Name:src
Committed By: yamt
Date: Wed Dec 28 13:21:28 UTC 2011
Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_loan.c
Log Message:
O->A loan fix
To generate a diff of this commit:
cvs rdiff -u -r1.81.2.6 -r1.81.2.7 src/sys/uvm/uvm_loan.c
Please note that diffs
Module Name:src
Committed By: yamt
Date: Wed Dec 28 13:22:47 UTC 2011
Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_fault.c
Log Message:
- assertions
- __unused
To generate a diff of this commit:
cvs rdiff -u -r1.190.2.3 -r1.190.2.4 src/sys/uvm/uvm_fault.c
Please no
Module Name:src
Committed By: yamt
Date: Wed Dec 28 13:24:19 UTC 2011
Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_loan.c
Log Message:
uvm_loanobj_read: try to avoid creating VAC aliases if PMAP_PREFER is available
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: yamt
Date: Wed Dec 28 13:28:03 UTC 2011
Modified Files:
src/usr.bin/vmstat [yamt-pagecache]: vmstat.c
Log Message:
page loaning related statistics
6 O->K loan
433958 O->K unloan
0 O->K loan resolved on write to O
0
Module Name:src
Committed By: christos
Date: Wed Dec 28 14:52:57 UTC 2011
Modified Files:
src/lib/libpam/libpam: pam_debug_log.c
src/lib/libpam/libpam/security: pam_mod_misc.h
src/lib/libpam/modules/pam_login_access: pam_login_access.c
Log Message:
- revers
Module Name:src
Committed By: christos
Date: Wed Dec 28 14:53:38 UTC 2011
Modified Files:
src/external/bsd/openpam/dist/lib: openpam_log.c
Log Message:
Reverse the order of printf formatting to make it easier for compilers to
check printf arguments.
>From joerg@
To gener
Module Name:xsrc
Committed By: macallan
Date: Wed Dec 28 16:53:30 UTC 2011
Added Files:
xsrc/local/programs/ttf2wsfont: Makefile main.c
Log Message:
tool to generate anti-aliased fonts for wscons from TTF files
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 xs
Module Name:xsrc
Committed By: macallan
Date: Wed Dec 28 16:55:27 UTC 2011
Modified Files:
xsrc/local/programs/ttf2wsfont: main.c
Log Message:
add 2 clause BSD license
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 xsrc/local/programs/ttf2wsfont/main.c
Plea
Module Name:src
Committed By: manu
Date: Wed Dec 28 17:33:53 UTC 2011
Modified Files:
src/lib/libperfuse: debug.c fuse.h ops.c perfuse.c perfuse_if.h
perfuse_priv.h
src/usr.sbin/perfused: perfused.8 perfused.c perfused.h
Log Message:
Add a FUSE trace fa
Module Name:src
Committed By: macallan
Date: Wed Dec 28 18:23:01 UTC 2011
Modified Files:
src/sys/dev/pci/voyager: voyagerfb.c
Log Message:
make anti-aliased fonts with odd widths work
The drawing engine needs lines padded to 64bit when doing colour host blits
which is of
Module Name:src
Committed By: macallan
Date: Wed Dec 28 18:29:48 UTC 2011
Modified Files:
src/sys/dev/wsfont: files.wsfont wsfont.c
Added Files:
src/sys/dev/wsfont: Droid_Sans_Mono_9x18.h
Log Message:
add a somewhat smaller Droid font
this was generated with a newe
Module Name:src
Committed By: macallan
Date: Wed Dec 28 18:37:58 UTC 2011
Modified Files:
src/sys/dev/wsfb: genfb.c
Log Message:
if the cursor row passed in a device property doesn't fit on the screen just
ignore it and clear the screen
To generate a diff of this commit:
Module Name:src
Committed By: wiz
Date: Wed Dec 28 18:56:39 UTC 2011
Modified Files:
src/usr.sbin/perfused: perfused.8
Log Message:
Improve markup, remove tailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/perfused/perfused.8
Pl
Module Name:src
Committed By: cherry
Date: Wed Dec 28 18:59:21 UTC 2011
Modified Files:
src/sys/arch/xen/x86: xen_ipi.c
Log Message:
Remove temporary variable definition that is unused in non DIAGNOSTIC builds.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8
Module Name:src
Committed By: phx
Date: Wed Dec 28 20:28:04 UTC 2011
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
Add VT6410 support, heavily based on a patch by Takahiro Kambe:
http://mail-index.netbsd.org/port-i386/2007/03/30/.html
The VT6410 is special,
Module Name:src
Committed By: phx
Date: Wed Dec 28 20:33:20 UTC 2011
Modified Files:
src/sys/arch/sandpoint/conf: GENERIC
src/sys/arch/sandpoint/pci: pci_machdep.c
Log Message:
Add a workaround for the VT6410 IDE controller on the Iomega Storcenter.
Its interrupt c
Module Name:src
Committed By: phx
Date: Wed Dec 28 20:40:25 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note viaide(4) VT6410 and sandpoint Iomega Storcenter support.
To generate a diff of this commit:
cvs rdiff -u -r1.1639 -r1.1640 src/doc/CHANGES
Please not
Module Name:src
Committed By: christos
Date: Wed Dec 28 22:07:40 UTC 2011
Modified Files:
src/tests/lib/libcrypt: t_crypt.c
Log Message:
crypt does not return NULL anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libcrypt/t_crypt.c
Plea
Module Name:src
Committed By: christos
Date: Wed Dec 28 22:15:23 UTC 2011
Modified Files:
src/lib/libcrypt: crypt.3
Log Message:
reflect current reality about return values.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libcrypt/crypt.3
Please no
Module Name:src
Committed By: wiz
Date: Wed Dec 28 22:41:34 UTC 2011
Modified Files:
src/lib/libcrypt: crypt.3
Log Message:
Remove trailing whitespace. Avoid xr to itself.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libcrypt/crypt.3
Please note
Module Name:src
Committed By: riz
Date: Thu Dec 29 01:40:32 UTC 2011
Modified Files:
src/lib/libperfuse: debug.c
Log Message:
Cast time_t to intmax_t for printf purposes, and format with %j. Fixes
build on amd64 and probably i386 as well.
To generate a diff of this comm
Module Name:src
Committed By: riz
Date: Thu Dec 29 04:25:49 UTC 2011
Modified Files:
src/lib/libperfuse: debug.c
Log Message:
Redo previous; remove all the casts I added, and use PRI* macros instead.
(by popular demand - makes sense, too)
To generate a diff of this comm
26 matches
Mail list logo