CVS commit: src/sys/dev/ic

2010-01-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 01:51:26 UTC 2010 Modified Files: src/sys/dev/ic: midway.c Log Message: Nuke "u" quality macro. It's outside __NetBSD__, so not functional change, but some C parsers that don't know which cpp macros are defined fall

CVS commit: src/sys/netisdn

2010-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 16:29:51 UTC 2010 Modified Files: src/sys/netisdn: i4b_mbuf.c Log Message: Don't freak out if a kernel config already has I4B_MBUF_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/netisdn/i4b_m

CVS commit: src/sys/netisdn

2010-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 16:37:41 UTC 2010 Modified Files: src/sys/netisdn: i4b_l4mgmt.c Log Message: Nuke some debug print code which has never compiled in NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/netisdn/

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

2010-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 16:43:15 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: include ISDN support To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/sys/arch/i386/conf/ALL Please note that diffs are not

CVS commit: src/sys/arch/alpha

2010-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 17:53:35 UTC 2010 Modified Files: src/sys/arch/alpha/conf: files.alpha Removed Files: src/sys/arch/alpha/a12: if_ade.c if_adevar.h Log Message: if_ade doesn't build, suggesting nobody has tried to do anything els

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

2010-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 18:14:43 UTC 2010 Modified Files: src/sys/arch/amiga/dev: if_qn.c Log Message: Fix bpf. compile-tested only. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/amiga/dev/if_qn.c Please note th

CVS commit: src/sys/arch/arm/gemini

2010-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 18:23:53 UTC 2010 Modified Files: src/sys/arch/arm/gemini: gemini_gmac.c Log Message: Pass correct pointer to bpf_mtap() and most likely avoid a crash if bpf is activated. not even compile-tested, since i can't find any

Re: CVS commit: src/sys/arch/arm/gemini

2010-01-18 Thread Antti Kantee
On Mon Jan 18 2010 at 18:23:53 +, Antti Kantee wrote: > not even compile-tested, since i can't find any config in the tree > which uses this(?) n/m, found it (evbarm/GEMINI)

Re: CVS commit: src/sys/arch/arm/gemini

2010-01-18 Thread Antti Kantee
On Mon Jan 18 2010 at 20:26:18 +0200, Antti Kantee wrote: > On Mon Jan 18 2010 at 18:23:53 +0000, Antti Kantee wrote: > > not even compile-tested, since i can't find any config in the tree > > which uses this(?) > > n/m, found it (evbarm/GEMINI) Well, that doesn'

CVS commit: src/sys/dev/cardbus

2010-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 18:52:35 UTC 2010 Modified Files: src/sys/dev/cardbus: if_ath_cardbus.c if_atw_cardbus.c if_fxp_cardbus.c if_ral_cardbus.c if_rtk_cardbus.c if_rtw_cardbus.c if_tlp_cardbus.c Log Message: Remove conditional in

CVS commit: src/sys/dev/eisa

2010-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 19:00:58 UTC 2010 Modified Files: src/sys/dev/eisa: if_ep_eisa.c if_fea.c if_tlp_eisa.c Log Message: nuke unused bpf inclusions To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/eisa/if_ep_eisa.

CVS commit: src/sys/dev/pci

2010-01-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 18 20:45:13 UTC 2010 Modified Files: src/sys/dev/pci: if_devar.h Log Message: Remove unused macro definition (the NetBSD version would just not go through a compiler). To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/sys/dev/isa

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 12:41:41 UTC 2010 Modified Files: src/sys/dev/isa: files.isa Removed Files: src/sys/dev/isa: if_hp.c Log Message: h...@isa was marked non-compiling and broken 14 years ago. I'm sure the tens of well-tested chang

CVS commit: src/sys/kern

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 15:23:15 UTC 2010 Modified Files: src/sys/kern: kern_module.c Log Message: Update comment: unloaded modules which were pumped up by the bootloader are not freed at the end of bootstrap (there should be none, although thi

CVS commit: src/sys/conf

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 16:24:44 UTC 2010 Modified Files: src/sys/conf: files Log Message: Specify bpf_filter attribute only when the device uses the filter engine. To generate a diff of this commit: cvs rdiff -u -r1.968 -r1.969 src/sys/conf/

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

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 17:51:03 UTC 2010 Modified Files: src/sys/rump/net/rumptest: rumptest_net.c Log Message: Make build with PF_INET-is-the-"NIC" support again. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/rump/ne

CVS commit: src/sys

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 22:08:18 UTC 2010 Modified Files: src/sys/arch/acorn32/podulebus: if_ie.c src/sys/arch/alpha/a12: if_xb.c src/sys/arch/amiga/dev: if_ed.c if_es.c if_le.c if_qn.c src/sys/arch/arc/jazz: if_sn_jazzio

CVS commit: src/sys/sys

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 22:12:00 UTC 2010 Modified Files: src/sys/sys: param.h Log Message: 5.99.24: bpf_foo => bpf_ops->bpf_foo (better bump than bummer) To generate a diff of this commit: cvs rdiff -u -r1.358 -r1.359 src/sys/sys/param.h Pl

CVS commit: src/sys

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 22:17:45 UTC 2010 Modified Files: src/sys/kern: kern_module_vfs.c subr_kobj_vfs.c src/sys/sys: kobj.h Log Message: Rename a few routines from _file() to _vfs() for consistency. Ride 5.99.24 bump. To generate a

CVS commit: src/sys

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 22:28:31 UTC 2010 Modified Files: src/sys/compat/common: kern_time_50.c src/sys/dev/ata: wd.c src/sys/kern: sys_sig.c src/sys/lib/libkern: Makefile.libkern libkern.h src/sys/sys: signalvar.

CVS commit: src/sys/net

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 22:33:35 UTC 2010 Modified Files: src/sys/net: bpf_stub.c Log Message: slap dis wit summah dat RCSId To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/net/bpf_stub.c Please note that diffs are not pu

CVS commit: src/sys/rump

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 22:38:21 UTC 2010 Modified Files: src/sys/rump/dev: Makefile.rumpdev src/sys/rump/librump/rumpdev: rump_dev.c rump_dev_private.h Added Files: src/sys/rump/dev/lib/libbpf: Makefile component.c shlib_version

CVS commit: src/distrib/sets/lists

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 22:46:34 UTC 2010 Modified Files: src/distrib/sets/lists/base: shl.elf shl.mi src/distrib/sets/lists/comp: mi shl.mi Log Message: add rumpdev_bpf to setlists To generate a diff of this commit: cvs rdiff -u -r1.

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

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 22:47:46 UTC 2010 Modified Files: src/sys/rump/net/rumptest: Makefile Log Message: Add components necessary for bpf support (commented out just for the sheer heck of it). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 22:58:45 UTC 2010 Modified Files: src/doc: CHANGES Log Message: note modularity change to kernel bpf To generate a diff of this commit: cvs rdiff -u -r1.1346 -r1.1347 src/doc/CHANGES Please note that diffs are not pub

CVS commit: src/sys/net

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 23:11:10 UTC 2010 Modified Files: src/sys/net: bpf_stub.c Log Message: fix pasto in previous To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/net/bpf_stub.c Please note that diffs are not public dom

CVS commit: src/sys/compat/netbsd32

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 19 23:15:50 UTC 2010 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_signal.c Log Message: A few more instances of __sigtimedwait1 -> sigtimedwait1 To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/share/man/man9

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 20 00:35:05 UTC 2010 Modified Files: src/share/man/man9: Makefile Log Message: Remove MKLINKS for VATTR_NULL, so that the obsolete lists don't have to do the work every build. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/lib/libkern/arch/mips

2010-01-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 20 03:36:26 UTC 2010 Modified Files: src/sys/lib/libkern/arch/mips: Makefile.inc Log Message: __assert.c -> kern_assert.c (I don't fully understand why __assert.c is needed here. maybe it can be removed, but I don't have

CVS commit: src/share/man/man9

2010-01-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 20 12:09:39 UTC 2010 Modified Files: src/share/man/man9: Makefile Added Files: src/share/man/man9: bpf.9 Log Message: add short description for bpf.9 To generate a diff of this commit: cvs rdiff -u -r1.305 -r1.306

CVS commit: src/doc

2010-01-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 20 12:12:09 UTC 2010 Modified Files: src/doc: CHANGES Log Message: bpf.4 did not change. point entry to the newly-born bpf.9 To generate a diff of this commit: cvs rdiff -u -r1.1348 -r1.1349 src/doc/CHANGES Please note

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

2010-01-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 20 12:14:00 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add bpf.9 manpage To generate a diff of this commit: cvs rdiff -u -r1.1367 -r1.1368 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/sys/arch/hpcmips

2010-01-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 21 01:23:15 UTC 2010 Modified Files: src/sys/arch/hpcmips/hpcmips: machdep.c src/sys/arch/hpcmips/include: cpu.h src/sys/arch/hpcmips/tx: tx39.c src/sys/arch/hpcmips/vr: vr.c Log Message: Move arch-l

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

2010-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 21 12:02:25 UTC 2010 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: remove accidentally committed bit. pointed out by Patrick Welche To generate a diff of this commit: cvs rdiff -u -r1.960 -r1.961 src/sys/a

CVS commit: src/usr.bin/config

2010-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 21 18:06:38 UTC 2010 Modified Files: src/usr.bin/config: pack.c Log Message: Add static to packdevi() like the local prototype says. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/config/pack.c P

CVS commit: src/sys

2010-01-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 24 14:25:57 UTC 2010 Modified Files: src/sys/conf: files src/sys/netinet: files.ipfilter Log Message: ipfilter depends on bpf_filter, not bpfilter (since the year 2000). To generate a diff of this commit: cvs rdif

Re: CVS commit: src/sys/kern

2010-01-24 Thread Antti Kantee
On Sun Jan 24 2010 at 19:23:33 +, David Holland wrote: > On Sun, Dec 20, 2009 at 07:06:45PM +0000, Antti Kantee wrote: > > Date: Sun Dec 20 19:06:45 UTC 2009 > > Modified Files: > >src/sys/kern: tty_pty.c > > > > Log Message: > >

CVS commit: src/usr.sbin/puffs

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 15:55:37 UTC 2010 Modified Files: src/usr.sbin/puffs: Makefile.inc src/usr.sbin/puffs/rump_cd9660: Makefile src/usr.sbin/puffs/rump_efs: Makefile src/usr.sbin/puffs/rump_ext2fs: Makefile sr

CVS commit: src/sys/rump/librump/rumpkern

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 18:37:51 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Set attached cpus as running, otherwise (evil) state-probing code will not execute properly. To generate a diff of this commit:

CVS commit: src/tests/rump/rumpkern

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 19:27:25 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: msdosfs depends on disk devices now To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/rump/rumpkern/Makefile Please

CVS commit: src/sys/net

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 22:18:17 UTC 2010 Modified Files: src/sys/net: bpf.c bpf.h bpf_stub.c Log Message: Make bpf dynamically loadable. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/net/bpf.c cvs rdiff -u -r1.52 -r

CVS commit: src

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 22:21:28 UTC 2010 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Added Files: src/sys/modules/bpf: Makefile Log Message: add bpf kmod To generate a diff of this commit: cvs

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

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 22:25:38 UTC 2010 Modified Files: src/sys/rump/net/rumptest: rumptest_net.c Log Message: In case opening /dev/bpf fails, try to load bpf kmod and try again. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 22:26:19 UTC 2010 Modified Files: src/sys/rump/net/rumptest: Makefile Log Message: need rumpvfs for etfs_register() and sys_mknod() To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/net/rumptest/

CVS commit: src/sys/net

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 26 01:06:23 UTC 2010 Modified Files: src/sys/net: bpf.c Log Message: Include sys/atomic.h now that it's used but gets stealth-included only on some archs. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 sr

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

2010-01-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 26 17:41:20 UTC 2010 Modified Files: src/sys/rump/net/lib/libsockin: sockin.c Log Message: support bpf To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/rump/net/lib/libsockin/sockin.c Please note tha

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

2010-01-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 26 17:50:02 UTC 2010 Modified Files: src/sys/rump/dev/lib/libbpf: component.c Log Message: let attach via module space To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libbpf/component.c P

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

2010-01-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 26 17:52:21 UTC 2010 Modified Files: src/sys/rump/net/rumptest: Makefile rumptest_net.c Log Message: support bpf from sockin too (i.e. DLT_NULL/AF_UNSPEC) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/s

CVS commit: src/sys/netinet

2010-01-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 26 18:09:08 UTC 2010 Modified Files: src/sys/netinet: tcp_input.c tcp_output.c Log Message: tcp sockbuf autoscaling was initially added turned off because it was experimental. People (including myself) have been running wi

CVS commit: src/sbin/raidctl

2010-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 27 17:02:06 UTC 2010 Modified Files: src/sbin/raidctl: raidctl.c Log Message: error message: \n\n -> \n To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sbin/raidctl/raidctl.c Please note that diffs are

CVS commit: src/sys/rump/librump/rumpkern

2010-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 27 20:16:17 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: ignore pmf threads if RUMP_THREADS == 0 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpkern/

CVS commit: src/sys/rump/librump/rumpvfs

2010-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 27 22:03:12 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: Typecast memwinsize to off_t before taking the complement to be &'ed with an off_t. Otherwise things go a bit wrong with >4GB images

CVS commit: src/sys/dev/putter

2010-01-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 28 18:12:56 UTC 2010 Modified Files: src/sys/dev/putter: putter.c Log Message: Adjust some comments which were written when this was still a part of puffs. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src

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

2010-01-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 29 12:34:17 UTC 2010 Modified Files: src/sys/rump/net/rumptest: rumptest_net.c Log Message: * add comment explaining why we randomize the last source ip octet * fix bug in randomization (well, at least with the current conf

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

2010-01-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 30 05:09:24 UTC 2010 Removed Files: src/sys/rump/dev/lib/libdisk: dummy.c Log Message: no longer used To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/sys/rump/dev/lib/libdisk/dummy.c Please note that diffs

Re: CVS commit: src/sys/uvm

2010-01-30 Thread Antti Kantee
On Sat Jan 30 2010 at 15:13:25 +, Masao Uebayashi wrote: > Module Name: src > Committed By: uebayasi > Date: Sat Jan 30 15:13:25 UTC 2010 > > Modified Files: > src/sys/uvm: uvm_fault.c > > Log Message: > Calculate the offset from vm_map_entry's start to vm_page array's start on

Re: CVS commit: [netbsd-5] src/sys/kern

2010-01-30 Thread Antti Kantee
On Sat Jan 30 2010 at 19:53:21 +, Soren Jacobsen wrote: > Module Name: src > Committed By: snj > Date: Sat Jan 30 19:53:21 UTC 2010 > > Modified Files: > src/sys/kern [netbsd-5]: sys_aio.c > > Log Message: > Pull up following revision(s) (requested by rmind in ticket #1286): >

CVS commit: src

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 30 21:55:31 UTC 2010 Modified Files: src/share/man/man4: swwdog.4 src/sys/dev/sysmon: files.sysmon swwdog.c Log Message: Make swwdog use no-needs-count. As the manpage says, there can be only one. To generate a d

CVS commit: src/sys

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 30 23:19:55 UTC 2010 Modified Files: src/sys/conf: files src/sys/kern: kern_subr.c Log Message: Trade 200-something bytes for the death of an ifdef. To generate a diff of this commit: cvs rdiff -u -r1.971 -r1.972

CVS commit: src/sys/rump

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 00:38:36 UTC 2010 Modified Files: src/sys/rump: Makefile.rump Log Message: Make (no pun intended) it possible to perform component symbol protection from a shell prompt with the command line: make -f /sys/rump/Makef

CVS commit: src/sys/kern

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 00:48:08 UTC 2010 Modified Files: src/sys/kern: kern_subr.c Log Message: Use proper static initializers for *hooklist (currently they happened to work accidentally anyway since the initializer is 0). To generate a diff

CVS commit: src/sys

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 01:38:48 UTC 2010 Modified Files: src/sys/conf: files src/sys/kern: kern_subr.c Added Files: src/sys/kern: kern_hook.c Log Message: Place *hook implementations in kern_hook.c instead of them floating arou

CVS commit: src/sys

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 02:04:43 UTC 2010 Modified Files: src/sys/kern: init_main.c kern_hook.c src/sys/sys: systm.h Log Message: Pass root device as a parameter to domountroothook(). To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/rump/librump/rumpkern

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 02:08:36 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Log Message: include kern_hook.c To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/rump/librump/rumpkern/Mak

CVS commit: src/sys/dev/sysmon

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 02:54:56 UTC 2010 Modified Files: src/sys/dev/sysmon: swwdog.c Log Message: print newline after timer expiry message To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sysmon/swwdog.c Please note

CVS commit: src/sys/rump

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 03:07:00 UTC 2010 Modified Files: src/sys/rump/dev: Makefile.rumpdev src/sys/rump/librump/rumpdev: rump_dev.c rump_dev_private.h Added Files: src/sys/rump/dev/lib/libsysmon: Makefile component.c shlib_vers

CVS commit: src/distrib/sets/lists

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 03:09:27 UTC 2010 Modified Files: src/distrib/sets/lists/base: shl.elf shl.mi src/distrib/sets/lists/comp: mi shl.mi Log Message: Add rump sysmon component to devlists. To generate a diff of this commit: cvs rd

CVS commit: src/share/examples/rump/swwdog_arm

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 03:11:55 UTC 2010 Added Files: src/share/examples/rump/swwdog_arm: Makefile swwdog_arm.c Log Message: Add an example on how to use sysmon watchdogs in rump. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src

CVS commit: src/sys/kern

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 03:57:01 UTC 2010 Modified Files: src/sys/kern: init_main.c Log Message: uncommit part which wasn't supposed to get committed yet To generate a diff of this commit: cvs rdiff -u -r1.416 -r1.417 src/sys/kern/init_main.c

CVS commit: src/sys/rump/librump/rumpvfs

2010-01-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 13:15:09 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: If RUMP_BLKSECTSHIFT is set in the environment, use that as device sector size instead of DEV_BSHIFT. To generate a diff of this co

CVS commit: src/sys

2010-01-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 15:10:12 UTC 2010 Modified Files: src/sys/conf: files src/sys/kern: subr_autoconf.c Added Files: src/sys/kern: subr_device.c Log Message: Device accessors are only marginally related to autoconf, so put t

CVS commit: src/sys/rump/librump/rumpkern

2010-01-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 15:12:42 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Log Message: Include newly-created subr_device.c and remove few special case device accessor copypastes. This makes it possible t

CVS commit: src/share/man/man4

2010-02-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 2 04:04:39 UTC 2010 Modified Files: src/share/man/man4: pud.4 Log Message: pud requires putter like it always has. deliberately do NOT bump date. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/

CVS commit: src/sys/dev/usb

2010-02-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 2 23:18:49 UTC 2010 Modified Files: src/sys/dev/usb: uhub.c Log Message: Introduce the uhub_ubermatch variable. Setting it to 1 makes sure than a uhub attaches even at higher priority than ugen when ugen_override is set t

CVS commit: src/usr.sbin/puffs/mount_psshfs

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 17:02:52 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: fs.c Log Message: statvfs: Since bresvd is not available from the server, calculate: bresvd = bfree - bavail. Then df calculates: bav

CVS commit: src/usr.sbin/puffs/mount_psshfs

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 17:16:29 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8 Log Message: Give credit: psshfs was inspired by FUSE sshfs. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 18:14:56 UTC 2010 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: one more request type to pass through (seriously, i'll make it pass all of them through very soon. just want to debug a littl

CVS commit: src/usr.bin/config

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 21:00:49 UTC 2010 Modified Files: src/usr.bin/config: defs.h gram.y main.c mkheaders.c mkioconf.c scan.l Log Message: Introduce experimental support for ioconf-only configuration files. This is done by giving the "ioconf

CVS commit: src/sys/rump

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 21:11:24 UTC 2010 Modified Files: src/sys/rump: Makefile.rump Log Message: If IOCONFIG is defined, autogenerate ioconf.c and locators.h from ${IOCONFIG}. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 sr

CVS commit: src/sys/rump

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 21:15:39 UTC 2010 Modified Files: src/sys/rump: Makefile.rump Log Message: add a rule for locators.h too To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/rump/Makefile.rump Please note that diffs

CVS commit: src/sys/rump/dev/wip

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 21:18:38 UTC 2010 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c src/sys/rump/dev/wip/libucom: Makefile ucom_at_usb.c src/sys/rump/dev/wip/libukbd: Makefile ukbd_at_usb.c src/sys/ru

CVS commit: src/usr.bin/config

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 21:32:27 UTC 2010 Modified Files: src/usr.bin/config: mkioconf.c Log Message: ... aaand make the emit-order slightly more sensible for ioconf.c to actually work again. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/rump/librump/rumpdev

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 21:35:22 UTC 2010 Modified Files: src/sys/rump/librump/rumpdev: autoconf.c rump_dev.c Log Message: Convert to match current ioconf fashion. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/libru

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

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 23:13:28 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: lib_g is debuglib To generate a diff of this commit: cvs rdiff -u -r1.1382 -r1.1383 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/sys/rump/dev/wip

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 4 00:37:08 UTC 2010 Modified Files: src/sys/rump/dev/wip/libucom: UCOM.ioconf src/sys/rump/dev/wip/libukbd: UKBD.ioconf src/sys/rump/dev/wip/libulpt: ULPT.ioconf src/sys/rump/dev/wip/libumass: UMASS.

Re: CVS commit: src

2010-02-04 Thread Antti Kantee
On Thu Feb 04 2010 at 22:25:21 +, Roy Marples wrote: > +20100204: > + The termcap database has been removed from the sources, > + but has not been marked obsolete so it is not removed > + from the system when upgrading. > + As such, you will need to remove them from your object

CVS commit: src/sys/rump

2010-02-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Feb 5 22:01:38 UTC 2010 Modified Files: src/sys/rump/dev/wip: Makefile src/sys/rump/net: Makefile.rumpnet Added Files: src/sys/rump/net/lib/libnet80211: Makefile shlib_version Removed Files: src/sys/rump

CVS commit: src/distrib/sets/lists

2010-02-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Feb 5 22:07:14 UTC 2010 Modified Files: src/distrib/sets/lists/base: shl.elf shl.mi src/distrib/sets/lists/comp: mi shl.mi Log Message: add rumpnet_net80211 to lists To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/share/examples/rump/wirelessconf

2010-02-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Feb 5 22:07:51 UTC 2010 Modified Files: src/share/examples/rump/wirelessconf: Makefile Log Message: The rumpdev_net80211 until-recently-wip component is now rumpnet_net80211. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/rump

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 9 16:16:26 UTC 2010 Modified Files: src/sys/rump: Makefile.rump Log Message: IOCONFIG comes from .CURDIR To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/rump/Makefile.rump Please note that diffs ar

CVS commit: src/sys/rump/librump/rumpkern

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 9 16:53:13 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c threads.c Log Message: Store l_name for kernel threads. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/rump/librump/rumpk

CVS commit: src/sys/rump/include/machine

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 9 17:33:31 UTC 2010 Added Files: src/sys/rump/include/machine: bus.h Log Message: Add a bus.h blanket header which forces definition of bus space / bus dma interfaces as functions and therefore makes it possible to use rum

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 9 18:27:17 UTC 2010 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: * UR_CBI_ADSC ctrl req fails with EIO sometime for unknown reasons. Let it instead of panicking. Doesn't seem to affect fun

CVS commit: src/sys/rump

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 9 18:57:03 UTC 2010 Modified Files: src/sys/rump/dev/wip/libusb: Makefile src/sys/rump/librump/rumpdev: Makefile.rumpdev Added Files: src/sys/rump/librump/rumpdev: rumpdma.c Removed Files: src/sys/ru

CVS commit: src/sys/rump/dev/wip/libumass

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 9 19:02:19 UTC 2010 Modified Files: src/sys/rump/dev/wip/libumass: Makefile UMASS.ioconf sd_at_scsibus_at_umass.c Log Message: add c...@scsi and c...@atapi (untested. if you have a usb cd drive, let me know)

CVS commit: src/sys/rump/dev/wip/libumass

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 10 02:08:34 UTC 2010 Modified Files: src/sys/rump/dev/wip/libumass: sd_at_scsibus_at_umass.c Log Message: The first step to having cd work is to remember to attach it and go "devfs" on it. To generate a diff of this commi

CVS commit: src/sys/rump/dev/wip

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 10 02:26:24 UTC 2010 Modified Files: src/sys/rump/dev/wip: Makefile files.rump src/sys/rump/dev/wip/libucom: ucom_at_usb.c src/sys/rump/dev/wip/libukbd: ukbd_at_usb.c src/sys/rump/dev/wip/libulpt: ulp

CVS commit: src/share/examples/rump

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 10 02:31:01 UTC 2010 Modified Files: src/share/examples/rump/sdread: Makefile src/share/examples/rump/tipsy: Makefile src/share/examples/rump/ukbd_read: Makefile src/share/examples/rump/ulptprint: Mak

CVS commit: src/sys/rump/include/rump

2010-02-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 11 01:13:58 UTC 2010 Modified Files: src/sys/rump/include/rump: rump.h Log Message: Add RUMP_SYS_FILEOPS for syscalls which operate on files (or at least close to that). To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/rump/dev

2010-02-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 11 02:22:12 UTC 2010 Modified Files: src/sys/rump/dev: Makefile.rumpdev src/sys/rump/dev/wip: Makefile Added Files: src/sys/rump/dev/lib/libucom: Makefile UCOM.ioconf shlib_version ucom.h ucom_at_

<    1   2   3   4   5   6   >