Author: joel (doc committer)
Date: Tue Dec 4 09:02:49 2012
New Revision: 243856
URL: http://svnweb.freebsd.org/changeset/base/243856
Log:
Remove superfluous paragraph macro.
Modified:
head/usr.bin/rctl/rctl.8
Modified: head/usr.bin/rctl/rctl.8
===
Author: glebius
Date: Tue Dec 4 09:32:43 2012
New Revision: 243857
URL: http://svnweb.freebsd.org/changeset/base/243857
Log:
Mechanically substitute flags from historic mbuf allocator with
malloc(9) flags in sys/dev.
Modified:
head/sys/dev/age/if_age.c
head/sys/dev/alc/if_alc.c
head/sy
Author: kevlo
Date: Tue Dec 4 09:53:09 2012
New Revision: 243858
URL: http://svnweb.freebsd.org/changeset/base/243858
Log:
Document that bind(2) can fail with EAFNOSUPPORT.
Reviewed by: glebius
Modified:
head/lib/libc/sys/bind.2
Modified: head/lib/libc/sys/bind.2
=
Xin,
On Mon, Dec 03, 2012 at 11:47:32AM -0800, Xin LI wrote:
X> It seems that this commit breaks the following commands like this:
X>
X> route add -net 10.8/16 10.2.0.1
Thanks for report. Do you agree with attached patch?
--
Totus tuus, Glebius.
Index: route.c
=
Author: glebius
Date: Tue Dec 4 10:24:50 2012
New Revision: 243859
URL: http://svnweb.freebsd.org/changeset/base/243859
Log:
No need to be root when running with -t or -d.
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/route.c
===
Author: glebius
Date: Tue Dec 4 11:10:01 2012
New Revision: 243860
URL: http://svnweb.freebsd.org/changeset/base/243860
Log:
Flush stdout after RTM_IFANNOUNCE message.
PR: bin/151600
Submitted by: Eric van Gyzen
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/r
Author: pjd
Date: Tue Dec 4 12:39:26 2012
New Revision: 243861
URL: http://svnweb.freebsd.org/changeset/base/243861
Log:
Change /usr/libexec/ld-elf.so.1 to point at ../../libexec/ld-elf.so.1
instead of /libexec/ld-elf.so.1. Below in the Makefile we execute
'chflags noschg ${DESTDIR}/usr/lib
Author: pjd
Date: Tue Dec 4 12:51:33 2012
New Revision: 243862
URL: http://svnweb.freebsd.org/changeset/base/243862
Log:
Do not change entire BINDIR, it might be needed later, just change
symlink target.
MFC after:2 weeks
Modified:
head/libexec/rtld-elf/Makefile
Modified: head/li
Author: kib
Date: Tue Dec 4 14:07:17 2012
New Revision: 243863
URL: http://svnweb.freebsd.org/changeset/base/243863
Log:
Fix typo.
Submitted by: bjk
MFC after:3 days
Modified:
head/share/man/man9/taskqueue.9
Modified: head/share/man/man9/taskqueue.9
==
Author: pjd
Date: Tue Dec 4 14:36:01 2012
New Revision: 243864
URL: http://svnweb.freebsd.org/changeset/base/243864
Log:
Use absolute path for /usr/libexec/ld-elf.so.1 symlink.
Requested by: kan, kib
Use -h flags for chflags, so we won't remove 'schg' flag from system's
/libexec/ld-
Author: jilles
Date: Tue Dec 4 16:54:43 2012
New Revision: 243865
URL: http://svnweb.freebsd.org/changeset/base/243865
Log:
libc: Use the new 'e' fopen() mode option to simplify fstab.c.
No functional change is intended.
Modified:
head/lib/libc/gen/fstab.c
Modified: head/lib/libc/gen/f
Author: hrs
Date: Tue Dec 4 17:12:23 2012
New Revision: 243866
URL: http://svnweb.freebsd.org/changeset/base/243866
Log:
- Fix LOR in sa6_recoverscope() in rt_msg2()[1].
- Check V_deembed_scopeid before checking if sa_family == AF_INET6.
- Fix scope id handing in route(8)[2] and ifconfig(8)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 12/04/12 02:22, Gleb Smirnoff wrote:
> Xin,
>
> On Mon, Dec 03, 2012 at 11:47:32AM -0800, Xin LI wrote: X> It seems
> that this commit breaks the following commands like this: X> X>
> route add -net 10.8/16 10.2.0.1
>
> Thanks for report. Do you
Author: glebius
Date: Tue Dec 4 20:05:01 2012
New Revision: 243867
URL: http://svnweb.freebsd.org/changeset/base/243867
Log:
Fix fallout from r243019, which broke parsing of shortened network
prefixes.
Reported and tested by: delphij
Modified:
head/sbin/route/route.c
Modified:
Author: kib
Date: Tue Dec 4 20:49:04 2012
New Revision: 243868
URL: http://svnweb.freebsd.org/changeset/base/243868
Log:
Do not allocate buffer of the 255 bytes length on the stack.
Reported and tested by: sig6...@gmail.com
MFC after:1 week
Modified:
head/sys/kern/vfs_mountr
Author: kib
Date: Tue Dec 4 20:49:39 2012
New Revision: 243869
URL: http://svnweb.freebsd.org/changeset/base/243869
Log:
Fix a race between kern_setitimer() and realitexpire(), where the
callout is started before kern_setitimer() acquires process mutex, but
looses a race and kern_setitimer(
Author: rpaulo
Date: Wed Dec 5 04:22:53 2012
New Revision: 243875
URL: http://svnweb.freebsd.org/changeset/base/243875
Log:
Remove dead code that clang refuses to compile.
Modified:
head/sys/boot/i386/efi/exec.c
Modified: head/sys/boot/i386/efi/exec.c
===
17 matches
Mail list logo