svn commit: r324236 - head/lib/libc/sys

2017-10-03 Thread Ruslan Ermilov
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

svn commit: r280688 - head/share/man/man4

2015-03-26 Thread Ruslan Ermilov
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 =

svn commit: r259548 - head/lib/libc/sys

2013-12-18 Thread Ruslan Ermilov
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

svn commit: r247534 - head/lib/libutil

2013-02-28 Thread Ruslan Ermilov
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 =

svn commit: r239640 - head/gnu/usr.bin/groff/tmac

2012-08-23 Thread Ruslan Ermilov
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

svn commit: r238816 - in stable/9: contrib/groff/tmac gnu/usr.bin/groff/tmac

2012-07-26 Thread Ruslan Ermilov
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

Re: contrib/groff/tmac

2012-07-26 Thread Ruslan Ermilov
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"

svn commit: r238800 - head/contrib/groff/tmac

2012-07-26 Thread Ruslan Ermilov
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)

svn commit: r238799 - in head: contrib/groff/tmac gnu/usr.bin/groff/tmac

2012-07-26 Thread Ruslan Ermilov
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

Re: svn commit: r236255 - head/contrib/groff/tmac

2012-07-26 Thread Ruslan Ermilov
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 >

svn commit: r238798 - in head: contrib/groff/tmac gnu/usr.bin/groff/tmac

2012-07-26 Thread Ruslan Ermilov
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

svn commit: r238796 - vendor/groff/dist/tmac

2012-07-26 Thread Ruslan Ermilov
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

Re: svn commit: r238563 - head/gnu/usr.bin/groff/tmac

2012-07-26 Thread Ruslan Ermilov
.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"

svn commit: r237132 - head/share/man/man4

2012-06-15 Thread Ruslan Ermilov
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

svn commit: r234698 - stable/9

2012-04-26 Thread Ruslan Ermilov
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

svn commit: r234697 - head

2012-04-26 Thread Ruslan Ermilov
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

svn commit: r232393 - head/lib/libc/gen

2012-03-02 Thread Ruslan Ermilov
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

svn commit: r232385 - head/lib/libc/gen

2012-03-02 Thread Ruslan Ermilov
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

svn commit: r228704 - releng/9.0/share/man/man5

2011-12-19 Thread Ruslan Ermilov
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

svn commit: r228702 - stable/9/share/man/man5

2011-12-19 Thread Ruslan Ermilov
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

svn commit: r228620 - head/share/man/man9

2011-12-16 Thread Ruslan Ermilov
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 =

svn commit: r228492 - head/lib/libc/gen

2011-12-14 Thread Ruslan Ermilov
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

svn commit: r228457 - head/share/man/man5

2011-12-13 Thread Ruslan Ermilov
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

svn commit: r228351 - in head: contrib/groff/tmac gnu/usr.bin/groff/tmac

2011-12-08 Thread Ruslan Ermilov
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

svn commit: r228350 - vendor/groff/dist/tmac

2011-12-08 Thread Ruslan Ermilov
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

svn commit: r228348 - stable/8/contrib/one-true-awk

2011-12-08 Thread Ruslan Ermilov
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

svn commit: r228347 - vendor/one-true-awk/20110810

2011-12-08 Thread Ruslan Ermilov
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

svn commit: r228318 - head/lib/libc/sys

2011-12-07 Thread Ruslan Ermilov
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

svn commit: r224776 - in head: . contrib/one-true-awk

2011-08-11 Thread Ruslan Ermilov
) @@ -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

svn commit: r224775 - vendor/one-true-awk/dist

2011-08-11 Thread Ruslan Ermilov
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

svn commit: r224772 - vendor/one-true-awk/dist

2011-08-10 Thread Ruslan Ermilov
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

svn commit: r224731 - head/contrib/one-true-awk

2011-08-09 Thread Ruslan Ermilov
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

svn commit: r224730 - vendor/one-true-awk/20110807

2011-08-09 Thread Ruslan Ermilov
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@

svn commit: r224729 - vendor/one-true-awk/dist

2011-08-09 Thread Ruslan Ermilov
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). + +

svn commit: r224648 - head/usr.bin/man

2011-08-04 Thread Ruslan Ermilov
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 ===

Re: svn commit: r223372 - head/bin/realpath

2011-06-22 Thread Ruslan Ermilov
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 >

svn commit: r223372 - head/bin/realpath

2011-06-21 Thread Ruslan Ermilov
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 ===

svn commit: r223148 - in head: . share/examples/etc share/man/man5 share/man/man7

2011-06-16 Thread Ruslan Ermilov
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

svn commit: r222913 - stable/8/share/mk

2011-06-09 Thread Ruslan Ermilov
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

svn commit: r222855 - in stable/8: contrib/groff/src/devices/grohtml contrib/groff/src/libs/libdriver contrib/groff/src/roff/troff contrib/groff/src/utils/hpftodit contrib/groff/tmac gnu/usr.bin/gr...

2011-06-08 Thread Ruslan Ermilov
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

svn commit: r222854 - head/gnu/usr.bin/groff/tmac

2011-06-08 Thread Ruslan Ermilov
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 =

svn commit: r222852 - in head: contrib/groff/tmac gnu/usr.bin/groff/tmac

2011-06-08 Thread Ruslan Ermilov
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

svn commit: r222749 - vendor/groff/dist/tmac

2011-06-06 Thread Ruslan Ermilov
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

svn commit: r222653 - head/usr.bin/man

2011-06-03 Thread Ruslan Ermilov
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

svn commit: r222650 - head/usr.bin/man

2011-06-03 Thread Ruslan Ermilov
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

svn commit: r222648 - head/contrib/groff/tmac

2011-06-03 Thread Ruslan Ermilov
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:

svn commit: r222647 - head/share/mk

2011-06-03 Thread Ruslan Ermilov
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

svn commit: r222646 - head/sbin/geom/class/part

2011-06-03 Thread Ruslan Ermilov
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 ===

svn commit: r222638 - head/usr.bin/man

2011-06-02 Thread Ruslan Ermilov
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 ==

svn commit: r222636 - head/usr.bin/man

2011-06-02 Thread Ruslan Ermilov
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.

svn commit: r222635 - head/usr.bin/man

2011-06-02 Thread Ruslan Ermilov
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

svn commit: r222349 - stable/8/usr.bin/showmount

2011-05-27 Thread Ruslan Ermilov
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

svn commit: r222286 - in head: contrib/openbsm/libbsm lib/libc/gen share/man/man4 share/man/man7 share/man/man9 tools/tools/ether_reflect usr.bin/mkcsmapper usr.bin/mkesdb usr.sbin/bsnmpd/modules/s...

2011-05-25 Thread Ruslan Ermilov
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

svn commit: r222245 - head/usr.bin/showmount

2011-05-23 Thread Ruslan Ermilov
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

svn commit: r222220 - head/sys/kern

2011-05-23 Thread Ruslan Ermilov
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 ===

svn commit: r222218 - head/sys/conf

2011-05-23 Thread Ruslan Ermilov
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

svn commit: r222141 - stable/8/share/man/man4

2011-05-20 Thread Ruslan Ermilov
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:

svn commit: r222140 - in stable/8/sys/dev: pci usb/controller

2011-05-20 Thread Ruslan Ermilov
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

svn commit: r222139 - head/usr.sbin/tzsetup

2011-05-20 Thread Ruslan Ermilov
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

svn commit: r222056 - stable/8/sys/nfs

2011-05-18 Thread Ruslan Ermilov
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

svn commit: r222019 - head/share/man/man4

2011-05-17 Thread Ruslan Ermilov
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 ==

svn commit: r222018 - in head/sys/dev: pci usb/controller

2011-05-17 Thread Ruslan Ermilov
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

svn commit: r222017 - head/share/man/man5

2011-05-17 Thread Ruslan Ermilov
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 ===

svn commit: r222016 - head/tools/build/options

2011-05-17 Thread Ruslan Ermilov
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 =

svn commit: r222014 - head/share/misc

2011-05-17 Thread Ruslan Ermilov
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

svn commit: r221832 - head/usr.bin/mkuzip

2011-05-13 Thread Ruslan Ermilov
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 =

svn commit: r221760 - stable/8/sys/fs/nfsclient

2011-05-11 Thread Ruslan Ermilov
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

svn commit: r221759 - in stable/8: sbin/mount_nfs sys/fs/nfsclient sys/nfsclient

2011-05-11 Thread Ruslan Ermilov
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

svn commit: r221734 - head/share/man/man5

2011-05-10 Thread Ruslan Ermilov
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

svn commit: r221733 - head/tools/build/options

2011-05-10 Thread Ruslan Ermilov
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 =

svn commit: r221732 - head/tools/build/options

2011-05-10 Thread Ruslan Ermilov
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 == --

svn commit: r221730 - head/tools/build/options

2011-05-10 Thread Ruslan Ermilov
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

svn commit: r221729 - head/tools/build/options

2011-05-10 Thread Ruslan Ermilov
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

svn commit: r221728 - head/share/mk

2011-05-10 Thread Ruslan Ermilov
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 ==

svn commit: r221726 - head/share/mk

2011-05-10 Thread Ruslan Ermilov
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/

svn commit: r221724 - in stable/8/contrib/bsnmp: snmp_mibII snmpd

2011-05-09 Thread Ruslan Ermilov
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/

svn commit: r221723 - stable/8/bin/stty

2011-05-09 Thread Ruslan Ermilov
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

svn commit: r221541 - head/tools/build/options

2011-05-06 Thread Ruslan Ermilov
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

svn commit: r221540 - head/tools/build/options

2011-05-06 Thread Ruslan Ermilov
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 ===

svn commit: r221539 - head/tools/build/options

2011-05-06 Thread Ruslan Ermilov
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

svn commit: r221533 - head/contrib/one-true-awk

2011-05-06 Thread Ruslan Ermilov
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

svn commit: r221531 - vendor/one-true-awk/20110506

2011-05-06 Thread Ruslan Ermilov
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@

svn commit: r221530 - vendor/one-true-awk/dist

2011-05-06 Thread Ruslan Ermilov
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

svn commit: r221529 - vendor/one-true-awk/dist

2011-05-06 Thread Ruslan Ermilov
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

svn commit: r221492 - head/usr.bin/nfsstat

2011-05-05 Thread Ruslan Ermilov
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 =

svn commit: r221491 - head/usr.bin/nfsstat

2011-05-05 Thread Ruslan Ermilov
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 ===

svn commit: r221436 - in head: sbin/mount_nfs sys/fs/nfsclient sys/nfs sys/nfsclient

2011-05-04 Thread Ruslan Ermilov
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

svn commit: r221429 - head/sys/fs/nfsclient

2011-05-04 Thread Ruslan Ermilov
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 =

svn commit: r221385 - head/share/man/man4

2011-05-03 Thread Ruslan Ermilov
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

svn commit: r221383 - head/usr.bin/calendar/calendars

2011-05-03 Thread Ruslan Ermilov
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 =

svn commit: r221382 - head/etc

2011-05-03 Thread Ruslan Ermilov
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 ===

svn commit: r221381 - head/contrib/one-true-awk

2011-05-03 Thread Ruslan Ermilov
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

svn commit: r221380 - vendor/one-true-awk/20110501

2011-05-03 Thread Ruslan Ermilov
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@

svn commit: r221379 - vendor/one-true-awk/dist

2011-05-03 Thread Ruslan Ermilov
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. + +

svn commit: r221373 - head/contrib/bsnmp/snmp_mibII

2011-05-03 Thread Ruslan Ermilov
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/

svn commit: r221372 - head/bin/stty

2011-05-03 Thread Ruslan Ermilov
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 =

svn commit: r221371 - stable/8/sbin/umount

2011-05-03 Thread Ruslan Ermilov
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

svn commit: r221370 - stable/8/usr.bin/xargs

2011-05-03 Thread Ruslan Ermilov
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.

svn commit: r220964 - stable/8/contrib/bsnmp/snmpd

2011-04-22 Thread Ruslan Ermilov
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

svn commit: r220919 - stable/8/sbin/conscontrol

2011-04-21 Thread Ruslan Ermilov
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   2   3   >