Author: jh
Date: Mon Jul 5 16:23:55 2010
New Revision: 209710
URL: http://svn.freebsd.org/changeset/base/209710
Log:
Extend the kernel unit number allocator for allocating specific unit
numbers. This change adds a new function alloc_unr_specific() which
returns the requested unit number if
Author: trasz
Date: Mon Jul 5 19:01:10 2010
New Revision: 209712
URL: http://svn.freebsd.org/changeset/base/209712
Log:
Remove comment which didn't match reality for a long time.
Reviewed by: rwatson
Modified:
head/lib/libc/posix1e/acl_from_text.c
Modified: head/lib/libc/posix1e/acl_f
Author: kib
Date: Mon Jul 5 21:13:32 2010
New Revision: 209713
URL: http://svn.freebsd.org/changeset/base/209713
Log:
Add the ability for the allocflag argument of the vm_page_grab() to
specify the increment of vm_pageout_deficit when sleeping due to page
shortage. Then, in allocbuf(), the
Author: yongari
Date: Tue Jul 6 02:07:59 2010
New Revision: 209714
URL: http://svn.freebsd.org/changeset/base/209714
Log:
It seems read DMA mode register requires both IPv4 TSO and IPv6 TSO
configuration to get IPv4 TSO work on BCM57780. While I'm here
apply the same fix to BCM5785 which sh
Author: maxim
Date: Tue Jul 6 03:48:46 2010
New Revision: 209715
URL: http://svn.freebsd.org/changeset/base/209715
Log:
o addr2ascii(3) was removed ages ago. Fix the comment.
PR: docs/148383
Submitted by: pluknet
MFC after:1 week
Modified:
head/include/arpa/inet.h
Mo