svn commit: r222890 - head/games/fortune/datfiles

2011-06-08 Thread Doug Barton
Author: dougb Date: Thu Jun 9 06:10:39 2011 New Revision: 222890 URL: http://svn.freebsd.org/changeset/base/222890 Log: Minor typo, fix 2 attributions Modified: head/games/fortune/datfiles/fortunes Modified: head/games/fortune/datfiles/fortunes ==

Re: svn commit: r222813 - in head: . contrib/top gnu/usr.bin/gdb/kgdb lib/libkvm lib/libmemstat share/man/man4 share/mk sys/amd64/acpica sys/amd64/amd64 sys/amd64/include sys/arm/arm sys/arm/include s

2011-06-08 Thread Gordon Tetlow
On Tue, Jun 7, 2011 at 1:46 AM, Attilio Rao wrote: > Author: attilio > Date: Tue Jun  7 08:46:13 2011 > New Revision: 222813 > URL: http://svn.freebsd.org/changeset/base/222813 > > Log: >  etire the cpumask_t type and replace it with cpuset_t usage. snip > Replaced: >  head/share/man/man4/geom_m

Re: svn commit: r222883 - head/sbin/rtsol

2011-06-08 Thread Hiroki Sato
"Kenneth D. Merry" wrote in <201106082159.p58lx74l049...@svn.freebsd.org>: ke> Author: ken ke> Date: Wed Jun 8 21:59:07 2011 ke> New Revision: 222883 ke> URL: http://svn.freebsd.org/changeset/base/222883 ke> ke> Log: ke> Add dump.c to the rtsol build. It is needed now that sec2str is non-s

svn commit: r222884 - head/sys/x86/x86

2011-06-08 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 8 23:44:59 2011 New Revision: 222884 URL: http://svn.freebsd.org/changeset/base/222884 Log: Tidy up r222866. - Re-add accidentally removed atomic op. for sysctl(9) handler. - Remove a period(`.') at the end of a debugging message. - Consistently spell "low" f

Re: svn commit: r222866 - head/sys/x86/x86

2011-06-08 Thread Jung-uk Kim
On Wednesday 08 June 2011 04:55 pm, Bruce Evans wrote: > On Wed, 8 Jun 2011, Jung-uk Kim wrote: > > Log: > > Introduce low-resolution TSC timecounter "TSC-low". It replaces > > the normal TSC timecounter if TSC frequency is higher than ~4.29 > > MHz (or 2^32-1 Hz) or > > Off by a factor of 1024.

svn commit: r222883 - head/sbin/rtsol

2011-06-08 Thread Kenneth D. Merry
Author: ken Date: Wed Jun 8 21:59:07 2011 New Revision: 222883 URL: http://svn.freebsd.org/changeset/base/222883 Log: Add dump.c to the rtsol build. It is needed now that sec2str is non-static and used in rtsold.c. Modified: head/sbin/rtsol/Makefile Modified: head/sbin/rtsol/Makefile ===

svn commit: r222882 - head/tools/regression/bin/sh/execution

2011-06-08 Thread Jilles Tjoelker
Author: jilles Date: Wed Jun 8 21:58:19 2011 New Revision: 222882 URL: http://svn.freebsd.org/changeset/base/222882 Log: sh: Add simple tests for set -x and PS4. Added: head/tools/regression/bin/sh/execution/set-x1.0 (contents, props changed) head/tools/regression/bin/sh/execution/set-x2

svn commit: r222878 - head/gnu/usr.bin

2011-06-08 Thread David E. O'Brien
Author: obrien Date: Wed Jun 8 21:29:33 2011 New Revision: 222878 URL: http://svn.freebsd.org/changeset/base/222878 Log: Simply post r73. Modified: head/gnu/usr.bin/Makefile Modified: head/gnu/usr.bin/Makefile =

svn commit: r222875 - head/sys/dev/bxe

2011-06-08 Thread David Christensen
Author: davidch Date: Wed Jun 8 21:18:14 2011 New Revision: 222875 URL: http://svn.freebsd.org/changeset/base/222875 Log: - Major reorganization of mbuf handling throughout the driver to increase robustness (no more calls to panic(9)) and simplify code. - Allocate RX/TX data structure

Re: svn commit: r222866 - head/sys/x86/x86

2011-06-08 Thread Bruce Evans
On Wed, 8 Jun 2011, Jung-uk Kim wrote: Log: Introduce low-resolution TSC timecounter "TSC-low". It replaces the normal TSC timecounter if TSC frequency is higher than ~4.29 MHz (or 2^32-1 Hz) or Off by a factor of 1024. multiple CPUs are present. The "TSC-low" frequency is always lower

Re: svn commit: r221346 - head/sys/netinet

2011-06-08 Thread Mikolaj Golub
On Fri, 3 Jun 2011 09:44:36 -0400 John Baldwin wrote: JB> Please try this change. What is happening is that you have a remaining JB> window that is smaller than the window scale. You are receiving zero JB> window updates that are received ok (becuase the socket buffer isn't JB> completely e

svn commit: r222869 - head/sys/x86/x86

2011-06-08 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 8 20:08:06 2011 New Revision: 222869 URL: http://svn.freebsd.org/changeset/base/222869 Log: Increase quality of TSC (or TSC-low) timecounter to 1000 if it is P-state invariant. For SMP case (TSC-low), it also has to pass SMP synchronization test and the CPU vendo

svn commit: r222866 - head/sys/x86/x86

2011-06-08 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 8 19:38:31 2011 New Revision: 222866 URL: http://svn.freebsd.org/changeset/base/222866 Log: Introduce low-resolution TSC timecounter "TSC-low". It replaces the normal TSC timecounter if TSC frequency is higher than ~4.29 MHz (or 2^32-1 Hz) or multiple CPUs are pr

svn commit: r222865 - head/sys/kern

2011-06-08 Thread Attilio Rao
Author: attilio Date: Wed Jun 8 19:28:59 2011 New Revision: 222865 URL: http://svn.freebsd.org/changeset/base/222865 Log: In the current code, a double panic condition may lead to dumps interleaving. Signal dumping to happen only for the first panic which should be the most important.

svn commit: r222864 - head/sys/x86/x86

2011-06-08 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 8 18:52:42 2011 New Revision: 222864 URL: http://svn.freebsd.org/changeset/base/222864 Log: Remove a redundant assignment since r221703. Modified: head/sys/x86/x86/tsc.c Modified: head/sys/x86/x86/tsc.c =

Re: svn commit: r222853 - in head: . sys/amd64/amd64 sys/amd64/include sys/i386/i386 sys/i386/include sys/pc98/pc98

2011-06-08 Thread Attilio Rao
2011/6/8 Andriy Gapon : > Author: avg > Date: Wed Jun  8 08:12:15 2011 > New Revision: 222853 > URL: http://svn.freebsd.org/changeset/base/222853 > > Log: >  remove code for dynamic offlining/onlining of CPUs on x86 Thanks. Attilio -- Peace can only be achieved by understanding - A. Einstein _

svn commit: r222861 - head/usr.sbin/rtsold

2011-06-08 Thread Hiroki Sato
Author: hrs Date: Wed Jun 8 16:03:29 2011 New Revision: 222861 URL: http://svn.freebsd.org/changeset/base/222861 Log: - Accumulate RA options instead of replacing old ones when a new RA arrived. RFC 4861 6.3.4 clearly defines handling multiple RAs in this way. - RDNSS/DNSSL options fro

svn commit: r222860 - head/sys/dev/iicbus

2011-06-08 Thread Andreas Tobler
Author: andreast Date: Wed Jun 8 16:00:30 2011 New Revision: 222860 URL: http://svn.freebsd.org/changeset/base/222860 Log: - Improve error handling. - Add retry loops in the i2c read/write functions. - Combied the ADC channel selection and readout of the value into one iicbus_transfer t

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

2011-06-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jun 8 13:23:35 2011 New Revision: 222859 URL: http://svn.freebsd.org/changeset/base/222859 Log: Compile RTLD with global dot symbols on 64-bit PowerPC, as a crutch for GDB's ability to locate r_debug_state (which is actually the only function that need be compil

svn commit: r222856 - head/sys/netinet6

2011-06-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jun 8 10:59:36 2011 New Revision: 222856 URL: http://svn.freebsd.org/changeset/base/222856 Log: Add the missing call to ip6_ipsec_filtertunnel() to be able to control whether decapsulated IPsec packets will be passed to pfil again depending on the setting of the net.ip6

svn commit: r222854 - head/gnu/usr.bin/groff/tmac

2011-06-08 Thread Ruslan Ermilov
Author: ru Date: Wed Jun 8 08:16:32 2011 New Revision: 222854 URL: http://svn.freebsd.org/changeset/base/222854 Log: Added FreeBSD 8.3. Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified: head/gnu/usr.bin/groff/tmac/mdoc.local =

svn commit: r222853 - in head: . sys/amd64/amd64 sys/amd64/include sys/i386/i386 sys/i386/include sys/pc98/pc98

2011-06-08 Thread Andriy Gapon
UPDATING Wed Jun 8 08:08:42 2011(r222852) +++ head/UPDATING Wed Jun 8 08:12:15 2011(r222853) @@ -22,6 +22,23 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.)

svn commit: r222852 - in head: contrib/groff/tmac gnu/usr.bin/groff/tmac

2011-06-08 Thread Ruslan Ermilov
Author: ru Date: Wed Jun 8 08:08:42 2011 New Revision: 222852 URL: http://svn.freebsd.org/changeset/base/222852 Log: Pull up all vendor changes to mdoc(7). This also replaces the local fix in r219209 that made .Ac emit ASCII angle quotes with an official fix. In the official fix, ASCI