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
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
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
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
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
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
>
* 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
* 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
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
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
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
===
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
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
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
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
===
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
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
===
* 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
* 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
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
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
=
35 matches
Mail list logo