Re: svn commit: r186730 - in head: lib/libusb20 sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb2/image sys/dev/usb2/include sys/dev/usb2/serial sys/dev/usb2/sound sys/dev/u

2009-01-04 Thread Christoph Mallon
Alfred Perlstein schrieb: Author: alfred Date: Sun Jan 4 00:12:01 2009 New Revision: 186730 URL: http://svn.freebsd.org/changeset/base/186730 Log: [...] Make "libusb20_desc_foreach()" more readable. In my part of the world we give credit or, at the very least, say "thank you" to the sender

svn commit: r186737 - head/sbin/geom/class/virstor

2009-01-04 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sun Jan 4 15:41:01 2009 New Revision: 186737 URL: http://svn.freebsd.org/changeset/base/186737 Log: - grammar and language fixes - hard sentence breaks - trim EXIT STATUS section and move it to DIAGNOSTICS as well as use .Er macro - sort SEE ALSO

svn commit: r186738 - head/share/man/man4

2009-01-04 Thread Stanislav Sedov
Author: stas Date: Sun Jan 4 15:48:38 2009 New Revision: 186738 URL: http://svn.freebsd.org/changeset/base/186738 Log: - Improve wording. - ae(4) first appeared in 7.1. Reflect this. Approved by: kib (mentor) MFC after:1 week Modified: head/share/man/man4/ae.4 Modified: head/s

svn commit: r186739 - in head: share/man/man4 usr.sbin/cpucontrol

2009-01-04 Thread Stanislav Sedov
Author: stas Date: Sun Jan 4 15:49:30 2009 New Revision: 186739 URL: http://svn.freebsd.org/changeset/base/186739 Log: - Improve wording. Approved by: kib (mentor) MFC after:1 week Modified: head/share/man/man4/cpuctl.4 head/usr.sbin/cpucontrol/cpucontrol.8 Modified: head/shar

svn commit: r186740 - head/sys/gnu/fs/ext2fs

2009-01-04 Thread Konstantin Belousov
Author: kib Date: Sun Jan 4 15:56:49 2009 New Revision: 186740 URL: http://svn.freebsd.org/changeset/base/186740 Log: Do not incorrectly add the low 5 bits of the offset to the resulting position of the found zero bit. Submitted by: Jaakko Heinonen MFC after:2 weeks Modified: h

Re: svn commit: r186737 - head/sbin/geom/class/virstor

2009-01-04 Thread Christian Brueffer
On Sun, Jan 04, 2009 at 03:41:01PM +, Daniel Gerzo wrote: > Author: danger (doc committer) > Date: Sun Jan 4 15:41:01 2009 > New Revision: 186737 > URL: http://svn.freebsd.org/changeset/base/186737 > > Log: [...] > - trim EXIT STATUS section and move it to DIAGNOSTICS as well as use .Er >

Re: svn commit: r186731 - head/sys/dev/syscons/teken

2009-01-04 Thread Ed Schouten
* Kostik Belousov wrote: > IMHO, it would be much easier to try and use the new code if the > TEKEN_XXX defines would be implemented as both sysctl and kernel > tunables. Yes. Eventually we should add tunables, but first I want to get it working correctly. Unfortunately there is a big amount of c

Re: svn commit: r186730 - in head: lib/libusb20 sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb2/image sys/dev/usb2/include sys/dev/usb2/serial sys/dev/usb2/sound sys/dev/u

2009-01-04 Thread M. Warner Losh
In message: <200901040012.n040c2gh040...@svn.freebsd.org> Alfred Perlstein writes: : Sync with usb4bsd: Alfred, thanks for trudging these fixes into the tree. It is a thankless job that people will complain about... Speaking of complaining, is there a review process that can be j

Re: svn commit: r186504 - head/sbin/mount

2009-01-04 Thread Christoph Mallon
Hi David, I'm pretty sure $SUPERNATURAL_BEING_OF_YOUR_CHOICE killed a kitten for the ugly hack you added to mount. The moment you overflow a buffer, you are in no man's land and there's no escape. I appended a patch, which solves this issue once and for all: The argv array gets dynamically ex

Re: svn commit: r186731 - head/sys/dev/syscons/teken

2009-01-04 Thread Kostik Belousov
On Sun, Jan 04, 2009 at 12:20:18AM +, Ed Schouten wrote: > Author: ed > Date: Sun Jan 4 00:20:18 2009 > New Revision: 186731 > URL: http://svn.freebsd.org/changeset/base/186731 > > Log: > Print control characters, even though they are normally not visible. > > With cons25, there are pr

svn commit: r186735 - head/sbin/geom/class/virstor

2009-01-04 Thread Ivan Voras
Author: ivoras Date: Sun Jan 4 11:31:03 2009 New Revision: 186735 URL: http://svn.freebsd.org/changeset/base/186735 Log: Several significant updates: * Better wording of sections dealing with physical storage * A new section on assumptions gvirstor has on its consumer devices (component

Re: svn commit: r186713 - head/usr.bin/make

2009-01-04 Thread M. Warner Losh
In message: <200901031014.n03ae1la022...@svn.freebsd.org> "David E. O'Brien" writes: : Author: obrien : Date: Sat Jan 3 10:14:01 2009 : New Revision: 186713 : URL: http://svn.freebsd.org/changeset/base/186713 : : Log: : + Add the -Q be-quiet flag for parallel jobs. : - Enable -Q

svn commit: r186736 - head/sys/kern

2009-01-04 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 4 12:18:18 2009 New Revision: 186736 URL: http://svn.freebsd.org/changeset/base/186736 Log: Back out r186615; the sanitizing of the pointers in the error case is not needed and seems that it will not be needed either. Pointy hat: mine, mine, mine and not pho's

svn commit: r186746 - head/sys/kern

2009-01-04 Thread Robert Watson
Author: rwatson Date: Sun Jan 4 19:16:36 2009 New Revision: 186746 URL: http://svn.freebsd.org/changeset/base/186746 Log: Remove two further uses (debugging and NULLing) of pr_ousrreq, missed due to svn commit in the wrong directory. Spotted by: bz Modified: head/sys/kern/uipc_debug

svn commit: r186747 - head/sys/kern

2009-01-04 Thread Ed Schouten
Author: ed Date: Sun Jan 4 19:22:53 2009 New Revision: 186747 URL: http://svn.freebsd.org/changeset/base/186747 Log: Remove Giant locking from domains list. During boot, the domain list is locked with Giant. It is not possible to register any protocols after the system has booted, so the

svn commit: r186748 - head/share/man/man9

2009-01-04 Thread Robert Watson
Author: rwatson Date: Sun Jan 4 19:23:44 2009 New Revision: 186748 URL: http://svn.freebsd.org/changeset/base/186748 Log: Remove reference to pr_ousrreq from domain(9) since it's now gone from struct protosw. Submitted by: bz MFC after:3 weeks Modified: head/share/man/man9/domai

svn commit: r186745 - head/sys/sys

2009-01-04 Thread Robert Watson
Author: rwatson Date: Sun Jan 4 19:03:42 2009 New Revision: 186745 URL: http://svn.freebsd.org/changeset/base/186745 Log: Remove now-unused pr_ousrreq from struct protosw. It may not have been used since the last millenia. Modified: head/sys/sys/protosw.h Modified: head/sys/sys/protosw.h

Re: svn commit: r186337 - head/usr.sbin/burncd

2009-01-04 Thread Kris Kennaway
David O'Brien wrote: On Sun, Dec 21, 2008 at 10:15:21AM -0200, Carlos A. M. dos Santos wrote: On Fri, Dec 19, 2008 at 6:20 PM, David E. O'Brien wrote: Author: obrien Date: Fri Dec 19 20:20:14 2008 New Revision: 186337 URL: http://svn.freebsd.org/changeset/base/186337 Log: burncd(8) doesn't h

svn commit: r186749 - head/usr.sbin/mergemaster

2009-01-04 Thread Doug Barton
Author: dougb Date: Sun Jan 4 20:59:23 2009 New Revision: 186749 URL: http://svn.freebsd.org/changeset/base/186749 Log: Instead of using obj and all targets which are not cross-build aware, use _obj and everything which are. Submitted by: ru Modified: head/usr.sbin/mergemaster/mergema

svn commit: r186750 - head/sys/netinet6

2009-01-04 Thread Robert Watson
Author: rwatson Date: Sun Jan 4 21:13:51 2009 New Revision: 186750 URL: http://svn.freebsd.org/changeset/base/186750 Log: struct ip6protosw is a copy of struct protosw, so remove pr_usrreq there to reflect removal from struct protosw. Spotted by: ed Modified: head/sys/netinet6/ip6pr

svn commit: r186751 - in head/sys: netinet6 netipsec

2009-01-04 Thread Robert Watson
Author: rwatson Date: Sun Jan 4 21:53:42 2009 New Revision: 186751 URL: http://svn.freebsd.org/changeset/base/186751 Log: Unlike with struct protosw, several instances of struct ip6protosw did not use C99-style sparse structure initialization, so remove NULL assignments for now-removed pr_u

Re: svn commit: r186751 - in head/sys: netinet6 netipsec

2009-01-04 Thread Ed Schouten
* Robert Watson wrote: > Unlike with struct protosw, several instances of struct ip6protosw > did not use C99-style sparse structure initialization, so remove > NULL assignments for now-removed pr_usrreq function pointers. Maybe we should convert them to use the C99-style initialisation. Th

Re: svn commit: r186740 - head/sys/gnu/fs/ext2fs

2009-01-04 Thread Kris Kennaway
Konstantin Belousov wrote: Author: kib Date: Sun Jan 4 15:56:49 2009 New Revision: 186740 URL: http://svn.freebsd.org/changeset/base/186740 Log: Do not incorrectly add the low 5 bits of the offset to the resulting position of the found zero bit. Submitted by: Jaakko Heinonen MFC af

Re: svn commit: r186751 - in head/sys: netinet6 netipsec

2009-01-04 Thread Robert Watson
On Sun, 4 Jan 2009, Ed Schouten wrote: * Robert Watson wrote: Unlike with struct protosw, several instances of struct ip6protosw did not use C99-style sparse structure initialization, so remove NULL assignments for now-removed pr_usrreq function pointers. Maybe we should convert them

svn commit: r186752 - head/sys/netipsec

2009-01-04 Thread Robert Watson
Author: rwatson Date: Sun Jan 4 22:15:15 2009 New Revision: 186752 URL: http://svn.freebsd.org/changeset/base/186752 Log: Fix non-C99 initialization for protosw initializing pr_ousrreq. Modified: head/sys/netipsec/xform_ipip.c Modified: head/sys/netipsec/xform_ipip.c ===

Re: svn commit: r186740 - head/sys/gnu/fs/ext2fs

2009-01-04 Thread Kostik Belousov
On Sun, Jan 04, 2009 at 10:11:23PM +, Kris Kennaway wrote: > Konstantin Belousov wrote: > >Author: kib > >Date: Sun Jan 4 15:56:49 2009 > >New Revision: 186740 > >URL: http://svn.freebsd.org/changeset/base/186740 > > > >Log: > > Do not incorrectly add the low 5 bits of the offset to the resul

Re: svn commit: r186740 - head/sys/gnu/fs/ext2fs

2009-01-04 Thread Kris Kennaway
Kostik Belousov wrote: On Sun, Jan 04, 2009 at 10:11:23PM +, Kris Kennaway wrote: Konstantin Belousov wrote: Author: kib Date: Sun Jan 4 15:56:49 2009 New Revision: 186740 URL: http://svn.freebsd.org/changeset/base/186740 Log: Do not incorrectly add the low 5 bits of the offset to the re

svn commit: r186753 - head/sys/dev/syscons/teken

2009-01-04 Thread Ed Schouten
Author: ed Date: Sun Jan 4 22:24:47 2009 New Revision: 186753 URL: http://svn.freebsd.org/changeset/base/186753 Log: Fix rendering glitch in cons25 emulation. Because we now have cons25-style linewrapping, we must also use cons25- style reverse linewrapping. This means that a ^H on colum

svn commit: r186754 - svnadmin/conf

2009-01-04 Thread Ken Smith
Author: kensmith Date: Mon Jan 5 03:06:55 2009 New Revision: 186754 URL: http://svn.freebsd.org/changeset/base/186754 Log: End stable/7 code freeze. Approved by: core (implicit) Modified: svnadmin/conf/approvers Modified: svnadmin/conf/approvers ===

svn commit: r186756 - stable/7/usr.sbin/rpc.yppasswdd

2009-01-04 Thread Rong-En Fan
Author: rafan Date: Mon Jan 5 04:26:24 2009 New Revision: 186756 URL: http://svn.freebsd.org/changeset/base/186756 Log: MFC r184459 - Whenever a password/shell is changed via rpc.yppasswdd, the daemon leaves one zombie process because it does not do the cleanup. For a long running

svn commit: r186757 - stable/7/sys/conf

2009-01-04 Thread Ken Smith
Author: kensmith Date: Mon Jan 5 04:45:17 2009 New Revision: 186757 URL: http://svn.freebsd.org/changeset/base/186757 Log: Release is done, bump stable/7 to -STABLE. Modified: stable/7/sys/conf/newvers.sh Modified: stable/7/sys/conf/newvers.sh ===

Re: svn commit: r186730 - in head: lib/libusb20 sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb2/image sys/dev/usb2/include sys/dev/usb2/serial sys/dev/usb2/sound sys/dev/u

2009-01-04 Thread Alfred Perlstein
* Christoph Mallon [090104 07:52] wrote: > Alfred Perlstein schrieb: > >Author: alfred > >Date: Sun Jan 4 00:12:01 2009 > >New Revision: 186730 > >URL: http://svn.freebsd.org/changeset/base/186730 > > > >Log: > >[...] > > Make "libusb20_desc_foreach()" more readable. > > In my part of the world

Re: svn commit: r186730 - in head: lib/libusb20 sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb2/image sys/dev/usb2/include sys/dev/usb2/serial sys/dev/usb2/sound sys/dev/u

2009-01-04 Thread Alfred Perlstein
* M. Warner Losh [090104 09:11] wrote: > In message: <200901040012.n040c2gh040...@svn.freebsd.org> > Alfred Perlstein writes: > : Sync with usb4bsd: > > Alfred, > > thanks for trudging these fixes into the tree. It is a thankless job > that people will complain about... > > Spea

svn commit: r186758 - head/lib/libelf

2009-01-04 Thread Joseph Koshy
Author: jkoshy Date: Mon Jan 5 05:14:26 2009 New Revision: 186758 URL: http://svn.freebsd.org/changeset/base/186758 Log: Add a README. Added: head/lib/libelf/README (contents, props changed) Added: head/lib/libelf/README

svn commit: r186760 - stable/7/release/doc/share/sgml

2009-01-04 Thread Hiroki Sato
Author: hrs Date: Mon Jan 5 05:54:13 2009 New Revision: 186760 URL: http://svn.freebsd.org/changeset/base/186760 Log: Update &release.manpath.*;. Modified: stable/7/release/doc/share/sgml/release.ent Modified: stable/7/release/doc/share/sgml/release.ent =