On Fri Apr 10 2009 at 22:36:38 +, Andrew Doran wrote:
On Sat, Apr 11, 2009 at 01:32:09AM +0300, Antti Kantee wrote:
On Fri Apr 10 2009 at 21:34:10 +, Andrew Doran wrote:
On Fri, Apr 10, 2009 at 06:57:45PM +0200, Frank Kardel wrote:
It may be related: I am now seeing a tmpfs
On Sat Apr 11 2009 at 20:42:59 +, Andrew Doran wrote:
On Sat, Apr 11, 2009 at 12:21:57AM +, Perry E. Metzger wrote:
Modified Files:
src/sys/fs/tmpfs: tmpfs_vnops.c
Log Message:
SAVENAME was not set for rename and delete as required
Patch from christos, fixes pr 41183
On Tue Apr 28 2009 at 00:29:05 +, YAMAMOTO Takashi wrote:
Hmm, does this work correctly if you find the component via the
cache_lookup() path?
Ok, I dug into this a little. Short answer: no, but ...
It seems that cache_lookup() always returns false if MAKEENTRY is not set.
On Mon May 04 2009 at 15:06:56 +, YAMAMOTO Takashi wrote:
Log Message:
when freeing cn_pnbuf, make it NULL if DIAGNOSTIC.
Even better if PNBUF_PUT() does it so that we catch all violations?
i don't like such a magic macro.
I don't like namei ;)
these #ifdef indicate that
On Tue Sep 08 2009 at 03:28:35 +1000, matthew green wrote:
Module Name: src
Committed By: pooka
Date: Mon Sep 7 13:02:37 UTC 2009
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
Always define __NetBSD__ (for builds on
On Tue Sep 08 2009 at 13:02:55 +, Christos Zoulas wrote:
In article 20090907174634.ga16...@cs.hut.fi,
Antti Kantee po...@netbsd.org wrote:
On Tue Sep 08 2009 at 03:28:35 +1000, matthew green wrote:
Module Name:src
Committed By: pooka
Date: Mon Sep 7 13:02
On Tue Sep 08 2009 at 13:25:39 +, David Holland wrote:
On Tue, Sep 08, 2009 at 04:18:01PM +0300, Antti Kantee wrote:
No, __NetBSD__ is right. For all purposes, code in the rump kernel *is*
NetBSD. E.g. if you have #ifdef __NetBSD__ in a kernel driver which
was imported from
On Tue Sep 08 2009 at 16:33:02 +, Christos Zoulas wrote:
In article 20090908162339.ga11...@cs.hut.fi,
ntti Kantee po...@cs.hut.fi wrote:
Whoever finds this churn worth their effort, as dh pointed out, remember
to replace all instances of __FreeBSD__, __OpenBSD__, __Linux__,
On Tue Sep 08 2009 at 20:57:59 +, Antti Kantee wrote:
Module Name: src
Committed By: pooka
Date: Tue Sep 8 20:57:59 UTC 2009
Modified Files:
src/sys/dev: rnd.c
Log Message:
rnd_wakeup_readers() uses rndpool_mtx for its own consistency
management, so it cannot
On Fri Sep 11 2009 at 06:48:50 +, Nick Hudson wrote:
Module Name: src
Committed By: skrll
Date: Fri Sep 11 06:48:50 UTC 2009
Modified Files:
src/usr.sbin/puffs/rump_smbfs: Makefile
Log Message:
Allow this to build while link sets and rump are broken.
Hi Nick,
In the
On Sun Sep 20 2009 at 14:00:24 +, Manuel Bouyer wrote:
Module Name: src
Committed By: bouyer
Date: Sun Sep 20 14:00:24 UTC 2009
Modified Files:
src/sys/ufs/ufs: ufs_ihash.c
Log Message:
PR kern/41147: race between nfsd and local rm
Note that the race also exists
On Tue Sep 22 2009 at 20:06:40 +0200, Manuel Bouyer wrote:
On Sun, Sep 20, 2009 at 08:23:38PM +0300, Antti Kantee wrote:
In ufs_ihashget(), vget() can return a vnode that has been vclean'ed
because
vget() can sleep. After vget returns, check that vp is still connected
with
ip
On Tue Sep 22 2009 at 21:04:14 +0200, Manuel Bouyer wrote:
that's not an issue with the reference count. It's an issue with vclean()
calling VOP_RECLAIM() even if the refcount is greater than 1, and
vrelel() calling vclean() even if the refcount is greater than 1,
when the file has been
On Tue Sep 22 2009 at 21:58:02 +0200, Manuel Bouyer wrote:
[explanations]
This is starting to sound sensible now. You obviously have invested
quite a bit of thought in investigating the problem.
Blah, I didn't even want to think about this migrane-inducer now.
Maybe people who have
On Thu Oct 01 2009 at 12:28:34 +, Antti Kantee wrote:
Module Name: src
Committed By: pooka
Date: Thu Oct 1 12:28:34 UTC 2009
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
Add dealloccnt to list of things to be considered in the stetson-harrison
decision
On Sat Oct 24 2009 at 01:35:37 -0400, Christos Zoulas wrote:
Module Name: src
Committed By: christos
Date: Sat Oct 24 05:35:37 UTC 2009
Modified Files:
src/lib/libc/resolv: res_data.c res_init.c res_private.h res_send.c
Log Message:
Add a knote to keep track when
On Sun Dec 06 2009 at 22:18:24 +, David Holland wrote:
On Sat, Dec 05, 2009 at 04:29:15PM +, Antti Kantee wrote:
Log Message:
Remove support for NetBSD/playstation2.
Does this mean we can get rid of cross/mipsEEel-netbsd in pkgsrc?
Fine by me. It didn't even pass make patch
Module Name:src
Committed By: pooka
Date: Mon Jan 4 22:04:50 UTC 2010
Modified Files:
src/lib/libpuffs: puffs_framebuf.3
Log Message:
fix typography
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libpuffs/puffs_framebuf.3
Please note that diffs
Module Name:src
Committed By: pooka
Date: Thu Jan 7 18:09:07 UTC 2010
Modified Files:
src/lib/libpuffs: opdump.c puffsdump.h
Log Message:
* make indentation a little less ridiculous
* note that interfaces provided by puffsdump.h are not stable and
are to be used only
Module Name:src
Committed By: pooka
Date: Thu Jan 7 19:54:40 UTC 2010
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
Make sure struct vattr contains no random bits of kernel memory
after vattr_null(). This is especially nice considering things
like puffs, where
Module Name:src
Committed By: pooka
Date: Thu Jan 7 20:47:48 UTC 2010
Modified Files:
src/lib/libpuffs: opdump.c puffsdump.h
Log Message:
Dump contents of struct vattr -- i never remember which members
the kernel passes when, so this helps tapping that info.
To
Module Name:src
Committed By: pooka
Date: Thu Jan 7 21:05:50 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8 node.c psbuf.c psshfs.c
psshfs.h subr.c
Log Message:
Add -u and -g, which allow to remap one (local,remote) uidgid, i.e.
Module Name:src
Committed By: pooka
Date: Thu Jan 7 21:19:45 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: psbuf.c
Log Message:
Fix chgrp (and don't rely on VNOVAL being -1, however unlikely that
is to be broken).
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pooka
Date: Thu Jan 7 21:23:10 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: psshfs.c
Log Message:
Don't allow mangling of uid or gid -1, since they have a special
meaning in the sftp protocol.
To generate a diff of this
Module Name:src
Committed By: pooka
Date: Thu Jan 7 21:26:49 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: psshfs.c
Log Message:
errx() already contains progname ...
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58
Module Name:src
Committed By: pooka
Date: Thu Jan 7 22:45:31 UTC 2010
Modified Files:
src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h puffs_sys.h
Log Message:
Add a PUFFS_UNMOUNT server-kernel request, which causes the kernel
to initiate self destruct, i.e.
Module Name:src
Committed By: pooka
Date: Thu Jan 7 22:46:11 UTC 2010
Modified Files:
src/lib/libpuffs: opdump.c
Log Message:
Be slightly more forgiving about unknown operation types.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30
Module Name:src
Committed By: pooka
Date: Thu Jan 7 22:59:27 UTC 2010
Modified Files:
src/sys/fs/puffs: puffs_msgif.c
Log Message:
Fix variable name in my commit tree too.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/fs/puffs/puffs_msgif.c
Module Name:src
Committed By: pooka
Date: Thu Jan 7 23:03:26 UTC 2010
Modified Files:
src/lib/libpuffs: puffs.c
Log Message:
Use typecast instead of ULL for a less whiny lint on LP64.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104
Module Name:src
Committed By: pooka
Date: Fri Jan 8 00:27:48 UTC 2010
Modified Files:
src/sys/dev/dm: device-mapper.c
Log Message:
Fix this for non-module (which, i guess, is only i386/ALL).
XXX: autoconfusion vs. modules is an intolerable mess of stepping
on each
Module Name:src
Committed By: pooka
Date: Fri Jan 8 10:53:32 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: psbuf.c
Log Message:
Fix compilation with -Wsign-compare. Apparently 5.0 doesn't have
-Wsign-compare enabled, which explains a thing or two ...
Module Name:src
Committed By: pooka
Date: Fri Jan 8 11:35:12 UTC 2010
Modified Files:
src/sys/compat/common: vfs_syscalls_43.c
src/sys/compat/irix: irix_mman.c
src/sys/fs/adosfs: adlookup.c
src/sys/fs/cd9660: cd9660_lookup.c cd9660_vfsops.c
Module Name:src
Committed By: pooka
Date: Sat Jan 9 16:19:17 UTC 2010
Added Files:
src/share/examples/rump: Makefile
Log Message:
Stick a top-level subdir-makefile here for easy build-testing.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1
Module Name:src
Committed By: pooka
Date: Sat Jan 9 16:32:57 UTC 2010
Modified Files:
src/sys/rump/librump/rumpdev: rump_dev.c
Log Message:
pmf_init()
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/librump/rumpdev/rump_dev.c
Please note that
Module Name:src
Committed By: pooka
Date: Sun Jan 10 21:30:16 UTC 2010
Modified Files:
src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c
Log Message:
pass a few more requests through to ugen
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11
Module Name:src
Committed By: pooka
Date: Sun Jan 10 22:13:18 UTC 2010
Modified Files:
src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c
Log Message:
Add a simple hack to make interrupt pipes work (can't close them
yet ... except with SIGINT. muah).
To generate a diff of
Module Name:src
Committed By: pooka
Date: Mon Jan 11 00:18:26 UTC 2010
Modified Files:
src/sys/dev/usb: ukbd.c
Log Message:
_KERNEL_POT
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/dev/usb/ukbd.c
Please note that diffs are not public domain;
Module Name:src
Committed By: pooka
Date: Mon Jan 11 02:12:52 UTC 2010
Added Files:
src/sys/rump/dev/wip/libwscons: Makefile component.c locators.h
shlib_version
src/sys/rump/dev/wip/libwscons/opt: opt_wsdisplay_compat.h wsdisplay.h
wskbd.h
Module Name:src
Committed By: pooka
Date: Mon Jan 11 02:15:38 UTC 2010
Modified Files:
src/sys/rump/dev/wip: Makefile
Log Message:
decend into ums, ukbd and wscons
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/wip/Makefile
Please note
Module Name:src
Committed By: pooka
Date: Mon Jan 11 02:16:51 UTC 2010
Added Files:
src/share/examples/rump/ukbd_read: Makefile kbd.c
Log Message:
Add an example program which reads keypresses from the ukbd driver
(via wscons) and simply prints them on screen.
To
Module Name:src
Committed By: pooka
Date: Mon Jan 11 02:18:45 UTC 2010
Added Files:
src/share/examples/rump/ums_draw: Makefile ms.c
Log Message:
Read mouse events from wsmouse and move a silly curses cursor around
the screen (quite poorly, i might add ;).
To generate a
Module Name:src
Committed By: pooka
Date: Mon Jan 11 02:20:06 UTC 2010
Modified Files:
src/share/examples/rump: Makefile
Log Message:
descend into new subdirs
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/examples/rump/Makefile
Please note that
Module Name:src
Committed By: pooka
Date: Tue Jan 12 18:42:39 UTC 2010
Modified Files:
src/lib/libpuffs: framebuf.c puffs.3 puffs.c puffs.h puffs_priv.h
Log Message:
Add convenience routine puffs_unmountonsignal(), which does exactly that.
To generate a diff of this
On Tue Jan 12 2010 at 21:08:09 +, David Young wrote:
Module Name: src
Committed By: dyoung
Date: Tue Jan 12 21:08:09 UTC 2010
Modified Files:
src/sys/conf: files
src/sys/dev: cgd.c cgdvar.h
Log Message:
Make cgd(4) into a detachable pseudo-device. Thanks, Jan
Module Name:src
Committed By: pooka
Date: Wed Jan 13 00:07:40 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
If RUMP_VERBOSE is set in the env, set boothowto to AB_VERBOSE.
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149
Module Name:src
Committed By: pooka
Date: Wed Jan 13 00:31:57 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libcgd: component.c
Log Message:
cgd is attached via the module interface now instead of pseudodevs.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5
Module Name:src
Committed By: pooka
Date: Wed Jan 13 01:53:38 UTC 2010
Modified Files:
src/sys/kern: init_sysctl.c kern_sysctl.c
src/sys/rump/librump/rumpkern: emul.c
Log Message:
Minimize unnecessary differences in rump.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pooka
Date: Wed Jan 13 02:24:06 UTC 2010
Modified Files:
src: build.sh
Log Message:
need object directory for etc/mtree to run distrib-dirs
To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/build.sh
Please note that diffs
Module Name:src
Committed By: pooka
Date: Thu Jan 14 14:44:13 UTC 2010
Modified Files:
src/sys/fs/puffs: puffs_vnops.c
Log Message:
Since VOP_GETATTR() does not require a locked vnode, resolve and
reference the puffs_node before sending the request to the file
server.
Module Name:src
Committed By: pooka
Date: Thu Jan 14 21:25:49 UTC 2010
Added Files:
src/sbin/mount_puffs: Makefile mount_puffs.8 mount_puffs.c
Log Message:
Add a generic puffs kernel utility for querying mount arguments.
E.g.:
golem dtfs -r 'chr 15 25' dtfs /puffs
Module Name:src
Committed By: pooka
Date: Thu Jan 14 21:35:57 UTC 2010
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
Log Message:
add mount_puffs
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pooka
Date: Thu Jan 14 22:06:54 UTC 2010
Modified Files:
src/sbin/mount_puffs: mount_puffs.c
Log Message:
from main with return 0;
(Why did I manage to succesfully build n times, including a full
distribution build, without tripping this
On Thu Jan 14 2010 at 22:41:53 +, Manuel Bouyer wrote:
Module Name: src
Committed By: bouyer
Date: Thu Jan 14 22:41:53 UTC 2010
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
Remove KASSERT(vp-v_usecount == 1) in getnewvnode() and ungetnewvnode().
Another
Module Name:src
Committed By: pooka
Date: Fri Jan 15 18:38:16 UTC 2010
Modified Files:
src/sys/rump/net/rumptest: rumptest_net.c
Log Message:
print mbuf statistics a few times. incidentally, can be used to
test percpu.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pooka
Date: Fri Jan 15 20:39:46 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
Accomplish messy stack with slightly less messy code.
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151
Module Name:src
Committed By: pooka
Date: Fri Jan 15 22:16:46 UTC 2010
Modified Files:
src/sys/net: bpf.c
Log Message:
* remove just-for-kicks locking
* KNF
* remove outdated comment (quite a funny one to read in 2010, though)
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pooka
Date: Sat Jan 16 17:55:50 UTC 2010
Modified Files:
src/sys/rump/net/lib/libvirtif: if_virt.c
Log Message:
support bpf
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/rump/net/lib/libvirtif/if_virt.c
Please note
Module Name:src
Committed By: pooka
Date: Sat Jan 16 18:02:19 UTC 2010
Added Files:
src/sys/rump/librump/rumpkern/opt: bpfilter.h
Removed Files:
src/sys/rump/net/lib/libnet/opt: bpfilter.h
Log Message:
move bpfilter.h to a more central location
To generate a
Module Name:src
Committed By: pooka
Date: Sat Jan 16 18:47:50 UTC 2010
Modified Files:
src/share/man/man4: bpf.4
Log Message:
update type of bh_tstamp
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/share/man/man4/bpf.4
Please note that diffs are not
Module Name:src
Committed By: pooka
Date: Sat Jan 16 20:47:01 UTC 2010
Modified Files:
src/sys/rump/net/rumptest: rumptest_net.c
Log Message:
* add option to use bpf to dump response
* randomize local address to avoid poor confused peers due to us
rebooting quite
Module Name:src
Committed By: pooka
Date: Sun Jan 17 19:45:07 UTC 2010
Modified Files:
src/sys/dev/ic: anvar.h athvar.h atwvar.h pdqvar.h rt2560var.h
rt2661var.h rtwvar.h wivar.h
src/sys/dev/pci: if_iwnvar.h if_wpivar.h
src/sys/dev/usb:
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
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
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
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
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)
On Mon Jan 18 2010 at 20:26:18 +0200, Antti Kantee wrote:
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)
Well, that doesn't build geminigmac either. And adding
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
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
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
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
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
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
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:
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
On Sun Jan 24 2010 at 19:23:33 +, David Holland wrote:
On Sun, Dec 20, 2009 at 07:06:45PM +, Antti Kantee wrote:
Date: Sun Dec 20 19:06:45 UTC 2009
Modified Files:
src/sys/kern: tty_pty.c
Log Message:
Add a pointing to an explanation of why we have
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
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:
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
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:
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
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
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
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
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
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
1 - 100 of 456 matches
Mail list logo