On Fri, Apr 23, 2010 at 08:51:16AM +0200, Marius Strobl wrote:
> On Thu, Apr 22, 2010 at 09:31:34PM +, Andrew Thompson wrote:
> > Author: thompsa
> > Date: Thu Apr 22 21:31:34 2010
> > New Revision: 207077
> > URL: http://svn.freebsd.org/changeset/base/207077
> >
> > Log:
> > Change USB_DEBU
Author: tuexen
Date: Fri Apr 23 08:19:47 2010
New Revision: 207099
URL: http://svn.freebsd.org/changeset/base/207099
Log:
* Fix compilation when using SCTP_AUDITING_ENABLED.
* Fix delaying of SACK by taking out old optimization code
which does not optimize anymore.
* Fix fast retransmiss
On Mon, Jan 25, 2010 at 11:37:50PM +, Gabor Kovesdan wrote:
> Author: gabor (doc,ports committer)
> Date: Mon Jan 25 23:37:49 2010
> New Revision: 202992
> URL: http://svn.freebsd.org/changeset/base/202992
>
> Log:
> Cache failing and opened catalogs in catopen() and related functions.
> C
ndef _INST_LIB_LIB_H_
#define _INST_LIB_LIB_H_
+#ifndef YES_I_KNOW_THE_API_IS_RUBBISH_AND_IS_DOOMED_TO_CHANGE
+#error "You obviously have no idea what you're doing."
+#endif
+
/* Includes */
#include
#include
@@ -96,13 +100,12 @@
#define PKG_PREFIX_VNAME "PK
Author: bz
Date: Fri Apr 23 14:32:58 2010
New Revision: 207116
URL: http://svn.freebsd.org/changeset/base/207116
Log:
Remove one zero from the double-0.
This code doesn't have a license to kill.
MFC after:3 days
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_d
Author: rnoland
Date: Fri Apr 23 14:48:30 2010
New Revision: 207118
URL: http://svn.freebsd.org/changeset/base/207118
Log:
Address some WITNESS panics that occur when using the via driver.
Some of these cases should be safe in a non-atomic fashion, however
since all of the driver ioctls a
Author: jilles
Date: Fri Apr 23 17:26:49 2010
New Revision: 207127
URL: http://svn.freebsd.org/changeset/base/207127
Log:
sh: Add some more tests for ${v#...} and ${v%...}.
These pass on stable/8 as well.
Added:
head/tools/regression/bin/sh/expansion/trim3.0 (contents, props changed)
Author: jmallett
Date: Fri Apr 23 18:53:17 2010
New Revision: 207130
URL: http://svn.freebsd.org/changeset/base/207130
Log:
Large memory mappings are always CPU local and always done with interrupts
disabled. Be doubly-sure that we don't try to do a TLB shootdown on SMP
systems for those ma
Author: jmallett
Date: Fri Apr 23 19:20:56 2010
New Revision: 207131
URL: http://svn.freebsd.org/changeset/base/207131
Log:
o) Remove default MAXMEM on SWARM; pmap can readily use lmem for >512M
physical addresses.
o) Set a local maxmem in sb_machdep.c to avoid trying to use pages over 2^
Author: jmallett
Date: Fri Apr 23 19:48:31 2010
New Revision: 207134
URL: http://svn.freebsd.org/changeset/base/207134
Log:
Build some nops into CLEAR_STATUS here to make sure that the following
instructions can't be interrupted.
Modified:
head/sys/mips/mips/exception.S
Modified: head/sys/
Author: jkim
Date: Fri Apr 23 22:42:49 2010
New Revision: 207135
URL: http://svn.freebsd.org/changeset/base/207135
Log:
Adjust a test case and make it more jump optimization neutral for JIT case.
Modified:
head/tools/regression/bpf/bpf_filter/tests/test0083.h
Modified: head/tools/regression/
Author: jmallett
Date: Sat Apr 24 03:11:35 2010
New Revision: 207139
URL: http://svn.freebsd.org/changeset/base/207139
Log:
Most MIPS systems have a comparatively-sparse physical memory layout. Switch
to using the sparse physseg layout in the VM system.
Modified:
head/sys/mips/include/vmpa
12 matches
Mail list logo