Re: svn commit: r201289 - in head/usr.bin: lex yacc

2009-12-31 Thread Roman Divacky
On Wed, Dec 30, 2009 at 10:46:09PM +, Ed Schouten wrote: Author: ed Date: Wed Dec 30 22:46:08 2009 New Revision: 201289 URL: http://svn.freebsd.org/changeset/base/201289 Log: Let both yacc and lex generate code that passes -Wold-style-definition. Both these tools emit code

svn commit: r201333 - in head/tools/regression/usr.bin/make: archives/fmt_44bsd archives/fmt_44bsd_mod archives/fmt_oldbsd basic/t0 basic/t1 basic/t2 basic/t3 shell/builtin shell/path shell/path_se...

2009-12-31 Thread David E. O'Brien
Author: obrien Date: Thu Dec 31 09:33:18 2009 New Revision: 201333 URL: http://svn.freebsd.org/changeset/base/201333 Log: Delete the svn:mime-type property from these text files. Modified: Directory Properties: head/tools/regression/usr.bin/make/archives/fmt_44bsd/expected.status.1 (props

svn commit: r201334 - head

2009-12-31 Thread David E. O'Brien
Author: obrien Date: Thu Dec 31 10:00:37 2009 New Revision: 201334 URL: http://svn.freebsd.org/changeset/base/201334 Log: Happy New Year 2010! :-) Modified: head/COPYRIGHT Modified: head/COPYRIGHT == ---

svn commit: r201336 - stable/7

2009-12-31 Thread David E. O'Brien
Author: obrien Date: Thu Dec 31 10:00:55 2009 New Revision: 201336 URL: http://svn.freebsd.org/changeset/base/201336 Log: Happy New Year 2010! :-) Modified: stable/7/COPYRIGHT Modified: stable/7/COPYRIGHT == ---

svn commit: r201337 - stable/8/sys/kern

2009-12-31 Thread Ed Schouten
Author: ed Date: Thu Dec 31 10:53:04 2009 New Revision: 201337 URL: http://svn.freebsd.org/changeset/base/201337 Log: MFC r198185: Print backspaces after echoing an EOF. Applications like shells expect EOF to give no graphical output, while our implementation prints ^D by

svn commit: r201338 - stable/8/sys/kern

2009-12-31 Thread Konstantin Belousov
Author: kib Date: Thu Dec 31 11:49:13 2009 New Revision: 201338 URL: http://svn.freebsd.org/changeset/base/201338 Log: MFC r201134: Add a knob to allow reclaim of the directory vnodes that are source of the namecache records. Modified: stable/8/sys/kern/vfs_subr.c Directory Properties:

svn commit: r201339 - in head/sys/boot/pc98: libpc98 loader

2009-12-31 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Dec 31 12:05:48 2009 New Revision: 201339 URL: http://svn.freebsd.org/changeset/base/201339 Log: Add setting machine type support to the loader. MFC after:2 week Added: head/sys/boot/pc98/libpc98/libpc98.h (contents, props changed)

svn commit: r201340 - in head/sys/boot: common pc98

2009-12-31 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Dec 31 12:17:38 2009 New Revision: 201340 URL: http://svn.freebsd.org/changeset/base/201340 Log: Don't use 15M-16M area on pc98. It's reserved for some devices. MFC after:2 week Modified: head/sys/boot/common/module.c head/sys/boot/pc98/Makefile.inc

Re: svn commit: r201339 - in head/sys/boot/pc98: libpc98 loader

2009-12-31 Thread TAKAHASHI Yoshihiro
Author: nyan Date: Thu Dec 31 12:05:48 2009 New Revision: 201339 URL: http://svn.freebsd.org/changeset/base/201339 Log: Add setting machine type support to the loader. Author: nyan Date: Thu Dec 31 12:17:38 2009 New Revision: 201340 URL:

Re: svn commit: r201266 - stable/7/sys/boot/i386

2009-12-31 Thread John Baldwin
On Wednesday 30 December 2009 4:35:03 pm Oliver Pinter wrote: remove duplocated .include bsd.own.mk -- --- Makefile.orig 2009-12-30 22:33:30.0 +0100 +++ Makefile 2009-12-30 22:33:36.0 +0100 @@ -1,8 +1,6 @@ # $FreeBSD$ .include bsd.own.mk -.include bsd.own.mk -

Re: svn commit: r201287 - head/sys/kern

2009-12-31 Thread John Baldwin
On Wednesday 30 December 2009 5:37:28 pm John Baldwin wrote: Author: jhb Date: Wed Dec 30 22:37:28 2009 New Revision: 201287 URL: http://svn.freebsd.org/changeset/base/201287 Log: Actually set RLE_ALLOCATED when allocating a reserved resource so that resource_list_release() will later

svn commit: r201341 - stable/8/sys/dev/ciss

2009-12-31 Thread Gavin Atkinson
Author: gavin Date: Thu Dec 31 12:58:08 2009 New Revision: 201341 URL: http://svn.freebsd.org/changeset/base/201341 Log: MFC 200637: Don't panic due to unlocking an unowned mutex if we fail during attach. PR: kern/139053 Reviewed by: scottl Approved by: ed (mentor)

svn commit: r201342 - head/sys/boot/pc98/boot2

2009-12-31 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Dec 31 15:03:33 2009 New Revision: 201342 URL: http://svn.freebsd.org/changeset/base/201342 Log: Reimplement the boot2 for pc98 completely. It's based on the newest i386's one and has the advantage of: - ELF binary support. - UFS2 filesystem support. - Many

svn commit: r201343 - in head: bin/sh tools/regression/bin/sh/builtins

2009-12-31 Thread Jilles Tjoelker
Author: jilles Date: Thu Dec 31 16:13:33 2009 New Revision: 201343 URL: http://svn.freebsd.org/changeset/base/201343 Log: sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH). Added: head/tools/regression/bin/sh/builtins/command6.0 (contents, props changed)

svn commit: r201344 - in head: bin/sh tools/regression/bin/sh/builtins

2009-12-31 Thread Jilles Tjoelker
Author: jilles Date: Thu Dec 31 17:44:24 2009 New Revision: 201344 URL: http://svn.freebsd.org/changeset/base/201344 Log: sh: Use PATH= assignment in type. Example: PATH=/var/empty; PATH=/bin type ls Added: head/tools/regression/bin/sh/builtins/type2.0 (contents, props changed)

svn commit: r201345 - head/sys/fs/nfsclient

2009-12-31 Thread Rick Macklem
Author: rmacklem Date: Thu Dec 31 18:02:48 2009 New Revision: 201345 URL: http://svn.freebsd.org/changeset/base/201345 Log: Fix the experimental NFS client so that it can create Unix domain sockets on an NFSv4 mount point. It was generating incorrect XDR in the request for this case.

svn commit: r201347 - head/sys/kern

2009-12-31 Thread Konstantin Belousov
Author: kib Date: Thu Dec 31 18:52:58 2009 New Revision: 201347 URL: http://svn.freebsd.org/changeset/base/201347 Log: Allow swap out of the kernel stack for the thread with priority greater or equial then PSOCK, not less or equial. Higher priority has lesser numerical value. Existing

svn commit: r201348 - head/share/misc

2009-12-31 Thread Maxim Konovalov
Author: maxim Date: Thu Dec 31 19:36:51 2009 New Revision: 201348 URL: http://svn.freebsd.org/changeset/base/201348 Log: o Correct URL to announcements collection. PR: docs/142204 Submitted by: Jason Helfman MFC after:1 week Modified: head/share/misc/bsd-family-tree

svn commit: r201349 - head/sys

2009-12-31 Thread Brooks Davis
Author: brooks Date: Thu Dec 31 19:40:51 2009 New Revision: 201349 URL: http://svn.freebsd.org/changeset/base/201349 Log: Ignore .glimpse_* files as generated by the glimpse target. Also ignore cscope.* files. Modified: Directory Properties: head/sys/ (props changed)

svn commit: r201350 - in head: lib/libc/sys sys/kern sys/net sys/sys tools/regression/fifo/fifo_misc usr.bin/truss

2009-12-31 Thread Brooks Davis
Author: brooks Date: Thu Dec 31 20:29:58 2009 New Revision: 201350 URL: http://svn.freebsd.org/changeset/base/201350 Log: The devices that supported EVFILT_NETDEV kqueue filters were removed in r195175. Remove all definitions, documentation, and usage. fifo_misc.c: Remove all

svn commit: r201351 - head/sys/net

2009-12-31 Thread John Baldwin
Author: jhb Date: Thu Dec 31 20:44:38 2009 New Revision: 201351 URL: http://svn.freebsd.org/changeset/base/201351 Log: Use stricter checking to match possible vlan clones by not allowing extra garbage characters around or within the tag. Reviewed by: brooks MFC after:3 days

Re: svn commit: r201351 - head/sys/net

2009-12-31 Thread John Baldwin
On Thursday 31 December 2009 3:44:38 pm John Baldwin wrote: Author: jhb Date: Thu Dec 31 20:44:38 2009 New Revision: 201351 URL: http://svn.freebsd.org/changeset/base/201351 Log: Use stricter checking to match possible vlan clones by not allowing extra garbage characters around or

svn commit: r201352 - head/sys/kern

2009-12-31 Thread Brooks Davis
Author: brooks Date: Thu Dec 31 20:56:28 2009 New Revision: 201352 URL: http://svn.freebsd.org/changeset/base/201352 Log: If a filter has already been added, actually return EEXIST when trying at add it again. MFC after:1 week Modified: head/sys/kern/kern_event.c Modified:

Re: svn commit: r201143 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/boot/zfs sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensola

2009-12-31 Thread Philip M. Gollucci
Question, So this is not like when we went from v6 to v13 and you had to do both installkernel + installworld for zfs to re-initialize correctly on the next reboot ? If it is its a pretty big issue for people with ZFSROOT or zfs only systems as it forces them to get the kernel right on the

Re: svn commit: r201143 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/boot/zfs sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/openso

2009-12-31 Thread Xin LI
Hi, Philip, On Thu, Dec 31, 2009 at 2:12 PM, Philip M. Gollucci pgollu...@p6m7g8.com wrote: Question, So this is not like when we went from v6 to v13 and you had to do both installkernel + installworld for zfs to re-initialize correctly on the next reboot ? If it is its a pretty big issue

svn commit: r201355 - head/bin/sh

2009-12-31 Thread Jilles Tjoelker
Author: jilles Date: Thu Dec 31 22:33:58 2009 New Revision: 201355 URL: http://svn.freebsd.org/changeset/base/201355 Log: sh(1): document ulimit -w (swapuse rlimit). MFC after:1 week Modified: head/bin/sh/sh.1 Modified: head/bin/sh/sh.1

Re: svn commit: r201351 - head/sys/net

2009-12-31 Thread Max Laier
On Thursday 31 December 2009 21:47:54 John Baldwin wrote: On Thursday 31 December 2009 3:44:38 pm John Baldwin wrote: Author: jhb Date: Thu Dec 31 20:44:38 2009 New Revision: 201351 URL: http://svn.freebsd.org/changeset/base/201351 Log: Use stricter checking to match possible vlan