Author: rodrigc
Date: Mon Mar 23 08:33:19 2009
New Revision: 190315
URL: http://svn.freebsd.org/changeset/base/190315
Log:
MFC 183005, 187812:
Add code to parse mount options passed as individual
items of the nmount() iovec.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/cont
Author: maxim
Date: Mon Mar 23 09:00:33 2009
New Revision: 190316
URL: http://svn.freebsd.org/changeset/base/190316
Log:
MFC r175118: when the ms/req fields exceed 1 second, drop the fractions
to fit more digits.
MFC r183665: batch mode.
MFC r189738: fix man page sinopsys; remove BUG secti
Author: phk
Date: Mon Mar 23 11:07:34 2009
New Revision: 190317
URL: http://svn.freebsd.org/changeset/base/190317
Log:
Save (empty) worklist at successful completion
Modified:
head/sbin/recoverdisk/recoverdisk.c
Modified: head/sbin/recoverdisk/recoverdisk.c
==
Author: jamie
Date: Mon Mar 23 12:07:29 2009
New Revision: 190318
URL: http://svn.freebsd.org/changeset/base/190318
Log:
MFC:
r189864:
Default to AF_LOCAL instead of AF_INET sockets for non-family-specific
operations. This allows the query operations to work in non-IPv4 jails,
On Saturday 21 March 2009 5:16:05 pm Craig Rodrigues wrote:
> Author: rodrigc
> Date: Sat Mar 21 21:16:05 2009
> New Revision: 190217
> URL: http://svn.freebsd.org/changeset/base/190217
>
> Log:
> MFC r182460:
>
> Add the ability to run /usr/sbin/crashinfo on a new core dump
automatically
Author: marius
Date: Mon Mar 23 14:36:50 2009
New Revision: 190319
URL: http://svn.freebsd.org/changeset/base/190319
Log:
- Ensure that INTx isn't disabled, as these chips apparently have a
quirk requiring it to be enabled even when using MSI. This makes
the latter work again after r1892
Author: dougb
Date: Mon Mar 23 14:42:41 2009
New Revision: 190320
URL: http://svn.freebsd.org/changeset/base/190320
Log:
Don't tempt svn to expand the example $FreeBSD strings
Modified:
head/usr.sbin/mergemaster/mergemaster.8
head/usr.sbin/mergemaster/mergemaster.sh
Modified: head/usr.sbin
Author: dougb
Date: Mon Mar 23 14:53:21 2009
New Revision: 190321
URL: http://svn.freebsd.org/changeset/base/190321
Log:
MFC 190320, don't expand example $FreeBSD strings
Modified:
stable/7/usr.sbin/mergemaster/ (props changed)
stable/7/usr.sbin/mergemaster/mergemaster.8
stable/7/usr.sb
Author: dougb
Date: Mon Mar 23 14:54:01 2009
New Revision: 190322
URL: http://svn.freebsd.org/changeset/base/190322
Log:
MFC 190320, don't expand example $FreeBSD strings
Modified:
stable/6/usr.sbin/mergemaster/ (props changed)
stable/6/usr.sbin/mergemaster/mergemaster.8
stable/6/usr.sb
On 2009-03-19, Sam Leffler wrote:
> Log:
> MFC makefs: a tool for creating a file system image from a directory tree
FYI, images created with sector size (-S option) other than 512 don't
work on FreeBSD. (PR 131341)
Sector size affects to the value of the fs_fsbtodb super block field.
Looks lik
Author: vanhu
Date: Mon Mar 23 16:20:39 2009
New Revision: 190323
URL: http://svn.freebsd.org/changeset/base/190323
Log:
Fixed comments so it stays in 80 chars by line
with hard tabs of 8 chars
Approved by: gnn(mentor)
Modified:
head/sys/netipsec/key.c
Modified: head/sys/netipsec
Author: delphij
Date: Mon Mar 23 16:49:00 2009
New Revision: 190324
URL: http://svn.freebsd.org/changeset/base/190324
Log:
Support for a new environment variable, LD_ELF_HINTS_PATH for overriding
the rtld hints file. This environment variable would be unset if the
process is considered as t
Author: jhb
Date: Mon Mar 23 17:51:07 2009
New Revision: 190325
URL: http://svn.freebsd.org/changeset/base/190325
Log:
Release driver lock at the end of the watchdog routine instead of trying to
acquire it again.
Submitted by: bland
MFC after:3 days
Modified:
head/sys/dev/my/if_m
Author: jhb
Date: Mon Mar 23 18:04:22 2009
New Revision: 190326
URL: http://svn.freebsd.org/changeset/base/190326
Log:
Merge 187210 to /etc to consolidate mergeinfo.
Modified:
stable/7/etc/ (props changed)
stable/7/etc/periodic/weekly/ (props changed)
___
Author: thompsa
Date: Mon Mar 23 18:13:18 2009
New Revision: 190327
URL: http://svn.freebsd.org/changeset/base/190327
Log:
MFC r189905
Fix checking of the IGNORE_RESIDUE quirk.
Submitted by: marius
Modified:
stable/7/sys/dev/usb/umass.c
Modified: stable/7/sys/dev/usb/umass.c
==
Author: thompsa
Date: Mon Mar 23 19:10:38 2009
New Revision: 190328
URL: http://svn.freebsd.org/changeset/base/190328
Log:
Fix order of debug printf items, addr and config# were swapped.
Modified:
head/sys/dev/usb/usb_device.c
Modified: head/sys/dev/usb/usb_device.c
=
Author: jhb
Date: Mon Mar 23 19:27:23 2009
New Revision: 190329
URL: http://svn.freebsd.org/changeset/base/190329
Log:
Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB to
prevent individual transactions from crossing a 4GB address boundary. Due
to bus_size_t type limita
Author: gnn
Date: Mon Mar 23 19:58:26 2009
New Revision: 190330
URL: http://svn.freebsd.org/changeset/base/190330
Log:
Minor updates to the Chelsio driver, including removing an LOR.
Submitted by: Navdeep Parhar at Chelsio
Reviewed by: gnn
MFC after:3 weeks
Modified:
head/sys/de
Author: jhb
Date: Mon Mar 23 20:18:06 2009
New Revision: 190331
URL: http://svn.freebsd.org/changeset/base/190331
Log:
Improve the description of a few sysctls.
Submitted by: bde (partially)
MFC after:3 days
Modified:
head/sys/kern/subr_param.c
head/sys/kern/vfs_bio.c
Modified:
Author: jhb
Date: Mon Mar 23 20:23:28 2009
New Revision: 190332
URL: http://svn.freebsd.org/changeset/base/190332
Log:
MFC: Move the debug.hashstat sysctl tree under DIAGNOSTIC.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_h
Author: jhb
Date: Mon Mar 23 20:29:54 2009
New Revision: 190333
URL: http://svn.freebsd.org/changeset/base/190333
Log:
MFC: Export the current values of nbuf, ncallout, and nswbuf via read-only
sysctls that match the tunable names.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/co
Author: vanhu
Date: Mon Mar 23 20:37:37 2009
New Revision: 190334
URL: http://svn.freebsd.org/changeset/base/190334
Log:
SAs are valid (but dying) when they reached soft lifetime,
even if they have never been used.
Approved by: gnn(mentor)
Modified:
stable/7/sys/ (props changed)
s
Author: marius
Date: Mon Mar 23 20:53:38 2009
New Revision: 190335
URL: http://svn.freebsd.org/changeset/base/190335
Log:
MFC: r190194
- In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().
- If boot verbose, print asicrev, chiprev and bus type on attach.
- For PCI Express dev
Author: marius
Date: Mon Mar 23 20:53:50 2009
New Revision: 190336
URL: http://svn.freebsd.org/changeset/base/190336
Log:
MFC: r190194
- In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().
- If boot verbose, print asicrev, chiprev and bus type on attach.
- For PCI Express dev
Author: jkim
Date: Mon Mar 23 21:16:21 2009
New Revision: 190337
URL: http://svn.freebsd.org/changeset/base/190337
Log:
Clean up MI inittodr(9) and kill noop code.
It was derived from i386 version long ago but never resync'ed again.
Originally, i386 version compared the current time from
Author: luigi
Date: Mon Mar 23 21:32:03 2009
New Revision: 190338
URL: http://svn.freebsd.org/changeset/base/190338
Log:
MFC: add support for local config files and non-chroot
copy of files from the host filesystem
Modified:
stable/7/release/picobsd/build/picobsd
Modified: stable/7/release
Author: jkim
Date: Mon Mar 23 22:06:09 2009
New Revision: 190339
URL: http://svn.freebsd.org/changeset/base/190339
Log:
Check whether devd is running before calling resume notifier and
reshuffle code to reduce unnecessary locking coverage.
Modified:
head/sys/dev/acpica/acpi.c
Modified: hea
Author: jkim
Date: Mon Mar 23 22:12:33 2009
New Revision: 190340
URL: http://svn.freebsd.org/changeset/base/190340
Log:
Add a function to reset system time after resuming, which will be used
by amd64 shortly. It can be turned off by setting "debug.acpi.reset_clock"
tunable to zero.
Modifie
Author: jkim
Date: Mon Mar 23 22:35:30 2009
New Revision: 190341
URL: http://svn.freebsd.org/changeset/base/190341
Log:
- Clean up suspend/resume code for amd64.
- Call acpi_resync_clock() to reset system time before hardclock is ready
to tick. Note we assume the current timecounter hardwar
Author: delphij
Date: Mon Mar 23 23:22:09 2009
New Revision: 190342
URL: http://svn.freebsd.org/changeset/base/190342
Log:
use more proper format string.
Obtained from:NetBSD via OpenBSD
Modified:
head/lib/libc/db/btree/bt_debug.c
head/lib/libc/db/mpool/mpool.c
Modified: head/
Author: obrien
Date: Mon Mar 23 23:32:20 2009
New Revision: 190343
URL: http://svn.freebsd.org/changeset/base/190343
Log:
MFC: r189721: don't need to set symbol, default value OK
Modified:
stable/7/lib/libelf/Makefile
Modified: stable/7/lib/libelf/Makefile
===
Author: obrien
Date: Tue Mar 24 00:07:17 2009
New Revision: 190345
URL: http://svn.freebsd.org/changeset/base/190345
Log:
MFC:
r187475: Remove inlining of functions that are used mostly in different
object files. This lets use to remove NO_WERROR.
r186558: Consistently use Var_SetG
Author: jmallett
Date: Tue Mar 24 00:08:58 2009
New Revision: 190346
URL: http://svn.freebsd.org/changeset/base/190346
Log:
Remove gratuitous unlock in error case.
Reviewed by: sam
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
=
Author: sam
Date: Tue Mar 24 00:09:35 2009
New Revision: 190347
URL: http://svn.freebsd.org/changeset/base/190347
Log:
fix build w/ AH_DEBUG
Modified:
head/sys/dev/ath/ah_osdep.c
Modified: head/sys/dev/ath/ah_osdep.c
===
Author: delphij
Date: Mon Mar 23 23:43:07 2009
New Revision: 190344
URL: http://svn.freebsd.org/changeset/base/190344
Log:
Save errno before calling _close(), which may clear it.
Obtained from:OpenBSD
Modified:
head/lib/libc/db/btree/bt_open.c
Modified: head/lib/libc/db/btree/bt
Author: obrien
Date: Tue Mar 24 00:30:06 2009
New Revision: 190348
URL: http://svn.freebsd.org/changeset/base/190348
Log:
MFC: r187724 / r187969: unsplit _PATH_SYSPATH & _PATH_STDPATH.
Modified:
stable/7/include/paths.h
Modified: stable/7/include/paths.h
=
Author: obrien
Date: Tue Mar 24 00:34:55 2009
New Revision: 190349
URL: http://svn.freebsd.org/changeset/base/190349
Log:
MFC:
r173412: Cleanup of userland __P use.
r187943: Run with -B and just .POSIX.
r173067: Include for the right prototype for exit(3).
r173065: Set the program name
Author: obrien
Date: Tue Mar 24 00:43:12 2009
New Revision: 190350
URL: http://svn.freebsd.org/changeset/base/190350
Log:
MFC: r187931: Add the '-C' "check clean" flag.
Modified:
stable/7/sbin/fsck/fsck.8
stable/7/sbin/fsck/fsck.c
stable/7/sbin/fsck/fsutil.h
stable/7/sbin/fsck_ffs/fsck.
Author: obrien
Date: Tue Mar 24 00:44:30 2009
New Revision: 190351
URL: http://svn.freebsd.org/changeset/base/190351
Log:
MFC: r187907: For files not named on the command line, only the basename is
compared to the exclude pattern.
Modified:
stable/7/gnu/usr.bin/grep/savedir.c
Modified: sta
Author: obrien
Date: Tue Mar 24 00:46:44 2009
New Revision: 190352
URL: http://svn.freebsd.org/changeset/base/190352
Log:
MFC: r187116: If running with "-K" really do not information about symbols
from the a.out argument.
Modified:
stable/7/usr.bin/gprof/gprof.c
Modified: stable/7/usr.bin/
Author: obrien
Date: Tue Mar 24 01:18:35 2009
New Revision: 190353
URL: http://svn.freebsd.org/changeset/base/190353
Log:
MFC: r187102 / r187107: Update fech URL.
Modified:
stable/7/tools/tools/usb/ (props changed)
stable/7/tools/tools/usb/print-usb-if-vids.sh
Modified: stable/7/tools/to
Author: bms
Date: Tue Mar 24 01:22:12 2009
New Revision: 190354
URL: http://svn.freebsd.org/changeset/base/190354
Log:
Don't call m_freem() after ip_output(), as it always consumes
the mbuf chain provided to it.
Found by: Pierre Guinoiseau
Modified:
head/sys/netinet/igmp.c
Modifie
Author: obrien
Date: Tue Mar 24 01:31:42 2009
New Revision: 190355
URL: http://svn.freebsd.org/changeset/base/190355
Log:
MFC:
r189397: Add a -o mountprog parameter to mount which explicitly allows an
alternative program to be used for mounting a file system.
r187035/r187093/r187130
On Sun, Mar 22, 2009 at 09:54:34AM +0100, Christoph Mallon wrote:
> I'm ok with 80 columns. But at the same time having tab stops every 8
> spaces - I consider this silly.
You may be missing the beauty of KNF's statement continuations. e.g.:
if (foo || bar || baz || other_really_long_va
Author: obrien
Date: Tue Mar 24 01:35:58 2009
New Revision: 190356
URL: http://svn.freebsd.org/changeset/base/190356
Log:
MFC: r186337/r186444/186784: burncd(8) doesn't handle signals and interrupting
burncd during operation. Add signal handling by doing a CDRIOCFLUSH ioctl
to attempt to le
Jung-uk Kim wrote:
Author: jkim
Date: Tue Mar 17 00:48:11 2009
New Revision: 189903
URL: http://svn.freebsd.org/changeset/base/189903
Log:
Initial suspend/resume support for amd64.
This code is heavily inspired by Takanori Watanabe's experimental SMP patch
for i386 and large portion wa
Author: obrien
Date: Tue Mar 24 01:51:42 2009
New Revision: 190357
URL: http://svn.freebsd.org/changeset/base/190357
Log:
MFC: r186581: Sound less scary about errorousous disk geometry.
Modified:
stable/7/gnu/usr.bin/grep/ (props changed)
stable/7/include/ (props changed)
stable/7/lib
Author: obrien
Date: Tue Mar 24 01:54:17 2009
New Revision: 190358
URL: http://svn.freebsd.org/changeset/base/190358
Log:
MFC: 186291: Use strlcpy().
Modified:
stable/7/sbin/mount/ (props changed)
stable/7/sbin/mount/mount_fs.c (contents, props changed)
Modified: stable/7/sbin/mount/mo
Author: obrien
Date: Tue Mar 24 01:56:16 2009
New Revision: 190359
URL: http://svn.freebsd.org/changeset/base/190359
Log:
MFC: r186234/r186236: Use passed parameter rather than a hard coded value.
Bump WARNS to 3.
Modified:
stable/7/usr.sbin/syslogd/ (props changed)
stable/7/usr.sbin/sy
Author: obrien
Date: Tue Mar 24 02:09:48 2009
New Revision: 190360
URL: http://svn.freebsd.org/changeset/base/190360
Log:
MFC: r187964: Fix the inconsistent tabbing.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/amd64/linux32/linux32_sysvec.c
stable/7/sys/contrib/pf/ (props cha
David E. O'Brien wrote:
Author: obrien
Date: Tue Mar 24 01:51:42 2009
New Revision: 190357
URL: http://svn.freebsd.org/changeset/base/190357
Log:
MFC: r186581: Sound less scary about errorousous disk geometry.
Modified:
stable/7/gnu/usr.bin/grep/ (props changed)
stable/7/include/ (pro
Author: obrien
Date: Tue Mar 24 02:28:46 2009
New Revision: 190361
URL: http://svn.freebsd.org/changeset/base/190361
Log:
Revert r190357, in which I was just trying to get the merge info set at
the src level.
(turns out svn+ssh://obr...@svn.freebsd.org/base/head and
svn+ssh://svn.freebsd.o
David E. O'Brien wrote:
Author: obrien
Date: Tue Mar 24 00:07:17 2009
New Revision: 190345
URL: http://svn.freebsd.org/changeset/base/190345
Log:
MFC:
r187475: Remove inlining of functions that are used mostly in different
object files. This lets use to remove NO_WERROR.
r186558:
Author: dougb
Date: Tue Mar 24 02:48:54 2009
New Revision: 190362
URL: http://svn.freebsd.org/changeset/base/190362
Log:
MFC r180564, addition of the SHUTDOWN keyword to those scripts that
start persistent services.
Modified:
stable/7/etc/ (props changed)
stable/7/etc/rc.d/amd
stable/
Author: dougb
Date: Tue Mar 24 02:54:15 2009
New Revision: 190363
URL: http://svn.freebsd.org/changeset/base/190363
Log:
MFC r181114, make sure services and protocols are in the chroot /etc
MFC r188293, improve handling of chroot inside of a jail
Modified:
stable/7/etc/ (props changed)
Author: dougb
Date: Tue Mar 24 02:56:50 2009
New Revision: 190364
URL: http://svn.freebsd.org/changeset/base/190364
Log:
MFC r181113, -c named_flags example and capitalization fix
Modified:
stable/7/etc/ (props changed)
stable/7/etc/defaults/rc.conf
Modified: stable/7/etc/defaults/rc.con
Author: dougb
Date: Tue Mar 24 03:05:41 2009
New Revision: 190365
URL: http://svn.freebsd.org/changeset/base/190365
Log:
MFC r181114, make sure services and protocols are in the chroot /etc
MFC r188293, improve handling of chroot inside of a jail
Modified:
stable/6/etc/ (props changed)
Author: dougb
Date: Tue Mar 24 03:08:09 2009
New Revision: 190366
URL: http://svn.freebsd.org/changeset/base/190366
Log:
MFC r181113, -c named_flags example and capitalization fix
Modified:
stable/6/etc/ (props changed)
stable/6/etc/defaults/rc.conf
Modified: stable/6/etc/defaults/rc.con
Author: weongyo
Date: Tue Mar 24 04:20:17 2009
New Revision: 190367
URL: http://svn.freebsd.org/changeset/base/190367
Log:
set NULL after free to avoid duplicate free.
Tested by:Ganbold
Modified:
head/sys/dev/if_ndis/if_ndis.c
Modified: head/sys/dev/if_ndis/if_ndis.c
==
On Mon, Mar 23, 2009 at 07:25:41PM -0700, Sam Leffler wrote:
> David E. O'Brien wrote:
>> Author: obrien
>> Date: Tue Mar 24 01:51:42 2009
>> New Revision: 190357
>> URL: http://svn.freebsd.org/changeset/base/190357
>>
>> Log:
>> MFC: r186581: Sound less scary about errorousous disk geometry.
..
Author: kensmith
Date: Tue Mar 24 05:05:53 2009
New Revision: 190368
URL: http://svn.freebsd.org/changeset/base/190368
Log:
Enter stable/7 code freeze for the upcoming 7.2-RELEASE. While here
switch 7.0/7.1 entries to match the others.
Approved by: core (implicit)
Modified:
svnadmin/
61 matches
Mail list logo