svn commit: r222115 - head/sbin/hastd

2011-05-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri May 20 11:06:17 2011 New Revision: 222115 URL: http://svn.freebsd.org/changeset/base/222115 Log: Rename proto_tcp4.c to proto_tcp.c in preparation for IPv6 support. MFC after:2 weeks Added: head/sbin/hastd/proto_tcp.c - copied unchanged from r222085,

svn commit: r222116 - head/sbin/hastd

2011-05-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri May 20 11:09:02 2011 New Revision: 222116 URL: http://svn.freebsd.org/changeset/base/222116 Log: Rename tcp4 to tcp in preparation for IPv6 support. MFC after:3 weeks Modified: head/sbin/hastd/Makefile head/sbin/hastd/proto_tcp.c Modified:

svn commit: r222117 - head/sbin/hastd

2011-05-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri May 20 11:10:39 2011 New Revision: 222117 URL: http://svn.freebsd.org/changeset/base/222117 Log: Allow [ ] characters in strings. They might be used in IPv6 addresses. MFC after:3 weeks Modified: head/sbin/hastd/token.l Modified: head/sbin/hastd/token.l

svn commit: r222118 - head/sbin/hastd

2011-05-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri May 20 11:14:05 2011 New Revision: 222118 URL: http://svn.freebsd.org/changeset/base/222118 Log: Now that hell is fully frozen it is good time to add IPv6 support to HAST. MFC after:3 weeks Modified: head/sbin/hastd/proto_tcp.c Modified:

svn commit: r222119 - head/sbin/hastd

2011-05-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri May 20 11:15:27 2011 New Revision: 222119 URL: http://svn.freebsd.org/changeset/base/222119 Log: Rename ipv4/ipv6 to tcp4/tcp6. MFC after:3 weeks Modified: head/sbin/hastd/hast.h head/sbin/hastd/parse.y Modified: head/sbin/hastd/hast.h

svn commit: r222120 - head/sbin/hastd

2011-05-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri May 20 11:16:25 2011 New Revision: 222120 URL: http://svn.freebsd.org/changeset/base/222120 Log: If no listen address is specified, bind by default to: tcp4://0.0.0.0:8457 tcp6://[::]:8457 MFC after:3 weeks Modified: head/sbin/hastd/parse.y

svn commit: r222121 - head/sbin/hastd

2011-05-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri May 20 11:21:39 2011 New Revision: 222121 URL: http://svn.freebsd.org/changeset/base/222121 Log: Document IPv6 support. MFC after:3 weeks Modified: head/sbin/hastd/hast.conf.5 Modified: head/sbin/hastd/hast.conf.5

svn commit: r222122 - head/usr.bin/ar

2011-05-20 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Fri May 20 11:29:09 2011 New Revision: 222122 URL: http://svn.freebsd.org/changeset/base/222122 Log: Correct typos in comments, no functional changes. Found by: codespell Reviewed by: kaiw MFC after:1 week Modified:

svn commit: r222127 - head/bin/ps

2011-05-20 Thread Sergey Kandaurov
Author: pluknet Date: Fri May 20 14:07:08 2011 New Revision: 222127 URL: http://svn.freebsd.org/changeset/base/222127 Log: Fix the description of the paddr keyword. It shows a process pointer just like a dublicating uprocp. MFC after:1 week Modified: head/bin/ps/ps.1 Modified:

svn commit: r222130 - head/bin/ps

2011-05-20 Thread Sergey Kandaurov
Author: pluknet Date: Fri May 20 14:32:28 2011 New Revision: 222130 URL: http://svn.freebsd.org/changeset/base/222130 Log: Spelling in P_HADTHREADS. MFC after:1 week Modified: head/bin/ps/ps.1 Modified: head/bin/ps/ps.1

svn commit: r222132 - head/sys/vm

2011-05-20 Thread Alan Cox
Author: alc Date: Fri May 20 15:26:31 2011 New Revision: 222132 URL: http://svn.freebsd.org/changeset/base/222132 Log: Eliminate a redundant #include. (vm/vm_param.h already includes machine/vmparam.h.) Modified: head/sys/vm/uma_core.c Modified: head/sys/vm/uma_core.c

svn commit: r222134 - in head: bin/sh tools/regression/bin/sh/parser

2011-05-20 Thread Jilles Tjoelker
Author: jilles Date: Fri May 20 16:03:36 2011 New Revision: 222134 URL: http://svn.freebsd.org/changeset/base/222134 Log: sh: Allow terminating a heredoc with a terminator at EOF without a newline. This is sometimes used with eval or old-style command substitution, and most shells other

svn commit: r222135 - head/sys/dev/gem

2011-05-20 Thread Pyun YongHyeon
Author: yongari Date: Fri May 20 17:01:22 2011 New Revision: 222135 URL: http://svn.freebsd.org/changeset/base/222135 Log: Remove unnecessary controller reinitialization by checking IFF_DRV_RUNNING flag. Previously running dhclient or adding alias addresses reinitialized controller and it

svn commit: r222136 - head/usr.bin/top

2011-05-20 Thread Sergey Kandaurov
Author: pluknet Date: Fri May 20 17:03:23 2011 New Revision: 222136 URL: http://svn.freebsd.org/changeset/base/222136 Log: Add missing header file. MFC after:1 week Modified: head/usr.bin/top/machine.c Modified: head/usr.bin/top/machine.c

Re: svn commit: r222136 - head/usr.bin/top

2011-05-20 Thread Sergey Kandaurov
On 20 May 2011 21:03, Sergey Kandaurov pluk...@freebsd.org wrote: Author: pluknet Date: Fri May 20 17:03:23 2011 New Revision: 222136 URL: http://svn.freebsd.org/changeset/base/222136 Log:  Add missing header file.  MFC after:    1 week Modified:  head/usr.bin/top/machine.c Modified:

svn commit: r222137 - head/sys/vm

2011-05-20 Thread Alan Cox
Author: alc Date: Fri May 20 17:28:00 2011 New Revision: 222137 URL: http://svn.freebsd.org/changeset/base/222137 Log: Fix spelling errors. Modified: head/sys/vm/uma_int.h Modified: head/sys/vm/uma_int.h == ---

svn commit: r222139 - head/usr.sbin/tzsetup

2011-05-20 Thread Ruslan Ermilov
Author: ru Date: Fri May 20 17:35:10 2011 New Revision: 222139 URL: http://svn.freebsd.org/changeset/base/222139 Log: - add missing options and arguments to program's usage() and sync it with manpage's SYNOPSIS - generally clean up a manpage's formatting Reviewed by: edwin

svn commit: r222142 - head/sys/dev/vge

2011-05-20 Thread Pyun YongHyeon
Author: yongari Date: Fri May 20 18:27:13 2011 New Revision: 222142 URL: http://svn.freebsd.org/changeset/base/222142 Log: Datasheet says vge(4) controllers support DAC but it seems that's not true on old PCI based controllers. DAC configuration is read from EEPROM in device reset phase

svn commit: r222143 - in head/sys: net netinet netinet6

2011-05-20 Thread Qing Li
Author: qingli Date: Fri May 20 19:12:20 2011 New Revision: 222143 URL: http://svn.freebsd.org/changeset/base/222143 Log: The statically configured (permanent) ARP entries are removed when an interface is brought down, even though the interface address is still valid. This patch maintains

svn commit: r222152 - in head: share/man/man4 sys/dev/atkbdc

2011-05-20 Thread Xin LI
Author: delphij Date: Fri May 20 22:36:17 2011 New Revision: 222152 URL: http://svn.freebsd.org/changeset/base/222152 Log: Add a new knob to atkbd(4) to enable typematic rate detection on boot, which is now disabled by default. The detection is known to cause hangs on boot with some new

svn commit: r222154 - in head: bin/sh tools/regression/bin/sh/builtins

2011-05-20 Thread Jilles Tjoelker
Author: jilles Date: Fri May 20 22:55:18 2011 New Revision: 222154 URL: http://svn.freebsd.org/changeset/base/222154 Log: sh: Implement the cd -e flag proposed for the next POSIX issue. This reflects failure to determine the pathname of the new directory in the exit status (1). Normally,