Module Name:src
Committed By: dholland
Date: Wed Oct 10 06:55:26 UTC 2012
Modified Files:
src/sys/kern: vfs_lookup.c
src/sys/miscfs/genfs: layer_vnops.c
Log Message:
In layer_lookup(), clear *vpp before returning EROFS, as otherwise a
stale value can be returned an
Module Name:src
Committed By: christos
Date: Wed Oct 10 02:16:54 UTC 2012
Modified Files:
src/common/lib/libc/arch/arm/gen: divsi3.S
Added Files:
src/common/lib/libc/arch/arm/gen: modsi3.S umodsi3.S
Log Message:
Split out modsi3 and umodsi3 from the divsi3 file. Th
Module Name:src
Committed By: christos
Date: Wed Oct 10 02:15:31 UTC 2012
Modified Files:
src/sys/lib/libkern/arch/arm: Makefile.inc
Log Message:
add split files.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/lib/libkern/arch/arm/Makefile.inc
Ple
Module Name:src
Committed By: christos
Date: Wed Oct 10 02:15:03 UTC 2012
Modified Files:
src/lib/libc/arch/arm/gen: Makefile.inc
Log Message:
add split files
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/arch/arm/gen/Makefile.inc
Please not
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:59:33 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 593-595, 597-598.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.214 -r1.1.2.215 src/doc/CHANGES-6.0
Please note that diffs
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:58:09 UTC 2012
Modified Files:
src/external/bsd/bind/dist [netbsd-6]: CHANGES version
src/external/bsd/bind/dist/bin/named [netbsd-6]: query.c
Log Message:
Pull up following revision(s) (requested by christos in
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:54:57 UTC 2012
Modified Files:
src/external/bsd/wpa/dist/src/eap_server [netbsd-6]:
eap_server_tls_common.c
Log Message:
external/bsd/wpa/dist/src/eap_server/eap_server_tls_common.cpatch
Fix ove
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:51:14 UTC 2012
Modified Files:
src/distrib/notes/macppc [netbsd-6]: install
Log Message:
Pull up following revision(s) (requested by jnemeth in ticket #595):
distrib/notes/macppc/install: revision 1.39
Add some
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:49:03 UTC 2012
Modified Files:
src/sys/net/npf [netbsd-6]: npf_handler.c
Log Message:
Pull up following revision(s) (requested by rmind in ticket #594):
sys/net/npf/npf_handler.c: revision 1.23
npf_packet_handle
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:45:21 UTC 2012
Modified Files:
src/sys/kern [netbsd-6]: uipc_usrreq.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #593):
sys/kern/uipc_usrreq.c: revision 1.140
Avoid crash derefer
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:12:57 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 587-590.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.213 -r1.1.2.214 src/doc/CHANGES-6.0
Please note that diffs are not
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:08:21 UTC 2012
Modified Files:
src/usr.sbin/npf/npfctl [netbsd-6]: npf_parse.y
Log Message:
Pull up following revision(s) (requested by rmind in ticket #590):
usr.sbin/npf/npfctl/npf_parse.y: revision 1.14
npfct
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:06:13 UTC 2012
Modified Files:
src/sys/arch/powerpc/powerpc [netbsd-6]: trap.c
Log Message:
sys/arch/powerpc/powerpc/trap.c patch
Silence trap printfs caused by OpenSSL.
[christos, ticke
Module Name:src
Committed By: riz
Date: Tue Oct 9 23:03:47 UTC 2012
Modified Files:
src/share/man/man5 [netbsd-6]: ifconfig.if.5 rc.conf.5
Log Message:
Pull up following revision(s) (requested by roy in ticket #588):
share/man/man5/ifconfig.if.5: revision 1.16
Module Name:src
Committed By: riz
Date: Tue Oct 9 22:58:35 UTC 2012
Modified Files:
src/etc/rc.d [netbsd-6]: named
Log Message:
Pull up following revision(s) (requested by christos in ticket #587):
etc/rc.d/named: revision 1.23
PR/47024: Taylor R Campbell: handle
Module Name:src
Committed By: christos
Date: Tue Oct 9 22:55:40 UTC 2012
Modified Files:
src/external/bsd/bind/dist: CHANGES version
src/external/bsd/bind/dist/bin/named: query.c
Log Message:
Apply P4:
3383. [security] A certain combination of records in th
Module Name:src
Committed By: macallan
Date: Tue Oct 9 21:59:19 UTC 2012
Modified Files:
src/sys/dev/pci: wcfb.c wcfbreg.h
Log Message:
add acceleration support, for Sun XVR-1200 and compatible only so far
adapted from OpenBSD with various improvements, no support for Exp
Module Name:src
Committed By: bouyer
Date: Tue Oct 9 21:53:03 UTC 2012
Modified Files:
src/sys/ufs/ufs [tls-maxphys]: ufs_bmap.c
Log Message:
Use mnt_maxphys not MAXPHYS to limit the size of I/O to disk.
Now the read-ahead code does issue 512k requests to disk.
To gener
Module Name:src
Committed By: bouyer
Date: Tue Oct 9 21:37:47 UTC 2012
Modified Files:
src/sys/uvm [tls-maxphys]: uvm_readahead.c
Log Message:
Redo previous: it seems that the point of the bytelen computation was to
get transfers aligned to chunksz. So reintroduce the cod
Module Name:src
Committed By: christos
Date: Tue Oct 9 21:32:54 UTC 2012
Modified Files:
src/sys/external/bsd/ipf/netinet: fil.c
Log Message:
remove wrong ntohl (from Aran Clauson)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/ipf/neti
Module Name:src
Committed By: jdc
Date: Tue Oct 9 20:55:05 UTC 2012
Added Files:
src/sys/arch/sparc64/dev: pckbc_ebus.c
Log Message:
Driver for pckbc at ebus, as found on Tadpole SPARCle.
Largely based on sparc's pckbc_js.c.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: bouyer
Date: Tue Oct 9 20:07:29 UTC 2012
Modified Files:
src/sys/uvm [tls-maxphys]: uvm_readahead.c
Log Message:
Fix panic "bad chunksize ..." in read-ahead code:
- off comes from the pager, so should already be page-aligned.
KASSERT() that
Module Name:src
Committed By: bouyer
Date: Tue Oct 9 13:36:07 UTC 2012
Modified Files:
src/sys/dev/ata [tls-maxphys]: atareg.h wd.c
src/sys/dev/ic [tls-maxphys]: ahcisata_core.c ahcisatareg.h
src/sys/dev/pci [tls-maxphys]: acardide.c aceride.c ahcisata_pci.
Module Name:src
Committed By: pooka
Date: Tue Oct 9 13:35:51 UTC 2012
Modified Files:
src/sys/rump/librump/rumpkern: klock.c rump.c rump_private.h
Log Message:
Gather some statistics about biglock usage.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sy
Module Name:src
Committed By: msaitoh
Date: Tue Oct 9 10:25:45 UTC 2012
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Use PRIxPADDR to print a DMA address. This fix a problem that if_wm.c
can't compile with WM_DEBUG on non-64bit platforms.
To generate a diff of
Module Name:src
Committed By: msaitoh
Date: Tue Oct 9 08:57:36 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: SHEEVAPLUG
Log Message:
Add {INET,TCP,UDP}_CSUM_COUNTERS and LOCKDEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/con
26 matches
Mail list logo