CVS commit: src/doc

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Dec  6 04:01:56 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
meantion prenice(1).


To generate a diff of this commit:
cvs rdiff -u -r1.1469 -r1.1470 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/usr.bin/pkill

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Dec  6 04:00:12 UTC 2010

Modified Files:
src/usr.bin/pkill: pkill.1 pkill.c

Log Message:
add a "prenice  " command.
use it like "prenice -4 mplayer".


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/pkill/pkill.1
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/pkill/pkill.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/libpcap/dist/bpf/net

2010-12-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec  6 01:08:03 UTC 2010

Modified Files:
src/external/bsd/libpcap/dist/bpf/net: bpf_filter.c

Log Message:
propagate the fixes from /usr/src/sys/net/bpf_filter.c here, so that
we don't merge backwards again.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libpcap/dist/bpf/net/bpf_filter.c

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



CVS commit: src/lib/libedit

2010-12-05 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Dec  6 00:05:39 UTC 2010

Modified Files:
src/lib/libedit: filecomplete.c

Log Message:
Improve previous to avoid changing the interface of an externally
exposed function. (But note that this function is neither documented
nor declared in any installed header file, and it probably should not
be externally exposed.) Related to PR 44183, closes PR 44186.


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

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



CVS commit: src/bin/dd

2010-12-05 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Sun Dec  5 23:35:59 UTC 2010

Modified Files:
src/bin/dd: args.c

Log Message:
Hmm, for 'rof', I believe that C_ROF|C_OF is invalid rather than
C_ROF|C_ROF.

Hi pooka :)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/bin/dd/args.c

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



CVS commit: src/sys/net

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec  5 22:40:56 UTC 2010

Modified Files:
src/sys/net: bpf_filter.c

Log Message:
revert another part of bpf_filter 1.38 that broke the check for divide
by zero while validating the bpf program.

originally spotted by skrll@, and broke atf the month-old atf test for
this exact problem: net_bpf_t_div-by-zero_div_by_zero.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/net/bpf_filter.c

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



CVS commit: src/sys/rump/dev

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 22:01:24 UTC 2010

Modified Files:
src/sys/rump/dev: Makefile.rumpdevcomp

Log Message:
dm uses non-MI 64bit atomic ops, so don't include it in the default list.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/Makefile.rumpdevcomp

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



CVS commit: src/sys/rump/dev

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 20:39:10 UTC 2010

Modified Files:
src/sys/rump/dev: Makefile.rumpdevcomp

Log Message:
Leave usb-stuff out of alldevs until DELAY() is mi.


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

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



CVS commit: src

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 20:13:27 UTC 2010

Modified Files:
src/sbin/cgdconfig: Makefile.cgdconfig
src/share/examples/rump/wirelessconf: Makefile
src/usr.sbin/puffs/rump_smbfs: Makefile

Log Message:
mirror change of -lrumpcrypto ==> -lrumpkern_crypto


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/cgdconfig/Makefile.cgdconfig
cvs rdiff -u -r1.4 -r1.5 src/share/examples/rump/wirelessconf/Makefile
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/puffs/rump_smbfs/Makefile

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



CVS commit: src/usr.bin/rump_allserver

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 20:12:56 UTC 2010

Modified Files:
src/usr.bin/rump_allserver: Makefile

Log Message:
rumpcrypto now comes as part of RUMPKERNLDADD


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/rump_allserver/Makefile

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



CVS commit: src

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 20:11:23 UTC 2010

Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 mi shl.mi
src/lib: Makefile
src/sys/rump/kern: Makefile.rumpkerncomp
src/sys/rump/librump: Makefile
Added Files:
src/sys/rump/kern/lib/libcrypto: Makefile shlib_version
Removed Files:
src/lib/librumpcrypto: Makefile
src/sys/rump/librump/rumpcrypto: Makefile Makefile.rumpcrypto

Log Message:
rumpcrypto should never have been its own faction, so finally make
it a component under kern, i.e. rumpcrypto -> rumpkern_crypto.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.103 -r1.104 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.97 -r1.98 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.560 -r1.561 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.83 -r1.84 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.73 -r1.74 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.1529 -r1.1530 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.142 -r1.143 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.156 -r1.157 src/lib/Makefile
cvs rdiff -u -r1.1 -r0 src/lib/librumpcrypto/Makefile
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/kern/Makefile.rumpkerncomp
cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/lib/libcrypto/Makefile \
src/sys/rump/kern/lib/libcrypto/shlib_version
cvs rdiff -u -r1.8 -r1.9 src/sys/rump/librump/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/rump/librump/rumpcrypto/Makefile
cvs rdiff -u -r1.2 -r0 src/sys/rump/librump/rumpcrypto/Makefile.rumpcrypto

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



CVS commit: src/doc

2010-12-05 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Dec  5 18:21:50 UTC 2010

Modified Files:
src/doc: NetBSD-6

Log Message:
Add GPT bootloader to "Possibly" list


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/doc/NetBSD-6

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



CVS commit: src/sys/rump/net/lib/libsockin

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 18:01:46 UTC 2010

Modified Files:
src/sys/rump/net/lib/libsockin: sockin.c

Log Message:
claim ENOTTY for PRU_CONTROL for now


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/rump/net/lib/libsockin/sockin.c

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



CVS commit: src/sys/rump/net/lib/libsockin

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 17:59:12 UTC 2010

Modified Files:
src/sys/rump/net/lib/libsockin: sockin.c

Log Message:
Revert previous: it introduces a dependency between sockin and the
netinet rump components and will have to be done another way.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/rump/net/lib/libsockin/sockin.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

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 17:45:08 UTC 2010

Modified Files:
src/usr.bin: Makefile

Log Message:
dumdidumdum, fix name in previous


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/usr.bin/Makefile

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



CVS commit: src

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 17:37:34 UTC 2010

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/usr.bin: Makefile
Added Files:
src/usr.bin/rump_allserver: Makefile rump_allserver.c

Log Message:
Add a rump server which comes with all the drivers currently
available.  In terms of modules it maps to:

golem> rump.modstat
NAME CLASS  SOURCE REFS  SIZE REQUIRES
bpf  driver builtin0 --
cd9660   vfsbuiltin0 --
cgd  driver builtin0 --
dm   driver builtin0 --
efs  vfsbuiltin0 --
ext2fs   vfsbuiltin0 -ffs
fdescvfsbuiltin0 --
ffs  vfsbuiltin3 --
fss  driver builtin0 --
hfs  vfsbuiltin0 --
kernfs   vfsbuiltin0 --
ksem misc   builtin0 --
layerfs  misc   builtin2 --
lfs  vfsbuiltin0 -ffs
mfs  vfsbuiltin0 -ffs
msdosvfsbuiltin0 --
nfs  vfsbuiltin1 --
nfsservermisc   builtin0 -nfs
nilfsvfsbuiltin0 --
ntfs vfsbuiltin0 --
null vfsbuiltin0 -layerfs
pad  driver builtin0 --
ptyfsvfsbuiltin0 --
puffsvfsbuiltin0 -putter
putter   driver builtin1 --
scsiverbose  misc   builtin0 --
smbfsvfsbuiltin0 --
susersecmodel   builtin0 --
swsensor driver builtin0 --
sysvbfs  vfsbuiltin0 --
tmpfsvfsbuiltin0 --
udf  vfsbuiltin0 --
umap vfsbuiltin0 -layerfs
unionvfsbuiltin0 --
usbverbose   misc   builtin0 --
wapblvfsbuiltin0 --

In terms of interfaces:
golem> rump.ifconfig -C
shmif virt lo carp

and dmesg:
NetBSD 5.99.41 (RUMP-ROAST) #0: Tue Nov 30 15:35:05 CET 2010
po...@pain-rustique.localhost:/usr/allsrc/src/sys/rump/librump/rumpkern
total memory = unlimited (host limit)
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "rumpclk" frequency 100 Hz quality 0
cpu0 at thinair0: rump virtual cpu
cpu1 at thinair0: rump virtual cpu
root file system type: rumpfs
mainbus0 (root)
ugenhc0 at mainbus0
usb0 at ugenhc0: USB revision 2.0
uhub0 at usb0: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub0: 1 port with 1 removable, self powered
ugenhc1 at mainbus0
usb1 at ugenhc1: USB revision 2.0
uhub1 at usb1: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub1: 1 port with 1 removable, self powered
ugenhc2 at mainbus0
usb2 at ugenhc2: USB revision 2.0
uhub2 at usb2: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub2: 1 port with 1 removable, self powered
ugenhc3 at mainbus0
usb3 at ugenhc3: USB revision 2.0
uhub3 at usb3: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub3: 1 port with 1 removable, self powered
scsitest0 at mainbus0
scsibus0 at scsitest0: 2 targets, 1 lun per target
cd0 at scsibus0 target 1 lun 0:  cdrom removable
Chicony Electronics Chicony Electronics, class 0/0, rev 2.00/1.00, addr 2, 
uhub0 port 1 not configured
AuthenTec AuthenTec, class 255/255, rev 1.10/6.21, addr 2, uhub1 port 1 not 
configured
swwdog0: software watchdog initialized
Kernelized RAIDframe activated
pad0: outputs: 44100Hz, 16-bit, stereo
audio0 at pad0: half duplex, playback, capture

There a bunch of other stuff which doesn't show up as any of the
above, plus of course the usb drivers which are probed only if I
have the appropriate hardware plugged into my workstation.


To generate a diff of this commit:
cvs rdiff -u -r1.893 -r1.894 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1528 -r1.1529 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.192 -r1.193 src/usr.bin/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.bin/rump_allserver/Makefile \
src/usr.bin/rump_allserver/rump_allserver.c

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



CVS commit: src/sys/rump

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 16:53:47 UTC 2010

Modified Files:
src/sys/rump/dev/lib: Makefile
src/sys/rump/fs/lib: Makefile
src/sys/rump/net/lib: Makefile
Added Files:
src/sys/rump/dev: Makefile.rumpdevcomp
src/sys/rump/fs: Makefile.rumpfscomp
src/sys/rump/net: Makefile.rumpnetcomp
Removed Files:
src/sys/rump/dev: Makefile.rumpdev
src/sys/rump/fs: Makefile.rumpfs
src/sys/rump/net: Makefile.rumpnet

Log Message:
Rename Makefile.rump${x} to Makefile.rump${x}comp for consistency.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r0 src/sys/rump/dev/Makefile.rumpdev
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/Makefile.rumpdevcomp
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/Makefile
cvs rdiff -u -r1.26 -r0 src/sys/rump/fs/Makefile.rumpfs
cvs rdiff -u -r0 -r1.1 src/sys/rump/fs/Makefile.rumpfscomp
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/fs/lib/Makefile
cvs rdiff -u -r1.7 -r0 src/sys/rump/net/Makefile.rumpnet
cvs rdiff -u -r0 -r1.1 src/sys/rump/net/Makefile.rumpnetcomp
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/net/lib/Makefile

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



CVS commit: src/sys/rump/dev/lib/libusb

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 16:51:00 UTC 2010

Modified Files:
src/sys/rump/dev/lib/libusb: Makefile

Log Message:
include usb_verbose in the component (at least for the time being)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libusb/Makefile

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



CVS commit: src/sys/rump/dev/lib/libsysmon

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 16:50:09 UTC 2010

Modified Files:
src/sys/rump/dev/lib/libsysmon: Makefile

Log Message:
whitespace polish


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libsysmon/Makefile

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



CVS commit: src/sys/rump/kern

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 16:27:43 UTC 2010

Modified Files:
src/sys/rump/kern/lib: Makefile
Added Files:
src/sys/rump/kern: Makefile.rumpkerncomp

Log Message:
Make build similar to fs, net & dev.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/Makefile.rumpkerncomp
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/kern/lib/Makefile

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



CVS commit: src/sys/rump/fs

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 16:11:17 UTC 2010

Modified Files:
src/sys/rump/fs: Makefile.rumpfs
Added Files:
src/sys/rump/fs/lib/libnull: Makefile shlib_version
src/sys/rump/fs/lib/libumap: Makefile shlib_version
Removed Files:
src/sys/rump/fs/lib/libnullfs: Makefile shlib_version
src/sys/rump/fs/lib/libumapfs: Makefile shlib_version

Log Message:
Fix RUMPFSLIBS etc.  As collateral, rename nullfs/umapfs to match
the vfsname, i.e. to "null" and "umap".


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/rump/fs/Makefile.rumpfs
cvs rdiff -u -r0 -r1.1 src/sys/rump/fs/lib/libnull/Makefile \
src/sys/rump/fs/lib/libnull/shlib_version
cvs rdiff -u -r1.2 -r0 src/sys/rump/fs/lib/libnullfs/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/rump/fs/lib/libnullfs/shlib_version
cvs rdiff -u -r0 -r1.1 src/sys/rump/fs/lib/libumap/Makefile \
src/sys/rump/fs/lib/libumap/shlib_version
cvs rdiff -u -r1.2 -r0 src/sys/rump/fs/lib/libumapfs/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/rump/fs/lib/libumapfs/shlib_version

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



CVS commit: src/sys/rump/fs/rumptest

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 16:02:04 UTC 2010

Removed Files:
src/sys/rump/fs/rumptest: Makefile rumptest.c

Log Message:
get rid of this uninstalled "test", even i haven't compiled it for ages


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r0 src/sys/rump/fs/rumptest/Makefile
cvs rdiff -u -r1.3 -r0 src/sys/rump/fs/rumptest/rumptest.c

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



CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/loader

2010-12-05 Thread Adam Ciarcinski
Module Name:src
Committed By:   adam
Date:   Sun Dec  5 15:57:40 UTC 2010

Modified Files:
src/external/mit/xorg/server/xorg-server/hw/xfree86/loader: Makefile

Log Message:
Fix building on case-insensitive file-system.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/external/mit/xorg/server/xorg-server/hw/xfree86/loader/Makefile

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



CVS commit: src/sys/rump/net/lib/libsockin

2010-12-05 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Dec  5 15:54:50 UTC 2010

Modified Files:
src/sys/rump/net/lib/libsockin: sockin.c

Log Message:
use in_control() for PRU_CONTROL


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/rump/net/lib/libsockin/sockin.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/macppc/dev

2010-12-05 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Dec  5 13:33:50 UTC 2010

Modified Files:
src/sys/arch/macppc/dev: obio.c

Log Message:
The gpio children have either register offsets based on gpio or on obio.
Implemented a workaround to deal with this uncertainty.
This fixes the machdep.cpu_speed control for 7447A-based iBookG4s.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/macppc/dev/obio.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/hp700

2010-12-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Dec  5 12:19:09 UTC 2010

Modified Files:
src/sys/arch/hp700/dev: apic.c asp.c dino.c lasi.c mongoose.c
siop_sgc.c wax.c
src/sys/arch/hp700/gsc: com_gsc.c gscbus.c gsckbc.c harmony.c
if_ie_gsc.c if_iee_gsc.c lpt_gsc.c oosiop_gsc.c osiop_gsc.c
siop_gsc.c
src/sys/arch/hp700/hp700: intr.c intr.h

Log Message:
Make the interrupt evcnt name consistent everywhere.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hp700/dev/apic.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hp700/dev/asp.c \
src/sys/arch/hp700/dev/lasi.c src/sys/arch/hp700/dev/wax.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hp700/dev/dino.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hp700/dev/mongoose.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp700/dev/siop_sgc.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp700/gsc/com_gsc.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hp700/gsc/gscbus.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp700/gsc/gsckbc.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp700/gsc/harmony.c \
src/sys/arch/hp700/gsc/if_iee_gsc.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hp700/gsc/if_ie_gsc.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hp700/gsc/lpt_gsc.c \
src/sys/arch/hp700/gsc/siop_gsc.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hp700/gsc/oosiop_gsc.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hp700/gsc/osiop_gsc.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hp700/hp700/intr.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp700/hp700/intr.h

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



CVS commit: src/sys/arch/hp700/hp700

2010-12-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Dec  5 10:47:23 UTC 2010

Modified Files:
src/sys/arch/hp700/hp700: intr.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/hp700/hp700/intr.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/hp700/hp700

2010-12-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Dec  5 10:27:50 UTC 2010

Modified Files:
src/sys/arch/hp700/hp700: intr.c intr.h

Log Message:
G/C unused  _hp700_intr_spl_mask


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hp700/hp700/intr.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hp700/hp700/intr.h

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



CVS commit: src/sys/arch/hp700/hp700

2010-12-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Dec  5 10:21:18 UTC 2010

Modified Files:
src/sys/arch/hp700/hp700: intr.h

Log Message:
Reformat/Improve comment.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hp700/hp700/intr.h

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



CVS commit: src/sys/arch/hp700/hp700

2010-12-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Dec  5 10:11:46 UTC 2010

Modified Files:
src/sys/arch/hp700/hp700: intr.c

Log Message:
Reformat comments.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hp700/hp700/intr.c

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



CVS commit: src/share/mk

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec  5 09:54:34 UTC 2010

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
switch ofppc to xorg.


To generate a diff of this commit:
cvs rdiff -u -r1.644 -r1.645 src/share/mk/bsd.own.mk

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



CVS commit: src/sys/net

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec  5 09:42:21 UTC 2010

Modified Files:
src/sys/net: bpf_filter.c

Log Message:
consider BPF_ABS, BPF_IND and BPF_MSH as they used to be in rev 1.37.

this fixes dhclient, and i'm told dhcpcd as well.

this patch from sk...@netbsd.org, tested by me.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/net/bpf_filter.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/libpcap/bin

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec  5 09:09:39 UTC 2010

Modified Files:
src/external/bsd/libpcap/bin: Makefile

Log Message:
- use SCRIPTS* for scripts instead of FILES*.
- add pcap-config to CLEANFILES.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libpcap/bin/Makefile

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

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec  5 09:02:28 UTC 2010

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

Log Message:
fix some set lists issues after the recent bpf and pcap updates.


To generate a diff of this commit:
cvs rdiff -u -r1.892 -r1.893 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1259 -r1.1260 src/distrib/sets/lists/man/mi

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



CVS commit: src/sys/net

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec  5 08:45:46 UTC 2010

Modified Files:
src/sys/net: bpf_filter.c

Log Message:
apply the smallest hack to allow this to build without warnings again.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/net/bpf_filter.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/wpa/dist/src/l2_packet

2010-12-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec  5 08:43:24 UTC 2010

Modified Files:
src/external/bsd/wpa/dist/src/l2_packet: l2_packet_freebsd.c

Log Message:
netbsd needs net/bpf.h, too.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/bsd/wpa/dist/src/l2_packet/l2_packet_freebsd.c

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