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

2011-03-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Mar 2 21:59:42 2011 New Revision: 219209 URL: http://svn.freebsd.org/changeset/base/219209 Log: Unbreak .Aq for non-ASCII output like -Tps or -Tutf8. groff will try to produce fancy angle brackets like Foo ⟨f...@freebsd.org⟩ This is nice and well, but no ema

svn commit: r219210 - in head: lib/libelf usr.sbin/ntp/doc

2011-03-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Mar 2 21:59:53 2011 New Revision: 219210 URL: http://svn.freebsd.org/changeset/base/219210 Log: Fix some duplicate-word typos in manpages. Submitted by: arundel MFC after:1 week Modified: head/lib/libelf/elf_cntl.3 head/usr.sbin/ntp/doc/ntp.conf.5 Modified

svn commit: r219446 - head/sbin/bsdlabel

2011-03-10 Thread Ulrich Spoerlein
Author: uqs Date: Thu Mar 10 08:23:58 2011 New Revision: 219446 URL: http://svn.freebsd.org/changeset/base/219446 Log: Remove bsdlabel.5, which hasn't been installed in over 7 years and contains little more than an out-dated copy of Deleted: head/sbin/bsdlabel/bsdlabel.5 Modified: head/s

svn commit: r219447 - head/sbin/bsdlabel

2011-03-10 Thread Ulrich Spoerlein
Author: uqs Date: Thu Mar 10 08:24:10 2011 New Revision: 219447 URL: http://svn.freebsd.org/changeset/base/219447 Log: Remove bsdlabel test-script that was full of broken assumptions. - the default label now includes an a: partition by default - the c: partition is no longer exported via

svn commit: r219448 - head/sbin/bsdlabel

2011-03-10 Thread Ulrich Spoerlein
Author: uqs Date: Thu Mar 10 08:24:21 2011 New Revision: 219448 URL: http://svn.freebsd.org/changeset/base/219448 Log: Remove dead code in bsdlabel depending on __alpha__ Modified: head/sbin/bsdlabel/bsdlabel.8 head/sbin/bsdlabel/bsdlabel.c Modified: head/sbin/bsdlabel/bsdlabel.8 =

svn commit: r219449 - head/sbin/bsdlabel

2011-03-10 Thread Ulrich Spoerlein
Author: uqs Date: Thu Mar 10 08:24:33 2011 New Revision: 219449 URL: http://svn.freebsd.org/changeset/base/219449 Log: Widen fields that display partition offset/length. This makes partitions between 50GiB and 2TiB (16TiB for 4k drives) print correctly aligned. While here, fix type o

svn commit: r220255 - head

2011-04-01 Thread Ulrich Spoerlein
Author: uqs Date: Fri Apr 1 20:59:23 2011 New Revision: 220255 URL: http://svn.freebsd.org/changeset/base/220255 Log: Fix the delete-old/check-old targets to work with arbitrarily long OLD_FILES/OLD_DIRS/OLD_LIBS lists. If you specify enough WITHOUT_FOO flags, the argument list passed to

svn commit: r220371 - head/sys/modules/firewire/fwip

2011-04-05 Thread Ulrich Spoerlein
Author: uqs Date: Tue Apr 5 19:41:18 2011 New Revision: 220371 URL: http://svn.freebsd.org/changeset/base/220371 Log: Fix buildworld -DMODULES_WITH_WORLD Modified: head/sys/modules/firewire/fwip/Makefile Modified: head/sys/modules/firewire/fwip/Makefile =

svn commit: r220401 - in head: . share/mk tools/build/mk tools/build/options

2011-04-06 Thread Ulrich Spoerlein
Author: uqs Date: Wed Apr 6 20:08:23 2011 New Revision: 220401 URL: http://svn.freebsd.org/changeset/base/220401 Log: Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and WITHOUT_CLANG. Don't build clang bootstrap/build-tools depending on this flag. We also keep gperf, devd and l

svn commit: r220402 - in head: share/man/man5 tools/build/options

2011-04-06 Thread Ulrich Spoerlein
Author: uqs Date: Wed Apr 6 20:19:07 2011 New Revision: 220402 URL: http://svn.freebsd.org/changeset/base/220402 Log: Regenerate after r220401. It turns out makeman is clever about implied flags, so remove that part from WITHOUT_CXX again. This is only partially regenerated, as the entri

Re: svn commit: r220401 - in head: . share/mk tools/build/mk tools/build/options

2011-04-07 Thread Ulrich Spoerlein
On Thu, 07.04.2011 at 07:31:14 +, Alexander Best wrote: > On Wed Apr 6 11, Warner Losh wrote: > > On Apr 6, 2011, at 3:41 PM, Alexander Best wrote: > > > On Wed Apr 6 11, Juli Mallett wrote: > > >> On Wed, Apr 6, 2011 at 14:04, Alexander Best wrote: &g

svn commit: r220470 - in head/sys/modules: arcnet dtrace/dtraceall

2011-04-09 Thread Ulrich Spoerlein
Author: uqs Date: Sat Apr 9 09:07:31 2011 New Revision: 220470 URL: http://svn.freebsd.org/changeset/base/220470 Log: Fix make buildworld -DMODULES_WITH_WORLD on i386 Modified: head/sys/modules/arcnet/Makefile head/sys/modules/dtrace/dtraceall/Makefile Modified: head/sys/modules/arcnet/Ma

svn commit: r220517 - in head/share/doc/smm: . 07.lpd 07.lpr

2011-04-10 Thread Ulrich Spoerlein
Author: uqs Date: Sun Apr 10 12:43:13 2011 New Revision: 220517 URL: http://svn.freebsd.org/changeset/base/220517 Log: Rename 07.lpr to 07.lpd and re-connect to the build. This was forgotten in r216178. Submitted by: antoine Pointyhat:uqs Added: head/share/doc/smm/07.lpd/ -

svn commit: r220814 - head/sys/modules/cam

2011-04-19 Thread Ulrich Spoerlein
Author: uqs Date: Tue Apr 19 07:30:22 2011 New Revision: 220814 URL: http://svn.freebsd.org/changeset/base/220814 Log: Fix make buildworld -DMODULES_WITH_WORLD after r220454. Modified: head/sys/modules/cam/Makefile Modified: head/sys/modules/cam/Makefile =

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

2011-05-01 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 1 19:47:34 2011 New Revision: 221303 URL: http://svn.freebsd.org/changeset/base/221303 Log: Let users' PATH decide which groff suite to pick up. Let groff pass the -c flag to grotty, which will turn off ANSI sequences. While these are not a problem for our more/

svn commit: r221304 - head/sbin/recoverdisk

2011-05-01 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 1 20:14:10 2011 New Revision: 221304 URL: http://svn.freebsd.org/changeset/base/221304 Log: recoverdisk(8): treat output file consistently and abort on EINVAL This improves usability a little as we no longer require using touch. Also reword the manpage wrt. para

svn commit: r206615 - in head/lib/libc: gen locale

2010-04-14 Thread Ulrich Spoerlein
Author: uqs Date: Wed Apr 14 18:29:26 2010 New Revision: 206615 URL: http://svn.freebsd.org/changeset/base/206615 Log: mdoc: remove .Pp where not needed This trips up mdocml and can simply go away. Reviewed by: ru Approved by: philip, ed (mentors) Modified: head/lib/libc/gen/con

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

2010-04-14 Thread Ulrich Spoerlein
Author: uqs Date: Wed Apr 14 18:29:34 2010 New Revision: 206616 URL: http://svn.freebsd.org/changeset/base/206616 Log: mdoc: don't abuse Bo/Pc to get what looks like an interval Be explicit and use the general bracketing form plus symbols which are to be interpreted mathematically in this

svn commit: r206621 - head/usr.bin/csup

2010-04-14 Thread Ulrich Spoerlein
Author: uqs Date: Wed Apr 14 19:06:39 2010 New Revision: 206621 URL: http://svn.freebsd.org/changeset/base/206621 Log: Add and expand $FreeBSD$ keyword to allow committing to this file. Modified: head/usr.bin/csup/cpasswd.1 (contents, props changed) Modified: head/usr.bin/csup/cpasswd.1 ==

svn commit: r206622 - in head: bin/pwait contrib/com_err gnu/usr.bin/gdb/kgdb lib/libc/gen lib/libc/posix1e lib/libc/stdlib lib/libcam lib/libcompat/4.1 lib/libcompat/4.4 lib/libedit lib/libelf lib...

2010-04-14 Thread Ulrich Spoerlein
Author: uqs Date: Wed Apr 14 19:08:06 2010 New Revision: 206622 URL: http://svn.freebsd.org/changeset/base/206622 Log: mdoc: order prologue macros consistently by Dd/Dt/Os Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/ma

svn commit: r207939 - head/share/misc

2010-05-11 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 11 23:08:07 2010 New Revision: 207939 URL: http://svn.freebsd.org/changeset/base/207939 Log: mdoc: fix prologue order in mdoc template Reviewed by: brueffer Modified: head/share/misc/mdoc.template Modified: head/share/misc/mdoc.template ===

svn commit: r207940 - head/lib/libc/stdio

2010-05-11 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 11 23:08:15 2010 New Revision: 207940 URL: http://svn.freebsd.org/changeset/base/207940 Log: mdoc: use macro for +- that is understood by mdocml Reviewed by: brueffer Modified: head/lib/libc/stdio/printf.3 head/lib/libc/stdio/wprintf.3 Modified: head/lib/lib

svn commit: r207941 - head/usr.bin/chpass

2010-05-11 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 11 23:08:22 2010 New Revision: 207941 URL: http://svn.freebsd.org/changeset/base/207941 Log: mdoc: remove stray and Found via:mdocml Reviewed by: brueffer Modified: head/usr.bin/chpass/chpass.1 Modified: head/usr.bin/chpass/chpass.1 =

svn commit: r207942 - in head/lib: libc/stdio libelf

2010-05-11 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 11 23:08:31 2010 New Revision: 207942 URL: http://svn.freebsd.org/changeset/base/207942 Log: mdoc: fix parenthesis Reviewed by: brueffer Modified: head/lib/libc/stdio/fopen.3 head/lib/libelf/elf.3 Modified: head/lib/libc/stdio/fopen.3 ===

svn commit: r207943 - head/lib/libc/locale

2010-05-11 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 11 23:08:38 2010 New Revision: 207943 URL: http://svn.freebsd.org/changeset/base/207943 Log: mdoc: simplify quotation scheme Reviewed by: brueffer Modified: head/lib/libc/locale/isblank.3 Modified: head/lib/libc/locale/isblank.3 ===

svn commit: r208027 - in head: lib/libarchive lib/libc/gen lib/libc/stdio lib/libc/stdlib lib/libc/string lib/libc/sys lib/libpmc lib/msun/man sbin/fsirand sbin/mksnap_ffs sbin/mount sbin/mount_msd...

2010-05-13 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 13 12:07:55 2010 New Revision: 208027 URL: http://svn.freebsd.org/changeset/base/208027 Log: mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and do

svn commit: r208028 - in head: lib/msun/man sbin/hastctl sbin/hastd share/man/man3 share/man/man4 share/man/man5 share/man/man9 usr.bin/killall usr.bin/setchannel usr.bin/tar usr.bin/wtmpcvt usr.sb...

2010-05-13 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 13 12:08:11 2010 New Revision: 208028 URL: http://svn.freebsd.org/changeset/base/208028 Log: mdoc: move remaining sections into consistent order This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed

svn commit: r208074 - head/sbin/fsirand

2010-05-14 Thread Ulrich Spoerlein
Author: uqs Date: Fri May 14 14:26:49 2010 New Revision: 208074 URL: http://svn.freebsd.org/changeset/base/208074 Log: fsirand(8): make WARNS=3 clean - Drop bogus quad_t cast for di_gen, it is a 32bit type - Print di_gen with leading zeros, to get consistent output Before this change,

svn commit: r208075 - in head/usr.sbin/apmd: . contrib

2010-05-14 Thread Ulrich Spoerlein
Author: uqs Date: Fri May 14 14:26:56 2010 New Revision: 208075 URL: http://svn.freebsd.org/changeset/base/208075 Log: Sync apmd(8) with DragonflyBSD, bringing WARNS to 3 Reviewed by: ed (partial, long time ago) Modified: head/usr.sbin/apmd/Makefile head/usr.sbin/apmd/apmd.8 head/us

Re: svn commit: r208074 - head/sbin/fsirand

2010-05-14 Thread Ulrich Spoerlein
On Fri, 14.05.2010 at 14:26:49 +, Ulrich Spoerlein wrote: > Author: uqs > Date: Fri May 14 14:26:49 2010 > New Revision: 208074 > URL: http://svn.freebsd.org/changeset/base/208074 > > Log: > fsirand(8): make WARNS=3 clean > Forgot to add: X-MFC-A

svn commit: r208289 - head/usr.sbin/apmd

2010-05-19 Thread Ulrich Spoerlein
Author: uqs Date: Wed May 19 08:52:51 2010 New Revision: 208289 URL: http://svn.freebsd.org/changeset/base/208289 Log: - Fix terminating argument to execl(3), sizeof(NULL) != sizeof(char *) might be true on some systems [1] - Rewrite gotos to use return directly - Some spelling fixes -

svn commit: r208290 - head/usr.sbin/apm

2010-05-19 Thread Ulrich Spoerlein
Author: uqs Date: Wed May 19 08:52:59 2010 New Revision: 208290 URL: http://svn.freebsd.org/changeset/base/208290 Log: Garbage collect unused variable, missed in r200840 Found by: clang static analyzer Modified: head/usr.sbin/apm/apm.c Modified: head/usr.sbin/apm/apm.c =

svn commit: r208291 - in head: lib/libarchive lib/libc/gen lib/libftpio lib/librpcsec_gss sbin/mount_hpfs share/man/man4 share/man/man4/man4.powerpc share/man/man9 tools/tools/ether_reflect usr.bin...

2010-05-19 Thread Ulrich Spoerlein
Author: uqs Date: Wed May 19 08:57:53 2010 New Revision: 208291 URL: http://svn.freebsd.org/changeset/base/208291 Log: mdoc: consistently spell our email addresses Reviewed by: ru Modified: head/lib/libarchive/archive_read_disk.3 head/lib/libc/gen/isgreater.3 head/lib/libc/gen/sem_

svn commit: r208483 - in head/contrib: bsnmp/gensnmpdef bsnmp/gensnmptree bsnmp/lib bsnmp/snmp_mibII bsnmp/snmpd ngatm/man ngatm/snmp_atm ngatm/sscop

2010-05-23 Thread Ulrich Spoerlein
Author: uqs Date: Mon May 24 06:26:38 2010 New Revision: 208483 URL: http://svn.freebsd.org/changeset/base/208483 Log: mdoc: consistently spell our email addresses Reviewed by: ru Approved by: harti Modified: head/contrib/bsnmp/gensnmpdef/gensnmpdef.1 head/contrib/bsnmp/gensnmptre

svn commit: r208484 - head/bin/pax

2010-05-23 Thread Ulrich Spoerlein
Author: uqs Date: Mon May 24 06:33:14 2010 New Revision: 208484 URL: http://svn.freebsd.org/changeset/base/208484 Log: Fix back references in substitute command for pax(1) pax(1) was trying to copy the back-referenced data from the match pattern, not the matched data. PR: b

svn commit: r208493 - in head: lib/libc/compat-43 share/man/man4 share/man/man9

2010-05-24 Thread Ulrich Spoerlein
Author: uqs Date: Mon May 24 11:14:40 2010 New Revision: 208493 URL: http://svn.freebsd.org/changeset/base/208493 Log: These features will first appear in 8.1, soon to be released MFC after:3 days Modified: head/lib/libc/compat-43/sigpause.2 head/share/man/man4/lindev.4 head/shar

svn commit: r208592 - head/usr.bin/mail

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 12:59:49 2010 New Revision: 208592 URL: http://svn.freebsd.org/changeset/base/208592 Log: mail(1) misses addresses when replying to all There's a parsing error for fields where addresses are not separated by space. This is often produced by MS Outlook, eg.:

svn commit: r208593 - in head/usr.sbin: fdcontrol i2c smbmsg

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:19 2010 New Revision: 208593 URL: http://svn.freebsd.org/changeset/base/208593 Log: mdoc: Remove leading garbage, empty lines and order preamble Modified: head/usr.sbin/fdcontrol/fdcontrol.8 head/usr.sbin/i2c/i2c.8 head/usr.sbin/smbmsg/smbmsg.8 Modified

svn commit: r208595 - head/lib/libpmc

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:33 2010 New Revision: 208595 URL: http://svn.freebsd.org/changeset/base/208595 Log: mdoc: Use mdoc macro for the (R) symbol While here, also drop the unneeded quotes Modified: head/lib/libpmc/pmc.core.3 Modified: head/lib/libpmc/pmc.core.3

svn commit: r208596 - in head: sbin/fsck_msdosfs share/man/man4 usr.sbin/dconschat

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:40 2010 New Revision: 208596 URL: http://svn.freebsd.org/changeset/base/208596 Log: mdoc: .Ud has attitude, it takes no argument! Modified: head/sbin/fsck_msdosfs/fsck_msdosfs.8 head/share/man/man4/dcons.4 head/share/man/man4/sbp_targ.4 head/usr.sbin/d

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

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:47 2010 New Revision: 208597 URL: http://svn.freebsd.org/changeset/base/208597 Log: mdoc: remove duplicate width argument Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4 ===

svn commit: r208594 - in head: lib/msun/man share/man/man9 usr.sbin/nfsd

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:27 2010 New Revision: 208594 URL: http://svn.freebsd.org/changeset/base/208594 Log: mdoc: Garbage collect unused/unneeded macros Modified: head/lib/msun/man/math.3 head/share/man/man9/atomic.9 head/usr.sbin/nfsd/nfsv4.4 head/usr.sbin/nfsd/stablerestart

svn commit: r208598 - head/usr.sbin/pkg_install/updating

2010-05-27 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 27 13:56:53 2010 New Revision: 208598 URL: http://svn.freebsd.org/changeset/base/208598 Log: mdoc: use mdoc spelling of Umlauts Modified: head/usr.sbin/pkg_install/updating/pkg_updating.1 Modified: head/usr.sbin/pkg_install/updating/pkg_updating.1 ==

svn commit: r208730 - head/bin/chio

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 09:34:41 2010 New Revision: 208730 URL: http://svn.freebsd.org/changeset/base/208730 Log: Zero struct before reading from it PR: 140384 Found by: clang static analyzer MFC after: 3 weeks Modified: head/bin/chio/chio.c Modified: head/bin/chio/chio.c

svn commit: r208732 - in head: games/pom lib/libgssapi lib/libpmc share/man/man4 share/man/man9 usr.bin/join usr.bin/newkey

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 10:20:23 2010 New Revision: 208732 URL: http://svn.freebsd.org/changeset/base/208732 Log: mdoc cleanup Garbage collect unused sections, macros and arguments. Fix prologue and remove empty lines. Found by: mdocml Modified: head/games/pom/pom.6 head/li

svn commit: r208733 - head/libexec/rbootd

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 10:20:31 2010 New Revision: 208733 URL: http://svn.freebsd.org/changeset/base/208733 Log: mdoc: use literal text, not a column table to present the configuration file snippet. Modified: head/libexec/rbootd/rbootd.8 Modified: head/libexec/rbootd/rbootd.8 ===

svn commit: r208734 - in head/lib: libc/gen msun/man

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 10:20:38 2010 New Revision: 208734 URL: http://svn.freebsd.org/changeset/base/208734 Log: mdoc: spell macros correctly, there's no need for the backslash escape Modified: head/lib/libc/gen/scandir.3 head/lib/msun/man/atan2.3 head/lib/msun/man/remainder.3 Modi

svn commit: r208753 - head/contrib/gdtoa

2010-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 2 18:31:04 2010 New Revision: 208753 URL: http://svn.freebsd.org/changeset/base/208753 Log: Add required header for isalnum(3) to quench compiler warnings Forgotten in: r174678 Submitted by: Alexander Best alexbestms at wwu.de Approved by: das Modified: he

svn commit: r208913 - in head/usr.sbin: nfsdumpstate timed/timed

2010-06-08 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jun 8 16:48:49 2010 New Revision: 208913 URL: http://svn.freebsd.org/changeset/base/208913 Log: mdoc: replace troff macros with -mdoc equivalents Modified: head/usr.sbin/nfsdumpstate/nfsdumpstate.8 head/usr.sbin/timed/timed/timed.8 Modified: head/usr.sbin/nfsdumpstat

svn commit: r208914 - in head/lib: libc/sys libpmc librpcsec_gss

2010-06-08 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jun 8 16:48:59 2010 New Revision: 208914 URL: http://svn.freebsd.org/changeset/base/208914 Log: mdoc: remove literal tabs where they don't belong Modified: head/lib/libc/sys/flock.2 head/lib/libc/sys/getitimer.2 head/lib/libc/sys/getrusage.2 head/lib/libc/sys/mq_c

svn commit: r208935 - head/lib/msun/man

2010-06-09 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 9 07:31:32 2010 New Revision: 208935 URL: http://svn.freebsd.org/changeset/base/208935 Log: mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts It is referred to as "theta" later in the document anyway, so stop being fancy. Modified: h

svn commit: r208938 - head/contrib/sendmail/mail.local

2010-06-09 Thread Ulrich Spoerlein
Author: uqs Date: Wed Jun 9 08:53:50 2010 New Revision: 208938 URL: http://svn.freebsd.org/changeset/base/208938 Log: Remove -mdoc macros from -man page Neither groff nor mandoc render these when in -man mode. This was introduced in r38083 as a local change, therefore no commit to the

svn commit: r209033 - head/share/man/man1

2010-06-10 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jun 11 06:04:00 2010 New Revision: 209033 URL: http://svn.freebsd.org/changeset/base/209033 Log: Remove Xo/Xc in It, which is not yet supported by mdocml but can be worked around trivially in this case. Modified: head/share/man/man1/builtin.1 Modified: head/share/man/

svn commit: r209035 - head/usr.bin/hexdump

2010-06-10 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jun 11 06:04:14 2010 New Revision: 209035 URL: http://svn.freebsd.org/changeset/base/209035 Log: Use same table markup as in hexdump.1 Modified: head/usr.bin/hexdump/od.1 Modified: head/usr.bin/hexdump/od.1 ===

svn commit: r209034 - in head: bin/getfacl share/man/man4 share/termcap usr.sbin/nfscbd

2010-06-10 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jun 11 06:04:07 2010 New Revision: 209034 URL: http://svn.freebsd.org/changeset/base/209034 Log: More mdoc nitpicking to improve compatibility to mdocml - .Nd in section NAME is not optional - .Ed was missing - "indent" is not a flag, but a literal argument for -of

svn commit: r209031 - in head: lib/libarchive share/man/man4 share/man/man9 usr.sbin/service

2010-06-10 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jun 11 06:03:47 2010 New Revision: 209031 URL: http://svn.freebsd.org/changeset/base/209031 Log: mdoc nitpicking: the title argument shall be uppercase Modified: head/lib/libarchive/archive_entry.3 head/lib/libarchive/archive_read.3 head/lib/libarchive/archive_read_d

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

2010-06-10 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jun 11 06:03:54 2010 New Revision: 209032 URL: http://svn.freebsd.org/changeset/base/209032 Log: mdoc: stop abusing -column lists and use .Bl -tag instead Modified: head/lib/libc/gen/getcap.3 Modified: head/lib/libc/gen/getcap.3 =

Re: svn commit: r209031 - in head: lib/libarchive share/man/man4 share/man/man9 usr.sbin/service

2010-06-10 Thread Ulrich Spoerlein
On Fri, 11.06.2010 at 06:03:47 +, Ulrich Spoerlein wrote: > Author: uqs > Date: Fri Jun 11 06:03:47 2010 > New Revision: 209031 > URL: http://svn.freebsd.org/changeset/base/209031 > > Log: > mdoc nitpicking: the title argument shall be uppercase Libarchive parts were

svn commit: r209051 - in head/sbin: camcontrol gvinum

2010-06-11 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jun 11 17:02:57 2010 New Revision: 209051 URL: http://svn.freebsd.org/changeset/base/209051 Log: Initialize variables before usage. Found by: clang static analyzer Found by: Coverity Prevent[tm] (CID 7736, 7760) Modified: head/sbin/camcontrol/modeedit.c

svn commit: r209052 - in head/sbin: ccdconfig gbde iscontrol

2010-06-11 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jun 11 17:03:04 2010 New Revision: 209052 URL: http://svn.freebsd.org/changeset/base/209052 Log: Remove dead variable assignments Found by: clang static analyzer Verified by: md5(1) Modified: head/sbin/ccdconfig/ccdconfig.c head/sbin/gbde/gbde.c head/sbin

svn commit: r209157 - head/games/random

2010-06-14 Thread Ulrich Spoerlein
Author: uqs Date: Mon Jun 14 13:03:25 2010 New Revision: 209157 URL: http://svn.freebsd.org/changeset/base/209157 Log: random(6): avoid dead assignments Found by: clang static analyzer Modified: head/games/random/random.c head/games/random/randomize_fd.c Modified: head/games/rando

svn commit: r209350 - head/sbin/geom/class/sched

2010-06-19 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jun 19 18:52:37 2010 New Revision: 209350 URL: http://svn.freebsd.org/changeset/base/209350 Log: mdoc nitpicking for gsched.8 - remove stray argument [1] - remove stray whitespace - use canonical wording for the HISTORY section PR: docs/147119 [1] Sub

svn commit: r228934 - head/games/fortune/datfiles

2011-12-28 Thread Ulrich Spoerlein
Author: uqs Date: Wed Dec 28 19:37:03 2011 New Revision: 228934 URL: http://svn.freebsd.org/changeset/base/228934 Log: Prefer ASCII apostrophes over Unicode ones like the rest of the file. Modified: head/games/fortune/datfiles/fortunes Modified: head/games/fortune/datfiles/fortunes =

svn commit: r228953 - in head/tools: regression/pthread/mutex_isowned_np tools/ansify tools/genericize tools/hcomp tools/mtxstat tools/prstats tools/whereintheworld

2011-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Thu Dec 29 12:33:27 2011 New Revision: 228953 URL: http://svn.freebsd.org/changeset/base/228953 Log: Reencode files from latin1 to UTF-8. Modified: head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c head/tools/tools/ansify/ansify.pl head/tools/tools/generi

svn commit: r228974 - head/tools/test/testfloat

2011-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 00:02:56 2011 New Revision: 228974 URL: http://svn.freebsd.org/changeset/base/228974 Log: Set fbsd:nokeywords for contributed sources. Modified: Directory Properties: head/tools/test/testfloat/systemBugs.txt (props changed) head/tools/test/testfloat/testfloat-

svn commit: r228975 - in head/tools: KSE/ksetest debugscripts regression regression/bin/sh/builtins regression/fifo/fifo_io regression/file/dup regression/kthread/kld regression/lib/libc/nss regres...

2011-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 00:04:11 2011 New Revision: 228975 URL: http://svn.freebsd.org/changeset/base/228975 Log: Spelling fixes for tools/ Add some $FreeBSD$ tags so svn will allow the commit. Modified: head/tools/KSE/ksetest/kse_threads_test.c head/tools/debugscripts/gdbinit.i38

svn commit: r228976 - in head/usr.sbin: acpi/acpiconf bluetooth/hccontrol burncd chkgrp kbdcontrol kldxref pkg_install/updating vidcontrol

2011-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 00:59:08 2011 New Revision: 228976 URL: http://svn.freebsd.org/changeset/base/228976 Log: Reencode files to UTF-8. Drop CP1252 em-dash. Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8 head/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c head/usr.sbin/

svn commit: r228990 - in head/usr.sbin: IPXrouted adduser bluetooth/btpand bluetooth/sdpd bootparamd/bootparamd bsnmpd/modules/snmp_bridge bsnmpd/modules/snmp_hostres bsnmpd/modules/snmp_wlan bsnmp...

2011-12-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 10:58:14 2011 New Revision: 228990 URL: http://svn.freebsd.org/changeset/base/228990 Log: Spelling fixes for usr.sbin/ Modified: head/usr.sbin/IPXrouted/sap_input.c head/usr.sbin/IPXrouted/sap_tables.c head/usr.sbin/adduser/adduser.sh head/usr.sbin/bluetooth

svn commit: r228991 - in head/usr.bin: brandelf calendar/calendars logins sockstat unzip whereis

2011-12-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 10:59:15 2011 New Revision: 228991 URL: http://svn.freebsd.org/changeset/base/228991 Log: Reencode files from latin1 to UTF-8. This makes a tiny percentage of entries in calendars ugly for latin1 users, but fixes them for UTF-8 users. This badly needs a s

svn commit: r228992 - in head/usr.bin: csup finger fstat indent ipcs lex limits locate/locate login mail make man ncplogin netstat pr rpcgen rpcinfo systat talk tip/tip top vgrind xlint/lint1 xlint...

2011-12-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 11:02:40 2011 New Revision: 228992 URL: http://svn.freebsd.org/changeset/base/228992 Log: Spelling fixes for usr.bin/ Modified: head/usr.bin/csup/fixups.c head/usr.bin/csup/mux.c head/usr.bin/csup/rcsfile.c head/usr.bin/finger/finger.c head/usr.bin/fstat/f

svn commit: r228993 - in head/share: doc/IPv6 termcap

2011-12-30 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 11:11:54 2011 New Revision: 228993 URL: http://svn.freebsd.org/changeset/base/228993 Log: Spelling fixes for share/ Modified: head/share/doc/IPv6/IMPLEMENTATION head/share/termcap/termcap.src Modified: head/share/doc/IPv6/IMPLEMENTATION

Re: svn commit: r228990 - in head/usr.sbin: IPXrouted adduser bluetooth/btpand bluetooth/sdpd bootparamd/bootparamd bsnmpd/modules/snmp_bridge bsnmpd/modules/snmp_hostres bsnmpd/modules/snmp_wlan bsnm

2012-01-01 Thread Ulrich Spoerlein
Sorry for the delay. On Fri, 2011-12-30 at 20:50:16 +0100, Harti Brandt wrote: > On Fri, 30 Dec 2011, Ben Kaduk wrote: > >On Fri, Dec 30, 2011 at 5:58 AM, Ulrich Spoerlein wrote: > >> Modified: head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMO

Re: svn commit: r228990 - in head/usr.sbin: IPXrouted adduser bluetooth/btpand bluetooth/sdpd bootparamd/bootparamd bsnmpd/modules/snmp_bridge bsnmpd/modules/snmp_hostres bsnmpd/modules/snmp_wlan bsnm

2012-01-01 Thread Ulrich Spoerlein
On Fri, 2011-12-30 at 14:43:22 -0500, Ben Kaduk wrote: > On Fri, Dec 30, 2011 at 5:58 AM, Ulrich Spoerlein wrote: > > Modified: head/usr.sbin/cron/doc/CHANGES > > == > > --- head/usr.sbin/cron/doc/CH

svn commit: r229651 - in head: contrib/groff/tmac lib/libstdthreads share/man/man3

2012-01-05 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jan 5 21:36:12 2012 New Revision: 229651 URL: http://svn.freebsd.org/changeset/base/229651 Log: Pull up vendor changes to mdoc(7) This switches us to using -isoC-2011 as the symbol name which is used by groff and mdocml. It follows the change to 4 digit years as don

svn commit: r229652 - head/sbin/recoverdisk

2012-01-05 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jan 5 21:36:20 2012 New Revision: 229652 URL: http://svn.freebsd.org/changeset/base/229652 Log: Document the detrimental effect of kern.cam.XX.retry_count for recoverdisk(1) recoverdisk(1) wants to know about read errors when doing the 1MB/64k reads as fast as possi

svn commit: r229653 - head/usr.sbin/bsnmpd/modules/snmp_wlan

2012-01-05 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jan 5 21:36:28 2012 New Revision: 229653 URL: http://svn.freebsd.org/changeset/base/229653 Log: Partial backout of r228990, restore original MIB object name. It's too late to change this in 9.0 -- so we have a release with the misspelling in the wild and should not

svn commit: r229654 - head/usr.sbin/newsyslog

2012-01-05 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jan 5 21:36:36 2012 New Revision: 229654 URL: http://svn.freebsd.org/changeset/base/229654 Log: Further fix a typo and spelling classic correctly in function names, too. Submitted by: Ben Kaduk Modified: head/usr.sbin/newsyslog/newsyslog.c Modified: head/usr.sb

svn commit: r229655 - in head: usr.bin/locate/locate usr.bin/mail usr.sbin/bluetooth/sdpd usr.sbin/pkg_install/lib

2012-01-05 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jan 5 21:36:45 2012 New Revision: 229655 URL: http://svn.freebsd.org/changeset/base/229655 Log: Touch up some more small typos missed in the previous round. Reported by: Ben Kaduk et al. Modified: head/usr.bin/locate/locate/util.c head/usr.bin/mail/main.c hea

svn commit: r229656 - head/tools/regression/msdosfs

2012-01-05 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jan 5 21:36:53 2012 New Revision: 229656 URL: http://svn.freebsd.org/changeset/base/229656 Log: Convert files over to UTF-8. These files contained various combinations of Big5, eucJP and KOI8-U encoded strings. The byte representations of their respective encodings

svn commit: r229657 - in head/share/man: man4 man5

2012-01-05 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jan 5 21:43:33 2012 New Revision: 229657 URL: http://svn.freebsd.org/changeset/base/229657 Log: Apply Typo-B-Gone 2000 [TM] Modified: head/share/man/man4/apic.4 head/share/man/man4/carp.4 head/share/man/man5/ar.5 Modified: head/share/man/man4/apic.4 ===

svn commit: r229697 - head/sbin/recoverdisk

2012-01-06 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jan 6 11:42:03 2012 New Revision: 229697 URL: http://svn.freebsd.org/changeset/base/229697 Log: Fix mdoc date from previous commit. Modified: head/sbin/recoverdisk/recoverdisk.1 Modified: head/sbin/recoverdisk/recoverdisk.1 =

svn commit: r229778 - in head/sbin: bsdlabel camcontrol devfs dhclient fsck_ffs hastctl hastd ifconfig ipfw mdmfs mount_nfs ping6 reboot routed

2012-01-07 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jan 7 16:09:33 2012 New Revision: 229778 URL: http://svn.freebsd.org/changeset/base/229778 Log: Spelling fixes for sbin/ Modified: head/sbin/bsdlabel/bsdlabel.c head/sbin/camcontrol/camcontrol.c head/sbin/devfs/rule.c head/sbin/dhclient/dhclient-script.8 head/sb

svn commit: r229779 - in head/release: doc/en_US.ISO8859-1/relnotes picobsd/tinyware/passwd picobsd/tinyware/simple_httpd

2012-01-07 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jan 7 16:09:43 2012 New Revision: 229779 URL: http://svn.freebsd.org/changeset/base/229779 Log: Spelling fixes for release/ Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml head/release/picobsd/tinyware/passwd/local_passwd.c head/release/picobsd/tiny

svn commit: r229780 - in head/libexec: bootpd bootpd/bootpgw bootpd/tools/bootptest ftpd getty lukemftpd rbootd revnetgroup rshd rtld-aout rtld-elf rtld-elf/mips rtld-elf/sparc64 tftpd

2012-01-07 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jan 7 16:09:54 2012 New Revision: 229780 URL: http://svn.freebsd.org/changeset/base/229780 Log: Spelling fixes for libexec/ Modified: head/libexec/bootpd/bootpd.c head/libexec/bootpd/bootpgw/bootpgw.c head/libexec/bootpd/hash.h head/libexec/bootpd/tools/bootptest/

svn commit: r229782 - head/bin/ps

2012-01-07 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jan 7 16:10:23 2012 New Revision: 229782 URL: http://svn.freebsd.org/changeset/base/229782 Log: Spelling fixes for bin/ Modified: head/bin/ps/ps.c Modified: head/bin/ps/ps.c == --- head/bin/ps/

svn commit: r229781 - in head/include: . arpa gssapi rpc rpcsvc

2012-01-07 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jan 7 16:10:15 2012 New Revision: 229781 URL: http://svn.freebsd.org/changeset/base/229781 Log: Spelling fixes for include/ Modified: head/include/arpa/nameser_compat.h head/include/gssapi/gssapi.h head/include/resolv.h head/include/rpc/svc.h head/include/rpcsvc

svn commit: r229783 - in head/etc: . namedb rc.d

2012-01-07 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jan 7 16:10:32 2012 New Revision: 229783 URL: http://svn.freebsd.org/changeset/base/229783 Log: Spelling fixes for etc/ Modified: head/etc/mac.conf head/etc/namedb/named.conf head/etc/network.subr head/etc/rc.d/bgfsck head/etc/rc.firewall head/etc/rc.initdiskl

svn commit: r229784 - in head/lib: libgssapi libutil libvgl msun/src

2012-01-07 Thread Ulrich Spoerlein
Author: uqs Date: Sat Jan 7 16:13:56 2012 New Revision: 229784 URL: http://svn.freebsd.org/changeset/base/229784 Log: Convert files to UTF-8 and add some copyright markers where missing. Modified: head/lib/libgssapi/gss_display_status.c head/lib/libgssapi/gss_pseudo_random.c head/lib/lib

svn commit: r230131 - head/games/morse

2012-01-15 Thread Ulrich Spoerlein
Author: uqs Date: Sun Jan 15 13:23:01 2012 New Revision: 230131 URL: http://svn.freebsd.org/changeset/base/230131 Log: Reencode morse.c to UTF-8. This does not make it Unicode aware. No changes in resulting object file. Moved user-visible symbols into comment table, so you can see all cha

svn commit: r230133 - in head/sys: arm/at91 arm/sa11x0 dev/bxe dev/hpt27xx dev/hptmv dev/nxge/include dev/nxge/xgehal dev/sound/pci

2012-01-15 Thread Ulrich Spoerlein
Author: uqs Date: Sun Jan 15 13:23:33 2012 New Revision: 230133 URL: http://svn.freebsd.org/changeset/base/230133 Log: Remove spurious 8bit chars, turning files into plain ASCII. Modified: head/sys/arm/at91/at91_st.c head/sys/arm/sa11x0/sa11x0_ost.c head/sys/dev/bxe/bxe_hsi.h head/sys/d

svn commit: r230134 - in head/sys/dev: fb ieee488 nxge/include

2012-01-15 Thread Ulrich Spoerlein
Author: uqs Date: Sun Jan 15 13:23:43 2012 New Revision: 230134 URL: http://svn.freebsd.org/changeset/base/230134 Log: Convert files to UTF-8 Modified: head/sys/dev/fb/boot_font.c head/sys/dev/ieee488/ibfoo.c head/sys/dev/ieee488/pcii.c head/sys/dev/ieee488/upd7210.c head/sys/dev/ieee

svn commit: r230135 - in head/sys: contrib/dev/npe contrib/dev/nve/amd64 contrib/dev/nve/i386 dev/vxge/include ofed/drivers/infiniband/core

2012-01-15 Thread Ulrich Spoerlein
Author: uqs Date: Sun Jan 15 13:23:54 2012 New Revision: 230135 URL: http://svn.freebsd.org/changeset/base/230135 Log: Remove spurious 8bit chars, turning files into plain ASCII. Modified: head/sys/contrib/dev/npe/LICENSE head/sys/contrib/dev/nve/amd64/nvenetlib.README head/sys/contrib/de

svn commit: r221907 - head/games/morse

2011-05-14 Thread Ulrich Spoerlein
Author: uqs Date: Sat May 14 19:03:30 2011 New Revision: 221907 URL: http://svn.freebsd.org/changeset/base/221907 Log: morse(6): fix typos and space-before-tabs Modified: head/games/morse/morse.c Modified: head/games/morse/morse.c =

svn commit: r221908 - head/games/fortune/datfiles

2011-05-14 Thread Ulrich Spoerlein
Author: uqs Date: Sat May 14 19:03:45 2011 New Revision: 221908 URL: http://svn.freebsd.org/changeset/base/221908 Log: fortune(6): fix typos and misspellings. While here, drop words in the spelling files that are no longer used anywhere. Speling errors found via: codespell from L

svn commit: r221909 - head/games/fortune/datfiles

2011-05-14 Thread Ulrich Spoerlein
Author: uqs Date: Sat May 14 19:03:54 2011 New Revision: 221909 URL: http://svn.freebsd.org/changeset/base/221909 Log: Convert a file to UTF-8. This only changes a character in the copyright section and will not require UTF-8 for fortune(6). Modified: head/games/fortune/datfiles/gerrold.lim

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

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 08:12:59 2011 New Revision: 222008 URL: http://svn.freebsd.org/changeset/base/222008 Log: Typos, wording and mdoc fixes. Modified: head/share/man/man4/geom_map.4 Modified: head/share/man/man4/geom_map.4

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

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 08:13:10 2011 New Revision: 222009 URL: http://svn.freebsd.org/changeset/base/222009 Log: Typo fix. Modified: head/share/man/man4/cc_hd.4 Modified: head/share/man/man4/cc_hd.4 == --- head

svn commit: r222010 - head/share/misc

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 08:13:18 2011 New Revision: 222010 URL: http://svn.freebsd.org/changeset/base/222010 Log: Whitespace and typo fixes. Found by: codespell Reviewed by: ru Modified: head/share/misc/iso3166 Modified: head/share/misc/iso3166 ==

svn commit: r222011 - head/share/misc

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 08:13:27 2011 New Revision: 222011 URL: http://svn.freebsd.org/changeset/base/222011 Log: ISO3166: Update for newsletters VI-7 and VI-8 from 2010 - Name change for SH - BQ, CW, and SX replace AN Reviewed by: ru Modified: head/share/misc/iso3166 Modif

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

2011-05-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 17 09:51:02 2011 New Revision: 222012 URL: http://svn.freebsd.org/changeset/base/222012 Log: More thorough mdoc and language fixes. Submitted by: ru Modified: head/share/man/man4/geom_map.4 Modified: head/share/man/man4/geom_map.4 ==

  1   2   3   >