Author: dougb
Date: Tue Dec 29 07:19:52 2009
New Revision: 201174
URL: http://svn.freebsd.org/changeset/base/201174
Log:
MFC r200448:
[Deletion of command= not merged, prerequisite was intentionally
not merged]
Rename named_precmd to named_prestart to make it more clear and match
c
Author: dougb
Date: Tue Dec 29 07:13:17 2009
New Revision: 201173
URL: http://svn.freebsd.org/changeset/base/201173
Log:
MFC r200448:
Since the change to rc.subr in r198162 it's not necessary to specify
command in the rc.d script if we have a corresponding ${name}_program
entry, which w
Author: dougb
Date: Tue Dec 29 07:08:48 2009
New Revision: 201172
URL: http://svn.freebsd.org/changeset/base/201172
Log:
MFC r200448:
Since the change to rc.subr in r198162 it's not necessary to specify
command in the rc.d script if we have a corresponding ${name}_program
entry, which w
Author: kientzle
Date: Tue Dec 29 06:39:07 2009
New Revision: 201171
URL: http://svn.freebsd.org/changeset/base/201171
Log:
Rationalize the support for cryptographic hashes.
Added:
head/lib/libarchive/archive_hash.h (contents, props changed)
Modified:
head/lib/libarchive/archive_write_set
Author: kientzle
Date: Tue Dec 29 06:34:23 2009
New Revision: 201170
URL: http://svn.freebsd.org/changeset/base/201170
Log:
Essentially eliminate problems with false hardlinks in POSIX cpio
archives by generating synthetic ino values and mapping values
from disk into the new values.
Modifie
Author: kientzle
Date: Tue Dec 29 06:27:19 2009
New Revision: 201169
URL: http://svn.freebsd.org/changeset/base/201169
Log:
Clear extraneous error messages.
Modified:
head/lib/libarchive/archive_read_support_compression_all.c
Modified: head/lib/libarchive/archive_read_support_compression_all
Author: kientzle
Date: Tue Dec 29 06:15:32 2009
New Revision: 201168
URL: http://svn.freebsd.org/changeset/base/201168
Log:
Zip write support for libarchive.
The initial implementation was developed by Anselm Strauss as part of
Google Summer of Code 2008, then completed by Joerg Sonnenber
Author: kientzle
Date: Tue Dec 29 06:06:20 2009
New Revision: 201167
URL: http://svn.freebsd.org/changeset/base/201167
Log:
If we're linking against liblzma, allow the decompressor to use up to
1<<30 bytes of memory, which is required for some streams.
Also, try to make the taster more di
Author: kientzle
Date: Tue Dec 29 05:58:40 2009
New Revision: 201166
URL: http://svn.freebsd.org/changeset/base/201166
Log:
ar only needs to support ar format.
Modified:
head/usr.bin/ar/acpyacc.y
head/usr.bin/ar/read.c
Modified: head/usr.bin/ar/acpyacc.y
===
Author: kientzle
Date: Tue Dec 29 05:52:13 2009
New Revision: 201165
URL: http://svn.freebsd.org/changeset/base/201165
Log:
Minor style fixes plus a fix for an obscure crash on certain malformed
mtree files.
Modified:
head/lib/libarchive/archive_read_support_format_mtree.c
Modified: head/l
Author: dougb
Date: Tue Dec 29 05:51:24 2009
New Revision: 201164
URL: http://svn.freebsd.org/changeset/base/201164
Log:
MFC r200594:
Add INCLUDE_CONFIG_FILE, and a note in comments about how to also
include the comments with CONFIGARGS
Modified:
stable/7/sys/amd64/conf/DEFAULTS
stab
Author: kientzle
Date: Tue Dec 29 05:50:34 2009
New Revision: 201163
URL: http://svn.freebsd.org/changeset/base/201163
Log:
Be a little more skeptical of dev/ino matches when reading cpio files.
This eliminates some false-positives in the hardlink detection logic.
Modified:
head/lib/libarch
Author: kientzle
Date: Tue Dec 29 05:47:46 2009
New Revision: 201162
URL: http://svn.freebsd.org/changeset/base/201162
Log:
Style and portability fixes for pax writer. Mostly very routine, except for:
* Use ino64 where appropriate
* Don't pass atime or nsec to ustar formatter
Modified:
Author: kientzle
Date: Tue Dec 29 05:44:39 2009
New Revision: 201161
URL: http://svn.freebsd.org/changeset/base/201161
Log:
Style fixes to tar reader:
For portability, prefer int64_t to off_t.
Improve numeric overflow handling when parsing.
Fix some variable types.
Eliminate some
Author: kientzle
Date: Tue Dec 29 05:41:57 2009
New Revision: 201160
URL: http://svn.freebsd.org/changeset/base/201160
Log:
Various style fixes to the 'newc' cpio writer:
* Warn about truncation of ino
* Use a macro to hide the somewhat obscure pad-to-multiple-of-4 calculation
* Elimina
Author: kientzle
Date: Tue Dec 29 05:35:40 2009
New Revision: 201159
URL: http://svn.freebsd.org/changeset/base/201159
Log:
Various fixes when creating objects on disk:
* Write xattrs last instead of first (required on platforms that use
system xattrs for security attributes)
* Better
Author: dougb
Date: Tue Dec 29 05:35:25 2009
New Revision: 201158
URL: http://svn.freebsd.org/changeset/base/201158
Log:
MFC r200594:
Add INCLUDE_CONFIG_FILE, and a note in comments about how to also
include the comments with CONFIGARGS
Modified:
stable/8/sys/amd64/conf/DEFAULTS
stab
Author: kientzle
Date: Tue Dec 29 05:30:23 2009
New Revision: 201157
URL: http://svn.freebsd.org/changeset/base/201157
Log:
Catch decompression failures earlier. In particular, this gives
immediate feedback if we fail to fork an external decompression program.
Modified:
head/lib/libarchive
Author: kientzle
Date: Tue Dec 29 05:28:28 2009
New Revision: 201156
URL: http://svn.freebsd.org/changeset/base/201156
Log:
Various style and portability fixes, including:
* Enforce option interface can only be used before the archive is opened
* Correctly handle large skips on platforms w
Author: kientzle
Date: Tue Dec 29 05:20:12 2009
New Revision: 201155
URL: http://svn.freebsd.org/changeset/base/201155
Log:
64-bit ino support and discourage bad use of this header.
Modified:
head/lib/libarchive/archive_write_private.h
Modified: head/lib/libarchive/archive_write_private.h
==
M. Warner Losh wrote:
> In message: <4b3129cd.20...@freebsd.org>
> Doug Barton writes:
> : M. Warner Losh wrote:
> : > We really need newer binutils in the tree.
> : >
> : > And we need a way to compiler gplv3 binutils into the system for folks
> : > that can do that without consequen
Ruslan Ermilov wrote:
> If you take GNU binutils/compiler from ports, I think we can already
> do this, and without any changes to the build architecture. It's
> just a matter of defining several make(1) variables, like CC, CXX,
> CPP, LD, AS, NM, AR, specifying full paths of the desired binaries,
Author: nyan
Date: Tue Dec 29 04:34:39 2009
New Revision: 201154
URL: http://svn.freebsd.org/changeset/base/201154
Log:
MFC: revision 200776
Move cursor position after putting a character.
Modified:
stable/6/sys/boot/pc98/kgzldr/crt.s
Directory Properties:
stable/6/sys/ (props chan
Author: nyan
Date: Tue Dec 29 04:29:38 2009
New Revision: 201153
URL: http://svn.freebsd.org/changeset/base/201153
Log:
MFC: revision 200776
Move cursor position after putting a character.
Modified:
stable/7/sys/boot/pc98/kgzldr/crt.s
Directory Properties:
stable/7/sys/ (props chan
Author: nyan
Date: Tue Dec 29 04:23:46 2009
New Revision: 201152
URL: http://svn.freebsd.org/changeset/base/201152
Log:
MFC: revision 200776
Move cursor position after putting a character.
Modified:
stable/8/sys/boot/pc98/kgzldr/crt.s
Directory Properties:
stable/8/sys/ (props chan
Author: jkoshy
Date: Tue Dec 29 02:35:50 2009
New Revision: 201151
URL: http://svn.freebsd.org/changeset/base/201151
Log:
Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().
Reviewed by: kib
Modified:
head/sys/dev/hwpmc/hwpmc_mod.c
Modified: head/sys/dev/hwpmc/hwpmc_mod.c
==
Author: luigi
Date: Tue Dec 29 00:02:57 2009
New Revision: 201150
URL: http://svn.freebsd.org/changeset/base/201150
Log:
we really need htonl() here, see the comment a few lines above in the code.
Modified:
head/sys/netinet/ipfw/ip_fw2.c
Modified: head/sys/netinet/ipfw/ip_fw2.c
=
Author: ed
Date: Mon Dec 28 23:12:55 2009
New Revision: 201149
URL: http://svn.freebsd.org/changeset/base/201149
Log:
Use ANSI declarations instead of K&R.
Modified:
head/sys/sys/file.h
Modified: head/sys/sys/file.h
Author: ed
Date: Mon Dec 28 23:12:12 2009
New Revision: 201148
URL: http://svn.freebsd.org/changeset/base/201148
Log:
Don't forget to use `void' for sched_balance(). It has no arguments.
Modified:
head/sys/kern/sched_ule.c
Modified: head/sys/kern/sched_ule.c
=
Author: ed
Date: Mon Dec 28 23:01:24 2009
New Revision: 201146
URL: http://svn.freebsd.org/changeset/base/201146
Log:
Perform cleanups to rpc.rusersd:
- Perform whitespace fixes. Use tabs instead of 8 spaces.
- Make it build at WARNS=6.
Modified:
head/libexec/rpc.rusersd/Makefile
hea
Author: antoine
Date: Mon Dec 28 22:56:30 2009
New Revision: 201145
URL: http://svn.freebsd.org/changeset/base/201145
Log:
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
Fix some wrong usages.
Note: this does not affect generated binaries as this argument is not used.
PR:
On 2009/12/28 14:15, Xin LI wrote:
Author: delphij
Date: Mon Dec 28 22:15:11 2009
New Revision: 201143
URL: http://svn.freebsd.org/changeset/base/201143
Log:
Apply OpenSolaris revision 8012 which brings our zpool to version 14,
Sorry but this should read:
>Apply OpenSolaris revision *80
Luigi Rizzo writes:
Hello,
> does it give a warning or an error ? I tried a buildkernel (i386) and
> also a picobsd build and neither give any warning.
Warning treated as error, bz@'commit fixes -current build.
--
Excusez-moi pour ce message perso mais y'a urgence.
Régis X de Chambéry et Th
Author: delphij
Date: Mon Dec 28 22:15:11 2009
New Revision: 201143
URL: http://svn.freebsd.org/changeset/base/201143
Log:
Apply OpenSolaris revision 8012 which brings our zpool to version 14,
making it possible for zpools created on OpenSolaris 2009.06 be used
on FreeBSD.
PR:
Author: trasz
Date: Mon Dec 28 22:14:49 2009
New Revision: 201142
URL: http://svn.freebsd.org/changeset/base/201142
Log:
The net/if_slvar.h header is long gone.
Modified:
head/share/man/man4/ifmib.4
Modified: head/share/man/man4/ifmib.4
===
On Mon, Dec 28, 2009 at 11:01:44PM +0100, Luigi Rizzo wrote:
> On Mon, Dec 28, 2009 at 09:14:19PM +, Bjoern A. Zeeb wrote:
> > Author: bz
> > Date: Mon Dec 28 21:14:18 2009
> > New Revision: 201141
> > URL: http://svn.freebsd.org/changeset/base/201141
> >
> > Log:
> > Make the compiler happy
On Mon, Dec 28, 2009 at 09:14:19PM +, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Mon Dec 28 21:14:18 2009
> New Revision: 201141
> URL: http://svn.freebsd.org/changeset/base/201141
>
> Log:
> Make the compiler happy after r201125:
> - + remove two unnecessary initializations in ip_output;
Author: bz
Date: Mon Dec 28 21:14:18 2009
New Revision: 201141
URL: http://svn.freebsd.org/changeset/base/201141
Log:
Make the compiler happy after r201125:
- + remove two unnecessary initializations in ip_output;
+ + remove one unnecessary initializations in ip_output;
Modified:
head/sys
On 28/12/2009 20:08, Alexander Motin wrote:
Author: mav
Date: Mon Dec 28 20:08:01 2009
New Revision: 201139
URL: http://svn.freebsd.org/changeset/base/201139
Log:
Add BIO_DELETE support to ada(4):
- For SSDs use TRIM feature of DATA SET MANAGEMENT command, as defined by
ACS-2 specificat
Author: ed
Date: Mon Dec 28 20:54:34 2009
New Revision: 201140
URL: http://svn.freebsd.org/changeset/base/201140
Log:
Migrate finger(1) away from .
Unfortunately it also uses lastlog, which means we must resort to local
extensions of the utmpx-interface. Because the user name and TTY name
Author: mav
Date: Mon Dec 28 20:08:01 2009
New Revision: 201139
URL: http://svn.freebsd.org/changeset/base/201139
Log:
Add BIO_DELETE support to ada(4):
- For SSDs use TRIM feature of DATA SET MANAGEMENT command, as defined by
ACS-2 specification working draft.
- For CompactFlash use CFA E
On Mon, Dec 28, 2009 at 01:57:04PM -0500, John Baldwin wrote:
> On Wednesday 11 November 2009 2:13:40 pm Jack F Vogel wrote:
> > Author: jfv
> > Date: Wed Nov 11 19:13:40 2009
> > New Revision: 199192
> > URL: http://svn.freebsd.org/changeset/base/199192
> >
> > Log:
> > With an i386 kernel the
On Wednesday 11 November 2009 2:13:40 pm Jack F Vogel wrote:
> Author: jfv
> Date: Wed Nov 11 19:13:40 2009
> New Revision: 199192
> URL: http://svn.freebsd.org/changeset/base/199192
>
> Log:
> With an i386 kernel the igb driver can cause a
> page fault panic on initialization due to a large
>
Author: gibbs
Date: Mon Dec 28 18:59:13 2009
New Revision: 201138
URL: http://svn.freebsd.org/changeset/base/201138
Log:
Correct alignment and boundary constraints in blkfront's bus dma tag. The
blkif interface in Xen requires all I/O to be 512 byte aligned with each
segment bounded by a 4k
Author: delphij
Date: Mon Dec 28 18:51:26 2009
New Revision: 201137
URL: http://svn.freebsd.org/changeset/base/201137
Log:
Grammar fix.
Submitted by: Kenyon Ralph
MFC after:1 week
Modified:
head/lib/libexpat/libbsdxml.3
Modified: head/lib/libexpat/libbsdxml.3
Author: delphij
Date: Mon Dec 28 17:57:37 2009
New Revision: 201135
URL: http://svn.freebsd.org/changeset/base/201135
Log:
Make umount(8) WARNS=6 clean:
- Cast delimiter width to integer [1]
- Solve name conflicts against system header
- Constify parameters to avoid qualifier conflict
Author: kib
Date: Mon Dec 28 15:35:39 2009
New Revision: 201134
URL: http://svn.freebsd.org/changeset/base/201134
Log:
Add a knob to allow reclaim of the directory vnodes that are source of
the namecache records. The reclamation is not enabled by default because
for typical workload it would
Author: bz
Date: Mon Dec 28 15:06:44 2009
New Revision: 201133
URL: http://svn.freebsd.org/changeset/base/201133
Log:
MFC r200995:
Remove an unused global.
Modified:
stable/6/sys/kern/kern_proc.c
Directory Properties:
stable/6/sys/ (props changed)
stable/6/sys/contrib/pf/ (prop
Author: bz
Date: Mon Dec 28 14:55:31 2009
New Revision: 201132
URL: http://svn.freebsd.org/changeset/base/201132
Log:
MFC rr200995:
Remove an unused global.
Modified:
stable/7/sys/kern/kern_proc.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opens
Author: luigi
Date: Mon Dec 28 14:48:32 2009
New Revision: 201131
URL: http://svn.freebsd.org/changeset/base/201131
Log:
introduce a local variable rte acting as a cache of ro->ro_rt
within ip_output, achieving (in random order of importance):
- a reduction of the number of 'r's in the sourc
Author: bz
Date: Mon Dec 28 14:47:25 2009
New Revision: 201130
URL: http://svn.freebsd.org/changeset/base/201130
Log:
MFC r201000:
Remove extra spaces (no functional change).
Modified:
stable/8/sys/kern/kern_rmlock.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sy
Author: bz
Date: Mon Dec 28 14:44:22 2009
New Revision: 201129
URL: http://svn.freebsd.org/changeset/base/201129
Log:
MFC r200995:
Remove an unused global.
Modified:
stable/8/sys/kern/kern_proc.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/
Author: bz
Date: Mon Dec 28 14:40:58 2009
New Revision: 201128
URL: http://svn.freebsd.org/changeset/base/201128
Log:
MFC r200473:
Throughout the network stack we have a few places of
if (jailed(cred))
left. If you are running with a vnet (virtual network stack) those will
Author: bz
Date: Mon Dec 28 14:39:21 2009
New Revision: 201127
URL: http://svn.freebsd.org/changeset/base/201127
Log:
MFC r200471, r201044:
Add a few more V_hacks to nfsclient to allow machines with a VIMAGE
kernel to boot from NFS. [1]
Note: this is not a full virtualization o
Author: marius
Date: Mon Dec 28 14:16:40 2009
New Revision: 201126
URL: http://svn.freebsd.org/changeset/base/201126
Log:
Account for firmware versions which include the CDMA interrupts in
the OFW device tree.
MFC after:3 days
Modified:
head/sys/sparc64/pci/schizo.c
Modified: head
Author: luigi
Date: Mon Dec 28 14:09:46 2009
New Revision: 201125
URL: http://svn.freebsd.org/changeset/base/201125
Log:
+ remove an unused #define print_ip;
+ remove two unnecessary initializations in ip_output;
+ localize 'len';
+ introduce a temporary variable n to count the number of f
On Mon, Dec 28, 2009 at 8:48 AM, Luigi Rizzo wrote:
> Author: luigi
> Date: Mon Dec 28 10:48:01 2009
> New Revision: 201123
> URL: http://svn.freebsd.org/changeset/base/201123
>
> Log:
> this file is also affected by the ipfw changes
>
> Modified:
> head/lib/libnetgraph/debug.c
>
> Modified: hea
Author: luigi
Date: Mon Dec 28 12:29:13 2009
New Revision: 201124
URL: http://svn.freebsd.org/changeset/base/201124
Log:
bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects
to find it there. Unfortunately this reintroduces the dependency
on ip_fw_pfil.c
Modified:
head/lib/l
Author: luigi
Date: Mon Dec 28 10:48:01 2009
New Revision: 201123
URL: http://svn.freebsd.org/changeset/base/201123
Log:
this file is also affected by the ipfw changes
Modified:
head/lib/libnetgraph/debug.c
Modified: head/lib/libnetgraph/debug.c
==
Author: luigi
Date: Mon Dec 28 10:47:04 2009
New Revision: 201122
URL: http://svn.freebsd.org/changeset/base/201122
Log:
bring in several cleanups tested in ipfw3-head branch, namely:
r201011
- move most of ng_ipfw.h into ip_fw_private.h, as this code is
ipfw-specific. This removes a
Author: luigi
Date: Mon Dec 28 10:19:53 2009
New Revision: 201121
URL: http://svn.freebsd.org/changeset/base/201121
Log:
readability fixes -- add braces on large blocks, remove unnecessary
initializations
Modified:
head/sys/netinet/ipfw/ip_dummynet.c
Modified: head/sys/netinet/ipfw/ip_dumm
Author: luigi
Date: Mon Dec 28 10:12:35 2009
New Revision: 201120
URL: http://svn.freebsd.org/changeset/base/201120
Log:
explain details of operation of table lookups, and improve portability
Modified:
head/sys/netinet/ipfw/ip_fw_table.c
Modified: head/sys/netinet/ipfw/ip_fw_table.c
Author: trasz
Date: Mon Dec 28 09:41:13 2009
New Revision: 201118
URL: http://svn.freebsd.org/changeset/base/201118
Log:
Bump manual page dates.
Modified:
head/share/man/man4/termios.4
head/share/man/man4/tty.4
Modified: head/share/man/man4/termios.4
===
Author: trasz
Date: Mon Dec 28 09:37:33 2009
New Revision: 201117
URL: http://svn.freebsd.org/changeset/base/201117
Log:
Don't refer to pppd(8).
Modified:
head/usr.sbin/ppp/ppp.8.m4
Modified: head/usr.sbin/ppp/ppp.8.m4
=
Author: trasz
Date: Mon Dec 28 09:32:45 2009
New Revision: 201116
URL: http://svn.freebsd.org/changeset/base/201116
Log:
Change u3g(4) and ucom(4) to not refer to pppd(8), which is gone.
Modified:
head/share/man/man4/u3g.4
head/share/man/man4/ucom.4
Modified: head/share/man/man4/u3g.4
Author: trasz
Date: Mon Dec 28 09:28:22 2009
New Revision: 201115
URL: http://svn.freebsd.org/changeset/base/201115
Log:
Line discipline support is gone; update tty(4) manual page to reflect this.
Reviewed by: ed
Modified:
head/share/man/man4/tty.4
Modified: head/share/man/man4/tty.4
=
Author: trasz
Date: Mon Dec 28 09:26:46 2009
New Revision: 201114
URL: http://svn.freebsd.org/changeset/base/201114
Log:
Add references to termios-related stuff.
Modified:
head/share/man/man4/termios.4
Modified: head/share/man/man4/termios.4
==
67 matches
Mail list logo