On 4. Feb 2012, at 23:00 , Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Sat Feb 4 23:00:27 2012
> New Revision: 230997
> URL: http://svn.freebsd.org/changeset/base/230997
>
> Log:
> Fix installation script after r230482 -- a missing character apparently.
> Now, back to convalescing.
Author: glebius
Date: Sun Feb 5 08:31:15 2012
New Revision: 231009
URL: http://svn.freebsd.org/changeset/base/231009
Log:
In ifa_init() initialize if_data.ifi_datalen. This would be
required after upcoming changes from bz@.
Discussed with: bz
Modified:
head/sys/net/if.c
Modifie
Author: glebius
Date: Sun Feb 5 08:53:05 2012
New Revision: 231010
URL: http://svn.freebsd.org/changeset/base/231010
Log:
Better comment for ifa_init(), ifa_ref(), ifa_free().
Modified:
head/sys/net/if.c
Modified: head/sys/net/if.c
===
Author: ed
Date: Sun Feb 5 09:17:49 2012
New Revision: 231011
URL: http://svn.freebsd.org/changeset/base/231011
Log:
Whitespace fixes.
- Remove redundant empty lines.
- Replace ^L by \014. This allows you to safely cat/grep/etc this file
without causing confusion.
Modified:
head/u
On Sat, Feb 04, 2012 at 08:16:42PM +0200, Mikolaj Golub wrote:
> ref8-amd64:/home/trociny% uname -r
> 8.2-STABLE
> ref8-amd64:/home/trociny% daemon -p /tmp/sleep.pid sleep 10
> ref8-amd64:/home/trociny% daemon -p /tmp/sleep.pid sleep 10
> daemon: process already running, pid: 19799
>
> kopusha:~%
On Sat, Feb 04, 2012 at 10:32:56AM -0600, Guy Helmer wrote:
>
> On Feb 4, 2012, at 1:42 AM, Pawel Jakub Dawidek wrote:
>
> > On Wed, Feb 01, 2012 at 04:41:00PM +, Guy Helmer wrote:
> >> Author: ghelmer
> >> Date: Wed Feb 1 16:40:59 2012
> >> New Revision: 230869
> >> URL: http://svn.freebsd.
Author: mm
Date: Sun Feb 5 10:59:50 2012
New Revision: 231012
URL: http://svn.freebsd.org/changeset/base/231012
Log:
Analogous to r230407 a separate path buffer in vfs_mount.c is required
for r230129. Fixes a out of bounds write to fspath.
MFC after:10 days
Modified:
head/sys/kern
On 02/05/2012 01:59, Pawel Jakub Dawidek wrote:
> I seem to miss positives of the other approach. Leaving stale PIDs in
> pidfile is something we should avoid at all costs, so recommending that
> in the manual page is not the best recommendation.
Which is worse ... potentially stale pidfiles tha
Author: glebius
Date: Sun Feb 5 12:52:28 2012
New Revision: 231013
URL: http://svn.freebsd.org/changeset/base/231013
Log:
Fix typo in r231010.
Submitted by: linimon
Modified:
head/sys/net/if.c
Modified: head/sys/net/if.c
=
Author: jhibbits
Date: Sun Feb 5 13:29:01 2012
New Revision: 231014
URL: http://svn.freebsd.org/changeset/base/231014
Log:
Add exca to powerpc modules build as a dependency for cbb.
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
=
On Sun, Feb 05, 2012 at 04:46:53AM -0800, Doug Barton wrote:
> On 02/05/2012 01:59, Pawel Jakub Dawidek wrote:
>
> > I seem to miss positives of the other approach. Leaving stale PIDs in
> > pidfile is something we should avoid at all costs, so recommending that
> > in the manual page is not the b
On Feb 5, 2012, at 8:29 AM, Justin Hibbits wrote:
Author: jhibbits
Date: Sun Feb 5 13:29:01 2012
New Revision: 231014
URL: http://svn.freebsd.org/changeset/base/231014
Log:
Add exca to powerpc modules build as a dependency for cbb.
Approved by: nwhitehorn (mentor)
sigh. I really should st
Author: trociny
Date: Sun Feb 5 15:21:08 2012
New Revision: 231015
URL: http://svn.freebsd.org/changeset/base/231015
Log:
Fix the regression introduced in r226859: if the local component is
out of date BIO_READ requests got lost instead of being sent to the
remote component.
Reviewed b
Author: trociny
Date: Sun Feb 5 15:23:32 2012
New Revision: 231016
URL: http://svn.freebsd.org/changeset/base/231016
Log:
If a local write request is from the synchronization thread, when it
is synchronizing data that is out of date on the local component, we
should not send G_GATE_CMD_DONE
Author: andreast
Date: Sun Feb 5 15:59:18 2012
New Revision: 231019
URL: http://svn.freebsd.org/changeset/base/231019
Log:
Revert the _NOPROF entries on cpu_throw, cpu_switch and savectx. They can be
profiled too now.
MFC after:2 weeks
Modified:
head/sys/powerpc/aim/swtch64.S
Mod
On 01/28/12 04:30, TAKAHASHI Yoshihiro wrote:
In article<1f971db2-9cc6-41c9-9296-039d63e05...@freebsd.org>
Nathan Whitehorn writes:
I think we didn't make PC98 release media for 9.0, but that's a good
point. I'm out of commission right now due to an injury, so patches
would be welcome.
Author: mav
Date: Sun Feb 5 16:41:06 2012
New Revision: 231024
URL: http://svn.freebsd.org/changeset/base/231024
Log:
Remove extra semicolon.
Submitted by: emaste
Modified:
head/sys/dev/sound/pci/hda/hdacc.c
Modified: head/sys/dev/sound/pci/hda/hdacc.c
=
Author: glebius
Date: Sun Feb 5 16:53:02 2012
New Revision: 231025
URL: http://svn.freebsd.org/changeset/base/231025
Log:
Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and
TCP_KEEPCNT, that allow to control initial timeout, idle time, idle
re-send interval and idle send
Author: nwhitehorn
Date: Sun Feb 5 16:54:26 2012
New Revision: 231026
URL: http://svn.freebsd.org/changeset/base/231026
Log:
Make sure to remap adjusted resources.
Modified:
head/sys/powerpc/ofw/ofw_pci.c
Modified: head/sys/powerpc/ofw/ofw_pci.c
=
Author: rpaulo
Date: Sun Feb 5 20:00:39 2012
New Revision: 231042
URL: http://svn.freebsd.org/changeset/base/231042
Log:
Fix clang warnings.
Modified:
head/sys/boot/ficl/fileaccess.c
head/sys/boot/ficl/i386/sysdep.h
Modified: head/sys/boot/ficl/fileaccess.c
===
Author: andreast
Date: Sun Feb 5 20:04:43 2012
New Revision: 231044
URL: http://svn.freebsd.org/changeset/base/231044
Log:
Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which
has the same API as __weak_reference(). Give 'x' in SYS.h a more meaningful
name.
Test
Author: nwhitehorn
Date: Sun Feb 5 20:07:45 2012
New Revision: 231046
URL: http://svn.freebsd.org/changeset/base/231046
Log:
Inherit from PCI bridge driver instead of manually specifying all of its
methods.
Obtained from:sparc64
MFC after:1 week
Modified:
head/sys/powerp
Author: dim
Date: Sun Feb 5 20:55:38 2012
New Revision: 231054
URL: http://svn.freebsd.org/changeset/base/231054
Log:
In usr.bin/rpcgen/rpc_main.c, properly check the return value of
strlcpy(), in addition to checking that of strlcat().
MFC after:1 week
Modified:
head/usr.bin/rpcg
On Sun, 5 Feb 2012 10:39:38 +0100 Pawel Jakub Dawidek wrote:
PJD> On Sat, Feb 04, 2012 at 08:16:42PM +0200, Mikolaj Golub wrote:
>> ref8-amd64:/home/trociny% uname -r
>> 8.2-STABLE
>> ref8-amd64:/home/trociny% daemon -p /tmp/sleep.pid sleep 10
>> ref8-amd64:/home/trociny% daemon -p /tmp/slee
On Sun, Feb 05, 2012 at 11:27:10PM +0200, Mikolaj Golub wrote:
> Ok, using hastd code as a reference :-) here is my implementation.
- I'd not pass selected signals to the child. The parent can still be
killed with a whole bunch of different signals that are not passed or
cannot be caught or th
Hi Pawel,
On Feb 5, 2012 1:48 PM, "Pawel Jakub Dawidek" wrote:
>
> On Sun, Feb 05, 2012 at 11:27:10PM +0200, Mikolaj Golub wrote:
> > Ok, using hastd code as a reference :-) here is my implementation.
>
> - I'd not pass selected signals to the child. The parent can still be
> killed with a whole
Author: dim
Date: Sun Feb 5 23:02:13 2012
New Revision: 231055
URL: http://svn.freebsd.org/changeset/base/231055
Log:
Regenerate src.conf.5, after r230972 added the WITHOUT_SOURCELESS build
options.
MFC after:2 weeks
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/m
Author: dim
Date: Sun Feb 5 23:56:22 2012
New Revision: 231057
URL: http://svn.freebsd.org/changeset/base/231057
Log:
Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,
that builds the following additional llvm/clang tools:
- bugpoint
- llc
- lli
- llvm-ar
- llv
Author: adrian
Date: Mon Feb 6 00:26:29 2012
New Revision: 231058
URL: http://svn.freebsd.org/changeset/base/231058
Log:
Update the mesh reason codes to match the latest 802.11s specification.
Submitted by:
Reviewed by: rpaulo
Modified:
head/sys/net80211/ieee80211.h
Modified: head/
On Sun, 5 Feb 2012, Andreas Tobler wrote:
Log:
Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which
has the same API as __weak_reference(). Give 'x' in SYS.h a more meaningful
name.
Tested on 32- and 64-bit PowerMac.
Reviewed by: bde
Thanks.
Bruce
Author: kevlo
Date: Mon Feb 6 06:03:16 2012
New Revision: 231060
URL: http://svn.freebsd.org/changeset/base/231060
Log:
- Use uint8_t for the variable x and spell the size of the variable
as sizeof(x)
- Capitalized comment
- Parentheses around return value
Requested by: bde
Modifi
On Sun, 5 Feb 2012 22:46:48 +0100 Pawel Jakub Dawidek wrote:
PJD> On Sun, Feb 05, 2012 at 11:27:10PM +0200, Mikolaj Golub wrote:
>> Ok, using hastd code as a reference :-) here is my implementation.
PJD> - I'd not pass selected signals to the child. The parent can still be
PJD> killed with
32 matches
Mail list logo