Author: das
Date: Sat Jan 14 08:11:40 2012
New Revision: 230102
URL: http://svn.freebsd.org/changeset/base/230102
Log:
Fix a test that doesn't work on architectures where long double is no
wider than double. Thanks to Ian Lepore for catching the bug.
Modified:
head/tools/regression/lib/msu
Author: dougb
Date: Sat Jan 14 08:59:02 2012
New Revision: 230103
URL: http://svn.freebsd.org/changeset/base/230103
Log:
Now that its callers have been udpated, remove set_rcvar().
The concept of set_rcvar() was nice in theory, but the forks
it creates are a drag on the startup process, w
Author: tuexen
Date: Sat Jan 14 09:10:20 2012
New Revision: 230104
URL: http://svn.freebsd.org/changeset/base/230104
Log:
Fix two bugs, which result in a panic when calling getsockopt()
using SCTP_RECVINFO or SCTP_NXTINFO.
Reported by Clement Lecigne and forwarded to us by zi@.
MFC afte
on 14/01/2012 10:59 Doug Barton said the following:
> Author: dougb
> Date: Sat Jan 14 08:59:02 2012
> New Revision: 230103
> URL: http://svn.freebsd.org/changeset/base/230103
>
> Log:
> Now that its callers have been udpated, remove set_rcvar().
>
> The concept of set_rcvar() was nice in t
On 01/14/2012 01:10, Andriy Gapon wrote:
> on 14/01/2012 10:59 Doug Barton said the following:
>> Author: dougb
>> Date: Sat Jan 14 08:59:02 2012
>> New Revision: 230103
>> URL: http://svn.freebsd.org/changeset/base/230103
>>
>> Log:
>> Now that its callers have been udpated, remove set_rcvar().
on 14/01/2012 11:17 Doug Barton said the following:
> On 01/14/2012 01:10, Andriy Gapon wrote:
>> on 14/01/2012 10:59 Doug Barton said the following:
>>> Author: dougb
>>> Date: Sat Jan 14 08:59:02 2012
>>> New Revision: 230103
>>> URL: http://svn.freebsd.org/changeset/base/230103
>>>
>>> Log:
>>>
On Jan 14, 2012, at 1:18 AM, Andriy Gapon wrote:
> on 14/01/2012 11:17 Doug Barton said the following:
>> On 01/14/2012 01:10, Andriy Gapon wrote:
>>> on 14/01/2012 10:59 Doug Barton said the following:
Author: dougb
Date: Sat Jan 14 08:59:02 2012
New Revision: 230103
URL: http
On 01/14/2012 01:26, Garrett Cooper wrote:
> Adding an entry to UPDATING would be appreciated though…
Good point. It's done now. :)
Doug
--
You can observe a lot just by watching. -- Yogi Berra
Breadth of IT experience, and depth of knowledge in the DNS.
Yours
disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20120114:
+ The set_rcvar() function has been removed from /etc/rc.subr. All
+ base and ports rc.d scripts have been updated, so if you have a
+ port installed with a script in /usr/local/etc/rc.d you can either
On Thu, 12 Jan 2012, Guy Helmer wrote:
Log:
Fix disorder in MAN and MLINKS lists.
Requested by bde.
Thanks. This completes fixing all the old style bugs that I noticed in
libutil.h and the Makefile. I noticed some new ones...
Bruce
___
svn-src-
Author: glebius
Date: Sat Jan 14 09:57:13 2012
New Revision: 230106
URL: http://svn.freebsd.org/changeset/base/230106
Log:
- Add possibility to build release from a certain revision, supplied
via -r.
- To ease adding new features, roll out a getopt loop here.
Reviewed by: nwhitehorn
On Thu, 12 Jan 2012, Guy Helmer wrote:
Log:
Move struct pidfh definition into pidfile.c, and leave a forward declaration
for pidfh in libutil.h in its place.
This allows us to hide the contents of the pidfh structure, and also
allowed removal of the "#ifdef _SYS_PARAM_H" guard from around th
On 14 January 2012 12:59, Doug Barton wrote:
> Author: dougb
> Date: Sat Jan 14 08:59:02 2012
> New Revision: 230103
> URL: http://svn.freebsd.org/changeset/base/230103
>
> Log:
> Now that its callers have been udpated, remove set_rcvar().
>
> The concept of set_rcvar() was nice in theory, but t
Author: glebius
Date: Sat Jan 14 14:43:22 2012
New Revision: 230107
URL: http://svn.freebsd.org/changeset/base/230107
Log:
Autoguess number of make jobs based on hw.ncpu. MAKE_FLAGS
can override this. While here move 'mkdir' down below 'set -e'.
Modified:
head/release/generate-release.sh
M
Author: eadler (ports committer)
Date: Sat Jan 14 17:07:52 2012
New Revision: 230108
URL: http://svn.freebsd.org/changeset/base/230108
Log:
- Fix trivial typo
Approved by: nwhitehorn
MFC after:3 days
Modified:
head/sys/net/bpf_buffer.c
head/sys/net/bpf_buffer.h
head/sys/net/bp
Author: eadler (ports committer)
Date: Sat Jan 14 17:34:32 2012
New Revision: 230109
URL: http://svn.freebsd.org/changeset/base/230109
Log:
- Document TheDraw splash screens in the default loader.conf
Submitted by: Jason Hellenthal
Approved by: glebius
MFC after:3 days
Modified:
Author: glebius
Date: Sat Jan 14 18:16:10 2012
New Revision: 230110
URL: http://svn.freebsd.org/changeset/base/230110
Log:
No need to run buildworld before generate-release.sh.
Modified:
head/share/man/man7/release.7
Modified: head/share/man/man7/release.7
===
On Sat, Jan 14, 2012 at 09:59:27PM +1100, Bruce Evans wrote:
> On Thu, 12 Jan 2012, Guy Helmer wrote:
>
> > Log:
> > Move struct pidfh definition into pidfile.c, and leave a forward
> > declaration
> > for pidfh in libutil.h in its place.
> > This allows us to hide the contents of the pidfh st
Author: ume
Date: Sat Jan 14 19:08:39 2012
New Revision: 230111
URL: http://svn.freebsd.org/changeset/base/230111
Log:
MFC r229766:
Handle the internal scope address representation of the KAME IPv6
stack for the node-local multicast address.
Modified:
stable/9/lib/libc/net/getaddrinfo
Author: ume
Date: Sat Jan 14 19:22:45 2012
New Revision: 230112
URL: http://svn.freebsd.org/changeset/base/230112
Log:
MFC r229766:
Handle the internal scope address representation of the KAME IPv6
stack for the node-local multicast address.
Modified:
stable/8/lib/libc/net/getaddrinfo
Author: ume
Date: Sat Jan 14 19:38:24 2012
New Revision: 230113
URL: http://svn.freebsd.org/changeset/base/230113
Log:
MFC r228284, r228308:
- Make heimdal buildable with WITH_OPENLDAP defined, again.
- Our heimdal uses the deprecated OpenLDAP functions.
- Don't support OpenLDAP duri
On Sat, 14 Jan 2012, Pawel Jakub Dawidek wrote:
On Sat, Jan 14, 2012 at 09:59:27PM +1100, Bruce Evans wrote:
...
It's good to declare mode_t, since pidfile_open() uses it and we want
to remove the dependency on . However, this definition
doesn't follow KNF or the style of all the other typedef
Author: das
Date: Sat Jan 14 21:09:54 2012
New Revision: 230114
URL: http://svn.freebsd.org/changeset/base/230114
Log:
Update the tests for arm and other ports where long double is the same
as double, similar to r178141.
Modified:
head/tools/regression/lib/libc/stdio/test-printfloat.c
Modi
Author: das
Date: Sat Jan 14 21:38:31 2012
New Revision: 230115
URL: http://svn.freebsd.org/changeset/base/230115
Log:
Add .t files for tests, missed in prior checkins, so that prove(1) works
in this directory.
Added:
head/tools/regression/lib/libc/stdio/test-getdelim.t
- copied unchan
On Fri, 6 Jan 2012, Andreas Tobler wrote:
Sorry for the delay.
Hi Bruce,
thank you for the feedback. I wasn't aware about the fine details.
I try to understand and implement what you suggest. It may take several
iterations until I match everything.
OK.
The easiest way to fix this is to r
Author: dougb
Date: Sat Jan 14 21:51:44 2012
New Revision: 230116
URL: http://svn.freebsd.org/changeset/base/230116
Log:
Remove documentation for set_rcvar() now that it has been removed.
Modified:
head/share/man/man8/rc.8
head/share/man/man8/rc.subr.8
Modified: head/share/man/man8/rc.8
==
Author: jilles
Date: Sat Jan 14 21:54:12 2012
New Revision: 230117
URL: http://svn.freebsd.org/changeset/base/230117
Log:
sh: Fix out of bounds array access when trap is used with an invalid signal.
MFC after:1 week
Modified:
head/bin/sh/trap.c
Modified: head/bin/sh/trap.c
=
On 01/14/2012 04:11, Sergey Kandaurov wrote:
> On 14 January 2012 12:59, Doug Barton wrote:
>> Author: dougb
>> Date: Sat Jan 14 08:59:02 2012
>> New Revision: 230103
>> URL: http://svn.freebsd.org/changeset/base/230103
>>
>> Log:
>> Now that its callers have been udpated, remove set_rcvar().
>>
Author: jilles
Date: Sat Jan 14 22:46:18 2012
New Revision: 230118
URL: http://svn.freebsd.org/changeset/base/230118
Log:
sh: Change input buffer size from 1023 to 1024.
PR: bin/161756
Modified:
head/bin/sh/input.c
Modified: head/bin/sh/input.c
Author: csjp
Date: Sat Jan 14 22:51:34 2012
New Revision: 230119
URL: http://svn.freebsd.org/changeset/base/230119
Log:
Revert to the old behavior of allocating table/table entries using
M_NOWAIT. Currently, the code allows for sleeping in the ioctl path
to guarantee allocation. However co
Author: alc
Date: Sat Jan 14 23:04:27 2012
New Revision: 230120
URL: http://svn.freebsd.org/changeset/base/230120
Log:
Neither tmpfs_nocacheread() nor tmpfs_mappedwrite() needs to call
vm_object_pip_{add,subtract}() on the swap object because the swap
object can't be destroyed while the vnod
Author: jilles
Date: Sat Jan 14 23:10:18 2012
New Revision: 230121
URL: http://svn.freebsd.org/changeset/base/230121
Log:
sh: Add testcases that should not be broken by future optimizations.
Added:
head/tools/regression/bin/sh/expansion/cmdsubst12.0 (contents, props
changed)
head/tools/r
Author: dougb
Date: Sat Jan 14 23:19:10 2012
New Revision: 230122
URL: http://svn.freebsd.org/changeset/base/230122
Log:
For the mass rc.d changes, add a command line to make the update easier
Modified:
head/UPDATING
Modified: head/UPDATING
===
Author: nwhitehorn
Date: Sun Jan 15 00:08:14 2012
New Revision: 230123
URL: http://svn.freebsd.org/changeset/base/230123
Log:
Rework SLB trap handling so that double-faults into an SLB trap handler are
possible, and double faults within an SLB trap handler are not. The result
is that it poss
Author: kib
Date: Sun Jan 15 00:46:29 2012
New Revision: 230124
URL: http://svn.freebsd.org/changeset/base/230124
Log:
MFC r229828:
Avoid LOR between vfs_busy() lock and covered vnode lock on quotaon().
Modified:
stable/9/sys/kern/vfs_syscalls.c
stable/9/sys/ufs/ufs/ufs_quota.c
Directory
On Sat, Dec 24, 2011 at 02:26:20AM -0800, Xin LI wrote:
> chroot(2) can create legitimate and secure environment where dlopen(2)
> is safe and necessary.
It seems it is internal contradiction in your argumentation:
1) You state that chroot(2) can create legitimate environment.
2) For ftpd's you di
On Sat, Jan 14, 2012 at 5:46 PM, Jilles Tjoelker wrote:
> Author: jilles
> Date: Sat Jan 14 22:46:18 2012
> New Revision: 230118
> URL: http://svn.freebsd.org/changeset/base/230118
>
> Log:
> sh: Change input buffer size from 1023 to 1024.
>
> PR: bin/161756
On Wed Oct 19 22:33:38 UTC
Author: eadler (ports committer)
Date: Sun Jan 15 07:09:18 2012
New Revision: 230125
URL: http://svn.freebsd.org/changeset/base/230125
Log:
- Fix undefined behavior when device_get_name is null
- Make error message more informative
PR: kern/149800
Submitted by: olgeni
Approv
Author: hrs
Date: Sun Jan 15 07:48:12 2012
New Revision: 230126
URL: http://svn.freebsd.org/changeset/base/230126
Log:
Document ugen devctl event change.
Modified:
stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml
Modified: stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml
39 matches
Mail list logo