Author: phk
Date: Mon Mar 15 08:58:35 2010
New Revision: 205165
URL: http://svn.freebsd.org/changeset/base/205165
Log:
Comment a fine point, so it does not get lost when people borrow code
from FreeBSD for other purposes.
Modified:
head/lib/libc/gen/daemon.c
Modified: head/lib/libc/gen/dae
Author: attilio
Date: Mon Mar 15 14:20:16 2010
New Revision: 205167
URL: http://svn.freebsd.org/changeset/base/205167
Log:
Make the code more readable and compiling on 64-bits arch different
than amd64.
Sponsored by: Sandvine Incorporated
Submitted by: emaste
MFC: 2 weeks
X
Author: bruno
Date: Mon Mar 15 15:33:32 2010
New Revision: 205168
URL: http://svn.freebsd.org/changeset/base/205168
Log:
MFC r204519:
Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properly
filled si_uid and si_pid).
PR: 141956
Modified:
stable/8/sys/
On Mon, 15 Mar 2010, Poul-Henning Kamp wrote:
Log:
Comment a fine point, so it does not get lost when people borrow code
from FreeBSD for other purposes.
Modified:
head/lib/libc/gen/daemon.c
Modified: head/lib/libc/gen/daemon.c
===
Author: luigi
Date: Mon Mar 15 15:43:35 2010
New Revision: 205169
URL: http://svn.freebsd.org/changeset/base/205169
Log:
Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bits
of ip->ip_tos) in a table. This can be useful to direct traffic to
different pipes/queues according t
On Saturday 13 March 2010 02:19:32 pm M. Warner Losh wrote:
> In message: <20100313170725.gw8...@hoeg.nl>
>
> Ed Schouten writes:
> : * M. Warner Losh wrote:
> : > that sounds like a good idea. But it isn't as simple as changing all
> : > the COMPAT_FREEBSDX in the .c code. There's
Author: joerg
Date: Mon Mar 15 16:06:52 2010
New Revision: 205170
URL: http://svn.freebsd.org/changeset/base/205170
Log:
then -> than
MFC after:1 day
Modified:
head/usr.sbin/powerd/powerd.8
Modified: head/usr.sbin/powerd/powerd.8
=
On Tue, 16 Mar 2010, Bruce Evans wrote:
...
The unobvious points are:
- why avoid triggering atexit(), etc. processing in daemon()?
- why isn't this documented? Some callers of daemon() need to know that
it won't flush open streams, etc., so that they can flush and their
open streams, etc., b
Author: jh
Date: Mon Mar 15 16:39:52 2010
New Revision: 205171
URL: http://svn.freebsd.org/changeset/base/205171
Log:
MFC r204872: Pass the correct size to memset().
PR: bin/128094
Modified:
stable/8/usr.bin/xlint/lint1/scan.l
Directory Properties:
stable/8/usr.bin/xlint/ (
On Sun, 14 Mar 2010, Pyun YongHyeon wrote:
On Sat, Mar 13, 2010 at 11:05:11PM +1100, Bruce Evans wrote:
On Fri, 12 Mar 2010, Pyun YongHyeon wrote:
Log:
Reorder interrupt handler a bit such that producer/consumer
index of status block is read first before acknowledging the
interrupts. Otherwis
Author: marcel
Date: Mon Mar 15 16:53:09 2010
New Revision: 205172
URL: http://svn.freebsd.org/changeset/base/205172
Log:
Have cpu_throw() loop on blocked_lock as well. This bug has existed
a long time and has gone unnoticed just as long, because I kept
using sched_4bsd (due to sched_ule not
Author: luigi
Date: Mon Mar 15 17:14:27 2010
New Revision: 205173
URL: http://svn.freebsd.org/changeset/base/205173
Log:
+ implement (two lines) the kernel side of 'lookup dscp N' to use the
dscp as a search key in table lookups;
+ (re)implement a sysctl variable to control the expire f
On Tue, Mar 16, 2010 at 03:47:29AM +1100, Bruce Evans wrote:
> On Sun, 14 Mar 2010, Pyun YongHyeon wrote:
>
> >On Sat, Mar 13, 2010 at 11:05:11PM +1100, Bruce Evans wrote:
> >>On Fri, 12 Mar 2010, Pyun YongHyeon wrote:
> >>
> >>>Log:
> >>>Reorder interrupt handler a bit such that producer/consumer
Author: luigi
Date: Mon Mar 15 17:52:55 2010
New Revision: 205174
URL: http://svn.freebsd.org/changeset/base/205174
Log:
wrong name for this file...
Added:
- copied unchanged from r205079, stable/8/release/picobsd/floppy.tree/sbin
Directory Properties:
stable/8/release/picobsd/floppy.tre
Author: luigi
Date: Mon Mar 15 17:54:01 2010
New Revision: 205175
URL: http://svn.freebsd.org/changeset/base/205175
Log:
and wrong place too!
Added:
stable/8/release/picobsd/floppy.tree/sbin/
stable/8/release/picobsd/floppy.tree/sbin/dhclient-script
- copied unchanged from r205174,
st
Author: luigi
Date: Mon Mar 15 18:09:21 2010
New Revision: 205178
URL: http://svn.freebsd.org/changeset/base/205178
Log:
small fixes to estimate the buffer size when requesting all pipes/flows.
Modified:
head/sys/netinet/ipfw/ip_dummynet.c
Modified: head/sys/netinet/ipfw/ip_dummynet.c
==
In message <20100316024446.a24...@delplex.bde.org>, Bruce Evans writes:
>On Tue, 16 Mar 2010, Bruce Evans wrote:
>
>Due to the way that daemon() works, it is really an error to have any
>open streams when it is called. This is also undocumented, except
>implicitly. The errors are:
>- unflushed o
Author: luigi
Date: Mon Mar 15 18:20:51 2010
New Revision: 205179
URL: http://svn.freebsd.org/changeset/base/205179
Log:
print correctly commands of the form
ipfw add 100 allow ip from { 1.2.3.4 or 5.6.7.8 }
(note that the above example could be better written as
ipfw
Author: jkim
Date: Mon Mar 15 18:22:19 2010
New Revision: 205180
URL: http://svn.freebsd.org/changeset/base/205180
Log:
MFC: r204235
Fix FBIO_ADPINFO ioctl on amd64.
Modified:
stable/8/sys/dev/fb/fb.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/x
Author: luigi
Date: Mon Mar 15 18:26:09 2010
New Revision: 205181
URL: http://svn.freebsd.org/changeset/base/205181
Log:
accept lower case m as a synonym for Mega (bit/s or bytes/s).
Modified:
head/sbin/ipfw/dummynet.c
Modified: head/sbin/ipfw/dummynet.c
=
Author: marius
Date: Mon Mar 15 18:32:57 2010
New Revision: 205183
URL: http://svn.freebsd.org/changeset/base/205183
Log:
MFC: r204974, r205002
- The OPSZ macro actually only does the right thing for int32 and int64
operands but not for double and extended double ones. Instead of trying
Author: marius
Date: Mon Mar 15 18:33:23 2010
New Revision: 205184
URL: http://svn.freebsd.org/changeset/base/205184
Log:
MFC: r204974, r205002
- The OPSZ macro actually only does the right thing for int32 and int64
operands but not for double and extended double ones. Instead of trying
Author: marius
Date: Mon Mar 15 18:33:32 2010
New Revision: 205185
URL: http://svn.freebsd.org/changeset/base/205185
Log:
MFC: r204974, r205002
- The OPSZ macro actually only does the right thing for int32 and int64
operands but not for double and extended double ones. Instead of trying
Author: marius
Date: Mon Mar 15 19:04:44 2010
New Revision: 205186
URL: http://svn.freebsd.org/changeset/base/205186
Log:
MFC: r204144
Add support for BCM54K2 found in combination with Apple K2 GMAC.
Submitted by: Andreas Tobler
Obtained from: OpenBSD
Modified:
stable/8/sys/dev
Author: marius
Date: Mon Mar 15 19:04:51 2010
New Revision: 205187
URL: http://svn.freebsd.org/changeset/base/205187
Log:
MFC: r204144
Add support for BCM54K2 found in combination with Apple K2 GMAC.
Submitted by: Andreas Tobler
Obtained from: OpenBSD
Modified:
stable/7/sys/dev
Author: marius
Date: Mon Mar 15 19:04:56 2010
New Revision: 205188
URL: http://svn.freebsd.org/changeset/base/205188
Log:
MFC: r204144
Add support for BCM54K2 found in combination with Apple K2 GMAC.
Submitted by: Andreas Tobler
Obtained from: OpenBSD
Modified:
stable/6/sys/dev
Author: marius
Date: Mon Mar 15 19:13:36 2010
New Revision: 205189
URL: http://svn.freebsd.org/changeset/base/205189
Log:
MFC: r204222
According to the Linux sungem driver, in case of Apple (K2) GMACs
GEM_MIF_CONFIG_MDI0 cannot be trusted when the firmware has powered
down the chip so t
Author: marius
Date: Mon Mar 15 19:13:49 2010
New Revision: 205190
URL: http://svn.freebsd.org/changeset/base/205190
Log:
MFC: r204222
According to the Linux sungem driver, in case of Apple (K2) GMACs
GEM_MIF_CONFIG_MDI0 cannot be trusted when the firmware has powered
down the chip so t
Author: marius
Date: Mon Mar 15 19:13:52 2010
New Revision: 205191
URL: http://svn.freebsd.org/changeset/base/205191
Log:
MFC: r204222
According to the Linux sungem driver, in case of Apple (K2) GMACs
GEM_MIF_CONFIG_MDI0 cannot be trusted when the firmware has powered
down the chip so t
Author: raj
Date: Mon Mar 15 19:51:24 2010
New Revision: 205192
URL: http://svn.freebsd.org/changeset/base/205192
Log:
MFC r204764
Provide correct TCLK value for Kirkwood A1 silicon revision.
While there improve SOC ID output accordingly.
Obtained from:Semihalf
Modified:
Author: raj
Date: Mon Mar 15 19:59:16 2010
New Revision: 205193
URL: http://svn.freebsd.org/changeset/base/205193
Log:
MFC r205028
Fix ARM cache handling yet more.
1) vm_machdep.c: remove the dangling allocations so they do not
un-necessarily turn off the cache upon consecutive
Author: delphij
Date: Mon Mar 15 20:04:28 2010
New Revision: 205194
URL: http://svn.freebsd.org/changeset/base/205194
Log:
Vendor import of zlib 1.2.4 (trimmed).
Added:
vendor/libz/dist/contrib/
vendor/libz/dist/contrib/README.contrib
vendor/libz/dist/contrib/asm686/
vendor/libz/dist/co
Author: delphij
Date: Mon Mar 15 20:05:24 2010
New Revision: 205195
URL: http://svn.freebsd.org/changeset/base/205195
Log:
Tag for zlib 1.2.4.
Added:
vendor/libz/1.2.4/
- copied from r205194, vendor/libz/dist/
___
svn-src-all@freebsd.org mailin
Author: joel (doc committer)
Date: Mon Mar 15 20:25:28 2010
New Revision: 205196
URL: http://svn.freebsd.org/changeset/base/205196
Log:
Switch to our preferred license.
Approved by: Dirk-Willem Van Gulik
Modified:
head/share/man/man4/urio.4
Modified: head/share/man/man4/urio.4
===
Author: mlaier
Date: Mon Mar 15 21:15:03 2010
New Revision: 205197
URL: http://svn.freebsd.org/changeset/base/205197
Log:
Fix a small bug in drbr_dequeue_cond spotted while preparing MFC of r203834.
MFC after:3 days
Modified:
head/sys/net/if_var.h
Modified: head/sys/net/if_var.h
===
Author: delphij
Date: Tue Mar 16 00:48:27 2010
New Revision: 205198
URL: http://svn.freebsd.org/changeset/base/205198
Log:
Merge OpenSolaris revision 8802:010b31dd4c53:
6773366 "zfs list" memory consumption can be further reduced
PR: bin/144720
Submitted by: mm
Approved b
Author: delphij
Date: Tue Mar 16 00:49:37 2010
New Revision: 205199
URL: http://svn.freebsd.org/changeset/base/205199
Log:
Merge OpenSolaris revision 9365:7838a22eccd6:
PSARC/2009/171 zfs list -d and zfs get -d
6762432 zfs list --depth
PR: bin/144720
Submitted by: mm
Ap
Author: delphij
Date: Tue Mar 16 00:50:57 2010
New Revision: 205200
URL: http://svn.freebsd.org/changeset/base/205200
Log:
Merge OpenSolaris revision 9396:f41cf682d0d3:
6830813 zfs list -t all fails assertion
*Note that this is only a partial merge of this revision addressing only
th
On Mar 12, 2010, at 11:18 AM, Pyun YongHyeon wrote:
> Author: yongari
> Date: Fri Mar 12 18:18:04 2010
> New Revision: 205090
> URL: http://svn.freebsd.org/changeset/base/205090
>
> Log:
> Reorder interrupt handler a bit such that producer/consumer
> index of status block is read first before ackn
Author: joerg
Date: Tue Mar 16 05:13:20 2010
New Revision: 205206
URL: http://svn.freebsd.org/changeset/base/205206
Log:
r205170: then -> than
Modified:
stable/8/usr.sbin/powerd/powerd.8
Directory Properties:
stable/8/usr.sbin/powerd/ (props changed)
Modified: stable/8/usr.sbin/powerd/po
40 matches
Mail list logo