Author: brian
Date: Wed Jun 2 07:47:29 2010
New Revision: 208728
URL: http://svn.freebsd.org/changeset/base/208728
Log:
Fix stuttering sequences and reverse ranges
PR: 123635
Submitted by: Ulrich Spörlein, uqs at spoerlein dot net
Added:
head/tools/regression/usr.bin/jot/reg
Author: brian
Date: Fri Jun 4 06:56:58 2010
New Revision: 208795
URL: http://svn.freebsd.org/changeset/base/208795
Log:
Explain that setting an absolute day value can fail and that the month should
usually be set first when using -v.
Adjust an example that sets the day to 30 before setti
there be?
I've been doing this locally for 17 years.
--
Brian Somers
Don't _EVER_ lose your sense of humour !
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listi
Author: brian
Date: Sat Jun 19 08:42:29 2010
New Revision: 209329
URL: http://svn.freebsd.org/changeset/base/209329
Log:
Add a missing linefeed
PR: 147337
Submitted by: cyberleo at cyberleo dot net
MFC after:1 week
Modified:
head/sys/dev/agp/agp_nvidia.c
Modified: head
Author: brian
Date: Sat Jun 19 09:21:34 2010
New Revision: 209331
URL: http://svn.freebsd.org/changeset/base/209331
Log:
Remove vestiges of 'slip'.
PR: 145648
Submitted by: alexbestms at wwu dot de and spam at rm-rf dot kiev dot ua
MFC after:1 week
Modified:
head/etc/lo
Author: brian
Date: Sat Jun 19 09:33:11 2010
New Revision: 209332
URL: http://svn.freebsd.org/changeset/base/209332
Log:
Remove an unnecessary cat.
PR: 145447
Submitted by: u at netbeisser dot de
MFC after:1 week
Modified:
head/release/scripts/ports-install.sh
Modified
Author: brian
Date: Sun Jun 20 08:03:06 2010
New Revision: 209361
URL: http://svn.freebsd.org/changeset/base/209361
Log:
Add a missing prototype
PR: 145232
Submitted by: gcooper
MFC after:1 week
Modified:
head/sys/boot/ficl/ficl.h
Modified: head/sys/boot/ficl/ficl.h
==
Author: brian
Date: Sun Jun 20 08:27:03 2010
New Revision: 209362
URL: http://svn.freebsd.org/changeset/base/209362
Log:
Add a -t switch for masking output that's above or below certain thresholds.
This switch makes it a lot easier to locate problem areas when a process
is threatening to con
Author: brian
Date: Sun Jun 20 08:48:30 2010
New Revision: 209363
URL: http://svn.freebsd.org/changeset/base/209363
Log:
Recognise the -l switch with pkill - list kill command(s) used.
PR: 143558
Submitted by: eitanadlerlist at gmail dot com
MFC after:3 weeks
Modified:
Author: brian
Date: Sun Jun 20 09:40:54 2010
New Revision: 209364
URL: http://svn.freebsd.org/changeset/base/209364
Log:
Fix some style(9), although there's a lot more issues here.
Fix some casting errors.
PR: 142384
Submitted by: giffunip at tutopia dot com
Obtained from:
Author: brian
Date: Wed Jul 7 06:06:54 2010
New Revision: 209756
URL: http://svn.freebsd.org/changeset/base/209756
Log:
When dhclient obtains a lease, it runs dhclient-script and expects
it to configure the interface. When the script is complete, dhclient
monitors the routing socket and wi
Author: brian
Date: Mon Jul 12 01:58:46 2010
New Revision: 209924
URL: http://svn.freebsd.org/changeset/base/209924
Log:
Add -l to the synopsis
Submitted by: jhell at dataix dot net
MFC after:3 days
Modified:
head/bin/pkill/pkill.1
Modified: head/bin/pkill/pkill.1
ou mean for human grasping and automated post-processing? The automation
> should have no problems with the whitespace but might with the mailer quoting.
>
> "tags" should mean the part before the ":". Aligning those by making them
> all of the
Author: brian
Date: Fri Jul 23 09:11:47 2010
New Revision: 210407
URL: http://svn.freebsd.org/changeset/base/210407
Log:
Add a -S switch to override the default syslog pid file. This can be useful
if syslogd's -P switch or a syslogd alternative is being used.
MFC after:3 weeks
Modif
Portbuild tests run by: kris, pav, erwin
> Acknowledgements to:fjoe (as SoC 2008 mentor),
> everyone who helped in reviewing and testing
Very nice!!
--
Brian Somers
Don't _EVER_ lose your sense of humour !
signature.asc
Description: PGP signature
Author: brian
Date: Mon Aug 23 05:33:31 2010
New Revision: 211684
URL: http://svn.freebsd.org/changeset/base/211684
Log:
uio_resid isn't updated by VOP_READDIR for nfs filesystems. Use
the uio_offset adjustment instead to calculate a correct *len.
Without this change, we run off the end
echo $f; f;
done'
good
$ sh -c 'f() { break; echo no break; }; for f in good bad; do echo $f; f; done'
good
$ bash -c 'f() { break; echo no break; }; f'
bash: line 0: break: only meaningful in a `for', `while', or `until' loop
no break
$ bash -c 'f() {
> .endif
>
> +.if ${MK_BSD_GREP} != "no"
> +_grep= grep
> +.endif
> +
> .if ${MK_CALENDAR} != "no"
> _calendar= calendar
> .endif
> @@ -285,10 +289,6 @@ _calendar= calendar
> _clang= clang
> .endif
>
> -.if ${MK_GNU_GREP} != "yes"
> -_grep= grep
> -.endif
> -
> .if ${MK_HESIOD} != "no"
> _hesinfo=hesinfo
> .endif
>
--
Brian Somers
Don't _EVER_ lose your sense of humour !
signature.asc
Description: PGP signature
and
> continue, and bash even sets $? to 0 despite printing a warning. If this
> error is so important as to need an error message I think should abort
> the shell as well (via error(), so that "command break" will avoid
> aborting).
>
On Mon, 23 Aug 2010 13:28:58 +0300 Kostik Belousov wrote:
> On Mon, Aug 23, 2010 at 05:33:31AM +0000, Brian Somers wrote:
> > Author: brian
> > Date: Mon Aug 23 05:33:31 2010
> > New Revision: 211684
> > URL: http://svn.freebsd.org/changeset/base/211684
> >
>
On Wed, 25 Aug 2010 02:46:51 -0700 Brian Somers wrote:
> On Mon, 23 Aug 2010 13:28:58 +0300 Kostik Belousov
> wrote:
> > On Mon, Aug 23, 2010 at 05:33:31AM +, Brian Somers wrote:
> > > Author: brian
> > > Date: Mon Aug 23 05:33:31 2010
> > &g
Author: brian
Date: Wed Aug 25 18:09:51 2010
New Revision: 211818
URL: http://svn.freebsd.org/changeset/base/211818
Log:
If we read zero bytes from the directory, early out with ENOENT
rather than forging ahead and interpreting garbage buffer content
and dirent structures.
This change b
Author: brian
Date: Fri Aug 27 08:54:40 2010
New Revision: 211864
URL: http://svn.freebsd.org/changeset/base/211864
Log:
Fix an off-by-one error where we try to split a path name that's
more than 100 characters long and the 101th last character is a
'/'.
MFC after:3 weeks
Modified:
Author: brian
Date: Sun Aug 29 11:56:56 2010
New Revision: 211963
URL: http://svn.freebsd.org/changeset/base/211963
Log:
Correct an out-by-one error when earlying out ustar filenames that
are too long. Filenames escaping this test are caught later on,
so the bug doesn't cause any breakage.
Author: brian
Date: Sun Aug 29 12:14:53 2010
New Revision: 211964
URL: http://svn.freebsd.org/changeset/base/211964
Log:
Add a Makefile for tools/regression/bin and support 'all' in
pax/Makefile.
MFC after:3 weeks
Added:
head/tools/regression/bin/Makefile (contents, props changed
Author: brian
Date: Sun Aug 29 12:17:16 2010
New Revision: 211965
URL: http://svn.freebsd.org/changeset/base/211965
Log:
Touch the man page date after updating the ustar limitations.
MFC after:3 weeks
Modified:
head/bin/pax/pax.1
Modified: head/bin/pax/pax.1
Author: brian
Date: Mon Sep 6 04:15:49 2010
New Revision: 212247
URL: http://svn.freebsd.org/changeset/base/212247
Log:
Handle geli-encrypted root disk devices.
MFC after:2 weeks
Modified:
head/sbin/fdisk/fdisk.c
Modified: head/sbin/fdisk/fdisk.c
===
On Mon, 6 Sep 2010 08:41:42 +0200 Pawel Jakub Dawidek wrote:
> On Mon, Sep 06, 2010 at 04:15:49AM +0000, Brian Somers wrote:
> > Author: brian
> > Date: Mon Sep 6 04:15:49 2010
> > New Revision: 212247
> > URL: http://svn.freebsd.org/changeset/base/212247
>
Author: brian
Date: Mon Sep 6 09:59:10 2010
New Revision: 212253
URL: http://svn.freebsd.org/changeset/base/212253
Log:
Document dhclient-enter-hooks and dhclient-exit-hooks and mention
how to configure dhclient to clear the interface of IP numbers prior
to configuring it.
PR:
Author: brian
Date: Thu Sep 16 08:16:53 2010
New Revision: 212724
URL: http://svn.freebsd.org/changeset/base/212724
Log:
Add support for identifying a journaled root filesystem.
Fix support for identifying the given /dev/vinum/root example.
MFC after:3 weeks
Modified:
head/sbin/fdi
;wk_state & IOWAITING;
> wk->wk_state &= ~(IOSTARTED | IOWAITING);
> wk->wk_state |= COMPLETE;
> - KASSERT(i < jseg->js_cnt,
> + KASSERT(i++ < jseg->js_cnt,
> ("handle_written_
Author: brian
Date: Sun Sep 19 08:18:56 2010
New Revision: 212839
URL: http://svn.freebsd.org/changeset/base/212839
Log:
Revise r197763 which fixes filesystem corruption when extending
into un-zeroed storage.
The original patch was questioned by Kirk as it forces the filesystem
to do ex
Author: brian
Date: Sun Sep 19 10:45:53 2010
New Revision: 212845
URL: http://svn.freebsd.org/changeset/base/212845
Log:
Support attaching version 4 metadata
Reviewed by: pjd
Modified:
head/sys/geom/eli/g_eli.h
Modified: head/sys/geom/eli/g_eli.h
===
Author: brian
Date: Mon Sep 20 22:04:59 2010
New Revision: 212934
URL: http://svn.freebsd.org/changeset/base/212934
Log:
Add a geli resize subcommand to resize encrypted filesystems prior
to growing the filesystem.
Refuse to attach providers where the metadata provider size is
wrong. T
casting ok in newfs/mkfs.c:
dp1 = (struct ufs1_dinode *)(&iobuf[start]);
and not ok in growfs/growfs.c r212885:
dp1 = (struct ufs1_dinode *)iobuf;
or is it just ignored because WARNS is 3 for newfs and is defaulted to 6 for
growfs?
--
Brian Somers
On Fri, 24 Sep 2010 12:20:25 -0700 Kirk McKusick wrote:
> > Date: Thu, 16 Sep 2010 20:10:38 -0700
> > From: Doug Barton
> > To: "Carlos A. M. dos Santos"
> > CC: Brian Somers , Kirk McKusick ,
> > svn-src-head@FreeBSD.org, svn-src-...@freebsd.org
Author: brian
Date: Thu Nov 25 21:51:43 2010
New Revision: 215843
URL: http://svn.freebsd.org/changeset/base/215843
Log:
Don't zero 'Info' after setting it up in the ASR_IOCTL_COMPAT case.
MFC after:2 days
Modified:
head/sys/dev/asr/asr.c
Modified: head/sys/dev/asr/asr.c
===
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: brian
Date: Mon Feb 7 11:18:18 2011
New Revision: 218397
URL: http://svn.freebsd.org/changeset/base/218397
Log:
Add "iface name" and "iface description" commands.
PR: 151400
Submitted by: Aragon Gouveia - aragon at phat dot za dot net with minor fixes
MFC after:3
Jun 2 23:25:27 2013(r251278, copy
source)
+++ head/usr.sbin/ppp/ppp.8 Sun Jun 2 23:56:38 2013(r251279)
@@ -1,5 +1,3 @@
-changequote({,})dnl
-changecom(,)dnl
.\"
.\" Copyright (c) 2001 Brian Somers
.\" All rights reserved.
@@ -65,10 +63,9 @@ This allows
Author: brian
Date: Thu Oct 25 08:37:08 2012
New Revision: 242074
URL: http://svn.freebsd.org/changeset/base/242074
Log:
Enable "accept_rtadvd" on interfaces running rtadvd.
Without this, rtadvd runs but never advertises a default (IPv6) route.
MFC after:1 week
Modified:
head/et
On Thu, Oct 25, 2012 at 09:00:07PM +0900, Hiroki Sato wrote:
> Dimitry Andric wrote
> in <50892486.9030...@freebsd.org>:
>
> di> On 2012-10-25 10:37, Brian Somers wrote:
> di> ...
> di> > URL: http://svn.freebsd.org/changeset/base/242074
> di> >
On Fri, Oct 26, 2012 at 03:52:15AM +0900, Hiroki Sato wrote:
> Brian Somers wrote
> in <20121025171827.ga59...@thong.lan.awfulhak.org>:
>
> br> After upgrading from 8-STABLE to 9-STABLE on Monday, IPv6 routing
> br> advertisments were broken. Disabling accept (enabl
On Sat, Oct 27, 2012 at 03:57:07PM +0900, Hiroki Sato wrote:
> Brian Somers wrote
> in <20121026235044.ga77...@thong.lan.awfulhak.org>:
>
> br> When I reboot and don't use -accept_rtadv (and leave
> br> net.inet6.ip6.accept_rtadv set to zero), I repeatedly see
help.
It might be worth asking re@ if the above patch can be squeezed
into 9.1 before the release?
I'm also ok with backing the original /etc/rc.d/rtadvd change out
if you prefer?
Thanks again.
--
Brian Somers
Don't _EVER_ lose your sense of humour !
pgphKKP6HjQVc.pgp
Description: PGP signature
Author: brian
Date: Mon Jul 30 07:13:06 2012
New Revision: 238896
URL: http://svn.freebsd.org/changeset/base/238896
Log:
Add d, p and r switches for recording script sessions with timing data
and playing sessions back with or without time delays.
PR: 114465
Submitted by: ighig
Author: brian
Date: Mon Jul 30 08:06:00 2012
New Revision: 238897
URL: http://svn.freebsd.org/changeset/base/238897
Log:
Mention when -d, -p and -r first hit FreeBSD.
Bump the document date to when the change was made (rather than when the PR
was submitted).
Suggested by: pluknet
Mo
47 matches
Mail list logo