Author: neel
Date: Sat Feb 20 07:34:37 2010
New Revision: 204109
URL: http://svn.freebsd.org/changeset/base/204109
Log:
Fix DDB backtrace that includes a kernel exception frame.
The backtrace code tries to look for an instruction of the form "sw ra, x(sp)"
to figure out the program counte
Author: neel
Date: Sat Feb 20 06:39:14 2010
New Revision: 204108
URL: http://svn.freebsd.org/changeset/base/204108
Log:
Get rid of unused options: KERNPHYSADDR, KERNVIRTADDR, PHYSADDR,
PHYS_ADDR_64BIT
Discussed with: gonzo, imp
Modified:
head/sys/conf/options.mips
head/sys/mips/conf/A
On Friday 19 February 2010 07:19 pm, Jung-uk Kim wrote:
> Author: jkim
> Date: Sat Feb 20 00:19:21 2010
> New Revision: 204105
> URL: http://svn.freebsd.org/changeset/base/204105
>
> Log:
> Return partially filled buffer for non-blocking read(2)
> in non-immediate mode.
>
> PR: kern/1
Author: delphij
Date: Sat Feb 20 01:23:15 2010
New Revision: 204107
URL: http://svn.freebsd.org/changeset/base/204107
Log:
Treat numbers after [Ee] a positive number rather than an invalid
one.
Modified:
head/usr.bin/seq/seq.c
Modified: head/usr.bin/seq/seq.c
==
Author: emaste
Date: Sat Feb 20 01:05:30 2010
New Revision: 204106
URL: http://svn.freebsd.org/changeset/base/204106
Log:
Avoid corrupting the list or queue if _REMOVE is invoked with a
reference to the head.
PR: kern/119307
MFC After:1 week
Modified:
head/sys/sys/queue
Author: jkim
Date: Sat Feb 20 00:19:21 2010
New Revision: 204105
URL: http://svn.freebsd.org/changeset/base/204105
Log:
Return partially filled buffer for non-blocking read(2)
in non-immediate mode.
PR: kern/143855
Modified:
head/sys/net/bpf.c
Modified: head/sys/net/bpf.c
==
Author: delphij
Date: Sat Feb 20 00:16:44 2010
New Revision: 204104
URL: http://svn.freebsd.org/changeset/base/204104
Log:
Add a reference to newly added seq(1) command.
Submitted by: jilles
MFC after:3 months
Modified:
head/usr.bin/jot/jot.1
Modified: head/usr.bin/jot/jot.1
=
Author: delphij
Date: Fri Feb 19 23:54:12 2010
New Revision: 204103
URL: http://svn.freebsd.org/changeset/base/204103
Log:
Add seq(1), a small utility to generate sequence number.
Obtained from:NetBSD
MFC after:3 months
Added:
head/usr.bin/seq/
head/usr.bin/seq/Makefile
Author: marius
Date: Fri Feb 19 21:11:40 2010
New Revision: 204102
URL: http://svn.freebsd.org/changeset/base/204102
Log:
Hook up nfs_common missed in r203968.
Submitted by: kib
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
=
Author: pjd
Date: Fri Feb 19 20:18:16 2010
New Revision: 204101
URL: http://svn.freebsd.org/changeset/base/204101
Log:
Don't set f_bsize to recordsize. It might confuse some software (like squid).
Submitted by: Alexander Zagrebin
MFC after:2 weeks
Modified:
head/sys/cddl/contrib/o
Author: deischen
Date: Fri Feb 19 18:23:45 2010
New Revision: 204100
URL: http://svn.freebsd.org/changeset/base/204100
Log:
Correct spelling of reseting (found while researching the "bb hang detected"
messages that are plaguing me). While I'm here, delete trailing whitespace.
Modified:
hea
Author: tuexen
Date: Fri Feb 19 18:00:38 2010
New Revision: 204096
URL: http://svn.freebsd.org/changeset/base/204096
Log:
* Fix another u_long -> uint32_t issue.
* Remove an unused global variable.
* Fix an issue reported by Bruce Cran related to reusing SCTP socket which
where connected
Author: kan
Date: Fri Feb 19 17:37:46 2010
New Revision: 204093
URL: http://svn.freebsd.org/changeset/base/204093
Log:
Define DMA_RX_STATUS_OVERFLOW with correct value.
The RX overflow is reported in bit 2 on real hardware and Linux driver
for the same device already has this defined corr
Author: fanf
Date: Fri Feb 19 16:54:51 2010
New Revision: 204092
URL: http://svn.freebsd.org/changeset/base/204092
Log:
Update to upstream version 1.338
Fix a long-standing cpp compatibility bug: The -DFOO argument
(without an explicit value) should define FOO to 1 not to the empty
stri
Author: jhb
Date: Fri Feb 19 15:16:00 2010
New Revision: 204090
URL: http://svn.freebsd.org/changeset/base/204090
Log:
Fix mptutil's method for locating disk devices attached to a specific
mpt(4) controller. Previously, the code assumed that multiple match
patterns provided to an XPT_DEV_MA
Author: attilio
Date: Fri Feb 19 15:10:05 2010
New Revision: 204089
URL: http://svn.freebsd.org/changeset/base/204089
Log:
Use the cached value within comparison.
Submitted by: jhb
Modified:
head/sys/kern/kern_kthread.c
Modified: head/sys/kern/kern_kthread.c
Author: attilio
Date: Fri Feb 19 15:03:55 2010
New Revision: 204088
URL: http://svn.freebsd.org/changeset/base/204088
Log:
Fix the grammar.
Submitted by: Brandon Gooch
Modified:
head/sys/kern/kern_kthread.c
Modified: head/sys/kern/kern_kthread.c
Author: attilio
Date: Fri Feb 19 14:59:41 2010
New Revision: 204087
URL: http://svn.freebsd.org/changeset/base/204087
Log:
Fix a race in regard of p_numthreads.
Submitted by: Giovanni Trematerra
Modified:
head/sys/kern/kern_kthread.c
Modified: head/sys/kern/kern_kthread
Author: jhb
Date: Fri Feb 19 14:31:01 2010
New Revision: 204086
URL: http://svn.freebsd.org/changeset/base/204086
Log:
- Don't emit a warning in 'show adapter' if the IOC2 or IOC6 pages are not
present. mpt(4) controllers that do not support RAID do not have an IOC6
page, for example.
Author: jhb
Date: Fri Feb 19 14:27:32 2010
New Revision: 204085
URL: http://svn.freebsd.org/changeset/base/204085
Log:
Fix a typo.
Submitted by: Jakub Lach jakub_lach of mailplus pl
Modified:
head/usr.sbin/mptable/mptable.c
Modified: head/usr.sbin/mptable/mptable.c
Author: pjd
Date: Fri Feb 19 09:18:26 2010
New Revision: 204083
URL: http://svn.freebsd.org/changeset/base/204083
Log:
Add missing KEYWORD line.
Pointed out by: dougb
Modified:
head/etc/rc.d/hastd
Modified: head/etc/rc.d/hastd
==
21 matches
Mail list logo