Author: kientzle
Date: Sat Dec 6 07:38:14 2008
New Revision: 185688
URL: http://svn.freebsd.org/changeset/base/185688
Log:
bsdtar is synced up with 2.5.903a
Modified:
head/usr.bin/tar/Makefile
Modified: head/usr.bin/tar/Makefile
==
Author: kientzle
Date: Sat Dec 6 07:37:55 2008
New Revision: 185687
URL: http://svn.freebsd.org/changeset/base/185687
Log:
bsdtar always supports long options now, so we can remove
a documentation disclaimer.
Modified:
head/usr.bin/tar/bsdtar.1
Modified: head/usr.bin/tar/bsdtar.1
Author: kientzle
Date: Sat Dec 6 07:37:14 2008
New Revision: 185686
URL: http://svn.freebsd.org/changeset/base/185686
Log:
Only use GCC-specific __dead2 marker when building with GCC.
Modified:
head/usr.bin/tar/bsdtar.h
head/usr.bin/tar/bsdtar_platform.h
Modified: head/usr.bin/tar/bsdtar.
Author: kientzle
Date: Sat Dec 6 07:30:40 2008
New Revision: 185685
URL: http://svn.freebsd.org/changeset/base/185685
Log:
Custom command line parser for cpio; this is a little more
code but should be a lot fewer cross-platform compatibility
headaches.
Modified:
head/usr.bin/cpio/Makefil
Author: kientzle
Date: Sat Dec 6 07:15:42 2008
New Revision: 185684
URL: http://svn.freebsd.org/changeset/base/185684
Log:
Make the GCC-specific __dead2 markers conditional on whether
we're compiling under GCC.
Modified:
head/usr.bin/cpio/cpio.h
head/usr.bin/cpio/cpio_platform.h
Modifie
Author: kientzle
Date: Sat Dec 6 07:08:08 2008
New Revision: 185683
URL: http://svn.freebsd.org/changeset/base/185683
Log:
New tests:
* support for bzip2 file with multiple concatenated bzip2 streams
* support for bzip2 file with junk after bzip2 stream
* support for gzip file with jun
Author: kientzle
Date: Sat Dec 6 06:57:45 2008
New Revision: 185682
URL: http://svn.freebsd.org/changeset/base/185682
Log:
Strip ";1" and trailing "." from ISO9660 entries.
This seems a better match for people's expectations.
Modified:
head/lib/libarchive/archive_read_support_format_iso966
Author: kientzle
Date: Sat Dec 6 06:55:07 2008
New Revision: 185681
URL: http://svn.freebsd.org/changeset/base/185681
Log:
General improvements to Rockridge parsing and ISO9660 format detection.
Modified:
head/lib/libarchive/archive_read_support_format_iso9660.c
Modified: head/lib/libarchiv
Author: kientzle
Date: Sat Dec 6 06:50:09 2008
New Revision: 185680
URL: http://svn.freebsd.org/changeset/base/185680
Log:
Conditionalize a bunch of debugging messages; this also
eliminates what should be the only remaining stdio dependency.
Modified:
head/lib/libarchive/archive_read_suppo
Author: kientzle
Date: Sat Dec 6 06:45:15 2008
New Revision: 185679
URL: http://svn.freebsd.org/changeset/base/185679
Log:
MfP4: Big read filter refactoring.
This is an attempt to eliminate a lot of redundant
code from the read ("decompression") filters by
changing them to juggle arbit
Author: kientzle
Date: Sat Dec 6 06:23:37 2008
New Revision: 185678
URL: http://svn.freebsd.org/changeset/base/185678
Log:
Style: tabs after #define
Modified:
head/lib/libarchive/archive_private.h
Modified: head/lib/libarchive/archive_private.h
==
Author: kientzle
Date: Sat Dec 6 06:20:21 2008
New Revision: 185677
URL: http://svn.freebsd.org/changeset/base/185677
Log:
Use GCC-specific dead function markers only when using GCC.
Modified:
head/lib/libarchive/archive_private.h
Modified: head/lib/libarchive/archive_private.h
Author: kientzle
Date: Sat Dec 6 06:18:46 2008
New Revision: 185676
URL: http://svn.freebsd.org/changeset/base/185676
Log:
Structure declarations can't be dllexported.
Modified:
head/lib/libarchive/archive_entry.h
Modified: head/lib/libarchive/archive_entry.h
===
Author: kientzle
Date: Sat Dec 6 06:17:18 2008
New Revision: 185675
URL: http://svn.freebsd.org/changeset/base/185675
Log:
Style fixes:
* Wrap long declarations to fit 80 chars
* #undef macros that shouldn't be exported
* Organize the version-dependent conditionals a
bit more cons
Author: kientzle
Date: Sat Dec 6 06:12:24 2008
New Revision: 185674
URL: http://svn.freebsd.org/changeset/base/185674
Log:
A couple of portability fixes from Joerg Sonnenberger
Modified:
head/lib/libarchive/archive_endian.h
Modified: head/lib/libarchive/archive_endian.h
Author: kientzle
Date: Sat Dec 6 06:02:26 2008
New Revision: 185672
URL: http://svn.freebsd.org/changeset/base/185672
Log:
Recover after test failure.
Modified:
head/lib/libarchive/test/test_write_format_cpio.c
Modified: head/lib/libarchive/test/test_write_format_cpio.c
Author: kientzle
Date: Sat Dec 6 06:01:50 2008
New Revision: 185671
URL: http://svn.freebsd.org/changeset/base/185671
Log:
Style: skipping() function correctly counts this as a skipped test.
Modified:
head/lib/libarchive/test/test_write_disk_perms.c
Modified: head/lib/libarchive/test/test_
Author: kientzle
Date: Sat Dec 6 06:00:52 2008
New Revision: 185670
URL: http://svn.freebsd.org/changeset/base/185670
Log:
Style improvements.
Modified:
head/lib/libarchive/test/test_read_format_cpio_bin_bz2.c
Modified: head/lib/libarchive/test/test_read_format_cpio_bin_bz2.c
==
Author: kientzle
Date: Sat Dec 6 05:59:46 2008
New Revision: 185669
URL: http://svn.freebsd.org/changeset/base/185669
Log:
Better reporting of test failures.
Modified:
head/lib/libarchive/test/test_read_pax_truncated.c
Modified: head/lib/libarchive/test/test_read_pax_truncated.c
===
Author: kientzle
Date: Sat Dec 6 05:58:24 2008
New Revision: 185668
URL: http://svn.freebsd.org/changeset/base/185668
Log:
Recover from a test failure here.
Modified:
head/lib/libarchive/test/test_read_format_gtar_sparse.c
Modified: head/lib/libarchive/test/test_read_format_gtar_sparse.c
==
Author: kientzle
Date: Sat Dec 6 05:56:43 2008
New Revision: 185667
URL: http://svn.freebsd.org/changeset/base/185667
Log:
New internal archive_string_concat utility function.
Modified:
head/lib/libarchive/archive_string.c
head/lib/libarchive/archive_string.h
Modified: head/lib/libarchive
Author: kientzle
Date: Sat Dec 6 05:55:46 2008
New Revision: 185666
URL: http://svn.freebsd.org/changeset/base/185666
Log:
Minor portability: Declare 'r' only within the conditional
block where it's used; S_ISLNK is more portable than S_ISLINK.
Modified:
head/lib/libarchive/archive_write_
Author: kientzle
Date: Sat Dec 6 05:53:05 2008
New Revision: 185665
URL: http://svn.freebsd.org/changeset/base/185665
Log:
Windows build now uses PLATFORM_CONFIG_H macro, so we can eliminate the
special case for it.
Modified:
head/lib/libarchive/archive_platform.h
Modified: head/lib/libar
Author: kientzle
Date: Sat Dec 6 05:52:01 2008
New Revision: 185664
URL: http://svn.freebsd.org/changeset/base/185664
Log:
2 is more portable than STDERR_FILENO
Modified:
head/lib/libarchive/archive_check_magic.c
Modified: head/lib/libarchive/archive_check_magic.c
==
Author: gnn
Date: Sat Dec 6 02:10:53 2008
New Revision: 185662
URL: http://svn.freebsd.org/changeset/base/185662
Log:
Bug fix to support N310 version of Chelsio cards (board ID 1088).
Obtained from:Chelsio Inc.
MFC after:3 days
Modified:
head/sys/dev/cxgb/common/cxgb_t3_hw
Konstantin Belousov wrote:
> Author: kib
> Date: Fri Dec 5 20:50:24 2008
> New Revision: 185647
> URL: http://svn.freebsd.org/changeset/base/185647
>
> Log:
> Several threads in a process may do vfork() simultaneously. Then, all
> parent threads sleep on the parent' struct proc until correspon
Author: mav
Date: Sat Dec 6 01:31:07 2008
New Revision: 185661
URL: http://svn.freebsd.org/changeset/base/185661
Log:
Forget current bus power settings on full reset. Chip must be reconfigured.
Do not issue command if there is no card, clock or power.
Controller will not detect command t
Author: yongari
Date: Sat Dec 6 01:11:45 2008
New Revision: 185660
URL: http://svn.freebsd.org/changeset/base/185660
Log:
MFC r185576:
Add some PHY magic to enable PHY hibernation and 1000baseT/10baseT
power adjustment. This change is required to guarantee correct
operation on certa
Author: yongari
Date: Sat Dec 6 01:01:17 2008
New Revision: 185659
URL: http://svn.freebsd.org/changeset/base/185659
Log:
MFC r185576:
Add some PHY magic to enable PHY hibernation and 1000baseT/10baseT
power adjustment. This change is required to guarantee correct
operation on certa
On Fri, Dec 05, 2008 at 11:46:00PM +0100, Roman Divacky wrote:
> On Fri, Dec 05, 2008 at 08:50:24PM +, Konstantin Belousov wrote:
> > Author: kib
> > Date: Fri Dec 5 20:50:24 2008
> > New Revision: 185647
> > URL: http://svn.freebsd.org/changeset/base/185647
> >
> > Log:
> > Several threads
On Fri, Dec 05, 2008 at 08:50:24PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Fri Dec 5 20:50:24 2008
> New Revision: 185647
> URL: http://svn.freebsd.org/changeset/base/185647
>
> Log:
> Several threads in a process may do vfork() simultaneously. Then, all
> parent threads sleep
Author: delphij
Date: Fri Dec 5 22:36:49 2008
New Revision: 185658
URL: http://svn.freebsd.org/changeset/base/185658
Log:
MFC revisions 183648 and 185574:
183648 (simon): Document that the bce(4) driver works with Dell PowerEdge
1950/2950 NIC's.
185574 (delphij): Update bce(4)'s har
Author: delphij
Date: Fri Dec 5 22:35:44 2008
New Revision: 185657
URL: http://svn.freebsd.org/changeset/base/185657
Log:
MFC revisions 183648 and 185574:
183648 (simon): Document that the bce(4) driver works with Dell PowerEdge
1950/2950 NIC's.
185574 (delphij): Update bce(4)'s har
Author: schweikh
Date: Fri Dec 5 22:04:52 2008
New Revision: 185656
URL: http://svn.freebsd.org/changeset/base/185656
Log:
Correct a typo.
Modified:
head/share/man/man7/ports.7
Modified: head/share/man/man7/ports.7
Author: gnn
Date: Fri Dec 5 21:40:11 2008
New Revision: 185655
URL: http://svn.freebsd.org/changeset/base/185655
Log:
Re submit code to print the part and serial number for Chelsio cards.
The original code was accidentally removed in another commit.
MFC after: 1 day
Modified:
head/sys
Author: delphij
Date: Fri Dec 5 21:32:30 2008
New Revision: 185654
URL: http://svn.freebsd.org/changeset/base/185654
Log:
MFC r185593:
Don't attempt to clear status updates if we did not do a link state
change. As a side effect, this makes the excessive interrupts to
disappear which h
Author: delphij
Date: Fri Dec 5 21:30:13 2008
New Revision: 185653
URL: http://svn.freebsd.org/changeset/base/185653
Log:
MFC r185593:
Don't attempt to clear status updates if we did not do a link state
change. As a side effect, this makes the excessive interrupts to
disappear which h
Author: jhb
Date: Fri Dec 5 21:19:24 2008
New Revision: 185652
URL: http://svn.freebsd.org/changeset/base/185652
Log:
Add simple locking for the in-kernel iconv code. Translation operations
do not need any locking. Opening and closing translators is serialized
using an sx lock.
Note:
Author: kib
Date: Fri Dec 5 21:17:54 2008
New Revision: 185651
URL: http://svn.freebsd.org/changeset/base/185651
Log:
Unconditionally use locked addition of zero to tip of the stack for
memory barriers on i386. It works as a serialization instruction on
all IA32 CPUs.
Alternative solut
Author: jhb
Date: Fri Dec 5 21:14:30 2008
New Revision: 185648
URL: http://svn.freebsd.org/changeset/base/185648
Log:
MFC: It has been observed on the mailing lists that the different
categories of pages don't sum to anywhere near the total number of pages
on amd64. This is for the most pa
On Fri, Dec 05, 2008 at 12:54:40PM -0800, Julian Elischer wrote:
> Konstantin Belousov wrote:
> >Author: kib
> >Date: Fri Dec 5 20:50:24 2008
> >New Revision: 185647
> >URL: http://svn.freebsd.org/changeset/base/185647
> >
> >Log:
> > Several threads in a process may do vfork() simultaneously. Th
Konstantin Belousov wrote:
Author: kib
Date: Fri Dec 5 20:50:24 2008
New Revision: 185647
URL: http://svn.freebsd.org/changeset/base/185647
Log:
Several threads in a process may do vfork() simultaneously. Then, all
parent threads sleep on the parent' struct proc until corresponding
child
Author: kib
Date: Fri Dec 5 20:50:24 2008
New Revision: 185647
URL: http://svn.freebsd.org/changeset/base/185647
Log:
Several threads in a process may do vfork() simultaneously. Then, all
parent threads sleep on the parent' struct proc until corresponding
child releases the vmspace. Each sl
Author: jhb
Date: Fri Dec 5 19:53:12 2008
New Revision: 185645
URL: http://svn.freebsd.org/changeset/base/185645
Log:
MFC: Support for the IC Plus IP101 10/100 PHY and Vitesse VSC8601 PHY that
are found on some nvidia parts.
Suggested by: yongari
Modified:
stable/6/sys/ (props chang
James Gritton wrote:
Bjoern A. Zeeb wrote:
On Thu, 4 Dec 2008, Dag-Erling Smørgrav wrote:
"Bjoern A. Zeeb" <[EMAIL PROTECTED]> writes:
Jails can have an unrestricted (no duplicate protection, etc.) name
in addition to the hostname. The jail name cannot be changed from
within a jail and i
Author: jhb
Date: Fri Dec 5 17:44:26 2008
New Revision: 185644
URL: http://svn.freebsd.org/changeset/base/185644
Log:
MFC: Add the nfe(4) driver as an alternative to nve(4). To avoid
astonishment, nve(4) takes precedence over nfe(4) in this branch.
I have also not added it to GENERIC.
Author: luigi
Date: Fri Dec 5 17:13:40 2008
New Revision: 185643
URL: http://svn.freebsd.org/changeset/base/185643
Log:
Some libstand/bootp.c extension (written by Danny Braniss, slightly
revised/modified by me) to store dhcp options into kenv variables,
so the information is available to t
Author: jhb
Date: Fri Dec 5 16:47:30 2008
New Revision: 185642
URL: http://svn.freebsd.org/changeset/base/185642
Log:
When the SYSINIT() to load a module invokes the MOD_LOAD event successfully,
move that module to the head of the associated linker file's list of modules.
The end result is
On Friday 05 December 2008 12:20:08 am Warner Losh wrote:
> Author: imp
> Date: Fri Dec 5 05:20:08 2008
> New Revision: 185625
> URL: http://svn.freebsd.org/changeset/base/185625
>
> Log:
> Move to using filter for the change interrupts. Also rework the power
> interrupt code to be more robu
Bjoern A. Zeeb wrote:
On Thu, 4 Dec 2008, Dag-Erling Smørgrav wrote:
"Bjoern A. Zeeb" <[EMAIL PROTECTED]> writes:
Jails can have an unrestricted (no duplicate protection, etc.) name
in addition to the hostname. The jail name cannot be changed from
within a jail and is considered to be use
Author: pjd
Date: Fri Dec 5 15:50:59 2008
New Revision: 185641
URL: http://svn.freebsd.org/changeset/base/185641
Log:
Add an easier example.
Reviewed by: trasz
Modified:
head/lib/libc/string/strsep.3
Modified: head/lib/libc/string/strsep.3
=
Author: raj
Date: Fri Dec 5 15:31:51 2008
New Revision: 185640
URL: http://svn.freebsd.org/changeset/base/185640
Log:
Avoid confusion and adjust link address range of Marvell Orion kernel so it is
the same as for Kirkwood and Discovery.
Modified:
head/sys/arm/mv/orion/std.db88f5xxx
Modifi
Author: raj
Date: Fri Dec 5 15:27:28 2008
New Revision: 185639
URL: http://svn.freebsd.org/changeset/base/185639
Log:
Fix configuration of the PCI bridge. This got omitted in the initial import of
this code.
Modified:
head/sys/arm/mv/mv_pci.c
Modified: head/sys/arm/mv/mv_pci.c
===
Author: glebius
Date: Fri Dec 5 14:37:14 2008
New Revision: 185636
URL: http://svn.freebsd.org/changeset/base/185636
Log:
In a case of CARP status change run through the if_link_state_change()
routine, so that devd(8) and others are notified about link state change.
Modified:
head/sys/neti
Author: jhb
Date: Fri Dec 5 13:40:25 2008
New Revision: 185635
URL: http://svn.freebsd.org/changeset/base/185635
Log:
- Invoke MOD_QUIESCE on all modules in a linker file (kld) before
unloading any modules. As a result, if any module veto's an unload
request via MOD_QUIESCE, the entire
Author: kib
Date: Fri Dec 5 11:34:36 2008
New Revision: 185634
URL: http://svn.freebsd.org/changeset/base/185634
Log:
Improve db_backtrace() for compat ia32 on amd64. 32bit image enters
the kernel via Xint0x80_syscall().
Submitted by: dchagin
MFC after:1 week
Modified:
head/sys/
"Garrett Cooper" <[EMAIL PROTECTED]> writes:
> [...] I honestly think that the tinderbox target should be renamed to
> tinderfarm [...]
Bikeshed. There is already a 'universe' target that does everything
Alfred wants except exit 1 on error. At least one working patch was put
forward (by bz@) to
57 matches
Mail list logo