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
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.)
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
=
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
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
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
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
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
_
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
=
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.
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
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
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
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
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
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
=
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
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
===
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.
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
"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
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
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
==
23 matches
Mail list logo