Author: ae
Date: Thu Mar 31 06:30:59 2011
New Revision: 220184
URL: http://svn.freebsd.org/changeset/base/220184
Log:
Remove unneeded checks, g_new_xxx functions can not return NULL.
Reviewed by: pjd
MFC after:1 week
Modified:
head/sys/geom/nop/g_nop.c
Modified: head/sys/geom/nop
Author: martymac (ports committer)
Date: Thu Mar 31 06:11:49 2011
New Revision: 220182
URL: http://svn.freebsd.org/changeset/base/220182
Log:
Add relation to my mentor (ehaupt)
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/committers-ports.dot
=
Author: adrian
Date: Thu Mar 31 02:36:22 2011
New Revision: 220180
URL: http://svn.freebsd.org/changeset/base/220180
Log:
Implement AR724x USB initialisation code.
This (again) still requires an offset for the AR913x/AR724x before USB will
function.
Submitted by: Luiz Otavio O Souzau
On Wed, Mar 30, 2011 at 10:37 AM, Josh Paetzel wrote:
> Author: jpaetzel
> Date: Wed Mar 30 17:37:04 2011
> New Revision: 220162
> URL: http://svn.freebsd.org/changeset/base/220162
>
> Log:
> Check in two missing files missed in cleanup.
> Change expr to $(())
> Switch test from "$?" = "0" to $
Author: trociny
Date: Wed Mar 30 21:40:14 2011
New Revision: 220173
URL: http://svn.freebsd.org/changeset/base/220173
Log:
Increase debug level on g_gate device destruction and add message on
device creation.
Suggested by: danger
Approved by: pjd (mentor)
MFC after:3 days
Modifi
Author: edwin
Date: Wed Mar 30 21:33:23 2011
New Revision: 220172
URL: http://svn.freebsd.org/changeset/base/220172
Log:
Add a menu entry for UTC in the main menu.
PR: bin/156019
Submitted by: Daniel O'Conner
Reviewed by: Garrett Cooper
MFC after:1 week
Modified:
he
Author: trasz
Date: Wed Mar 30 20:13:55 2011
New Revision: 220169
URL: http://svn.freebsd.org/changeset/base/220169
Log:
Fix grammar and bump date.
Submitted by: trociny
Modified:
head/usr.bin/rctl/rctl.8
Modified: head/usr.bin/rctl/rctl.8
===
Author: trasz
Date: Wed Mar 30 18:35:02 2011
New Revision: 220168
URL: http://svn.freebsd.org/changeset/base/220168
Log:
Add example devd.conf entry.
Modified:
head/etc/devd.conf
Modified: head/etc/devd.conf
==
--- h
Author: trasz
Date: Wed Mar 30 18:32:45 2011
New Revision: 220167
URL: http://svn.freebsd.org/changeset/base/220167
Log:
Add startup script, to load rules from /etc/rctl.conf.
Sponsored by: The FreeBSD Foundation
Reviewed by: kib (ealier version)
Added:
head/etc/rc.d/rctl (contents,
Author: trasz
Date: Wed Mar 30 18:27:52 2011
New Revision: 220166
URL: http://svn.freebsd.org/changeset/base/220166
Log:
Add rctl(8), the utility to manage rctl rules.
Sponsored by: The FreeBSD Foundation
Reviewed by: kib (earlier version)
Added:
head/usr.bin/rctl/
head/usr.bin/rctl
On Wednesday, March 30, 2011 11:42:01 am Daniel Eischen wrote:
> > BMS preserved this behavior and your patch changes
>
> But he changed the behavior on output. Pre-BMS and post-BMS
> behave differently and not like Solaris 10 or VxWorks. Haven't
> tried Linux.
Yes, I am not debating that. I'm
Author: trasz
Date: Wed Mar 30 18:08:31 2011
New Revision: 220165
URL: http://svn.freebsd.org/changeset/base/220165
Log:
Expose the rctl(2) API in libc.
Modified:
head/lib/libc/sys/Symbol.map
Modified: head/lib/libc/sys/Symbol.map
=
Author: trasz
Date: Wed Mar 30 17:59:54 2011
New Revision: 220164
URL: http://svn.freebsd.org/changeset/base/220164
Log:
Regenerate.
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscalls.c
head/sy
Author: trasz
Date: Wed Mar 30 17:48:15 2011
New Revision: 220163
URL: http://svn.freebsd.org/changeset/base/220163
Log:
Add rctl. It's used by racct to take user-configurable actions based
on the set of rules it maintains and the current resource usage. It also
privides userland API to ma
Author: jpaetzel
Date: Wed Mar 30 17:37:04 2011
New Revision: 220162
URL: http://svn.freebsd.org/changeset/base/220162
Log:
Check in two missing files missed in cleanup.
Change expr to $(())
Switch test from "$?" = "0" to $? -eq 0
Approved by: kib (mentor)
Modified:
head/usr.sbin/pc
Author: jpaetzel
Date: Wed Mar 30 17:33:52 2011
New Revision: 220161
URL: http://svn.freebsd.org/changeset/base/220161
Log:
Fix syntax error from previous commit.
Approved by: kib (mentor)
Modified:
head/usr.sbin/pc-sysinstall/backend/functions-disk.sh
Modified: head/usr.sbin/pc-sysins
On Wed, 30 Mar 2011, John Baldwin wrote:
On Wednesday, March 30, 2011 7:27:36 am Randall Stewart wrote:
John:
The original complaint on this came from Daniel... I believe he
claimed that up until bms's multi-cast work.. you would NOT
get a packet sent to you if you did not join the multi-cast
On Wed, 30 Mar 2011, John Baldwin wrote:
On Wednesday, March 30, 2011 3:50:18 am Daniel Eischen wrote:
On Tue, 29 Mar 2011, John Baldwin wrote:
As to why the packets loop back to the receiver, I believe that is a separate
issue on the output side, not the receive side.
That may be, but the
Author: kib
Date: Wed Mar 30 14:46:55 2011
New Revision: 220159
URL: http://svn.freebsd.org/changeset/base/220159
Log:
Regen.
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscalls.c
head/sys/compa
Author: kib
Date: Wed Mar 30 14:46:12 2011
New Revision: 220158
URL: http://svn.freebsd.org/changeset/base/220158
Log:
Provide compat32 shims for kldstat(2).
Requested and tested by: jpaetzel
MFC after:1 week
Modified:
head/sys/compat/freebsd32/freebsd32.h
head/sys/compat/fr
Author: pluknet
Date: Wed Mar 30 14:15:18 2011
New Revision: 220157
URL: http://svn.freebsd.org/changeset/base/220157
Log:
Use FD_CLOEXEC explicitly.
MFC after:3 days
Modified:
head/lib/libc/gen/syslog.c
Modified: head/lib/libc/gen/syslog.c
==
Author: jhb
Date: Wed Mar 30 12:35:39 2011
New Revision: 220156
URL: http://svn.freebsd.org/changeset/base/220156
Log:
Clamp the initial advertised receive window when responding to a SYN/ACK
to the maximum allowed window. Growing the window too large would cause
an underflow in the calcula
On Wednesday, March 30, 2011 3:50:18 am Daniel Eischen wrote:
> On Tue, 29 Mar 2011, John Baldwin wrote:
>
> > On Wednesday, January 19, 2011 2:07:16 pm Randall Stewart wrote:
> >> Author: rrs
> >> Date: Wed Jan 19 19:07:16 2011
> >> New Revision: 217592
> >> URL: http://svn.freebsd.org/changeset/
On Wednesday, March 30, 2011 7:27:36 am Randall Stewart wrote:
> John:
>
> The original complaint on this came from Daniel... I believe he
> claimed that up until bms's multi-cast work.. you would NOT
> get a packet sent to you if you did not join the multi-cast group.
Not necessarily. :( See be
Author: ae
Date: Wed Mar 30 11:34:40 2011
New Revision: 220155
URL: http://svn.freebsd.org/changeset/base/220155
Log:
Remove duplicate sentence.
Modified:
head/share/man/man9/sbuf.9
Modified: head/share/man/man9/sbuf.9
=
John:
The original complaint on this came from Daniel... I believe he
claimed that up until bms's multi-cast work.. you would NOT
get a packet sent to you if you did not join the multi-cast group.
I will also comment in-line below...
On Mar 29, 2011, at 2:01 PM, John Baldwin wrote:
> On Wednesd
Author: ed
Date: Wed Mar 30 08:22:29 2011
New Revision: 220154
URL: http://svn.freebsd.org/changeset/base/220154
Log:
Remove the reference to pseudo-terminals from the description.
Pseudo-terminals are no longer listed in this file, since the utmpx
implementation doesn't depend on ttyslot
On Tue, 29 Mar 2011, John Baldwin wrote:
On Wednesday, January 19, 2011 2:07:16 pm Randall Stewart wrote:
Author: rrs
Date: Wed Jan 19 19:07:16 2011
New Revision: 217592
URL: http://svn.freebsd.org/changeset/base/217592
Log:
Fix a bug where Multicast packets sent from a
udp endpoint may en
28 matches
Mail list logo