cvs commit: src/sys/sys eventhandler.h

2008-08-11 Thread Jack F Vogel
jfv 2008-08-11 20:19:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys eventhandler.h Log: SVN rev 181605 on 2008-08-11 20:19:38Z by jfv MFC of vlan attach event support Revision ChangesPath 1.37.2.3 +7 -0

cvs commit: src/sys/sys eventhandler.h

2008-07-14 Thread Jack F Vogel
jfv 2008-07-14 18:38:52 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h Log: SVN rev 180510 on 2008-07-14 18:38:52Z by jfv Add an event handler to the vlan driver so the NIC driver becomes aware of it, and gets the VLAN ID. This will

cvs commit: src/sys/sys eventhandler.h kernel.h src/sys/kern vfs_mount.c

2008-04-08 Thread Sam Leffler
sam 2008-04-08 17:53:33 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h kernel.h sys/kern vfs_mount.c Log: o add a mountroot event handler that fires when / is mounted; this information was lost when root started being

cvs commit: src/sys/sys eventhandler.h src/sys/kern kern_descrip.c uipc_socket.c

2008-03-19 Thread Maxim Sobolev
sobomax 2008-03-19 09:58:25 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h sys/kern kern_descrip.c uipc_socket.c Log: Revert previous change - it appears that the limit I was hitting was a maxsockets limit, not maxfiles limit.

Re: cvs commit: src/sys/sys eventhandler.h src/sys/kern kern_descrip.c uipc_socket.c

2008-03-17 Thread Jeff Roberson
On Sun, 16 Mar 2008, Maxim Sobolev wrote: Robert Watson wrote: On Sun, 16 Mar 2008, Maxim Sobolev wrote: sobomax 2008-03-16 06:21:30 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h sys/kern kern_descrip.c uipc_socket.c Log: Properly

Re: cvs commit: src/sys/sys eventhandler.h src/sys/kern kern_descrip.c uipc_socket.c

2008-03-17 Thread Maxim Sobolev
Jeff Roberson wrote: On Sun, 16 Mar 2008, Maxim Sobolev wrote: Robert Watson wrote: On Sun, 16 Mar 2008, Maxim Sobolev wrote: sobomax 2008-03-16 06:21:30 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h sys/kern kern_descrip.c

cvs commit: src/sys/sys eventhandler.h src/sys/kern kern_descrip.c uipc_socket.c

2008-03-16 Thread Maxim Sobolev
sobomax 2008-03-16 06:21:30 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h sys/kern kern_descrip.c uipc_socket.c Log: Properly set size of the file_zone to match kern.maxfiles parameter. Otherwise the parameter is no-op, since

Re: cvs commit: src/sys/sys eventhandler.h src/sys/kern kern_descrip.c uipc_socket.c

2008-03-16 Thread Robert Watson
On Sun, 16 Mar 2008, Maxim Sobolev wrote: sobomax 2008-03-16 06:21:30 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h sys/kern kern_descrip.c uipc_socket.c Log: Properly set size of the file_zone to match kern.maxfiles parameter.

Re: cvs commit: src/sys/sys eventhandler.h src/sys/kern kern_descrip.c uipc_socket.c

2008-03-16 Thread Jeff Roberson
On Sun, 16 Mar 2008, Maxim Sobolev wrote: sobomax 2008-03-16 06:21:30 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h sys/kern kern_descrip.c uipc_socket.c Log: Properly set size of the file_zone to match kern.maxfiles parameter.

cvs commit: src/sys/sys eventhandler.h module.h taskqueue.h src/sys/amd64/acpica madt.c src/sys/amd64/amd64 intr_machdep.c local_apic.c machdep.c mptable.c src/sys/amd64/isa atpic.c src/sys/arm/arm ma

2008-03-16 Thread Robert Watson
rwatson 2008-03-16 10:58:09 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h module.h taskqueue.h sys/amd64/acpica madt.c sys/amd64/amd64 intr_machdep.c local_apic.c machdep.c mptable.c sys/amd64/isa

Re: cvs commit: src/sys/sys eventhandler.h src/sys/kern kern_descrip.c uipc_socket.c

2008-03-16 Thread Maxim Sobolev
Robert Watson wrote: On Sun, 16 Mar 2008, Maxim Sobolev wrote: sobomax 2008-03-16 06:21:30 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h sys/kern kern_descrip.c uipc_socket.c Log: Properly set size of the file_zone to match

cvs commit: src/sys/sys eventhandler.h src/sys/kern vfs_subr.c

2007-04-13 Thread Pawel Jakub Dawidek
pjd 2007-04-13 08:38:49 UTC FreeBSD src repository Modified files: sys/sys eventhandler.h sys/kern vfs_subr.c Log: When we are running low on vnodes, there is currently no way to ask other subsystems to release some vnodes. Implement