Author: kib
Date: Thu Dec 30 10:41:17 2010
New Revision: 216817
URL: http://svn.freebsd.org/changeset/base/216817
Log:
In indir_trunc(), when processing jnewblk entries that are not written
to the disk, recurse to handle indirect blocks of next level that are
hidden by the corresponding entr
Author: kib
Date: Thu Dec 30 10:52:07 2010
New Revision: 216818
URL: http://svn.freebsd.org/changeset/base/216818
Log:
Handle missing jremrefs when a directory is renamed overtop of
another, deleting it. If the directory is removed, UFS always need to
remove the .. ref, even if the ultimate
Author: jilles
Date: Thu Dec 30 15:04:59 2010
New Revision: 216819
URL: http://svn.freebsd.org/changeset/base/216819
Log:
sh: Add two tests for special cases in command substitution that already
work in stable/8.
Added:
head/tools/regression/bin/sh/expansion/cmdsubst8.0 (contents, props c
Author: marius
Date: Thu Dec 30 15:58:23 2010
New Revision: 216820
URL: http://svn.freebsd.org/changeset/base/216820
Log:
- Add CPUTYPE support for sparc64. The net result is that it's now possible
to let the compiler optimize for the famility of UltraSPARC-III CPUs as the
default alread
Author: tuexen
Date: Thu Dec 30 16:23:13 2010
New Revision: 216821
URL: http://svn.freebsd.org/changeset/base/216821
Log:
Fix three bugs related to the sequence number wrap-around affecting
the processing of ECNE and ASCONF chunks.
Reviewed by: rrs
MFC after: 3 days.
Modified:
head/s
Author: tuexen
Date: Thu Dec 30 16:56:20 2010
New Revision: 216822
URL: http://svn.freebsd.org/changeset/base/216822
Log:
Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,
TAILQ_FOREACH_SAFE where appropriate.
No functional change.
MFC after: 3 months.
Mod
Author: pjd
Date: Thu Dec 30 18:06:31 2010
New Revision: 216823
URL: http://svn.freebsd.org/changeset/base/216823
Log:
For compatibility with Linux and Solaris add poweroff(8).
It is implemented as a hard link to shutdown(8) and it is equivalent of:
# shutdown -p now
While I
Author: bschmidt
Date: Thu Dec 30 18:29:22 2010
New Revision: 216824
URL: http://svn.freebsd.org/changeset/base/216824
Log:
The RX path is missing a few bus_dmamap_*() calls, this results in
modification of memory which was already free'd and eventually in:
wpi0: could not map mbuf (error 12
Author: tuexen
Date: Thu Dec 30 21:32:35 2010
New Revision: 216825
URL: http://svn.freebsd.org/changeset/base/216825
Log:
Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macros
and use them instead of the generic compare_with_wrap.
Retire compare_with_wrap.
MFC after:
Author: jilles
Date: Thu Dec 30 22:33:55 2010
New Revision: 216826
URL: http://svn.freebsd.org/changeset/base/216826
Log:
sh: Avoid side effects from builtins in optimized command substitution.
Change the criterion for builtins to be safe to execute in the same process
in optimized comman
Author: yongari
Date: Thu Dec 30 23:50:25 2010
New Revision: 216828
URL: http://svn.freebsd.org/changeset/base/216828
Log:
Add RDC Semiconductor R6040 10/100 PHY driver.
Added:
head/sys/dev/mii/rdcphy.c (contents, props changed)
head/sys/dev/mii/rdcphyreg.h (contents, props changed)
Mod
Author: yongari
Date: Fri Dec 31 00:21:41 2010
New Revision: 216829
URL: http://svn.freebsd.org/changeset/base/216829
Log:
Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.
The controller is commonly found on DM&P Vortex86 x86 SoC. The
driver supports all hardware features except flow c
Author: yongari
Date: Fri Dec 31 00:24:08 2010
New Revision: 216830
URL: http://svn.freebsd.org/changeset/base/216830
Log:
Add vte(4) to the list of supported network interface.
Modified:
head/usr.sbin/sysinstall/devices.c
Modified: head/usr.sbin/sysinstall/devices.c
Author: yongari
Date: Fri Dec 31 00:46:30 2010
New Revision: 216831
URL: http://svn.freebsd.org/changeset/base/216831
Log:
Add vte(4) man page and hook up vte(4) to the build.
Also add Xr to appropriate man pages.
Added:
head/share/man/man4/vte.4 (contents, props changed)
Modified:
head
Author: brian
Date: Fri Dec 31 01:10:42 2010
New Revision: 216832
URL: http://svn.freebsd.org/changeset/base/216832
Log:
Make -S functional.
MFC after:1 week
Modified:
head/usr.sbin/newsyslog/newsyslog.c
Modified: head/usr.sbin/newsyslog/newsyslog.c
=
Author: yongari
Date: Fri Dec 31 01:23:04 2010
New Revision: 216833
URL: http://svn.freebsd.org/changeset/base/216833
Log:
Remove debugging leftovers.
Modified:
head/sys/dev/vte/if_vte.c
Modified: head/sys/dev/vte/if_vte.c
=
On Thu Dec 30 10, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Thu Dec 30 18:06:31 2010
> New Revision: 216823
> URL: http://svn.freebsd.org/changeset/base/216823
>
> Log:
> For compatibility with Linux and Solaris add poweroff(8).
any thoughts on adding a 'shutdown -c' switch for compatibi
Hi Warner,
On 07/16/10 08:28, Warner Losh wrote:
> Author: imp
> Date: Thu Jul 15 22:28:19 2010
> New Revision: 210144
> URL: http://svn.freebsd.org/changeset/base/210144
>
> Log:
> Put warnings out to stderr rather than stdout.
>
> MFC after: 3 days
>
> Modified:
> head/usr.sbin/confi
18 matches
Mail list logo