svn commit: r243856 - head/usr.bin/rctl

2012-12-04 Thread Joel Dahl
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 ===

svn commit: r243857 - in head/sys/dev: age alc ale an ath bce bfe bge bm bwi bwn bxe cas ce cm cp cs ctau cx cxgb cxgb/sys cxgbe cxgbe/tom dc de e1000 ed en ep et ex fatm fe firewire fxp gem gxemul...

2012-12-04 Thread Gleb Smirnoff
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

svn commit: r243858 - head/lib/libc/sys

2012-12-04 Thread Kevin Lo
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 =

Re: svn commit: r243019 - head/sbin/route

2012-12-04 Thread Gleb Smirnoff
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 =

svn commit: r243859 - head/sbin/route

2012-12-04 Thread Gleb Smirnoff
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 ===

svn commit: r243860 - head/sbin/route

2012-12-04 Thread Gleb Smirnoff
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

svn commit: r243861 - head/libexec/rtld-elf

2012-12-04 Thread Pawel Jakub Dawidek
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

svn commit: r243862 - head/libexec/rtld-elf

2012-12-04 Thread Pawel Jakub Dawidek
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

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

2012-12-04 Thread Konstantin Belousov
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 ==

svn commit: r243864 - head/libexec/rtld-elf

2012-12-04 Thread Pawel Jakub Dawidek
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-

svn commit: r243865 - head/lib/libc/gen

2012-12-04 Thread Jilles Tjoelker
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

svn commit: r243866 - in head: sbin/ifconfig sbin/route sys/net

2012-12-04 Thread Hiroki Sato
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)

Re: svn commit: r243019 - head/sbin/route

2012-12-04 Thread Xin Li
-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

svn commit: r243867 - head/sbin/route

2012-12-04 Thread Gleb Smirnoff
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:

svn commit: r243868 - head/sys/kern

2012-12-04 Thread Konstantin Belousov
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

svn commit: r243869 - head/sys/kern

2012-12-04 Thread Konstantin Belousov
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(

svn commit: r243875 - head/sys/boot/i386/efi

2012-12-04 Thread Rui Paulo
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 ===