Author: ru
Date: Tue Oct 3 11:13:25 2017
New Revision: 324236
URL: https://svnweb.freebsd.org/changeset/base/324236
Log:
Fixed description of msg_name/msg_namelen in recvmsg().
Modified:
head/lib/libc/sys/recv.2
Modified: head/lib/libc/sys/recv.2
Author: ru
Date: Thu Mar 26 12:52:21 2015
New Revision: 280688
URL: https://svnweb.freebsd.org/changeset/base/280688
Log:
Corrected descriptions of net.inet.icmp.icmplim and icmplim_output.
Reviewed by: pluknet
Modified:
head/share/man/man4/icmp.4
Modified: head/share/man/man4/icmp.4
=
Author: ru
Date: Wed Dec 18 12:18:17 2013
New Revision: 259548
URL: http://svnweb.freebsd.org/changeset/base/259548
Log:
shm_open(2): Fixed the history information.
While here, sort xrefs.
Reviewed by: jhb
Modified:
head/lib/libc/sys/shm_open.2
Modified: head/lib/libc/sys/shm_open
Author: ru
Date: Fri Mar 1 07:39:14 2013
New Revision: 247534
URL: http://svnweb.freebsd.org/changeset/base/247534
Log:
Fixed documented prototype of kinfo_getproc(3).
Modified:
head/lib/libutil/kinfo_getproc.3
Modified: head/lib/libutil/kinfo_getproc.3
=
Author: ru
Date: Fri Aug 24 06:55:16 2012
New Revision: 239640
URL: http://svn.freebsd.org/changeset/base/239640
Log:
A workaround in r238563 was for makes (notably bmake) without the
internal knowledge that "cd" is a shell's built-in. Such makes
may attempt to exec() "cd" that in turn will
Author: ru
Date: Thu Jul 26 19:18:26 2012
New Revision: 238816
URL: http://svn.freebsd.org/changeset/base/238816
Log:
Synced mdoc(7) with head.
Approved by: re (kib)
Modified:
stable/9/contrib/groff/tmac/doc-common
stable/9/contrib/groff/tmac/doc-syms
stable/9/contrib/groff/tmac/doc
from there.
Local changes should be made to gnu/usr.bin/groff/tmac/mdoc.local and may
also be submitted upstream at your discretion.
Cheers,
--
Ruslan Ermilov
r...@freebsd.org
FreeBSD committer
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
Author: ru
Date: Thu Jul 26 11:12:38 2012
New Revision: 238800
URL: http://svn.freebsd.org/changeset/base/238800
Log:
Pull up vendor changes to mdoc(7).
Modified:
head/contrib/groff/tmac/doc-syms
head/contrib/groff/tmac/doc.tmac
Directory Properties:
head/contrib/groff/ (props changed)
Author: ru
Date: Thu Jul 26 11:10:25 2012
New Revision: 238799
URL: http://svn.freebsd.org/changeset/base/238799
Log:
Backed out r228904, and added libstdthreads support to mdoc(7) to where
it belongs.
Modified:
head/contrib/groff/tmac/doc-syms
head/contrib/groff/tmac/groff_mdoc.man
hea
On Wed, May 30, 2012 at 08:07:38PM -0700, David O'Brien wrote:
> On Wed, May 30, 2012 at 07:34:33AM +0400, Sergey Kandaurov wrote:
> > On 29 May 2012 23:49, David E. O'Brien wrote:
> ...
> > > Modified: head/contrib/groff/tmac/doc-common
> ...
> > > +.ds doc-operating-system-FreeBSD-8.3 � � 8.3
>
Author: ru
Date: Thu Jul 26 10:58:30 2012
New Revision: 238798
URL: http://svn.freebsd.org/changeset/base/238798
Log:
Backed out r236255, and added FreeBSD 9.1 support to mdoc(7) to where
it belongs.
Modified:
head/contrib/groff/tmac/doc-common
head/gnu/usr.bin/groff/tmac/mdoc.local
Modi
Author: ru
Date: Thu Jul 26 10:41:48 2012
New Revision: 238796
URL: http://svn.freebsd.org/changeset/base/238796
Log:
Cherry-pick vendor changes to mdoc:
: 2012-07-17 Ingo Schwarze
:
: [mdoc] Make `Fl' correctly restore fonts.
:
: * tmac/doc.tmac (doc-flag-recursi
.for f in ${STRIPFILES} ${SPECIALFILES}
> ${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
> $f-s ${DESTDIR}${TMACDIR}/$f
>
--
Ruslan Ermilov
r...@freebsd.org
FreeBSD committer
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
Author: ru
Date: Fri Jun 15 09:12:47 2012
New Revision: 237132
URL: http://svn.freebsd.org/changeset/base/237132
Log:
Fixed an example that set IP_ONESBCAST socket option to actually work,
and not return EINVAL.
Modified:
head/share/man/man4/ip.4
Modified: head/share/man/man4/ip.4
Author: ru
Date: Thu Apr 26 09:14:52 2012
New Revision: 234698
URL: http://svn.freebsd.org/changeset/base/234698
Log:
MFC r234697:
Fixed a misspelling of OLD_LIBS in r232671 by pluknet@.
(The patch in the PR 165523 had this spelled correctly.)
Modified:
stable/9/ObsoleteFiles.inc (c
Author: ru
Date: Thu Apr 26 09:07:32 2012
New Revision: 234697
URL: http://svn.freebsd.org/changeset/base/234697
Log:
Fixed a misspelling of OLD_LIBS in r232671 by pluknet@.
(The patch in the PR 165523 had this spelled correctly.)
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFil
Author: ru
Date: Fri Mar 2 14:05:50 2012
New Revision: 232393
URL: http://svn.freebsd.org/changeset/base/232393
Log:
Removed excessive _seekdir() call in closedir(). This saves one lseek()
syscall. Before r5958, seekdir() was called for its side effect of
freeing memory allocated by opend
Author: ru
Date: Fri Mar 2 10:03:38 2012
New Revision: 232385
URL: http://svn.freebsd.org/changeset/base/232385
Log:
Finally removed the stat() and fstat() calls from the opendir() code.
They were made excessive in r205424 by opening with O_DIRECTORY.
Also eliminated the fcntl() call used t
Author: ru
Date: Mon Dec 19 12:51:12 2011
New Revision: 228704
URL: http://svn.freebsd.org/changeset/base/228704
Log:
MFC r228457:
The "inet" keyword in the "ifconfig_IF_aliasN" is mandatory for
IPv4 aliases to work since network.subr@197139.
Approved by: re (bz)
Modified:
releng
Author: ru
Date: Mon Dec 19 12:11:07 2011
New Revision: 228702
URL: http://svn.freebsd.org/changeset/base/228702
Log:
MFC r228457:
The "inet" keyword in the "ifconfig_IF_aliasN" is mandatory for
IPv4 aliases to work since network.subr@197139.
Approved by: re (bz)
Modified:
stable
Author: ru
Date: Sat Dec 17 06:57:35 2011
New Revision: 228620
URL: http://svn.freebsd.org/changeset/base/228620
Log:
Fixed some of markup.
Reviewed by: jhb
Modified:
head/share/man/man9/shm_map.9
Modified: head/share/man/man9/shm_map.9
=
Author: ru
Date: Wed Dec 14 08:35:08 2011
New Revision: 228492
URL: http://svn.freebsd.org/changeset/base/228492
Log:
Clean up includes; the prototype for getosreldate() has moved to
in r183390.
Modified:
head/lib/libc/gen/getosreldate.c
Modified: head/lib/libc/gen/getosreldate.c
Author: ru
Date: Tue Dec 13 08:23:03 2011
New Revision: 228457
URL: http://svn.freebsd.org/changeset/base/228457
Log:
The "inet" keyword in the "ifconfig_IF_aliasN" is mandatory for
IPv4 aliases to work since network.subr@197139.
MFC after:3 days
Modified:
head/share/man/man5/rc.co
Author: ru
Date: Thu Dec 8 13:54:06 2011
New Revision: 228351
URL: http://svn.freebsd.org/changeset/base/228351
Log:
Pull up vendor changes to mdoc(7).
Modified:
head/contrib/groff/tmac/doc-common
head/contrib/groff/tmac/doc-syms
head/contrib/groff/tmac/doc.tmac
head/contrib/groff/tmac
Author: ru
Date: Thu Dec 8 13:45:32 2011
New Revision: 228350
URL: http://svn.freebsd.org/changeset/base/228350
Log:
Cherry-pick vendor changes to mdoc:
: 2011-10-23 Ingo Schwarze
:
: [mdoc] Synchronize string tables with the mandoc(1) utility.
:
: * tmac/doc-com
avoid core dump with delete(ARGV); again, many thanks
+ to ruslan ermilov.
+
+Aug 7, 2011:
+ split(s, a, //) now behaves the same as split(s, a, "")
+
+Jun 12, 2011:
+ /pat/, \n /pat/ {...} is now legal, though bad style to use.
+
+ added checks to new -v code th
Author: ru
Date: Thu Dec 8 09:21:30 2011
New Revision: 228347
URL: http://svn.freebsd.org/changeset/base/228347
Log:
Belatedly tag a 20110810 release.
Added:
vendor/one-true-awk/20110810/
- copied from r228346, vendor/one-true-awk/dist/
___
sv
Author: ru
Date: Wed Dec 7 11:06:18 2011
New Revision: 228318
URL: http://svn.freebsd.org/changeset/base/228318
Log:
The NOTE_COPY should have been named NOTE_FFCOPY from the very
beginning.
Submitted by: Igor Sysoev
Modified:
head/lib/libc/sys/kqueue.2
Modified: head/lib/libc/sys/kq
)
@@ -25,6 +25,10 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+Aug 10, 2011:
+ another fix to avoid core dump with delete(ARGV); again, many thanks
+ to ruslan ermilov.
+
Aug 7, 2011:
split(s, a
August, 1987.
Aug 10, 2011:
- another fix to avoid core dump with -v; again, many thanks
+ another fix to avoid core dump with delete(ARGV); again, many thanks
to ruslan ermilov.
Aug 7, 2011:
___
svn-src-all@freebsd.org mailing
TWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+Aug 10, 2011:
+ another fix to avoid core dump with -v; again, many thanks
+ to ruslan ermilov.
+
Aug 7, 2011:
split(s, a, //) now behaves the same as split
though bad style to use.
+
+ added checks to new -v code that permits -vnospace; thanks to
+ ruslan ermilov for spotting this and providing the patch.
+
+ removed fixed limit on number of open files; thanks to aleksey
+ cheusov and christos zoulos.
+
+ fixed day
Author: ru
Date: Tue Aug 9 12:24:33 2011
New Revision: 224730
URL: http://svn.freebsd.org/changeset/base/224730
Log:
Tag a 20110807 release.
Added:
vendor/one-true-awk/20110807/
- copied from r224729, vendor/one-true-awk/dist/
___
svn-src-all@
pace; thanks to
+ ruslan ermilov for spotting this and providing the patch.
+
+ removed fixed limit on number of open files; thanks to aleksey
+ cheusov and christos zoulos.
+
+ fixed day 1 bug that resurrected deleted elements of ARGV when
+ used as filenames (in lib.c).
+
+
Author: ru
Date: Thu Aug 4 08:50:33 2011
New Revision: 224648
URL: http://svn.freebsd.org/changeset/base/224648
Log:
Clean up markup.
Approved by: re (kib)
Modified:
head/usr.bin/man/man.1
Modified: head/usr.bin/man/man.1
===
On Tue, Jun 21, 2011 at 10:28:03PM +0200, Jilles Tjoelker wrote:
> On Tue, Jun 21, 2011 at 07:34:57PM +0000, Ruslan Ermilov wrote:
> > Author: ru
> > Date: Tue Jun 21 19:34:57 2011
> > New Revision: 223372
> > URL: http://svn.freebsd.org/changeset/base/223372
>
Author: ru
Date: Tue Jun 21 19:34:57 2011
New Revision: 223372
URL: http://svn.freebsd.org/changeset/base/223372
Log:
Make ``realpath'' behave like ``realpath .''.
Modified:
head/bin/realpath/realpath.1
head/bin/realpath/realpath.c
Modified: head/bin/realpath/realpath.1
===
Author: ru
Date: Thu Jun 16 12:28:37 2011
New Revision: 223148
URL: http://svn.freebsd.org/changeset/base/223148
Log:
It's a bit odd, but "make update" in src/ can also update the ports/,
doc/, and now www/ trees, but only using the "cvsup" transport.
When "make update" is run using a tre
Author: ru
Date: Fri Jun 10 06:11:33 2011
New Revision: 222913
URL: http://svn.freebsd.org/changeset/base/222913
Log:
MFC r222647:
Don't pass -o1- to groff(1) by default. If ms(7) formatted document
uses the .RP macro, a separate cover page is created as page 0 which
is not otherwise o
Author: ru
Date: Wed Jun 8 08:22:54 2011
New Revision: 222855
URL: http://svn.freebsd.org/changeset/base/222855
Log:
Sync Groff with what's in HEAD except for not re-enabling ANSI SGR support.
Modified:
stable/8/contrib/groff/src/devices/grohtml/post-html.cpp
stable/8/contrib/groff/src/lib
Author: ru
Date: Wed Jun 8 08:16:32 2011
New Revision: 222854
URL: http://svn.freebsd.org/changeset/base/222854
Log:
Added FreeBSD 8.3.
Modified:
head/gnu/usr.bin/groff/tmac/mdoc.local
Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
=
Author: ru
Date: Wed Jun 8 08:08:42 2011
New Revision: 222852
URL: http://svn.freebsd.org/changeset/base/222852
Log:
Pull up all vendor changes to mdoc(7).
This also replaces the local fix in r219209 that made .Ac emit
ASCII angle quotes with an official fix. In the official fix,
ASCI
Author: ru
Date: Mon Jun 6 12:55:19 2011
New Revision: 222749
URL: http://svn.freebsd.org/changeset/base/222749
Log:
Cherry-pick vendor changes to mdoc:
: 2011-04-08 Michail Vidiassov
:
: mdoc: Update various strings related to Mac OS X and FreeBSD.
:
: * tmac/do
Author: ru
Date: Fri Jun 3 14:34:38 2011
New Revision: 222653
URL: http://svn.freebsd.org/changeset/base/222653
Log:
When MANCOLOR environment variable is set, enable ANSI color escapes
in grotty(1). This makes it possible to view colorized manpages in
color.
When MANPAGER environment
Author: ru
Date: Fri Jun 3 13:45:11 2011
New Revision: 222650
URL: http://svn.freebsd.org/changeset/base/222650
Log:
Don't use col(1) since grotty(1) never outputs reverse line feeds,
and because col(1) mangles ANSI color escapes if enabled. Spaces
to tabs compression is now done by passin
Author: ru
Date: Fri Jun 3 12:02:53 2011
New Revision: 222648
URL: http://svn.freebsd.org/changeset/base/222648
Log:
Re-enable SGR support (ANSI color escapes) in grotty(1) by default.
Our man(1) and bsd.doc.mk still disable it for POLA reasons via the
-c option to grotty(1).
PR:
Author: ru
Date: Fri Jun 3 11:58:17 2011
New Revision: 222647
URL: http://svn.freebsd.org/changeset/base/222647
Log:
Don't pass -o1- to groff(1) by default. If ms(7) formatted document
uses the .RP macro, a separate cover page is created as page 0 which
is not otherwise output. The bug wa
Author: ru
Date: Fri Jun 3 10:39:36 2011
New Revision: 222646
URL: http://svn.freebsd.org/changeset/base/222646
Log:
Generally clean up markup.
Modified:
head/sbin/geom/class/part/gpart.8
Modified: head/sbin/geom/class/part/gpart.8
===
Author: ru
Date: Fri Jun 3 05:56:52 2011
New Revision: 222638
URL: http://svn.freebsd.org/changeset/base/222638
Log:
Trim more when parsing MANCONFIG directive.
Modified:
head/usr.bin/man/man.sh
Modified: head/usr.bin/man/man.sh
==
Author: ru
Date: Fri Jun 3 05:16:54 2011
New Revision: 222636
URL: http://svn.freebsd.org/changeset/base/222636
Log:
Typo.
Modified:
head/usr.bin/man/man.conf.5
Modified: head/usr.bin/man/man.conf.5
==
--- head/usr.
Author: ru
Date: Fri Jun 3 05:16:33 2011
New Revision: 222635
URL: http://svn.freebsd.org/changeset/base/222635
Log:
Added support for the MANWIDTH environment variable:
If set to a numeric value, used as the width manpages should be
displayed. Otherwise, if set to a special value ``tty
Author: ru
Date: Fri May 27 09:50:29 2011
New Revision: 222349
URL: http://svn.freebsd.org/changeset/base/222349
Log:
MFC: r45: Ensure there is a whitespace after a mount point.
PR: 157286
Modified:
stable/8/usr.bin/showmount/showmount.c
Directory Properties:
stable/8/usr
Author: ru
Date: Wed May 25 14:13:53 2011
New Revision: 86
URL: http://svn.freebsd.org/changeset/base/86
Log:
[mdoc] Fixed .Dt call.
Modified:
head/contrib/openbsm/libbsm/audit_submit.3
head/lib/libc/gen/feature_present.3
head/share/man/man4/atrtc.4
head/share/man/man4/attimer.4
Author: ru
Date: Tue May 24 06:56:40 2011
New Revision: 45
URL: http://svn.freebsd.org/changeset/base/45
Log:
Ensure there is a whitespace after a mount point.
PR: 157286
Submitted by: Marcus Reid
MFC after:3 days
Modified:
head/usr.bin/showmount/showmount.c
Mo
Author: ru
Date: Mon May 23 19:59:01 2011
New Revision: 20
URL: http://svn.freebsd.org/changeset/base/20
Log:
BKVASIZE was bumped to 16k more than a decade ago.
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/kern/vfs_bio.c
===
Author: ru
Date: Mon May 23 19:57:12 2011
New Revision: 18
URL: http://svn.freebsd.org/changeset/base/18
Log:
expr -> sh arithmetic expansion
Modified:
head/sys/conf/newvers.sh
Modified: head/sys/conf/newvers.sh
Author: ru
Date: Fri May 20 17:43:38 2011
New Revision: 222141
URL: http://svn.freebsd.org/changeset/base/222141
Log:
MFC: r222019: Document the supported hardware, somewhat.
Modified:
stable/8/share/man/man4/xhci.4
Directory Properties:
stable/8/share/man/man4/ (props changed)
Modified:
Author: ru
Date: Fri May 20 17:40:21 2011
New Revision: 222140
URL: http://svn.freebsd.org/changeset/base/222140
Log:
MFC r222018: Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI
and moved it to .
Modified:
stable/8/sys/dev/pci/pcireg.h
stable/8/sys/dev/usb/controller/xhci_pci.c
s
Author: ru
Date: Fri May 20 17:35:10 2011
New Revision: 222139
URL: http://svn.freebsd.org/changeset/base/222139
Log:
- add missing options and arguments to program's usage()
and sync it with manpage's SYNOPSIS
- generally clean up a manpage's formatting
Reviewed by: edwin
Modifi
Author: ru
Date: Wed May 18 14:02:33 2011
New Revision: 222056
URL: http://svn.freebsd.org/changeset/base/222056
Log:
r221933 vanished support for "nocto" in boot.nfsroot.options loader
tunable; fix it by redoing a merge of r221436.
Modified:
stable/8/sys/nfs/nfs_diskless.c
Modified: stabl
Author: ru
Date: Tue May 17 11:26:59 2011
New Revision: 222019
URL: http://svn.freebsd.org/changeset/base/222019
Log:
Document the supported hardware, somewhat.
Reviewed by: hselasky
MFC after:3 days
Modified:
head/share/man/man4/xhci.4
Modified: head/share/man/man4/xhci.4
==
Author: ru
Date: Tue May 17 11:23:43 2011
New Revision: 222018
URL: http://svn.freebsd.org/changeset/base/222018
Log:
Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved it
to .
Reviewed by: hselasky
MFC after:3 days
Modified:
head/sys/dev/pci/pcireg.h
head/sys/dev
Author: ru
Date: Tue May 17 11:08:15 2011
New Revision: 222017
URL: http://svn.freebsd.org/changeset/base/222017
Log:
Regen for WITH_OFED.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: ru
Date: Tue May 17 11:06:41 2011
New Revision: 222016
URL: http://svn.freebsd.org/changeset/base/222016
Log:
Added description for WITH_OFED.
Added:
head/tools/build/options/WITH_OFED (contents, props changed)
Added: head/tools/build/options/WITH_OFED
=
Author: ru
Date: Tue May 17 10:44:11 2011
New Revision: 222014
URL: http://svn.freebsd.org/changeset/base/222014
Log:
Revert change to "MF" I made in r189767. I bet that at the time of r189767
I checked with http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm
and "MF" was officiall
Author: ru
Date: Fri May 13 09:55:48 2011
New Revision: 221832
URL: http://svn.freebsd.org/changeset/base/221832
Log:
Fixed an embedded shell script.
Reviewed by: sobomax
Modified:
head/usr.bin/mkuzip/mkuzip.c
Modified: head/usr.bin/mkuzip/mkuzip.c
=
Author: ru
Date: Wed May 11 07:39:08 2011
New Revision: 221760
URL: http://svn.freebsd.org/changeset/base/221760
Log:
MFC r221429: In ncl_printf(), call vprintf() instead of printf().
Modified:
stable/8/sys/fs/nfsclient/nfs_clsubs.c
Directory Properties:
stable/8/sys/ (props changed)
Mod
Author: ru
Date: Wed May 11 07:33:06 2011
New Revision: 221759
URL: http://svn.freebsd.org/changeset/base/221759
Log:
MFC r221436:
Implemented a mount option "nocto" that disables cache coherency
checking at open time. It may improve performance for read-only
NFS mounts.
Modified:
s
Author: ru
Date: Tue May 10 13:25:42 2011
New Revision: 221734
URL: http://svn.freebsd.org/changeset/base/221734
Log:
Regen.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
--- he
Author: ru
Date: Tue May 10 13:01:11 2011
New Revision: 221733
URL: http://svn.freebsd.org/changeset/base/221733
Log:
Reassurance for impatient.
Modified:
head/tools/build/options/makeman
Modified: head/tools/build/options/makeman
=
Author: ru
Date: Tue May 10 12:57:39 2011
New Revision: 221732
URL: http://svn.freebsd.org/changeset/base/221732
Log:
Style.
Modified:
head/tools/build/options/makeman
Modified: head/tools/build/options/makeman
==
--
Author: ru
Date: Tue May 10 11:14:40 2011
New Revision: 221730
URL: http://svn.freebsd.org/changeset/base/221730
Log:
- There now exist options that have different defaults depending on
the architecture, reflect this in documentation. For such
options, both WITH_FOO and WITHOUT_FOO desc
Author: ru
Date: Tue May 10 11:06:14 2011
New Revision: 221729
URL: http://svn.freebsd.org/changeset/base/221729
Log:
The Objective C support was removed in r220755.
Submitted by: des
Deleted:
head/tools/build/options/WITHOUT_OBJC
___
svn-src-a
Author: ru
Date: Tue May 10 11:00:40 2011
New Revision: 221728
URL: http://svn.freebsd.org/changeset/base/221728
Log:
Removed unsupported options MK_BINUTILS and MK_GCC that were
silently added in r218936.
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/mk/bsd.own.mk
==
Author: ru
Date: Tue May 10 10:48:43 2011
New Revision: 221726
URL: http://svn.freebsd.org/changeset/base/221726
Log:
Another fallout from r220359: MK_GNU_CPIO was mistakenly re-added
after being removed in r205702. Remove it again.
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/
Author: ru
Date: Tue May 10 05:33:37 2011
New Revision: 221724
URL: http://svn.freebsd.org/changeset/base/221724
Log:
MFC r221373: Properly detect interface's state in the LINK_STATE_UNKNOWN case.
Modified:
stable/8/contrib/bsnmp/snmp_mibII/mibII_interfaces.c
Directory Properties:
stable/8/
Author: ru
Date: Tue May 10 05:30:06 2011
New Revision: 221723
URL: http://svn.freebsd.org/changeset/base/221723
Log:
MFC r221372: Don't call -f option's argument "stdin".
Modified:
stable/8/bin/stty/stty.c
Directory Properties:
stable/8/bin/stty/ (props changed)
Modified: stable/8/bin/s
Author: ru
Date: Fri May 6 19:14:06 2011
New Revision: 221541
URL: http://svn.freebsd.org/changeset/base/221541
Log:
MK_GPIO changed its default; reflect.
Added:
head/tools/build/options/WITHOUT_GPIO
- copied, changed from r221204, head/tools/build/options/WITH_GPIO
Deleted:
head/tool
Author: ru
Date: Fri May 6 19:13:03 2011
New Revision: 221540
URL: http://svn.freebsd.org/changeset/base/221540
Log:
Removed trailing whitespace.
Modified:
head/tools/build/options/WITHOUT_ACCT
head/tools/build/options/WITHOUT_FLOPPY
Modified: head/tools/build/options/WITHOUT_ACCT
===
Author: ru
Date: Fri May 6 19:10:27 2011
New Revision: 221539
URL: http://svn.freebsd.org/changeset/base/221539
Log:
Tidy up formatting.
Modified:
head/tools/build/options/WITHOUT_FDT
Modified: head/tools/build/options/WITHOUT_FDT
well as -f foo arguments.
+ (thanks, ruslan)
+
May 1, 2011:
after advice from todd miller, kevin lo, ruslan ermilov,
and arnold robbins, changed srand() to return the previous
Modified: head/contrib/one-true-awk/main.c
Author: ru
Date: Fri May 6 14:11:01 2011
New Revision: 221531
URL: http://svn.freebsd.org/changeset/base/221531
Log:
Tag a 20110506 release.
Added:
vendor/one-true-awk/20110506/
- copied from r221530, vendor/one-true-awk/dist/
___
svn-src-all@
kevin lo, ruslan ermilov,
and arnold robbins, changed srand() to return the previous
Modified: vendor/one-true-awk/dist/b.c
==
--- vendor/one-true-awk/dist/b.cFri May 6 14:07:34 2011
(r221529)
+++ v
Author: ru
Date: Fri May 6 14:07:34 2011
New Revision: 221529
URL: http://svn.freebsd.org/changeset/base/221529
Log:
Don't track the generated file.
Deleted:
vendor/one-true-awk/dist/proctab.c
___
svn-src-all@freebsd.org mailing list
http://lists.f
Author: ru
Date: Thu May 5 10:17:49 2011
New Revision: 221492
URL: http://svn.freebsd.org/changeset/base/221492
Log:
- Add a forgotten -o to usage().
- Sync usage() with manpage's SYNOPSIS.
Modified:
head/usr.bin/nfsstat/nfsstat.c
Modified: head/usr.bin/nfsstat/nfsstat.c
=
Author: ru
Date: Thu May 5 10:17:08 2011
New Revision: 221491
URL: http://svn.freebsd.org/changeset/base/221491
Log:
[mdoc] remove a hard sentence break.
Modified:
head/usr.bin/nfsstat/nfsstat.1
Modified: head/usr.bin/nfsstat/nfsstat.1
===
Author: ru
Date: Wed May 4 13:27:45 2011
New Revision: 221436
URL: http://svn.freebsd.org/changeset/base/221436
Log:
Implemented a mount option "nocto" that disables cache coherency
checking at open time. It may improve performance for read-only
NFS mounts. Use deliberately.
MFC afte
Author: ru
Date: Wed May 4 11:22:52 2011
New Revision: 221429
URL: http://svn.freebsd.org/changeset/base/221429
Log:
In ncl_printf(), call vprintf() instead of printf().
MFC after:3 days
Modified:
head/sys/fs/nfsclient/nfs_clsubs.c
Modified: head/sys/fs/nfsclient/nfs_clsubs.c
=
Author: ru
Date: Tue May 3 13:34:40 2011
New Revision: 221385
URL: http://svn.freebsd.org/changeset/base/221385
Log:
Fixed the HISTORY section which was copied without editing from aio(4).
Submitted by: Igor Sysoev
Modified:
head/share/man/man4/sem.4
Modified: head/share/man/man4/sem.4
Author: ru
Date: Tue May 3 12:29:03 2011
New Revision: 221383
URL: http://svn.freebsd.org/changeset/base/221383
Log:
Fixed bad format and misorder.
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/calendar.freebsd
=
Author: ru
Date: Tue May 3 12:22:46 2011
New Revision: 221382
URL: http://svn.freebsd.org/changeset/base/221382
Log:
Updated `flags' field description.
Modified:
head/etc/newsyslog.conf
Modified: head/etc/newsyslog.conf
===
was sent to the printers in August, 1987.
+May 1, 2011:
+ after advice from todd miller, kevin lo, ruslan ermilov,
+ and arnold robbins, changed srand() to return the previous
+ seed (which is 1 on the first call of srand). the seed is
+ an Awkfloat internally though
Author: ru
Date: Tue May 3 11:39:00 2011
New Revision: 221380
URL: http://svn.freebsd.org/changeset/base/221380
Log:
Tag a 20110501 release.
Added:
vendor/one-true-awk/20110501/
- copied from r221379, vendor/one-true-awk/dist/
___
svn-src-all@
iller, kevin lo, ruslan ermilov,
+ and arnold robbins, changed srand() to return the previous
+ seed (which is 1 on the first call of srand). the seed is
+ an Awkfloat internally though converted to unsigned int to
+ pass to the library srand(). thanks, everyone.
+
+
Author: ru
Date: Tue May 3 10:11:44 2011
New Revision: 221373
URL: http://svn.freebsd.org/changeset/base/221373
Log:
Properly detect interface's state in the LINK_STATE_UNKNOWN case.
MFC after:1 week
Modified:
head/contrib/bsnmp/snmp_mibII/mibII_interfaces.c
Modified: head/contrib/
Author: ru
Date: Tue May 3 10:08:11 2011
New Revision: 221372
URL: http://svn.freebsd.org/changeset/base/221372
Log:
Don't call -f option's argument "stdin".
MFC after:3 days
Modified:
head/bin/stty/stty.c
Modified: head/bin/stty/stty.c
=
Author: ru
Date: Tue May 3 10:01:08 2011
New Revision: 221371
URL: http://svn.freebsd.org/changeset/base/221371
Log:
MFC r219955: It's possible to unmount multiple items at once, make it clear.
Modified:
stable/8/sbin/umount/umount.8
stable/8/sbin/umount/umount.c
Directory Properties:
st
Author: ru
Date: Tue May 3 09:59:33 2011
New Revision: 221370
URL: http://svn.freebsd.org/changeset/base/221370
Log:
MFC r219958: Discourage from using "cp -r".
Modified:
stable/8/usr.bin/xargs/xargs.1
Directory Properties:
stable/8/usr.bin/xargs/ (props changed)
Modified: stable/8/usr.
Author: ru
Date: Sat Apr 23 05:29:59 2011
New Revision: 220964
URL: http://svn.freebsd.org/changeset/base/220964
Log:
MFC r220882:
Don't clog syslog up with "inet_ntop(): Address family not supported
by protocol family" when processing requests received from the UNIX
domain socket.
Mod
Author: ru
Date: Thu Apr 21 09:34:44 2011
New Revision: 220919
URL: http://svn.freebsd.org/changeset/base/220919
Log:
MFC r220801:
Changed "conscontrol unset" to accept an existing virtual
console device as an argument. Unsetting virtual console
using /dev/console seems to have never w
1 - 100 of 270 matches
Mail list logo