On Saturday 04 September 2010 08:10:18 pm Rick Macklem wrote:
> Author: rmacklem
> Date: Sun Sep 5 00:10:18 2010
> New Revision: 212216
> URL: http://svn.freebsd.org/changeset/base/212216
>
> Log:
> Disable use of the NLM in the experimental NFS client, since
> it will crash the kernel becaus
Author: fabient
Date: Sun Sep 5 13:31:14 2010
New Revision: 212224
URL: http://svn.freebsd.org/changeset/base/212224
Log:
Fix invalid class removal when IAF is not the last class.
Keep IAF class with 0 PMC and change the alias in libpmc to IAP.
MFC after:1 week
Modified:
head/lib/
Author: rrs
Date: Sun Sep 5 13:41:45 2010
New Revision: 212225
URL: http://svn.freebsd.org/changeset/base/212225
Log:
Fix some CLANG warnings. One clang warning is left
due to the fact that its bogus.. nam->sa_family will
not change from AF_INET6 to AF_INET (but clang
thinks it does ;-D)
Author: kib
Date: Sun Sep 5 14:47:46 2010
New Revision: 212233
URL: http://svn.freebsd.org/changeset/base/212233
Log:
Document MAKEDEV_ETERNAL.
MFC after:3 days
Modified:
head/share/man/man9/make_dev.9
Modified: head/share/man/man9/make_dev.9
===
Author: kib
Date: Sun Sep 5 14:52:27 2010
New Revision: 212234
URL: http://svn.freebsd.org/changeset/base/212234
Log:
Document "show cdev" command.
MFC after:3 days
Modified:
head/share/man/man4/ddb.4
Modified: head/share/man/man4/ddb.4
=
Author: jilles
Date: Sun Sep 5 16:12:10 2010
New Revision: 212235
URL: http://svn.freebsd.org/changeset/base/212235
Log:
libedit: Try to map to ed-delete-next-char.
This adds a new "arrow" key "delete" corresponding to the kD termcap value.
It only works if that is a sequence such as "\
> On Saturday 04 September 2010 08:10:18 pm Rick Macklem wrote:
> > Author: rmacklem
> > Date: Sun Sep 5 00:10:18 2010
> > New Revision: 212216
> > URL: http://svn.freebsd.org/changeset/base/212216
> >
> > Log:
> > Disable use of the NLM in the experimental NFS client, since
> > it will crash t
Author: mav
Date: Sun Sep 5 19:24:32 2010
New Revision: 212238
URL: http://svn.freebsd.org/changeset/base/212238
Log:
Several improvements to HPET driver:
- Add special check for case when time expires before being programmed.
This fixes interrupt loss and respectively timer death on attem
Author: mav
Date: Sun Sep 5 19:57:24 2010
New Revision: 212239
URL: http://svn.freebsd.org/changeset/base/212239
Log:
Make nexus report name and compat fields as pnpinfo for devices on the
first level of hierarchy, same as done on deeper levels.
Modified:
head/sys/powerpc/aim/nexus.c
Modi
Author: mav
Date: Sun Sep 5 20:04:02 2010
New Revision: 212240
URL: http://svn.freebsd.org/changeset/base/212240
Log:
Add support for the Sharp/Micron flash chips to powermac_mvram(4).
Tested on PowerMac G4 AGP.
Reviewed by: nwhitehorn
Modified:
head/share/man/man4/man4.powerpc/power
Author: gjb (doc committer)
Date: Sun Sep 5 20:04:54 2010
New Revision: 212241
URL: http://svn.freebsd.org/changeset/base/212241
Log:
Note in rc.conf(5) that jail_list should contain only alphanumeric
characters.
PR: 150098
Submitted by: cc (cpt_complain at yahoo dot com)
A
Author: tuexen
Date: Sun Sep 5 20:13:07 2010
New Revision: 212242
URL: http://svn.freebsd.org/changeset/base/212242
Log:
Implement correct handling of address parameter and
sendinfo for SCTP send calls.
MFC after: 4 weeks.
Modified:
head/sys/kern/uipc_syscalls.c
head/sys/netinet/sct
Author: jilles
Date: Sun Sep 5 21:12:48 2010
New Revision: 212243
URL: http://svn.freebsd.org/changeset/base/212243
Log:
sh: Improve comments in expand.c.
Modified:
head/bin/sh/expand.c
Modified: head/bin/sh/expand.c
==
Author: jilles
Date: Sun Sep 5 21:44:50 2010
New Revision: 212244
URL: http://svn.freebsd.org/changeset/base/212244
Log:
printf(1): Clarify that \OOO produces a byte, different %b escape sequences.
Octal escape sequences are expanded to bytes, not characters, and multiple
are required fo
Author: davidxu
Date: Mon Sep 6 03:00:54 2010
New Revision: 212245
URL: http://svn.freebsd.org/changeset/base/212245
Log:
Fix off-by-one error in function _thr_sigact_unload, also disable the
function, it seems some gnome application tends to crash if we
unregister sigaction automatically.
Author: brian
Date: Mon Sep 6 04:15:49 2010
New Revision: 212247
URL: http://svn.freebsd.org/changeset/base/212247
Log:
Handle geli-encrypted root disk devices.
MFC after:2 weeks
Modified:
head/sbin/fdisk/fdisk.c
Modified: head/sbin/fdisk/fdisk.c
===
Author: jchandra
Date: Mon Sep 6 06:18:49 2010
New Revision: 212248
URL: http://svn.freebsd.org/changeset/base/212248
Log:
XLR/XLS hardware interrupts should be programmed level triggered at the
PIC. This should fix the interrupt releated issues seen after the
interrupt handling re-write f
On Mon, Sep 06, 2010 at 04:15:49AM +, Brian Somers wrote:
> Author: brian
> Date: Mon Sep 6 04:15:49 2010
> New Revision: 212247
> URL: http://svn.freebsd.org/changeset/base/212247
>
> Log:
> Handle geli-encrypted root disk devices.
[...]
> if ((rv = regcomp(&re, "^(/dev/[a-z/]+[0-9]+
18 matches
Mail list logo