Module Name:src
Committed By: hannken
Date: Mon Jul 19 08:17:44 UTC 2010
Modified Files:
src/sys/fs/ntfs: ntfs_vfsops.c
Log Message:
Lock the ntnode and recheck the fnode after calling getnewvnode().
Take v_interlock while the ntnode is locked.
To generate a diff of thi
Module Name:src
Committed By: jmmv
Date: Mon Jul 19 10:31:46 UTC 2010
Modified Files:
src/tests/lib/libpthread: t_sem.c
Log Message:
Split the before_start test in two: one that does not use threads and one
that does. The former works all the time but the latter gets cons
Module Name:src
Committed By: rmind
Date: Mon Jul 19 14:09:45 UTC 2010
Modified Files:
src/sys/netinet: in_var.h ip_input.c ip_reass.c ip_var.h
Log Message:
Abstract IP reassembly into single generic routine - ip_reass_packet().
Make struct ipq private and struct ipqent no
Module Name:src
Committed By: njoly
Date: Mon Jul 19 14:29:38 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Missing .debug suffix.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/distrib/sets/lists/tests/mi
Please note that d
Module Name:src
Committed By: njoly
Date: Mon Jul 19 14:30:51 UTC 2010
Modified Files:
src/distrib/sets/lists/xcomp: shl.mi
Log Message:
Add libxcb-*.debug files.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/distrib/sets/lists/xcomp/shl.mi
Please no
Module Name:src
Committed By: tsutsui
Date: Mon Jul 19 15:20:21 UTC 2010
Modified Files:
src/sys/arch/hpcarm/dev: wzero3_tp.c
Log Message:
- in max1233_readpos(), add some DELAY() after starting A/D so that
output values of touchscreen position are more stable on my WS00
Module Name:src
Committed By: pooka
Date: Mon Jul 19 15:25:47 UTC 2010
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Include from rump_syscalls.h. This
file will contain compat defs which are not autogenerated.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: pooka
Date: Mon Jul 19 15:28:20 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/sys/rump/include/rump: Makefile
Added Files:
src/sys/rump/include/rump: rump_syscalls_compat.h
Log Message:
add rump_syscalls_compat.h
Module Name:src
Committed By: pooka
Date: Mon Jul 19 15:29:44 UTC 2010
Modified Files:
src/sys/rump/librump/rumpvfs: rumpvfs.ifspec
Log Message:
Don't provide stat compat syscalls here, they come from
rump_syscalls_compat.h now. (besides, I always hated how they were
in t
Module Name:src
Committed By: pooka
Date: Mon Jul 19 15:30:44 UTC 2010
Modified Files:
src/sys/rump/include/rump: rumpvfs_if_pub.h
src/sys/rump/librump/rumpvfs: rumpvfs_if_priv.h rumpvfs_if_wrappers.c
Log Message:
regen: stat compat syscalls moved
To generate a d
Module Name:src
Committed By: pooka
Date: Mon Jul 19 15:33:16 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern
src/sys/rump/librump/rumpvfs: compat.c
Added Files:
src/sys/rump/librump/rumpkern: compat.c
Log Message:
* move stat sysc
Module Name:src
Committed By: pooka
Date: Mon Jul 19 15:35:39 UTC 2010
Modified Files:
src/lib/libukfs: ukfs.c
src/tests/fs/umapfs: t_basic.c
src/tests/fs/vfs: t_vnops.c
Log Message:
convert to newstyle automagic rump compat syscalls
To generate a diff of
Module Name:src
Committed By: pooka
Date: Mon Jul 19 15:38:04 UTC 2010
Modified Files:
src/sys/rump/include/rump: rump_syscalls_compat.h
Log Message:
Add some forward declarations used by the interfaces.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys
Module Name:src
Committed By: pooka
Date: Mon Jul 19 15:38:29 UTC 2010
Modified Files:
src/sys/rump/include/rump: rumpkern_if_pub.h
Log Message:
regen from ages ago (to get rcsid consistent)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/include
Module Name:src
Committed By: pooka
Date: Mon Jul 19 15:38:55 UTC 2010
Modified Files:
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
Log Message:
Regen syscalls to get compat header included.
To generate a diff of this
Module Name:src
Committed By: jakllsch
Date: Mon Jul 19 15:46:38 UTC 2010
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Omit U+00AE "REGISTERED SIGN" in a product name due to its non-ASCII nature.
wm_release_hw_control() in wm_detach() before we unmap the registers
Module Name:src
Committed By: pooka
Date: Mon Jul 19 16:00:45 UTC 2010
Modified Files:
src/tests/fs/vfs: t_rmdirrace.c t_vfsops.c
Log Message:
add missing headers
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/vfs/t_rmdirrace.c
cvs rdiff -u -r1.
Module Name:src
Committed By: pooka
Date: Mon Jul 19 16:09:08 UTC 2010
Modified Files:
src/tests/fs: Makefile
src/tests/fs/common: ext2fs.c ffs.c h_fsmacros.h lfs.c msdosfs.c
puffs.c sysvbfs.c tmpfs.c
src/tests/fs/vfs: Makefile
Added Files:
Module Name:src
Committed By: pooka
Date: Mon Jul 19 16:21:23 UTC 2010
Modified Files:
src/tests/fs/common: h_fsmacros.h
Log Message:
* namespace some macros under FSTEST
* inline atf_check_tc() since this is a header
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: pooka
Date: Mon Jul 19 16:22:05 UTC 2010
Modified Files:
src/tests/fs/ffs: Makefile t_mount.c
Log Message:
Include h_fsmacros instead of ffs.c and link in test lib.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/fs/ff
Module Name:src
Committed By: pooka
Date: Mon Jul 19 16:32:01 UTC 2010
Modified Files:
src/tests/fs/ffs: Makefile
src/tests/fs/vfs: Makefile
Log Message:
Need to use the ${PRINTOBJDIR} trick for LIBISPRIVATE ...
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: christos
Date: Mon Jul 19 17:18:14 UTC 2010
Modified Files:
src/lib/libedit: read.c
Log Message:
retry the read after sigwinch too, from Edward Sheldrake
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/lib/libedit/read.c
P
Module Name:src
Committed By: riz
Date: Mon Jul 19 18:14:09 UTC 2010
Modified Files:
src/crypto/dist/ssh [netbsd-5]: sftp-glob.c sftp.c
src/lib/libc/gen [netbsd-5]: glob.3 glob.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1430):
Module Name:src
Committed By: riz
Date: Mon Jul 19 18:14:50 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1430.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.236 -r1.1.2.237 src/doc/CHANGES-5.1
Please note that diffs are not publ
Module Name:src
Committed By: riz
Date: Mon Jul 19 18:15:18 UTC 2010
Modified Files:
src/crypto/dist/ssh [netbsd-5-0]: sftp-glob.c sftp.c
src/lib/libc/gen [netbsd-5-0]: glob.3 glob.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1430)
Module Name:src
Committed By: riz
Date: Mon Jul 19 18:15:38 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1430.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-5.0.3
Please note that diffs are not
Module Name:src
Committed By: jakllsch
Date: Mon Jul 19 18:22:53 UTC 2010
Modified Files:
src/sys/dev/acpi/wmi: files.wmi
Log Message:
correct an obvious typo: acpwmi -> acpiwmi
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/wmi/files.wmi
P
Module Name:src
Committed By: rmind
Date: Mon Jul 19 19:16:46 UTC 2010
Modified Files:
src/sys/netinet: ip_var.h
Log Message:
Revert previous change of making struct ipqent invisible to userland.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/netin
Module Name:src
Committed By: jnemeth
Date: Mon Jul 19 20:05:06 UTC 2010
Modified Files:
src/gnu/dist/gcc4/gcc: version.c
Log Message:
PR/43642 - OKANO Takayoshi -- update bug reporting URL in GCC
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/gnu/dist
Module Name:src
Committed By: jklos
Date: Tue Jul 20 05:32:46 UTC 2010
Modified Files:
src/sys/arch/amiga/dev: ioblix_zbus.c
Log Message:
Properly initialize the IOBlix card's lpt port on boot. From Frank Wille
and Michael L. Hitch.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jklos
Date: Tue Jul 20 06:17:20 UTC 2010
Modified Files:
src/sys/dev/ic: com.c comreg.h
Log Message:
Add support for 16650's prescaler from Frank Wille. Tested with
IOblix on Amiga.
To generate a diff of this commit:
cvs rdiff -u -r1.297 -r1
31 matches
Mail list logo