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: ru
Date: Wed Jun 8 08:22:54 2011
New Revision: 222855
URL: http://svn.freebsd.org/changeset/base/222855
Log:
Sync Groff with what's in HEAD except for not re-enabling ANSI SGR support.
Modified:
stable/8/contrib/groff/src/devices/grohtml/post-html.cpp
stable/8/contrib/groff/src/lib
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: netchild
Date: Wed Jun 8 11:36:06 2011
New Revision: 222857
URL: http://svn.freebsd.org/changeset/base/222857
Log:
MFC r221430:
Use proper return codes (valuable output, invalid config, problems).
Modified:
stable/8/etc/periodic/daily/800.scrub-zfs
Directory Properties:
stable/
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
_
On Tuesday, June 07, 2011 11:45:41 pm Dmitry Chagin wrote:
> Author: dchagin
> Date: Wed Jun 8 03:45:40 2011
> New Revision: 222846
> URL: http://svn.freebsd.org/changeset/base/222846
>
> Log:
> MFC r219405:
> Extend struct sysvec with new method sv_schedtail, which is used for an
> explici
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
On Wed, Jun 08, 2011 at 08:16:26AM -0400, John Baldwin wrote:
> On Tuesday, June 07, 2011 11:45:41 pm Dmitry Chagin wrote:
> > Author: dchagin
> > Date: Wed Jun 8 03:45:40 2011
> > New Revision: 222846
> > URL: http://svn.freebsd.org/changeset/base/222846
> >
> > Log:
> > MFC r219405:
> > Ext
Author: mm
Date: Wed Jun 8 19:45:47 2011
New Revision: 222867
URL: http://svn.freebsd.org/changeset/base/222867
Log:
MFC r218056:
Fix bug in the netfront driver that caused excessive packet drops during
receive processing.
Remove unnecessary restrictions on the mbuf chain length bui
Author: jhb
Date: Wed Jun 8 19:58:20 2011
New Revision: 222868
URL: http://svn.freebsd.org/changeset/base/222868
Log:
MFC 220390:
Fix several places to ignore processes that are not yet fully constructed.
Modified:
stable/8/sys/kern/kern_clock.c
stable/8/sys/kern/kern_ktrace.c
stable/8
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
Author: jhb
Date: Wed Jun 8 20:12:38 2011
New Revision: 222870
URL: http://svn.freebsd.org/changeset/base/222870
Log:
MFC 221179:
Trim an additional unnecessary include.
Modified:
stable/8/sys/ddb/db_ps.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include
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: jhb
Date: Wed Jun 8 20:57:22 2011
New Revision: 222871
URL: http://svn.freebsd.org/changeset/base/222871
Log:
MFC 221182,222760:
Add support for Oxford PCI Express Expresso family devices.
For these devices, the number of supported ports is read from a register
in BAR 0.
Modified
Author: jhb
Date: Wed Jun 8 21:10:44 2011
New Revision: 222872
URL: http://svn.freebsd.org/changeset/base/222872
Log:
MFC 221208:
Add a 'show progress' command that shows a summary of all in-progress
commands for a given adapter. Specifically, it shows the status of any
drive or volume a
Author: jhb
Date: Wed Jun 8 21:10:55 2011
New Revision: 222873
URL: http://svn.freebsd.org/changeset/base/222873
Log:
MFC 221208:
Add a 'show progress' command that shows a summary of all in-progress
commands for a given adapter. Specifically, it shows the status of any
drive or volume a
Author: jhb
Date: Wed Jun 8 21:14:04 2011
New Revision: 222874
URL: http://svn.freebsd.org/changeset/base/222874
Log:
MFC 221326:
Add an entry for the Kuroutoshikou SERIAL4P-LPPCI2 which uses an Oxford
4 port chip but with a nonstandard clock.
Modified:
stable/8/sys/dev/puc/pucdata.c
Dir
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: jhb
Date: Wed Jun 8 21:23:18 2011
New Revision: 222876
URL: http://svn.freebsd.org/changeset/base/222876
Log:
MFC 221731:
Add an entry for the SIIG Quartet Serial 850 which uses an Oxford
chip with a non-default clock.
Modified:
stable/8/sys/dev/puc/pucdata.c
Directory Properties
Author: jhb
Date: Wed Jun 8 21:29:12 2011
New Revision: 222877
URL: http://svn.freebsd.org/changeset/base/222877
Log:
MFC 222093:
Add support for the SIIG Cyber 2S PCIe adapter. It is based on an
Oxford Semiconductor OX16PCI954 but uses only two ports with a non-default
clock rate.
Modi
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: jhb
Date: Wed Jun 8 21:32:14 2011
New Revision: 222879
URL: http://svn.freebsd.org/changeset/base/222879
Log:
MFC 222328:
For Timedia multiport serial adapters, the first two ports use a SUN1889
which uses a non-standard clock (* 8) while any additional ports use
SUN1699 chips whi
On Wednesday, June 08, 2011 3:07:03 pm Chagin Dmitry wrote:
> On Wed, Jun 08, 2011 at 08:16:26AM -0400, John Baldwin wrote:
> > On Tuesday, June 07, 2011 11:45:41 pm Dmitry Chagin wrote:
> > > Author: dchagin
> > > Date: Wed Jun 8 03:45:40 2011
> > > New Revision: 222846
> > > URL: http://svn.free
Author: dchagin
Date: Wed Jun 8 21:36:36 2011
New Revision: 222880
URL: http://svn.freebsd.org/changeset/base/222880
Log:
MFC r215013 by mdf@:
Whitespace and other aspects of style(9). No functional changes.
MFC r220730:
Remove malloc(9) return value checks when M_WAITOK is used
Author: dchagin
Date: Wed Jun 8 21:39:00 2011
New Revision: 222881
URL: http://svn.freebsd.org/changeset/base/222881
Log:
MFC r221784:
Remove wrong comment.
Modified:
stable/8/sys/amd64/amd64/machdep.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/
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
Author: rmacklem
Date: Thu Jun 9 01:10:39 2011
New Revision: 222886
URL: http://svn.freebsd.org/changeset/base/222886
Log:
MFC: r222329
Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()
in the new NFS client so that a forced dismount doesn't
get stuck in the VFS_SYNC() call tha
Author: dchagin
Date: Thu Jun 9 05:21:08 2011
New Revision: 222887
URL: http://svn.freebsd.org/changeset/base/222887
Log:
MFC r219776:
Remove a now unused variable.
Modified:
stable/8/sys/net/route.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xe
Author: dchagin
Date: Thu Jun 9 05:23:28 2011
New Revision: 222888
URL: http://svn.freebsd.org/changeset/base/222888
Log:
MFC r219783, r219786:
A bit rearranged rtalloc1_fib() code.
To avoid code duplication move the miss label to line up and jump on it.
Modified:
stable/8/sys/net/rou
Author: dchagin
Date: Thu Jun 9 05:24:28 2011
New Revision: 222889
URL: http://svn.freebsd.org/changeset/base/222889
Log:
MFC r219791:
Remove dead code.
Modified:
stable/8/sys/net/route.h
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props
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
==
44 matches
Mail list logo