Author: jh
Date: Sun Jan 9 09:21:11 2011
New Revision: 217187
URL: http://svn.freebsd.org/changeset/base/217187
Log:
Replace nfs4 with newnfs in netfs_types. nfs4 was removed in r192578 and
mount(8) has supported newnfs since r192930.
PR: conf/153655
Submitted by: Anonymous
Author: kib
Date: Sun Jan 9 12:38:40 2011
New Revision: 217191
URL: http://svn.freebsd.org/changeset/base/217191
Log:
Implement the __pthread_map_stacks_exec() for libthr.
Stack creation code is changed to call _rtld_get_stack_prot() to get
the stack protection right. There is a race whe
Author: kib
Date: Sun Jan 9 12:50:44 2011
New Revision: 217192
URL: http://svn.freebsd.org/changeset/base/217192
Log:
Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.
Update the outdated comments describing MAXSLP and the process
selection algorithm for swap out.
On Mon, 1 Dec 2008, Alfred Perlstein wrote:
Author: alfred
Date: Mon Dec 1 00:45:51 2008
New Revision: 185499
URL: http://svn.freebsd.org/changeset/base/185499
Log:
Provide a 'tinderbox' target that compiles enough of FreeBSD that
a developer can rest reasonably assured that the tinderbox wi
On Thu, 06.01.2011 at 21:09:22 +, Warner Losh wrote:
> Author: imp
> Date: Thu Jan 6 21:09:22 2011
> New Revision: 217073
> URL: http://svn.freebsd.org/changeset/base/217073
>
> Log:
> Don't require /usr/lib/aout to be on the system. Test for its
> existance since we don't generally need
Author: bz
Date: Sun Jan 9 14:34:56 2011
New Revision: 217195
URL: http://svn.freebsd.org/changeset/base/217195
Log:
Improve style and wording of comments and sysctl descriptions [1].
Move machdep.ct_debug to debug.clocktime as there was no reason to
actually put it under machdep in r216
On Saturday 08 January 2011 21:30:49 Juli Mallett wrote:
> On Sat, Jan 8, 2011 at 04:43, Tijl Coosemans wrote:
>> Author: tijl
>> Date: Sat Jan 8 12:43:05 2011
>> New Revision: 217147
>> URL: http://svn.freebsd.org/changeset/base/217147
>>
>> Log:
>> On mixed 32/64 bit architectures (mips, power
Author: gavin
Date: Sun Jan 9 17:10:06 2011
New Revision: 217200
URL: http://svn.freebsd.org/changeset/base/217200
Log:
Sync the list of devices supported by uslcom(4) with Linux, bringing in
all new devices added between our r211022 and their git revision
93ad03d60b5b18897030038234aa2ebae8
Author: gavin
Date: Sun Jan 9 17:40:04 2011
New Revision: 217202
URL: http://svn.freebsd.org/changeset/base/217202
Log:
Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This brings
the list of supported devices in sync with kernel.org git revision
f36ecd5de93e4c85a9e3d25100c
On 01/09/2011 07:18, Ulrich Spörlein wrote:
On Thu, 06.01.2011 at 21:09:22 +, Warner Losh wrote:
Author: imp
Date: Thu Jan 6 21:09:22 2011
New Revision: 217073
URL: http://svn.freebsd.org/changeset/base/217073
Log:
Don't require /usr/lib/aout to be on the system. Test for its
exista
Author: bz
Date: Sun Jan 9 20:40:21 2011
New Revision: 217203
URL: http://svn.freebsd.org/changeset/base/217203
Log:
MfP4 CH=185246 [1]:
Add FEATURE() to announce optional VIMAGE.
MFC after:3 days
[1] for the moment put it in vnet.c.
Modified:
head/sys/net/vnet.c
Modified:
Author: jilles
Date: Sun Jan 9 21:07:30 2011
New Revision: 217206
URL: http://svn.freebsd.org/changeset/base/217206
Log:
sh: Remove special %builtin PATH entry.
All builtins are now always found before a PATH search.
Most ash derivatives have an undocumented feature where the presence of
Author: ed
Date: Sun Jan 9 21:39:46 2011
New Revision: 217207
URL: http://svn.freebsd.org/changeset/base/217207
Log:
Add missing __dead2 to __assert().
__assert() is called when an assertion fails. After printing an error
message, it will call abort(). abort() never returns, hence it has
Author: keramida (doc committer)
Date: Sun Jan 9 22:05:09 2011
New Revision: 217208
URL: http://svn.freebsd.org/changeset/base/217208
Log:
regression/date: unset all LC_xxx vars and set LANG/LC_ALL
When running with a custom locale setup, it's easy to confuse the
date regression tests an
Author: jilles
Date: Sun Jan 9 22:47:58 2011
New Revision: 217209
URL: http://svn.freebsd.org/changeset/base/217209
Log:
sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc().
grabstackblock() was used only once (but it is a very often executed piece
of code).
Modifi
Author: jmallett
Date: Sun Jan 9 23:05:46 2011
New Revision: 217210
URL: http://svn.freebsd.org/changeset/base/217210
Log:
o) Remove some unused local definitions of IP protocol numbers.
o) Use CPU_FOREACH rather than a miscrafted for loop with an off-by-one to
enable workq interrupts on
Author: jmallett
Date: Sun Jan 9 23:46:24 2011
New Revision: 217212
URL: http://svn.freebsd.org/changeset/base/217212
Log:
Now that we correctly enable rx interrupts on all cores, performance has
gotten
quite awful, because e.g. 4 packets will come in and get processed on 4
different cores
Author: dougb
Date: Sun Jan 9 23:47:11 2011
New Revision: 217213
URL: http://svn.freebsd.org/changeset/base/217213
Log:
Revert part of r217071 so that us mere mortals can clearly see
what this bit of code is intended to do. :)
Approved by: imp
Modified:
head/lib/bind/config.mk
Modif
On 01/08/2011 14:58, Warner Losh wrote:
On 01/07/2011 22:13, Doug Barton wrote:
I've said before that I like to have the opportunity to pre-commit
review patches in this area because at minimum it helps me to be aware
of them for potential MFC purposes.
Thanks for the reminder Doug. Hope there
Author: jmallett
Date: Mon Jan 10 03:48:41 2011
New Revision: 217214
URL: http://svn.freebsd.org/changeset/base/217214
Log:
o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ
range.
o) Add 'octm', a trivial driver for the 10/100 management ports found on some
Octeon
Author: jchandra
Date: Mon Jan 10 05:13:06 2011
New Revision: 217220
URL: http://svn.freebsd.org/changeset/base/217220
Log:
Remove unnecessary 'cat'.
Modified:
head/sys/conf/Makefile.mips
Modified: head/sys/conf/Makefile.mips
==
Author: lstewart
Date: Mon Jan 10 06:12:01 2011
New Revision: 217221
URL: http://svn.freebsd.org/changeset/base/217221
Log:
Reset the last_sack_ack SACK hint for TCP input processing to ensure that the
hint is 0 when no SACK data is received to update the hint with. This was
accidentally omi
Author: jmallett
Date: Mon Jan 10 06:46:18 2011
New Revision: 217222
URL: http://svn.freebsd.org/changeset/base/217222
Log:
o) Free mbufs in error cases.
o) Clear/acknowledge receive interrupt at end of thread. This gives the
management interfaces performance on the order of 100Mbps rath
23 matches
Mail list logo