CVS commit: src/usr.sbin/route6d

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 07:03:00 UTC 2011

Modified Files:
src/usr.sbin/route6d: route6d.c

Log Message:
Remove double 'static'.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/route6d/route6d.c

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



CVS commit: src/share/man/man4

2011-08-31 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Aug 31 07:04:49 UTC 2011

Modified Files:
src/share/man/man4: dtviic.4

Log Message:
Minor correction.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/dtviic.4

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



CVS commit: src/usr.sbin/moused

2011-08-31 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Wed Aug 31 07:17:44 UTC 2011

Modified Files:
src/usr.sbin/moused: moused.c

Log Message:
Fix format string to unbreak i386 build


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/moused/moused.c

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



CVS commit: src/usr.sbin/moused

2011-08-31 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Wed Aug 31 08:15:08 UTC 2011

Modified Files:
src/usr.sbin/moused: moused.c

Log Message:
Yet another format string fix


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/moused/moused.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

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 10:01:18 UTC 2011

Modified Files:
src/sys/dev: DEVNAMES

Log Message:
Add pwdog.


To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 src/sys/dev/DEVNAMES

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



CVS commit: src/sys/dev/gpio

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 12:07:26 UTC 2011

Modified Files:
src/sys/dev/gpio: gpio.c

Log Message:
gpio(4) keeps track of child devices attached using the GPIOATTACH ioctl(),
so remove those references and free the memory in gpio_childdetached().
Protect access to the list of child devices with a kcondvar.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/gpio/gpio.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/onewire

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 12:17:51 UTC 2011

Modified Files:
src/sys/dev/onewire: onewire.c

Log Message:
Add glue code to build as module.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/onewire/onewire.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/gpio

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 12:20:35 UTC 2011

Modified Files:
src/sys/dev/gpio: gpio.c gpiovar.h

Log Message:
Remove what I committed accidentally...


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/gpio/gpio.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/gpio/gpiovar.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/gpio

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 12:23:32 UTC 2011

Modified Files:
src/sys/dev/gpio: gpioow.c

Log Message:
Add glue code to build as module.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/gpio/gpioow.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/gpio

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 12:25:05 UTC 2011

Modified Files:
src/sys/dev/gpio: gpioiic.c

Log Message:
Switch von u_int_XY to uintXY


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/gpio/gpioiic.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-08-31 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Wed Aug 31 12:42:41 UTC 2011

Modified Files:
src/sys/arch/usermode/conf: GENERIC
src/sys/arch/usermode/usermode: pmap.c trap.c

Log Message:
Completely redo R/M emulation and fault handling taking UVM as authorative
answer and not relying on UVM's pmap directions since UVM has its own schemes
for COW etc.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/usermode/conf/GENERIC
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/usermode/usermode/pmap.c
cvs rdiff -u -r1.13 -r1.14 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/modules

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 12:46:37 UTC 2011

Added Files:
src/sys/modules/gpioow: Makefile gpioow.ioconf
src/sys/modules/onewire: Makefile onewire.ioconf

Log Message:
gpioow(4) and onewire(4) can be build as modules.  Not linked to the build.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/modules/gpioow/Makefile \
src/sys/modules/gpioow/gpioow.ioconf
cvs rdiff -u -r0 -r1.1 src/sys/modules/onewire/Makefile \
src/sys/modules/onewire/onewire.ioconf

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/include

2011-08-31 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Aug 31 12:56:14 UTC 2011

Modified Files:
src/sys/arch/usermode/include: disklabel.h

Log Message:
If the host doesn't define LABELUSESMBR, set it to 1


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/include/disklabel.h

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



CVS commit: src/usr.sbin/mopd/common

2011-08-31 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Wed Aug 31 13:09:10 UTC 2011

Modified Files:
src/usr.sbin/mopd/common: file.c

Log Message:
Fix build on mips (NOAOUT case).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/mopd/common/file.c

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



CVS commit: src

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 13:25:50 UTC 2011

Modified Files:
src/distrib/sets/lists/modules: md.evbppc mi
src/sys/modules: Makefile

Log Message:
Link the gpioow(4) and onewire(4) modules to the build and add them to the
lists.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/modules/md.evbppc
cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.91 -r1.92 src/sys/modules/Makefile

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



CVS commit: src/usr.sbin/isdn/isdntel

2011-08-31 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug 31 13:30:45 UTC 2011

Modified Files:
src/usr.sbin/isdn/isdntel: defs.h main.c

Log Message:
Use __dead and __printflike


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/isdn/isdntel/defs.h
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/isdn/isdntel/main.c

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



CVS commit: src/usr.sbin/lastlogin

2011-08-31 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug 31 13:31:29 UTC 2011

Modified Files:
src/usr.sbin/lastlogin: lastlogin.c

Log Message:
__dead + ANSIfy


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

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



CVS commit: src/usr.sbin

2011-08-31 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug 31 13:32:42 UTC 2011

Modified Files:
src/usr.sbin/crash: crash.c
src/usr.sbin/envstat: config.c
src/usr.sbin/extattrctl: extattrctl.c
src/usr.sbin/fwctl: fwcontrol.c
src/usr.sbin/hdaudioctl: hdaudioctl.h
src/usr.sbin/inetd: inetd.c
src/usr.sbin/installboot: installboot.c
src/usr.sbin/isdn/daicctl: main.c
src/usr.sbin/isdn/isdnd: isdnd.h main.c
src/usr.sbin/isdn/isdnmonitor: main.c monprivate.h
src/usr.sbin/isdn/isdntelctl: main.c
src/usr.sbin/isdn/isdntrace: trace.c
src/usr.sbin/ldpd: socketops.c
src/usr.sbin/mrinfo: mrinfo.c
src/usr.sbin/mrouted: main.c
src/usr.sbin/mtrace: mtrace.c
src/usr.sbin/ndp: ndp.c
src/usr.sbin/npf/npfctl: npfctl.c
src/usr.sbin/pf/pfs: parser.h
src/usr.sbin/psrset: psrset.c
src/usr.sbin/pstat: pstat.c
src/usr.sbin/puffs/mount_9p: ninepuffs.c
src/usr.sbin/puffs/mount_psshfs: psshfs.c
src/usr.sbin/puffs/rump_syspuffs: rump_syspuffs.c
src/usr.sbin/pwd_mkdb: pwd_mkdb.c
src/usr.sbin/quotactl: quotactl.c
src/usr.sbin/rbootd: defs.h
src/usr.sbin/rpc.yppasswdd: rpc.yppasswdd.c
src/usr.sbin/rpcbind: rpcb_svc_com.c rpcbind.c rpcbind.h
src/usr.sbin/rwhod: rwhod.c
src/usr.sbin/schedctl: schedctl.c
src/usr.sbin/sdpd: main.c
src/usr.sbin/services_mkdb: extern.h
src/usr.sbin/timed/timed: timed-extern.h
src/usr.sbin/timed/timedc: timedc-extern.h
src/usr.sbin/wake: wake.c
src/usr.sbin/wlanctl: wlanctl.c
src/usr.sbin/wsfontload: wsfontload.c

Log Message:
Use __dead


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/crash/crash.c
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/envstat/config.c
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/extattrctl/extattrctl.c
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/fwctl/fwcontrol.c
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/hdaudioctl/hdaudioctl.h
cvs rdiff -u -r1.118 -r1.119 src/usr.sbin/inetd/inetd.c
cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/installboot/installboot.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/isdn/daicctl/main.c
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/isdn/isdnd/isdnd.h
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/isdn/isdnd/main.c
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/isdn/isdnmonitor/main.c
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/isdn/isdnmonitor/monprivate.h
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/isdn/isdntelctl/main.c
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/isdn/isdntrace/trace.c
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/ldpd/socketops.c
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/mrinfo/mrinfo.c
cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/mrouted/main.c
cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/mtrace/mtrace.c
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/ndp/ndp.c
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npfctl/npfctl.c
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/pf/pfs/parser.h
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/psrset/psrset.c
cvs rdiff -u -r1.117 -r1.118 src/usr.sbin/pstat/pstat.c
cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/puffs/mount_9p/ninepuffs.c
cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.c
cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/pwd_mkdb/pwd_mkdb.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/quotactl/quotactl.c
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/rbootd/defs.h
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/rpcbind/rpcb_svc_com.c
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/rpcbind/rpcbind.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/rpcbind/rpcbind.h
cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/rwhod/rwhod.c
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/schedctl/schedctl.c
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sdpd/main.c
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/services_mkdb/extern.h
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/timed/timed/timed-extern.h
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/timed/timedc/timedc-extern.h
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/wake/wake.c
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/wlanctl/wlanctl.c
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/wsfontload/wsfontload.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/csplit

2011-08-31 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug 31 13:35:47 UTC 2011

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

Log Message:
static + __dead


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/csplit/csplit.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/deroff

2011-08-31 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug 31 13:38:19 UTC 2011

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

Log Message:
Use __dead. Be a bit more consistent about static.__dead. Be a bit more
consistent about static.


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

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



CVS commit: src/sys/modules/gpio

2011-08-31 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Wed Aug 31 14:42:19 UTC 2011

Modified Files:
src/sys/modules/gpio: Makefile

Log Message:
Add CWARNFLAGS+= -Wno-unused for clang.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/gpio/Makefile

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



CVS commit: src/common/lib/libc/string

2011-08-31 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Wed Aug 31 15:48:32 UTC 2011

Modified Files:
src/common/lib/libc/string: strchr.c

Log Message:
NULL does not need a cast


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/string/strchr.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-08-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 31 16:04:39 UTC 2011

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

Log Message:
make lwp_unstop look like proc_unstop. If p->p_xstat is set, then make it
runnable so that it can receive the signal.


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/kern/kern_lwp.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-08-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 31 16:05:44 UTC 2011

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

Log Message:
Make sigispending() return the signal that is pending, or 0. Fix the comment
that said that it returns true or false (it returned EINTR or 0 before).
Perhaps we should rename the function now?


To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 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/sys/kern

2011-08-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 31 16:09:56 UTC 2011

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

Log Message:
PR/40594: Antti Kantee: Don't call issignal() here to determine what errno
to set for the interrupted syscall, because issignal() will consume the signal
and it will not be delivered to the process afterwards. Instead call
sigispending() (which now returns the first pending signal) and does not
consume the signal.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/kern/kern_sleepq.c

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



CVS commit: src

2011-08-31 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Wed Aug 31 16:25:00 UTC 2011

Modified Files:
src/bin/csh: func.c
src/bin/ksh: c_ksh.c c_sh.c history.c
src/bin/pax: ar_io.c ar_subs.c options.c sel_subs.c
src/bin/sh: cd.c eval.c expand.c parser.c redir.c
src/games/adventure: init.c
src/games/arithmetic: arithmetic.c
src/games/boggle/boggle: help.c mach.c
src/games/ching/printching: printching.c
src/games/cribbage: instr.c
src/games/fish: fish.c
src/games/fortune/strfile: strfile.c
src/games/hack: hack.pager.c hack.unix.c
src/games/hunt/hunt: hunt.c
src/games/hunt/huntd: driver.c execute.c shots.c
src/games/mille: mille.c move.c varpush.c
src/games/phantasia: misc.c
src/games/rogue: machdep.c
src/games/tetris: tetris.c
src/games/worms: worms.c
src/games/wump: wump.c
src/usr.bin/chpass: chpass.c edit.c
src/usr.bin/col: col.c
src/usr.bin/find: ls.c
src/usr.bin/grep: queue.c
src/usr.bin/login: login.c
src/usr.bin/make: parse.c
src/usr.bin/msgs: msgs.c
src/usr.bin/passwd: local_passwd.c
src/usr.bin/radioctl: radioctl.c
src/usr.bin/rpcgen: rpc_cout.c rpc_main.c rpc_svcout.c rpc_tblout.c
rpc_util.c
src/usr.bin/sdiff: edit.c
src/usr.bin/shlock: shlock.c
src/usr.bin/su: su.c
src/usr.bin/talk: get_addrs.c
src/usr.bin/time: time.c
src/usr.bin/write: write.c
src/usr.sbin/bad144: bad144.c
src/usr.sbin/isdn/isdnd: log.c main.c process.c
src/usr.sbin/isdn/isdntrace: trace.c
src/usr.sbin/lpr/lpc: cmds.c
src/usr.sbin/mrouted: kern.c main.c
src/usr.sbin/pwd_mkdb: pwd_mkdb.c
src/usr.sbin/route6d: route6d.c
src/usr.sbin/rpc.pcnfsd: pcnfsd_misc.c pcnfsd_v1.c pcnfsd_v2.c
src/usr.sbin/rpc.yppasswdd: rpc.yppasswdd.c
src/usr.sbin/rpcbind: rpcb_svc.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.c
src/usr.sbin/sup/source: scan.c scm.c scmio.c supcmain.c supcmeat.c
supcmisc.c supfilesrv.c supmsg.c supscan.c
src/usr.sbin/syslogd: syslogd.c
src/usr.sbin/tcpdchk: inetcf.c
src/usr.sbin/user: defs.h
src/usr.sbin/vipw: vipw.c

Log Message:
NULL does not need a cast


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/bin/csh/func.c
cvs rdiff -u -r1.16 -r1.17 src/bin/ksh/c_ksh.c
cvs rdiff -u -r1.13 -r1.14 src/bin/ksh/c_sh.c
cvs rdiff -u -r1.10 -r1.11 src/bin/ksh/history.c
cvs rdiff -u -r1.52 -r1.53 src/bin/pax/ar_io.c
cvs rdiff -u -r1.55 -r1.56 src/bin/pax/ar_subs.c
cvs rdiff -u -r1.111 -r1.112 src/bin/pax/options.c
cvs rdiff -u -r1.23 -r1.24 src/bin/pax/sel_subs.c
cvs rdiff -u -r1.43 -r1.44 src/bin/sh/cd.c
cvs rdiff -u -r1.101 -r1.102 src/bin/sh/eval.c
cvs rdiff -u -r1.85 -r1.86 src/bin/sh/expand.c
cvs rdiff -u -r1.79 -r1.80 src/bin/sh/parser.c
cvs rdiff -u -r1.31 -r1.32 src/bin/sh/redir.c
cvs rdiff -u -r1.19 -r1.20 src/games/adventure/init.c
cvs rdiff -u -r1.25 -r1.26 src/games/arithmetic/arithmetic.c
cvs rdiff -u -r1.6 -r1.7 src/games/boggle/boggle/help.c
cvs rdiff -u -r1.20 -r1.21 src/games/boggle/boggle/mach.c
cvs rdiff -u -r1.4 -r1.5 src/games/ching/printching/printching.c
cvs rdiff -u -r1.12 -r1.13 src/games/cribbage/instr.c
cvs rdiff -u -r1.20 -r1.21 src/games/fish/fish.c
cvs rdiff -u -r1.33 -r1.34 src/games/fortune/strfile/strfile.c
cvs rdiff -u -r1.19 -r1.20 src/games/hack/hack.pager.c
cvs rdiff -u -r1.15 -r1.16 src/games/hack/hack.unix.c
cvs rdiff -u -r1.39 -r1.40 src/games/hunt/hunt/hunt.c
cvs rdiff -u -r1.20 -r1.21 src/games/hunt/huntd/driver.c
cvs rdiff -u -r1.9 -r1.10 src/games/hunt/huntd/execute.c
cvs rdiff -u -r1.11 -r1.12 src/games/hunt/huntd/shots.c
cvs rdiff -u -r1.19 -r1.20 src/games/mille/mille.c
cvs rdiff -u -r1.17 -r1.18 src/games/mille/move.c
cvs rdiff -u -r1.11 -r1.12 src/games/mille/varpush.c
cvs rdiff -u -r1.19 -r1.20 src/games/phantasia/misc.c
cvs rdiff -u -r1.17 -r1.18 src/games/rogue/machdep.c
cvs rdiff -u -r1.23 -r1.24 src/games/tetris/tetris.c
cvs rdiff -u -r1.20 -r1.21 src/games/worms/worms.c
cvs rdiff -u -r1.27 -r1.28 src/games/wump/wump.c
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/chpass/chpass.c
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/chpass/edit.c
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/col/col.c
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/find/ls.c
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/grep/queue.c
cvs rdiff -u -r1.97 -r1.98 src/usr.bin/login/login.c
cvs rdiff -u -r1.178 -r1.179 src/usr.bin/make/parse.c
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/msgs/msgs.c
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/passwd/local_passwd.c
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/radioctl/radioctl.c
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/rpcgen/rpc_cout.c
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/rpcgen/rpc_main.c
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/rpcgen/rpc_svcout.c
cvs rdiff -u -r1.11 -r1.12 src/usr

CVS commit: src/usr.sbin/moused

2011-08-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 31 16:32:48 UTC 2011

Modified Files:
src/usr.sbin/moused: moused.c

Log Message:
don't truncate time_t


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/moused/moused.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/ic

2011-08-31 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Aug 31 16:45:08 UTC 2011

Modified Files:
src/sys/dev/ic: sm502reg.h

Log Message:
add a couple more register definitions


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/sm502reg.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/pci

2011-08-31 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Aug 31 16:47:31 UTC 2011

Modified Files:
src/sys/dev/pci: files.pci
Added Files:
src/sys/dev/pci: voyager.c voyagervar.h
src/sys/dev/pci/voyager: files.voyager voyagerfb.c

Log Message:
split up voyagerfb into the framebuffer portion and a pseudo bus that we can
attach all the other sub-devices to
while there attach an i2c bus


To generate a diff of this commit:
cvs rdiff -u -r1.347 -r1.348 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/voyager.c src/sys/dev/pci/voyagervar.h
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/voyager/files.voyager \
src/sys/dev/pci/voyager/voyagerfb.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-08-31 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Aug 31 16:48:30 UTC 2011

Removed Files:
src/sys/dev/pci: voyagerfb.c

Log Message:
the framebuffer part lives on in voyager/voyagerfb.c


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r0 src/sys/dev/pci/voyagerfb.c

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



CVS commit: src/sys/compat/netbsd32

2011-08-31 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Wed Aug 31 16:50:32 UTC 2011

Modified Files:
src/sys/compat/netbsd32: netbsd32_netbsd.c syscalls.master

Log Message:
Add dup3 syscall support.


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -u -r1.86 -r1.87 src/sys/compat/netbsd32/syscalls.master

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



CVS commit: src/sys/compat/netbsd32

2011-08-31 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Wed Aug 31 16:51:05 UTC 2011

Modified Files:
src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h
netbsd32_syscalls.c netbsd32_sysent.c

Log Message:
Regen for dup3.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/compat/netbsd32/netbsd32_syscall.h \
src/sys/compat/netbsd32/netbsd32_syscallargs.h
cvs rdiff -u -r1.93 -r1.94 src/sys/compat/netbsd32/netbsd32_syscalls.c \
src/sys/compat/netbsd32/netbsd32_sysent.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/evbmips/conf

2011-08-31 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Aug 31 16:55:41 UTC 2011

Modified Files:
src/sys/arch/evbmips/conf: LOONGSON

Log Message:
add voyager, voyagerfb and drivers for Gdium's rtc and temperature sensor


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/conf/LOONGSON

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



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

2011-08-31 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Aug 31 16:58:10 UTC 2011

Modified Files:
src/sys/arch/evbmips/conf: LOONGSON

Log Message:
turn kernel output green


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/conf/LOONGSON

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



CVS commit: src/sys/arch/amd64/amd64

2011-08-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 31 17:03:17 UTC 2011

Modified Files:
src/sys/arch/amd64/amd64: machdep.c

Log Message:
on xen we don't initialize memory segment maps, so no sparse dumps for now.


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/arch/amd64/amd64/machdep.c

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



CVS commit: src/sys

2011-08-31 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Wed Aug 31 18:31:04 UTC 2011

Modified Files:
src/sys/coda: coda_subr.c
src/sys/compat/ndis: subr_ntoskrnl.c
src/sys/dev/pci: twa.c
src/sys/dev/raidframe: rf_aselect.c rf_cvscan.c rf_decluster.c
rf_reconmap.c
src/sys/fs/ntfs: ntfs_subr.c
src/sys/kern: kern_drvctl.c kern_malloc.c subr_autoconf.c uipc_mbuf.c
uipc_socket2.c
src/sys/miscfs/fifofs: fifo_vnops.c
src/sys/netatalk: ddp_input.c
src/sys/netinet: ip_input.c ip_mroute.c tcp_input.c tcp_timer.c
src/sys/netinet6: icmp6.c in6_pcb.c ip6_mroute.c mld6.c udp6_output.c
src/sys/netipsec: ipsec_output.c xform_esp.c
src/sys/netiso: tp_inet.c
src/sys/netsmb: smb_trantcp.c

Log Message:
NULL does not need a cast


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/coda/coda_subr.c
cvs rdiff -u -r1.20 -r1.21 src/sys/compat/ndis/subr_ntoskrnl.c
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/twa.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/raidframe/rf_aselect.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/raidframe/rf_cvscan.c
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/raidframe/rf_decluster.c
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/raidframe/rf_reconmap.c
cvs rdiff -u -r1.45 -r1.46 src/sys/fs/ntfs/ntfs_subr.c
cvs rdiff -u -r1.31 -r1.32 src/sys/kern/kern_drvctl.c
cvs rdiff -u -r1.131 -r1.132 src/sys/kern/kern_malloc.c
cvs rdiff -u -r1.219 -r1.220 src/sys/kern/subr_autoconf.c
cvs rdiff -u -r1.142 -r1.143 src/sys/kern/uipc_mbuf.c
cvs rdiff -u -r1.108 -r1.109 src/sys/kern/uipc_socket2.c
cvs rdiff -u -r1.69 -r1.70 src/sys/miscfs/fifofs/fifo_vnops.c
cvs rdiff -u -r1.25 -r1.26 src/sys/netatalk/ddp_input.c
cvs rdiff -u -r1.295 -r1.296 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.119 -r1.120 src/sys/netinet/ip_mroute.c
cvs rdiff -u -r1.315 -r1.316 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.85 -r1.86 src/sys/netinet/tcp_timer.c
cvs rdiff -u -r1.156 -r1.157 src/sys/netinet6/icmp6.c
cvs rdiff -u -r1.114 -r1.115 src/sys/netinet6/in6_pcb.c
cvs rdiff -u -r1.100 -r1.101 src/sys/netinet6/ip6_mroute.c
cvs rdiff -u -r1.52 -r1.53 src/sys/netinet6/mld6.c
cvs rdiff -u -r1.41 -r1.42 src/sys/netinet6/udp6_output.c
cvs rdiff -u -r1.36 -r1.37 src/sys/netipsec/ipsec_output.c
cvs rdiff -u -r1.38 -r1.39 src/sys/netipsec/xform_esp.c
cvs rdiff -u -r1.40 -r1.41 src/sys/netiso/tp_inet.c
cvs rdiff -u -r1.43 -r1.44 src/sys/netsmb/smb_trantcp.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/amd64/amd64

2011-08-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 31 18:52:38 UTC 2011

Modified Files:
src/sys/arch/amd64/amd64: machdep.c

Log Message:
fix reversed test.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/arch/amd64/amd64/machdep.c

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



CVS commit: src/sys/sys

2011-08-31 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Aug 31 20:04:51 UTC 2011

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

Log Message:
Add some definitions for bus_dma(9) overrides.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/bus.h

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-08-31 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Aug 31 20:09:57 UTC 2011

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

Log Message:
Add stub implementations of bus_dma_tag_create()/bus_dma_tag_destroy().


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/kern/kern_stub.c

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



CVS commit: src/external/bsd/tmux/dist/compat

2011-08-31 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Wed Aug 31 20:13:31 UTC 2011

Modified Files:
src/external/bsd/tmux/dist/compat: imsg-buffer.c imsg.c

Log Message:
extend __clang__ hack for __PCC__ also
(CMSG_SPACE() is not a constant)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tmux/dist/compat/imsg-buffer.c \
src/external/bsd/tmux/dist/compat/imsg.c

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



CVS commit: src/sys/conf

2011-08-31 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Wed Aug 31 20:16:43 UTC 2011

Modified Files:
src/sys/conf: Makefile.kern.inc

Log Message:
for multi-cpu machines, cpu_hatch() straddles the init of
__stack_chk_guard, so ensure stack protection is disabled
on x86 architectures (I don't know about other archs)


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/sys/conf/Makefile.kern.inc

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/include

2011-08-31 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Aug 31 20:21:06 UTC 2011

Modified Files:
src/sys/arch/x86/include: bus_private.h

Log Message:
Add override members to x86_bus_dma_tag.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x86/include/bus_private.h

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



CVS commit: src/external/cddl/osnet

2011-08-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 31 21:57:17 UTC 2011

Modified Files:
src/external/cddl/osnet/dev/dtrace: dtrace_debug.c dtrace_ioctl.c
dtrace_load.c
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c
src/external/cddl/osnet/dev/fbt: fbt.c
src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c

Log Message:
fix shadow warnings.
XXX: might be a good idea to kill global 'cpu' and 'version' variables.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/dev/dtrace/dtrace_debug.c
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dev/dtrace/dtrace_ioctl.c \
src/external/cddl/osnet/dev/dtrace/dtrace_load.c
cvs rdiff -u -r1.4 -r1.5 \
src/external/cddl/osnet/dev/dtrace/amd64/dtrace_subr.c
cvs rdiff -u -r1.8 -r1.9 src/external/cddl/osnet/dev/fbt/fbt.c
cvs rdiff -u -r1.16 -r1.17 \
src/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c

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



CVS commit: src/sbin/ping6

2011-08-31 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Aug 31 22:05:57 UTC 2011

Modified Files:
src/sbin/ping6: ping6.c

Log Message:
Remove erroneous seq=ntohs(seq) introduced in rev. 1.74, which caused
icmp_seq numbers to increment by 256 instead of 1 on LE platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sbin/ping6/ping6.c

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



CVS commit: src/sys/miscfs/genfs

2011-08-31 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed Aug 31 22:16:54 UTC 2011

Modified Files:
src/sys/miscfs/genfs: genfs_io.c

Log Message:
genfs_do_directio: acquire the lock of page owner for now and fix PR/45177.
Will be revisited to avoid locking dance and be more efficient, e.g. we can
use unmanaged-mapping by allocating with colouring in mind.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/miscfs/genfs/genfs_io.c

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



CVS commit: src/sbin/ping6

2011-08-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 31 22:27:27 UTC 2011

Modified Files:
src/sbin/ping6: ping6.c

Log Message:
put back the byte swapping code, and remove the double byte swapping.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sbin/ping6/ping6.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/gen

2011-08-31 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Aug 31 22:36:36 UTC 2011

Modified Files:
src/lib/libc/gen: fixunsgen_ieee754.c

Log Message:
Refactor to fix some signedness problems.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/fixunsgen_ieee754.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-08-31 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed Aug 31 22:43:19 UTC 2011

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

Log Message:
sigispending: simplify a little.


To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 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/sys

2011-08-31 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Aug 31 22:58:39 UTC 2011

Modified Files:
src/sys/kern: kern_subr.c sys_process.c
src/sys/sys: proc.h ptrace.h

Log Message:
PR# kern/45312: ptrace: PT_SETREGS can't alter system calls

Add a new PT_SYSCALLEMU request that cancels the current syscall, for
use with PT_SYSCALL.


To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/sys/kern/kern_subr.c
cvs rdiff -u -r1.159 -r1.160 src/sys/kern/sys_process.c
cvs rdiff -u -r1.308 -r1.309 src/sys/sys/proc.h
cvs rdiff -u -r1.42 -r1.43 src/sys/sys/ptrace.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/sys

2011-08-31 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Aug 31 23:04:33 UTC 2011

Modified Files:
src/lib/libc/sys: ptrace.2

Log Message:
Document PT_SYSCALLEMU


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/ptrace.2

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-08-31 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Aug 31 23:42:46 UTC 2011

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

Log Message:
For PT_SYSCALLEMU, no need to stop again on syscall exit.


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 src/sys/kern/kern_subr.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-08-31 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Sep  1 00:06:43 UTC 2011

Modified Files:
src/sys/dev/pci: voyager.c

Log Message:
only attach the i2c bus if the gpio pins we're using are actually
configured as gpio
while there remove some accidentially left in debug code


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/voyager.c

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



CVS commit: othersrc/external/historical/eawk/dist

2011-08-31 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Thu Sep  1 05:03:18 UTC 2011

Modified Files:
othersrc/external/historical/eawk/dist: run.c

Log Message:
especially on LE platforms, we need to be careful to set the size of
the format specifier in awk printf() for integer output.  this was
being done for 'd' and 'i' formats, but not for 'o', 'x', 'X' and 'u'
formats.  rectify that.

allows hex patterns like 0xff00 to be printed


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/historical/eawk/dist/run.c

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



CVS commit: othersrc/external/historical/eawk

2011-08-31 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Thu Sep  1 05:07:13 UTC 2011

Modified Files:
othersrc/external/historical/eawk/dist: awkgram.y lex.c proctab.c
proto.h run.c
othersrc/external/historical/eawk/eawk: Makefile expected

Log Message:
add bit arithmetic operations to eawk (implementation based on the gawk
man page). this provides:

and(x, y)   (in C, x & y)
or(x, y)(in C, x | y)
xor(x, y)   (in C, x ^ y)
lshift(x, n)(in C, x << n)
rshift(x, n)(in C, x >> n)
compl(x)(in C, ~x)

operations, with exactly the same calling conventions as gawk.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/historical/eawk/dist/awkgram.y \
othersrc/external/historical/eawk/dist/lex.c \
othersrc/external/historical/eawk/dist/proctab.c \
othersrc/external/historical/eawk/dist/proto.h
cvs rdiff -u -r1.2 -r1.3 othersrc/external/historical/eawk/dist/run.c
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/historical/eawk/eawk/Makefile \
othersrc/external/historical/eawk/eawk/expected

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



CVS commit: othersrc/external/historical/eawk/dist

2011-08-31 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Thu Sep  1 05:08:06 UTC 2011

Added Files:
othersrc/external/historical/eawk/dist: bit1.sh

Log Message:
add a small file forgotten in previous


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/external/historical/eawk/dist/bit1.sh

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



CVS commit: src/sys/uvm

2011-08-31 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Sep  1 06:40:28 UTC 2011

Modified Files:
src/sys/uvm: uvm_extern.h uvm_km.c uvm_map.c uvm_pager.c

Log Message:
Forward some UVM from matt-nb5-mips64.  Add UVM_KMF_COLORMATCH flag.
When uvm_map gets passed UVM_FLAG_COLORMATCH, the align argument contains
the color of the starting address to be allocated (0..colormask).
When uvm_km_alloc is passed UVM_KMF_COLORMATCH (which can only be used with
UVM_KMF_VAONLY), the align argument contain the color of the starting address
to be allocated.
Change uvm_pagermapin to use this.  When mapping user pages in the kernel,
if colormatch is used with the color of the starting user page then the kernel
mapping will be congruent with the existing user mappings.


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/sys/uvm/uvm_extern.h
cvs rdiff -u -r1.110 -r1.111 src/sys/uvm/uvm_km.c
cvs rdiff -u -r1.303 -r1.304 src/sys/uvm/uvm_map.c
cvs rdiff -u -r1.103 -r1.104 src/sys/uvm/uvm_pager.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/mips/mips

2011-08-31 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Sep  1 06:41:38 UTC 2011

Modified Files:
src/sys/arch/mips/mips: vm_machdep.c

Log Message:
Use UVM_KMF_COLORMATCH and switch to pmap_kenter_pa for vmapbuf/vunmapbuf.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/arch/mips/mips/vm_machdep.c

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