On Mon, Feb 06, 2012 at 09:39:47AM +0200, Mikolaj Golub wrote:
>
> 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 pa
On Sun, 5 Feb 2012, 16:53-, Gleb Smirnoff wrote:
> 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 contr
Author: ed
Date: Mon Feb 6 10:23:11 2012
New Revision: 231071
URL: http://svn.freebsd.org/changeset/base/231071
Log:
Add fixwhite(1).
This small utility can be used to `sanitize' the whitespace in source
code. It does the following things:
Global:
- Remove empty lines at the begin
Author: tuexen
Date: Mon Feb 6 10:47:12 2012
New Revision: 231074
URL: http://svn.freebsd.org/changeset/base/231074
Log:
Fix a typo which was already fixed by eadler in r227489. We missed
to integrate this fix in our code base, so it was removed in r227755.
MFC after: 3 days.
Modified:
Author: kib
Date: Mon Feb 6 11:04:36 2012
New Revision: 231075
URL: http://svn.freebsd.org/changeset/base/231075
Log:
Current implementations of sync(2) and syncer vnode fsync() VOP uses
mnt_noasync counter to temporary remove MNTK_ASYNC mount option, which
is needed to guarantee a synchron
On 4 February 2012 17:49, Ryan Stone wrote:
> Author: rstone
> Date: Sat Feb 4 16:49:29 2012
> New Revision: 230984
> URL: http://svn.freebsd.org/changeset/base/230984
>
> Log:
> Whenever a new kernel thread is spawned, explicitly clear any CPU affinity
> set on the new thread. This prevents t
Author: glebius
Date: Mon Feb 6 11:35:29 2012
New Revision: 231076
URL: http://svn.freebsd.org/changeset/base/231076
Log:
Make the 'tcpwin' option of ipfw(8) accept ranges and lists.
Submitted by: sem
Modified:
head/sbin/ipfw/ipfw.8
head/sbin/ipfw/ipfw2.c
head/sys/netinet/ipfw/ip_fw
Author: kib
Date: Mon Feb 6 11:47:24 2012
New Revision: 231077
URL: http://svn.freebsd.org/changeset/base/231077
Log:
JNEWBLK dependency may legitimately appear on the buf dependency
list. If softdep_sync_buf() discovers such dependency, it should do
nothing, which is safe as it is only wai
Author: glebius
Date: Mon Feb 6 11:51:04 2012
New Revision: 231078
URL: http://svn.freebsd.org/changeset/base/231078
Log:
Bump .Dd for r231076.
Submitted by: bz
Modified:
head/sbin/ipfw/ipfw.8
Modified: head/sbin/ipfw/ipfw.8
=
Author: dim
Date: Mon Feb 6 12:03:21 2012
New Revision: 231079
URL: http://svn.freebsd.org/changeset/base/231079
Log:
Let rpcgen(1) support an environment variable RPCGEN_CPP to find the C
preprocessor to run. Previously, it always ran /usr/bin/cpp, unless you
used the -Y option, and even
Author: dim
Date: Mon Feb 6 12:08:41 2012
New Revision: 231080
URL: http://svn.freebsd.org/changeset/base/231080
Log:
Amend r231079 by properly shifting up the existing arguments in
rpc_main.c's insarg() function. I had forgotten to put this in my patch
queue, sorry.
Pointy hat to:
In article <4f2ea4f7.9010...@freebsd.org>
Nathan Whitehorn writes:
> TERM=xterm
This code is also used on pc98, right? I think on pc98 we still need
to
use TERM=cons25w, to support Japanese character sets and keyboard
input.
>> How about the attached patch?
>
> The top
Author: ghelmer
Date: Mon Feb 6 14:11:24 2012
New Revision: 231087
URL: http://svn.freebsd.org/changeset/base/231087
Log:
Using the O_CLOEXEC flag on open(2) caused the pidfile lock to be lost
when the child process execs daemon's target program thanks to flock(2)
semantics. So, we apparent
On Mon, Feb 06, 2012 at 02:11:24PM +, Guy Helmer wrote:
> Author: ghelmer
> Date: Mon Feb 6 14:11:24 2012
> New Revision: 231087
> URL: http://svn.freebsd.org/changeset/base/231087
>
> Log:
> Using the O_CLOEXEC flag on open(2) caused the pidfile lock to be lost
> when the child process e
On Feb 5, 2012, at 3:39 AM, Pawel Jakub Dawidek wrote:
> 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
On Mon, Feb 06, 2012 at 08:31:47AM -0600, Guy Helmer wrote:
> If my understanding of flock(2) semantics is correct, with open(2) O_CLOEXEC
> or fcntl(2) FD_CLOEXEC set on the pidfile, the closing of the pidfile file
> descriptor during an exec will result in loss of the lock on the pidfile
> reg
On Monday, February 06, 2012 6:34:06 am Ivan Voras wrote:
> On 4 February 2012 17:49, Ryan Stone wrote:
> > Author: rstone
> > Date: Sat Feb 4 16:49:29 2012
> > New Revision: 230984
> > URL: http://svn.freebsd.org/changeset/base/230984
> >
> > Log:
> > Whenever a new kernel thread is spawned, ex
On Sunday, February 05, 2012 11:54:26 am Nathan Whitehorn wrote:
> 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.
Hmm, I had considered remapping adjusted resources
On 02/06/12 07:07, TAKAHASHI Yoshihiro wrote:
In article<4f2ea4f7.9010...@freebsd.org>
Nathan Whitehorn writes:
TERM=xterm
This code is also used on pc98, right? I think on pc98 we still need
to
use TERM=cons25w, to support Japanese character sets and keyboard
input.
How about the at
On 02/06/12 06:53, John Baldwin wrote:
On Sunday, February 05, 2012 11:54:26 am Nathan Whitehorn wrote:
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.
Hmm, I had considered
On Mon, Feb 6, 2012 at 6:34 AM, Ivan Voras wrote:
> Shouldn't new threads inherit affinity from the threads which spawned them?
Kernel threads were not inheriting affinity from the thread that
spawned them. They were inheriting affinity from an arbitrary sibling
thread in the same kernel process
On Monday, February 06, 2012 9:43:39 am Pawel Jakub Dawidek wrote:
> On Mon, Feb 06, 2012 at 08:31:47AM -0600, Guy Helmer wrote:
> > If my understanding of flock(2) semantics is correct, with open(2)
O_CLOEXEC or fcntl(2) FD_CLOEXEC set on the pidfile, the closing of the
pidfile file descriptor d
On Monday, February 06, 2012 10:40:54 am Nathan Whitehorn wrote:
> On 02/06/12 06:53, John Baldwin wrote:
> > On Sunday, February 05, 2012 11:54:26 am Nathan Whitehorn wrote:
> >> Author: nwhitehorn
> >> Date: Sun Feb 5 16:54:26 2012
> >> New Revision: 231026
> >> URL: http://svn.freebsd.org/chang
Author: jhb
Date: Mon Feb 6 17:00:28 2012
New Revision: 231088
URL: http://svn.freebsd.org/changeset/base/231088
Log:
Rename cache_lookup_times() to cache_lookup() and retire the old API and
ABI stub for cache_lookup().
Modified:
head/sys/fs/nfsclient/nfs_clvnops.c
head/sys/fs/nwfs/nwfs_
On 02/06/12 10:06, John Baldwin wrote:
On Monday, February 06, 2012 10:40:54 am Nathan Whitehorn wrote:
On 02/06/12 06:53, John Baldwin wrote:
On Sunday, February 05, 2012 11:54:26 am Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Sun Feb 5 16:54:26 2012
New Revision: 231026
URL: http://svn
On Friday 03 February 2012 07:54 pm, Robert Millan wrote:
> +nodevice ti
Tigon 1 and 2 had open-sourced firmware. In fact, I believe wpaul
developed custom firmware for FreeBSD and the (early?) sources are
still available here:
http://people.freebsd.org/~wpaul/Alteon/
Jung-uk Kim
__
Author: kib
Date: Mon Feb 6 17:59:14 2012
New Revision: 231091
URL: http://svn.freebsd.org/changeset/base/231091
Log:
Add missing opt_quota.h include to activate #ifdef QUOTA blocks,
apparently a step in unbreaking QUOTA support.
Reported and tested by: Adam Strohl
MFC after:
Author: emaste
Date: Mon Feb 6 18:11:00 2012
New Revision: 231092
URL: http://svn.freebsd.org/changeset/base/231092
Log:
Avoid panic from unlocking a not locked mutex (in some error cases).
Reviewed by: ken@
Modified:
head/sys/cam/ctl/ctl_frontend_cam_sim.c
Modified: head/sys/cam/ctl/
Author: ed
Date: Mon Feb 6 18:15:46 2012
New Revision: 231095
URL: http://svn.freebsd.org/changeset/base/231095
Log:
Fix whitespace inconsistencies in TTY code.
Modified:
head/sys/kern/tty.c
head/sys/kern/tty_info.c
head/sys/kern/tty_ttydisc.c
head/sys/sys/ttycom.h
head/sys/sys/ttyde
On 05.02.2012 20:53, Gleb Smirnoff wrote:
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, idl
Author: ed
Date: Mon Feb 6 18:52:40 2012
New Revision: 231098
URL: http://svn.freebsd.org/changeset/base/231098
Log:
Add a `fix' for another whitespace bug.
If the sentence starts with a multiple of eight spaces, the sentence
should in almost all practical cases have started with tabs in
On 06.02.2012 19:25, John Baldwin wrote:
My expectation is that as long as parent process holds pidfile
descriptor open and locked, the pidfile should remain locked even after
fork(2)/execve(2). Worth checking, though.
Yes, if the daemon process hung around that would work. Note that I think
Author: adrian
Date: Mon Feb 6 20:23:21 2012
New Revision: 231099
URL: http://svn.freebsd.org/changeset/base/231099
Log:
Contribute some example code which demonstrates how to initialise the
radar parameters for the AR5416 and later NICs.
These parameters have been tested on the followin
Author: dim
Date: Mon Feb 6 21:35:11 2012
New Revision: 231101
URL: http://svn.freebsd.org/changeset/base/231101
Log:
In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), so
rpcgen will search the current PATH for the preprocessor. This makes it
possible to run a preprocessor b
On Mon, 6 Feb 2012 09:27:06 +0100 Pawel Jakub Dawidek wrote:
PJD> For the patch itself.
PJD> You don't have to have two separate cases depending on request for
PJD> pidfile. You can specify NULL pfh to the pidfile functions.
PJD> Even in example from the manual page when pfh is NULL there is
Author: truckman
Date: Mon Feb 6 21:50:11 2012
New Revision: 231102
URL: http://svn.freebsd.org/changeset/base/231102
Log:
Improve sparse file handling when printing the block list for an inode by
not bailing out early when a hole is encountered in the direct block list.
Print NULL block po
On Feb 6, 2012, at 3:46 PM, Mikolaj Golub wrote:
>
> On Mon, 6 Feb 2012 09:27:06 +0100 Pawel Jakub Dawidek wrote:
>
> PJD> For the patch itself.
>
> PJD> You don't have to have two separate cases depending on request for
> PJD> pidfile. You can specify NULL pfh to the pidfile functions.
> PJD>
On Mon, Feb 06, 2012 at 11:46:24PM +0200, Mikolaj Golub wrote:
>
> On Mon, 6 Feb 2012 09:27:06 +0100 Pawel Jakub Dawidek wrote:
>
> PJD> For the patch itself.
>
> PJD> You don't have to have two separate cases depending on request for
> PJD> pidfile. You can specify NULL pfh to the pidfile fu
Author: davidxu
Date: Tue Feb 7 02:57:36 2012
New Revision: 231106
URL: http://svn.freebsd.org/changeset/base/231106
Log:
Plug a memory leak. When a cached thread is reused, don't clear sleep
queue pointers, just reuse it.
PR: 164828
MFC after:1 week
Modified:
head/lib
Author: eadler
Date: Tue Feb 7 04:00:57 2012
New Revision: 23
URL: http://svn.freebsd.org/changeset/base/23
Log:
ports(7) currently makes no mention of LOCALBASE: fix that
PR: docs/159551
Submitted by: Matthew Seaman
Approved by: gjb
MFC after:3 days
Modified
Author: np
Date: Tue Feb 7 06:21:59 2012
New Revision: 231115
URL: http://svn.freebsd.org/changeset/base/231115
Log:
cxgbe: reduce diffs with other branches.
Will help future MFCs from HEAD.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/adapter.h
head/sys/dev/cxgbe/t4_l2t.c
he
Author: np
Date: Tue Feb 7 07:32:39 2012
New Revision: 231116
URL: http://svn.freebsd.org/changeset/base/231116
Log:
Remove if_start from cxgb and cxgbe.
Submitted by: jhb
MFC after:3 days
Modified:
head/sys/dev/cxgb/cxgb_adapter.h
head/sys/dev/cxgb/cxgb_main.c
head/sys/dev/cx
42 matches
Mail list logo