Module Name:src
Committed By: mrg
Date: Wed Nov 10 05:22:56 UTC 2010
Modified Files:
src/sys/external/bsd/drm/dist/bsd-core: drm_sysctl.c
Log Message:
use a sysctllog structure, and sysctl_teardown(), to destroy the drm data.
this should actually now fix PR#40029.
To ge
Module Name:src
Committed By: macallan
Date: Wed Nov 10 04:08:56 UTC 2010
Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-r128: Makefile
Log Message:
don't build fbdev support on powerpc and sparc64
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r
Module Name:xsrc
Committed By: macallan
Date: Wed Nov 10 04:06:20 UTC 2010
Modified Files:
xsrc/external/mit/xf86-video-r128/dist/src: r128.h r128_driver.c
Log Message:
sprinkle #if(n)def to allow building the driver without any fbdev support
whatsoever
while there do what
Module Name:src
Committed By: uebayasi
Date: Wed Nov 10 03:36:29 UTC 2010
Modified Files:
src/sys/arch/alpha/alpha [uebayasi-xip]: pmap.c
src/sys/arch/amd64/amd64 [uebayasi-xip]: machdep.c
src/sys/arch/arm/arm32 [uebayasi-xip]: pmap.c
src/sys/arch/i3
Module Name:src
Committed By: enami
Date: Wed Nov 10 02:40:08 UTC 2010
Modified Files:
src/lib/libc/stdlib: getenv.c
Log Message:
Clear all entries past the NULL while scrubing environ vector.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/std
Module Name:src
Committed By: enami
Date: Wed Nov 10 02:33:49 UTC 2010
Modified Files:
src/lib/libc/stdlib: getenv.c
Log Message:
Indent using tab rather than four spaces.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/stdlib/getenv.c
Please
Module Name:src
Committed By: dholland
Date: Wed Nov 10 01:49:00 UTC 2010
Modified Files:
src/sys/arch/mips/mips: locore_mips1.S
Log Message:
Amplify comments per thread in source-changes-d about the previous
commit to this file: we must restore the PID value (that is, the
Module Name:src
Committed By: christos
Date: Wed Nov 10 01:44:04 UTC 2010
Modified Files:
src/usr.bin/pathchk: pathchk.1
Log Message:
add a safe alternative of the previous.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/pathchk/pathchk.1
Please
Module Name:src
Committed By: uebayasi
Date: Wed Nov 10 01:24:47 UTC 2010
Modified Files:
src/sys/uvm: uvm_page.h
Log Message:
Prepare vm_physmem[] -> (*vm_physmem)[] migration, so that physical
segments can be changed at run-time. Pointers are easier to update.
To gene
Module Name:src
Committed By: joerg
Date: Tue Nov 9 23:07:10 UTC 2010
Modified Files:
src/external/public-domain/xz/lib: Makefile
Log Message:
Add back easy_encoder.c, lost during the final 5.0.0 update.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/ex
Module Name:src
Committed By: shattered
Date: Tue Nov 9 21:12:19 UTC 2010
Modified Files:
src/sys/dev/pci: vga_pci.c
Log Message:
PR/1: disable fast scrolling on Cyrix GXLV (CS5530 chipset)
OK by wiz@
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 sr
Module Name:src
Committed By: pooka
Date: Tue Nov 9 20:55:14 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: rumpcopy.c
Log Message:
Fix off-by-one in the rpc path of copyinstr()
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/rump/librump/ru
Module Name:src
Committed By: macallan
Date: Tue Nov 9 20:44:49 UTC 2010
Modified Files:
src/sys/arch/macppc/dev: pmu.c pmuvar.h
Log Message:
add support for controlling power to the modem in some PowerBooks
works at least with my Pismo, probably others
To generate a di
Module Name:src
Committed By: apb
Date: Tue Nov 9 20:34:55 UTC 2010
Modified Files:
src/usr.bin/pathchk: pathchk.1
Log Message:
Change the ironically unafe "find . -print | xargs pathchk -p" to
the safe "find . -exec pathchk -p \{\} +" in an example.
To generate a diff
Module Name:src
Committed By: hannken
Date: Tue Nov 9 16:30:26 UTC 2010
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
Wapbl_register_deallocation(): the taken reader lock is not sufficient to
protect wl_dealloc* members. Take the mutex here and change the lock
r
Module Name:src
Committed By: hannken
Date: Tue Nov 9 16:31:48 UTC 2010
Modified Files:
src/sys/miscfs/genfs: genfs_io.c
Log Message:
Genfs_getpages(): Break a deadlock where one thread runs VOP_GETPAGES(),
has busy pages and wants the wapbl lock as reader from wapbl_begi
Module Name:src
Committed By: pooka
Date: Tue Nov 9 15:26:41 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
+tp
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/distrib/sets/lists/tests/mi
Please note that diffs are not public
Module Name:src
Committed By: pooka
Date: Tue Nov 9 15:25:20 UTC 2010
Modified Files:
src/tests/rump/rumpkern: Makefile
Added Files:
src/tests/rump/rumpkern: t_copy.c
Log Message:
Test copystr/copyinstr/copyoutstr focusing on the off-by-one cases.
As a notable ca
Module Name:src
Committed By: pooka
Date: Tue Nov 9 15:22:47 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: rumpcopy.c
Log Message:
fix copystr/copyinstr/copyoutstr to return ENAMETOOLONG where appropriate
To generate a diff of this commit:
cvs rdiff -u -r1.7 -
Module Name:src
Committed By: jmmv
Date: Tue Nov 9 13:01:34 UTC 2010
Modified Files:
src/tests/fs/tmpfs: t_create.sh
Log Message:
Remove ugly workaround to skip this if unprivileged-user=_atf and just use
'su -m' as pooka@ did in t_mkdir.sh. As he says this may still fai
Module Name:src
Committed By: skrll
Date: Tue Nov 9 15:06:09 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note sti(4) changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1453 -r1.1454 src/doc/CHANGES
Please note that diffs are not public domain; they
Module Name:src
Committed By: skrll
Date: Tue Nov 9 12:24:48 UTC 2010
Modified Files:
src/share/man/man4: sti.4
src/sys/arch/hp700/conf: GENERIC files.hp700
src/sys/arch/hp700/dev: sti_sgc.c
src/sys/dev/ic: sti.c stireg.h stivar.h
src/sys/de
Module Name:src
Committed By: pooka
Date: Tue Nov 9 11:48:36 UTC 2010
Modified Files:
src/tests/lib/libc/stdlib: t_environment.c
Log Message:
This test is cursed.
Yesterday I thought I committed the increased timeout and when the
test was still failing for the autotests
23 matches
Mail list logo