On Fri, Dec 30, 2011 at 3:04 PM, Glen Barber wrote:
> On Fri, Dec 30, 2011 at 07:54:44PM +, Alexey Dokuchaev wrote:
>> On Fri, Dec 30, 2011 at 02:43:22PM -0500, Ben Kaduk wrote:
>> > On Fri, Dec 30, 2011 at 5:58 AM, Ulrich Spoerlein wrote:
>> > > - * is 11 bit wide that gives u
On Sun, Jan 1, 2012 at 12:33 PM, Ulrich Spoerlein wrote:
> On Fri, 2011-12-30 at 14:43:22 -0500, Ben Kaduk wrote:
>> On Fri, Dec 30, 2011 at 5:58 AM, Ulrich Spoerlein wrote:
>> > Modified: head/usr.sbin/cron/doc/CHANGES
>> >
On 12/31/11 18:02, Lawrence Stewart wrote:
On 12/31/11 11:13, Adrian Chadd wrote:
This just broke wlan. Please consider fixing this patch :)
Adrian
*** Interface: wlan0: start
can't re-use a leaf (wlan0)!
panic: bpfattach tscfgoid
KDB: enter: panic
[ thread pid 166 tid 100048 ]Stopped at kdb_
On Sun, Jan 01, 2012, Ed Schouten wrote:
> David,
>
> * David Schultz , 20120101 03:54:
> > I'm out of town and don't remember the details of this, but is there a
> > reason we couldn't simply have an appropriate #ifdef that uses
> > __attribute((__nore
Author: jilles
Date: Sun Jan 1 22:17:12 2012
New Revision: 229220
URL: http://svn.freebsd.org/changeset/base/229220
Log:
sh: Make various functions static.
Modified:
head/bin/sh/exec.c
head/bin/sh/exec.h
head/bin/sh/expand.c
head/bin/sh/expand.h
head/bin/sh/histedit.c
head/bin/sh/i
Author: jilles
Date: Sun Jan 1 22:15:38 2012
New Revision: 229219
URL: http://svn.freebsd.org/changeset/base/229219
Log:
sh: Remove unused function scopyn().
Modified:
head/bin/sh/mystring.c
head/bin/sh/mystring.h
Modified: head/bin/sh/mystring.c
==
Author: adrian
Date: Sun Jan 1 21:32:25 2012
New Revision: 229211
URL: http://svn.freebsd.org/changeset/base/229211
Log:
Initial copy of xz-embedded to sys/contrib/.
The upcoming geom_compress module (a read-only gzip/ulzma translation layer,
similar to what geom_uzip does) will leverage
Author: ed
Date: Sun Jan 1 20:59:42 2012
New Revision: 229206
URL: http://svn.freebsd.org/changeset/base/229206
Log:
Fix sloppyness in memcchr() man page.
I was considering adding it to libc as well, but last minute I thought
it would be good enough to add it to libkern exclusively. I fo
Author: ed
Date: Sun Jan 1 20:54:44 2012
New Revision: 229204
URL: http://svn.freebsd.org/changeset/base/229204
Log:
Remove the now unused skpc() function.
It was only used by ufs and ext2 and I have really strong doubts that
there are other pieces of code that also use this function. If
Author: jilles
Date: Sun Jan 1 20:50:19 2012
New Revision: 229201
URL: http://svn.freebsd.org/changeset/base/229201
Log:
sh: Make patmatch() non-recursive.
Modified:
head/bin/sh/expand.c
Modified: head/bin/sh/expand.c
=
Author: ed
Date: Sun Jan 1 20:47:33 2012
New Revision: 229200
URL: http://svn.freebsd.org/changeset/base/229200
Log:
Migrate ufs and ext2fs from skpc() to memcchr().
While there, remove a useless check from the code. memcchr() always
returns characters unequal to 0xff in this case, so in
Author: ed
Date: Sun Jan 1 20:30:48 2012
New Revision: 229199
URL: http://svn.freebsd.org/changeset/base/229199
Log:
Fix typo; return -> returns.
Modified:
head/share/man/man9/memcchr.3
Modified: head/share/man/man9/memcchr.3
=
Author: ed
Date: Sun Jan 1 20:26:11 2012
New Revision: 229198
URL: http://svn.freebsd.org/changeset/base/229198
Log:
Introducing memcchr(3).
It seems two of the file system drivers we have in the tree, namely ufs
and ext3, use a function called `skpc()'. The meaning of this function
do
Author: dim
Date: Sun Jan 1 20:13:02 2012
New Revision: 229196
URL: http://svn.freebsd.org/changeset/base/229196
Log:
Redo r228645, but instead of casting away const conversion warnings in
contrib/less, add a few const qualifiers in the right places.
Suggested by: das
MFC after:1 w
Author: dim
Date: Sun Jan 1 20:09:05 2012
New Revision: 229195
URL: http://svn.freebsd.org/changeset/base/229195
Log:
Revert r228645, which casts away a number of const conversion warnings
in contrib/less. I will fix those more properly in the next commit.
Modified:
head/contrib/less/comm
Author: kib
Date: Sun Jan 1 18:45:59 2012
New Revision: 229185
URL: http://svn.freebsd.org/changeset/base/229185
Log:
Avoid double-unlock or double unreference for ndp->ni_dvp when the vnode dp
lock upgrade right after the 'success' label fails.
In collaboration with:pho
MFC af
Author: dim
Date: Sun Jan 1 18:36:42 2012
New Revision: 229183
URL: http://svn.freebsd.org/changeset/base/229183
Log:
In several llvm library Makefiles, remove extraneous slashes at the end
of SRCDIR definitions.
MFC after:3 days
Modified:
head/lib/clang/libllvmarminfo/Makefile
On Sun, 1 Jan 2012, Dimitry Andric wrote:
On 2012-01-01 03:04, David Schultz wrote:
On Thu, Dec 22, 2011, Dimitry Andric wrote:
Remove -mfancy-math from LIB32CPUFLAGS for amd64. It has been default
for our gcc since more than three years (see r181534, which is also in
stable/9 and st
On Fri, 2011-12-30 at 14:43:22 -0500, Ben Kaduk wrote:
> On Fri, Dec 30, 2011 at 5:58 AM, Ulrich Spoerlein wrote:
> > Modified: head/usr.sbin/cron/doc/CHANGES
> > ==
> > --- head/usr.sbin/cron/doc/CHANGES Fri Dec 30 1
Sorry for the delay.
On Fri, 2011-12-30 at 20:50:16 +0100, Harti Brandt wrote:
> On Fri, 30 Dec 2011, Ben Kaduk wrote:
> >On Fri, Dec 30, 2011 at 5:58 AM, Ulrich Spoerlein wrote:
> >> Modified: head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
> >> ==
On 2012-01-01 03:04, David Schultz wrote:
On Thu, Dec 22, 2011, Dimitry Andric wrote:
Remove -mfancy-math from LIB32CPUFLAGS for amd64. It has been default
for our gcc since more than three years (see r181534, which is also in
stable/9 and stable/8). This flag used to be for the benef
On 01/01/12 10:11, Dimitry Andric wrote:
On 2012-01-01 16:56, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Sun Jan 1 15:56:15 2012
New Revision: 229169
URL: http://svn.freebsd.org/changeset/base/229169
Log:
Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actual
problem
On 2012-01-01 16:56, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Sun Jan 1 15:56:15 2012
New Revision: 229169
URL: http://svn.freebsd.org/changeset/base/229169
Log:
Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actual
problem by adding -fno-strict-aliasing to CFLAGS.
Author: nwhitehorn
Date: Sun Jan 1 15:56:15 2012
New Revision: 229169
URL: http://svn.freebsd.org/changeset/base/229169
Log:
Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actual
problem by adding -fno-strict-aliasing to CFLAGS. Since this is a global
issue that just happened
David,
* David Schultz , 20120101 03:54:
> I'm out of town and don't remember the details of this, but is there a
> reason we couldn't simply have an appropriate #ifdef that uses
> __attribute((__noreturn__)) instead of [[noreturn]]? We have plenty
> of ifdefs in the
Author: gonzo
Date: Sun Jan 1 09:12:21 2012
New Revision: 229168
URL: http://svn.freebsd.org/changeset/base/229168
Log:
- Properly set IRQ handlers for all USB ports
Modified:
head/sys/mips/cavium/usb/octusb.h
head/sys/mips/cavium/usb/octusb_octeon.c
Modified: head/sys/mips/cavium/usb/oct
26 matches
Mail list logo