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: kib
Date: Mon Feb 6 10:14:07 2012
New Revision: 231068
URL: http://svn.freebsd.org/changeset/base/231068
Log:
MFC r230785:
A debugger which requested PT_FOLLOW_FORK should get the notification
about new child not only when doing PT_TO_SCX, but also for PT_CONTINUE.
If TDB_FORK fla
Author: tuexen
Date: Mon Feb 6 10:19:18 2012
New Revision: 231069
URL: http://svn.freebsd.org/changeset/base/231069
Log:
MFC r227655:
Cleanup comparison of interface names.
Modified:
stable/9/sys/netinet/sctp_pcb.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9
Author: tuexen
Date: Mon Feb 6 10:22:50 2012
New Revision: 231070
URL: http://svn.freebsd.org/changeset/base/231070
Log:
MFC r227755:
Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.
Retire the the now unused sctp_udp_tunneling_for_client_enable
sysctl variable.
Modified:
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: kib
Date: Mon Feb 6 10:35:21 2012
New Revision: 231072
URL: http://svn.freebsd.org/changeset/base/231072
Log:
MFC r230785:
A debugger which requested PT_FOLLOW_FORK should get the notification
about new child not only when doing PT_TO_SCX, but also for PT_CONTINUE.
If TDB_FORK fla
Author: tuexen
Date: Mon Feb 6 10:38:20 2012
New Revision: 231073
URL: http://svn.freebsd.org/changeset/base/231073
Log:
MFC r227931:
Move up the address to the top of the sctp_udencaps structure
like in all other structures. This avoids alignment problems.
Modified:
stable/9/sys/netinet
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: brueffer
Date: Mon Feb 6 13:12:30 2012
New Revision: 231081
URL: http://svn.freebsd.org/changeset/base/231081
Log:
MFC: r230787
Manpages for the buf_ring and drbr interfaces.
Added:
stable/9/share/man/man9/buf_ring.9
- copied unchanged from r230787, head/share/man/man9/buf_
Author: dumbbell
Date: Mon Feb 6 13:14:26 2012
New Revision: 231082
URL: http://svn.freebsd.org/changeset/base/231082
Log:
MFC r230211:
sh: Test EXIT trap with multiple statements in it
Reviewed by: jilles
Added:
stable/9/tools/regression/bin/sh/builtins/trap9.0
- copied unchang
Author: dumbbell
Date: Mon Feb 6 13:17:57 2012
New Revision: 231083
URL: http://svn.freebsd.org/changeset/base/231083
Log:
MFC r230211:
sh: Test EXIT trap with multiple statements in it
Reviewed by: jilles
Added:
stable/8/tools/regression/bin/sh/builtins/trap9.0
- copied unchang
Author: brueffer
Date: Mon Feb 6 13:26:12 2012
New Revision: 231084
URL: http://svn.freebsd.org/changeset/base/231084
Log:
MFC: r230787
Manpages for the buf_ring and drbr interfaces.
Added:
stable/8/share/man/man9/buf_ring.9
- copied unchanged from r230787, head/share/man/man9/buf_
Author: dumbbell
Date: Mon Feb 6 13:29:50 2012
New Revision: 231085
URL: http://svn.freebsd.org/changeset/base/231085
Log:
MFC r230212:
sh: Fix execution of multiple statements in a trap when evalskip is set
Before this fix, only the first statement of the trap was executed if
evalskip
Author: dumbbell
Date: Mon Feb 6 13:36:49 2012
New Revision: 231086
URL: http://svn.freebsd.org/changeset/base/231086
Log:
MFC r230212:
sh: Fix execution of multiple statements in a trap when evalskip is set
Before this fix, only the first statement of the trap was executed if
evalskip
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 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 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 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
Author: jh
Date: Mon Feb 6 17:28:55 2012
New Revision: 231089
URL: http://svn.freebsd.org/changeset/base/231089
Log:
MFC r229692:
Check the return value of sbuf_finish() in pfs_readlink() and return
ENAMETOOLONG if the buffer overflowed.
Modified:
stable/8/sys/fs/pseudofs/pseudofs_vno
Author: jh
Date: Mon Feb 6 17:31:13 2012
New Revision: 231090
URL: http://svn.freebsd.org/changeset/base/231090
Log:
MFC r229692:
Check the return value of sbuf_finish() in pfs_readlink() and return
ENAMETOOLONG if the buffer overflowed.
Modified:
stable/7/sys/fs/pseudofs/pseudofs_vno
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: np
Date: Mon Feb 6 18:11:01 2012
New Revision: 231093
URL: http://svn.freebsd.org/changeset/base/231093
Log:
MFC r228491, r228561, r228594.
r228491:
Do not clobber the ingress queue's congestion setting.
r228561:
Many updates to cxgbe(4)
- Device configuration via pla
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: np
Date: Mon Feb 6 18:46:49 2012
New Revision: 231096
URL: http://svn.freebsd.org/changeset/base/231096
Log:
MFC r229714
Always release the inp lock before returning from tcp_detach.
Modified:
stable/9/sys/netinet/tcp_usrreq.c
Directory Properties:
stable/9/sys/ (props chang
Author: np
Date: Mon Feb 6 18:47:07 2012
New Revision: 231097
URL: http://svn.freebsd.org/changeset/base/231097
Log:
MFC r229714
Always release the inp lock before returning from tcp_detach.
Modified:
stable/8/sys/netinet/tcp_usrreq.c
Directory Properties:
stable/8/sys/ (props chang
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: np
Date: Mon Feb 6 21:23:12 2012
New Revision: 231100
URL: http://svn.freebsd.org/changeset/base/231100
Log:
MFC r222900 and r224768
r222900:
cxgbetool: a tool for the cxgbe(4) driver.
r224768:
Move cxgbtool from usr.sbin to tools/tools.
Added:
stable/8/tools/tools/cxgb
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
On Mon, Feb 06, 2012 at 06:31:05PM -0500, Jason Hellenthal wrote:
>
> Was this intentional ? cxgbtool to -> cxgbetool ? This could cause quite
> the confusion.
Two drivers, two tools: cxgbtool for cxgb(4), cxgbetool for cxgbe(4).
This has always been the case. I just MFC'd the newer tool to 8 an
Was this intentional ? cxgbtool to -> cxgbetool ? This could cause quite
the confusion.
On Mon, Feb 06, 2012 at 09:23:12PM +, Navdeep Parhar wrote:
> Author: np
> Date: Mon Feb 6 21:23:12 2012
> New Revision: 231100
> URL: http://svn.freebsd.org/changeset/base/231100
>
> Log:
> MFC r22290
Author: np
Date: Tue Feb 7 01:26:29 2012
New Revision: 231103
URL: http://svn.freebsd.org/changeset/base/231103
Log:
MFC r228491, r228561, r228594.
r228491:
Do not clobber the ingress queue's congestion setting.
r228561:
Many updates to cxgbe(4)
- Device configuration via pla
Author: np
Date: Tue Feb 7 02:21:17 2012
New Revision: 231104
URL: http://svn.freebsd.org/changeset/base/231104
Log:
MFC r228825:
Fix return value of function.
Modified:
stable/9/sys/dev/cxgb/common/cxgb_aq100x.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/s
Author: np
Date: Tue Feb 7 02:21:46 2012
New Revision: 231105
URL: http://svn.freebsd.org/changeset/base/231105
Log:
MFC r228825:
Fix return value of function.
Modified:
stable/8/sys/dev/cxgb/common/cxgb_aq100x.c
Directory Properties:
stable/8/sys/ (props changed)
Modified: stable/8/s
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: emaste
Date: Tue Feb 7 03:15:12 2012
New Revision: 231107
URL: http://svn.freebsd.org/changeset/base/231107
Log:
MFC r219708:
Reemove uptime validity check that hasn't been necessary since r151417
switched to clock_gettime. vmstat will now not exit with an error
if run o
Author: emaste
Date: Tue Feb 7 03:34:57 2012
New Revision: 231108
URL: http://svn.freebsd.org/changeset/base/231108
Log:
MFC r226697 and r226708:
Avoid printing // for packages that install to /
I have some packages that install to / (for whatever reason). Right now we
print
Author: emaste
Date: Tue Feb 7 03:37:29 2012
New Revision: 231109
URL: http://svn.freebsd.org/changeset/base/231109
Log:
MFC r226697 and r226708:
Avoid printing // for packages that install to /
I have some packages that install to / (for whatever reason). Right now we
print
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: emaste
Date: Tue Feb 7 04:03:39 2012
New Revision: 231112
URL: http://svn.freebsd.org/changeset/base/231112
Log:
MFC r227893 and r228119:
Avoid double free creating a new RAID with invalid command line
arguments.
In build_volume(), check if arrays is allocated before t
Author: emaste
Date: Tue Feb 7 04:06:21 2012
New Revision: 231113
URL: http://svn.freebsd.org/changeset/base/231113
Log:
MFC r227893 and r228119:
Avoid double free creating a new RAID with invalid command line
arguments.
In build_volume(), check if arrays is allocated before t
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
Author: np
Date: Tue Feb 7 07:56:00 2012
New Revision: 231117
URL: http://svn.freebsd.org/changeset/base/231117
Log:
MFC r222974:
Add "context" subcommand to fetch and display SGE context.
Modified:
stable/8/tools/tools/cxgbetool/cxgbetool.c
Directory Properties:
stable/8/tools/tools/
70 matches
Mail list logo