CVS commit: src/sys/sys

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 10:02:33 UTC 2011

Modified Files:
src/sys/sys: stat.h

Log Message:
Protect new functions with #ifndef __LIBC12_SOURCE__ so that they are not
visibile in the libc12 compat environment.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/sys/stat.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/time

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 10:10:26 UTC 2011

Modified Files:
src/lib/libc/time: Makefile Theory asctime.c localtime.c tz-art.htm
tz-link.htm tzfile.5 zdump.c zic.8 zic.c

Log Message:
bring in the 2011i changes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/time/Makefile
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/time/Theory
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/time/asctime.c
cvs rdiff -u -r1.57 -r1.58 src/lib/libc/time/localtime.c
cvs rdiff -u -r1.1.1.4 -r1.2 src/lib/libc/time/tz-art.htm
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/time/tz-link.htm
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/time/tzfile.5
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/time/zdump.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/time/zic.8
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/time/zic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2011-09-04 Thread Takahiro Kambe
Module Name:src
Committed By:   taca
Date:   Sun Sep  4 10:15:01 UTC 2011

Modified Files:
src/doc: 3RDPARTY

Log Message:
Update current version of BIND and tz.


To generate a diff of this commit:
cvs rdiff -u -r1.861 -r1.862 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/zoneinfo

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 10:16:01 UTC 2011

Update of /cvsroot/src/share/zoneinfo
In directory ivanova.netbsd.org:/tmp/cvs-serv20338

Log Message:
Notable changes: Russia is now in perpetual summer.

Status:

Vendor Tag: ADO
Release Tags:   TZDATA2011I

U src/share/zoneinfo/antarctica
U src/share/zoneinfo/africa
C src/share/zoneinfo/australasia
U src/share/zoneinfo/asia
U src/share/zoneinfo/northamerica
U src/share/zoneinfo/europe
U src/share/zoneinfo/yearistype.sh
U src/share/zoneinfo/southamerica
U src/share/zoneinfo/pacificnew
U src/share/zoneinfo/etcetera
U src/share/zoneinfo/backward
U src/share/zoneinfo/systemv
U src/share/zoneinfo/factory
U src/share/zoneinfo/solar87
U src/share/zoneinfo/solar88
U src/share/zoneinfo/solar89
U src/share/zoneinfo/iso3166.tab
U src/share/zoneinfo/zone.tab
U src/share/zoneinfo/leapseconds

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jADO:yesterday -jADO src/share/zoneinfo



CVS commit: src/share/zoneinfo

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 10:20:49 UTC 2011

Modified Files:
src/share/zoneinfo: australasia

Log Message:
merge changes.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/share/zoneinfo/australasia

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 10:23:06 UTC 2011

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
mention new tzcode and tzdata


To generate a diff of this commit:
cvs rdiff -u -r1.862 -r1.863 src/doc/3RDPARTY
cvs rdiff -u -r1.1598 -r1.1599 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64

2011-09-04 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sun Sep  4 12:17:14 UTC 2011

Modified Files:
src/sys/arch/sparc64/dev: psycho.c sbus.c schizo.c
src/sys/arch/sparc64/sparc64: locore.s

Log Message:
ih_pil is an interrupt level, not an interrupt mask.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/sparc64/dev/psycho.c
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/sparc64/dev/sbus.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/sparc64/dev/schizo.c
cvs rdiff -u -r1.337 -r1.338 src/sys/arch/sparc64/sparc64/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/sparc64

2011-09-04 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sun Sep  4 12:17:46 UTC 2011

Modified Files:
src/sys/arch/sparc64/sparc64: clock.c

Log Message:
Preset ih_pil.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/sparc64/sparc64/clock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/usermode/usermode

2011-09-04 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Sep  4 12:17:59 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: trap.c

Log Message:
mem_access_handler: panic if we receive sigsegv or sigbus with SI_NOINFO,
and when "peeing outside the box" print the offending va


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/usermode/usermode/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/conf

2011-09-04 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sun Sep  4 12:31:30 UTC 2011

Modified Files:
src/sys/arch/i386/conf: GENERIC

Log Message:
Disable gpio(4) which can now be built and used as modules.


To generate a diff of this commit:
cvs rdiff -u -r1.1052 -r1.1053 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libutil

2011-09-04 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Sep  4 12:34:50 UTC 2011

Modified Files:
src/lib/libutil: getlabelsector.c

Log Message:
getlabelusesmbr: initialize 'oldlenp' parameter to sysctlbyname


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libutil/getlabelsector.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 13:09:13 UTC 2011

Modified Files:
src/sys/kern: kern_sig.c

Log Message:
Split sigget into sigget() and siggetinfo(). When a signal comes from the
debugger (l->l_sigpendset == NULL), using siggetinfo() try to fetch the
siginfo information from l->l_sigpend and then from p->p_sigpend if it
was not found. This allows us to pass siginfo information for traps from
the debugger.


To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 src/sys/kern/kern_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/time

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 13:25:22 UTC 2011

Modified Files:
src/lib/libc/time: zdump.c

Log Message:
forgot to change one usage call.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/time/zdump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/pci

2011-09-04 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sun Sep  4 15:05:27 UTC 2011

Modified Files:
src/sys/arch/i386/pci: gscpcib.c

Log Message:
Don't attach GPIO framework if NGPIO = 0


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/i386/pci/gscpcib.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/base

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 16:09:18 UTC 2011

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
adjust sets for new zoneinfo code


To generate a diff of this commit:
cvs rdiff -u -r1.951 -r1.952 src/distrib/sets/lists/base/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/miscfs/procfs

2011-09-04 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Sep  4 17:32:10 UTC 2011

Modified Files:
src/sys/miscfs/procfs: procfs.h procfs_linux.c procfs_subr.c
procfs_vnops.c

Log Message:
PR# kern/45021: Please support /emul/linux/proc/version

Add /proc/version for procfs with -o linux. The version reported depends
on the emulation type of the calling process:

$ cat /proc/version
NetBSD version 5.99.55 (netbsd@localhost) (gcc version 4.1.3 20080704 
prerelease (NetBSD nb2 20081120)) NetBSD 5.99.55 (GENERIC) #39: Sun Sep  4 
09:10:05 EDT 2011

$ /emul/linux/bin/cat /proc/version
Linux version 2.6.18 (linux@localhost) (gcc version 4.1.3 20080704 prerelease 
(NetBSD nb2 20081120)) #0 Wed Mar 3 03:03:03 PST 2010

$ /emul/linux32/bin/cat /proc/version
Linux version 2.6.18 (linux32@localhost) (gcc version 4.1.3 20080704 prerelease 
(NetBSD nb2 20081120)) #0 Wed Mar 3 03:03:03 PST 2010


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/miscfs/procfs/procfs.h
cvs rdiff -u -r1.60 -r1.61 src/sys/miscfs/procfs/procfs_linux.c
cvs rdiff -u -r1.99 -r1.100 src/sys/miscfs/procfs/procfs_subr.c
cvs rdiff -u -r1.181 -r1.182 src/sys/miscfs/procfs/procfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/usermode/dev

2011-09-04 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Sep  4 20:14:37 UTC 2011

Modified Files:
src/sys/arch/usermode/dev: ld_thunkbus.c

Log Message:
Space around | (style)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/usermode/dev/ld_thunkbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/usermode

2011-09-04 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Sep  4 20:15:57 UTC 2011

Modified Files:
src/sys/arch/usermode/include: thunk.h
src/sys/arch/usermode/usermode: thunk.c

Log Message:
-thunk_makecontext_trapframe2go(ucontext_t *ucp, void *func, void *trapframe)
+thunk_makecontext_1(ucontext_t *ucp, void *func, void *arg)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/usermode/include/thunk.h
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/usermode/usermode/thunk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/fold

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:24:59 UTC 2011

Modified Files:
src/usr.bin/fold: fold.c

Log Message:
static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/fold/fold.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/fpr

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:26:17 UTC 2011

Modified Files:
src/usr.bin/fpr: fpr.c

Log Message:
Use static, change deep if / else if / ... chains to switch(), apply
__dead, ANSIfy.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/fpr/fpr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/gencat

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:27:05 UTC 2011

Modified Files:
src/usr.bin/gencat: gencat.c

Log Message:
static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/gencat/gencat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/hexdump

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:27:27 UTC 2011

Modified Files:
src/usr.bin/hexdump: hexdump.h parse.c

Log Message:
static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/hexdump/hexdump.h
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/hexdump/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/join

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:27:52 UTC 2011

Modified Files:
src/usr.bin/join: join.c

Log Message:
static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/join/join.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/lam

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:28:09 UTC 2011

Modified Files:
src/usr.bin/lam: lam.c

Log Message:
ANSIfy + static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/lam/lam.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/locate/code

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:28:40 UTC 2011

Modified Files:
src/usr.bin/locate/code: locate.code.c

Log Message:
ANSIfy + static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/locate/code/locate.code.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/logger

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:28:59 UTC 2011

Modified Files:
src/usr.bin/logger: logger.c

Log Message:
static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/logger/logger.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/logname

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:29:12 UTC 2011

Modified Files:
src/usr.bin/logname: logname.c

Log Message:
ANSIfy + static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/logname/logname.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/look

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:29:32 UTC 2011

Modified Files:
src/usr.bin/look: look.c

Log Message:
ANSIfy + static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/look/look.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/mkdep

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:30:06 UTC 2011

Modified Files:
src/usr.bin/mkdep: findcc.c mkdep.c

Log Message:
ANSIfy + static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/mkdep/findcc.c
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/mkdep/mkdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/mkfifo

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:30:34 UTC 2011

Modified Files:
src/usr.bin/mkfifo: mkfifo.c

Log Message:
ANSIfy + static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/mkfifo/mkfifo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/mkubootimage

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:31:00 UTC 2011

Modified Files:
src/usr.bin/mkubootimage: mkubootimage.c

Log Message:
static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/mkubootimage/mkubootimage.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/mkubootimage

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:35:07 UTC 2011

Modified Files:
src/usr.bin/mkubootimage: mkubootimage.c

Log Message:
Sprinkle one more static and a bunch of consts.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/mkubootimage/mkubootimage.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/usermode

2011-09-04 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Sep  4 20:46:58 UTC 2011

Modified Files:
src/sys/arch/usermode/include: thunk.h
src/sys/arch/usermode/usermode: thunk.c

Log Message:
Implement thunk_seterrno()


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/usermode/include/thunk.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/usermode/usermode/thunk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/usermode/usermode

2011-09-04 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Sep  4 20:49:59 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: thunk.c

Log Message:
Rename err to nerrno


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/usermode/usermode/thunk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/usermode

2011-09-04 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Sep  4 20:54:52 UTC 2011

Modified Files:
src/sys/arch/usermode/dev: cpu.c
src/sys/arch/usermode/include: pcb.h
src/sys/arch/usermode/usermode: trap.c

Log Message:
Try to preserve errno over traps and on context switches


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/usermode/dev/cpu.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/usermode/include/pcb.h
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/usermode/usermode/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/moduli

2011-09-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Sep  4 20:55:43 UTC 2011

Modified Files:
src/usr.bin/moduli/qsafe: qsafe.c
src/usr.bin/moduli/qsieve: qsieve.c

Log Message:
static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/moduli/qsafe/qsafe.c
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/moduli/qsieve/qsieve.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/usermode

2011-09-04 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Sep  4 21:01:39 UTC 2011

Modified Files:
src/sys/arch/usermode/dev: cpu.c
src/sys/arch/usermode/include: pcb.h
src/sys/arch/usermode/usermode: trap.c

Log Message:
pcb->errno to pcb->pcb_errno


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/usermode/dev/cpu.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/usermode/include/pcb.h
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/usermode/usermode/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/usermode/usermode

2011-09-04 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Sep  4 21:04:42 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: pmap.c

Log Message:
if pmap_page_activate fails, print the returned and expected addresses


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/usermode/usermode/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/usermode

2011-09-04 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Sep  4 21:08:18 UTC 2011

Modified Files:
src/sys/arch/usermode/conf: files.usermode
src/sys/arch/usermode/include: intr.h thunk.h
src/sys/arch/usermode/usermode: machdep.c thunk.c
Added Files:
src/sys/arch/usermode/usermode: intr.c

Log Message:
implement splraise/spllower


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/usermode/conf/files.usermode
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/include/intr.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/usermode/include/thunk.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/usermode/usermode/intr.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/usermode/usermode/machdep.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/usermode/usermode/thunk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86/x86

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 21:14:49 UTC 2011

Modified Files:
src/sys/arch/x86/x86: syscall.c

Log Message:
Remove code that was used to avoid register spills. setcontext(2) can change
the registers, so re-fetching will produce the wrong result for trace_exit().


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/x86/syscall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/base

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 21:28:03 UTC 2011

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
remove 3 empty directories


To generate a diff of this commit:
cvs rdiff -u -r1.952 -r1.953 src/distrib/sets/lists/base/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2011-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  4 23:03:00 UTC 2011

Modified Files:
src/sys/kern: kern_sig.c

Log Message:
don't delete signal from the debugger.


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 src/sys/kern/kern_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/libexec/ftpd

2011-09-04 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Sun Sep  4 23:16:42 UTC 2011

Modified Files:
src/libexec/ftpd: ftpd.c

Log Message:
Reduce priority of syslog message if getpeername returns ENOTCONN.
PR bin/18934 by Greg A. Woods (with supplied fix).


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/libexec/ftpd/ftpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2011-09-04 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep  5 04:31:44 UTC 2011

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Change Intel 0x1229 product name from 82557 to 8255x


To generate a diff of this commit:
cvs rdiff -u -r1.1096 -r1.1097 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2011-09-04 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep  5 04:32:53 UTC 2011

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1091 -r1.1092 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1090 -r1.1091 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2011-09-04 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep  5 04:36:50 UTC 2011

Modified Files:
src/sys/dev/cardbus: if_fxp_cardbus.c
src/sys/dev/pci: if_fxp_pci.c

Log Message:
Change 0x1229's product name from 82557 to 8255x.
82550, 82551, 82558 and 82559 share the same product id.
This change makes "pcictl dump" happy.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/cardbus/if_fxp_cardbus.c
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/pci/if_fxp_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.