svn commit: r336631 - head

2018-07-23 Thread Ulrich Spoerlein
Author: uqs Date: Mon Jul 23 08:52:57 2018 New Revision: 336631 URL: https://svnweb.freebsd.org/changeset/base/336631 Log: Remove duplicated entry Modified: head/UPDATING Modified: head/UPDATING == --- head/UPDATING

svn commit: r293193 - head/sys/dev/asmc

2016-01-05 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jan 5 10:25:22 2016 New Revision: 293193 URL: https://svnweb.freebsd.org/changeset/base/293193 Log: Fix undefined behavior when using asmc_fan_getstring() It was returning a pointer to stack-allocated memory, so make the allocation at the caller instead. Found

svn commit: r292863 - in head/sbin: mount umount

2015-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Tue Dec 29 11:24:35 2015 New Revision: 292863 URL: https://svnweb.freebsd.org/changeset/base/292863 Log: Fix type mismatches for malloc(3) and Co. Found by: clang static analyzer Reviewed by: ed Differential Revision:https://reviews.freebsd.org/D4722

svn commit: r292864 - in head: usr.bin/column usr.bin/locate/locate usr.bin/xargs usr.sbin/mountd usr.sbin/mpsutil usr.sbin/rpc.lockd usr.sbin/rpc.statd usr.sbin/rtsold

2015-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Tue Dec 29 11:24:41 2015 New Revision: 292864 URL: https://svnweb.freebsd.org/changeset/base/292864 Log: Fix type mismatches for malloc(3) and Co. This is rather pedantic, as for most architectures it holds that sizeof(type *) == sizeof(type **) Found by: clang

svn commit: r292536 - head/sys/modules/tcp/fastpath

2015-12-21 Thread Ulrich Spoerlein
Author: uqs Date: Mon Dec 21 09:38:45 2015 New Revision: 292536 URL: https://svnweb.freebsd.org/changeset/base/292536 Log: Fix 'make depend' Modified: head/sys/modules/tcp/fastpath/Makefile Modified: head/sys/modules/tcp/fastpath/Makefile

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

2015-12-07 Thread Ulrich Spoerlein
Author: uqs Date: Tue Dec 8 07:39:39 2015 New Revision: 291989 URL: https://svnweb.freebsd.org/changeset/base/291989 Log: Fix make depend Modified: head/sys/modules/cam/Makefile Modified: head/sys/modules/cam/Makefile

svn commit: r291450 - head/sys/modules/uart

2015-11-29 Thread Ulrich Spoerlein
Author: uqs Date: Sun Nov 29 12:23:08 2015 New Revision: 291450 URL: https://svnweb.freebsd.org/changeset/base/291450 Log: Fix make depend Modified: head/sys/modules/uart/Makefile Modified: head/sys/modules/uart/Makefile

svn commit: r290996 - head/sys/modules/tests/framework

2015-11-17 Thread Ulrich Spoerlein
Author: uqs Date: Tue Nov 17 18:28:56 2015 New Revision: 290996 URL: https://svnweb.freebsd.org/changeset/base/290996 Log: Fix 'make depend' Modified: head/sys/modules/tests/framework/Makefile Modified: head/sys/modules/tests/framework/Makefile

svn commit: r261344 - in head: contrib/mdocml lib/libmandoc usr.bin/mandoc

2014-02-01 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 1 09:27:57 2014 New Revision: 261344 URL: http://svnweb.freebsd.org/changeset/base/261344 Log: Merge mdocml v1.12.3 into head MFC after:2 weeks Added: head/contrib/mdocml/NEWS - copied unchanged from r261328, vendor/mdocml/dist/NEWS

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

2014-01-31 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jan 31 12:26:30 2014 New Revision: 261319 URL: http://svnweb.freebsd.org/changeset/base/261319 Log: Pull up vendor changes up to 2014-01-29 - move local overrides into mdoc.local - syncs us with git commit 819839b66c80e8dabe6cb24ea6319c26c9a2be14 Discussed

svn commit: r261249 - in head: lib/libc/iconv lib/libc/sys share/man/man4

2014-01-28 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jan 28 21:40:10 2014 New Revision: 261249 URL: http://svnweb.freebsd.org/changeset/base/261249 Log: mdoc: fix several uses of the Fx macro to point to actual releases. Found by: make manlint Modified: head/lib/libc/iconv/__iconv_get_list.3

svn commit: r261247 - head/share/misc

2014-01-28 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jan 28 21:39:46 2014 New Revision: 261247 URL: http://svnweb.freebsd.org/changeset/base/261247 Log: Add FreeBSD 2.2.9, the April Fools release. I decided not to extend the graph to the actual point in time when it was released, that would just look silly. Modified:

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

2014-01-28 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jan 28 21:40:03 2014 New Revision: 261248 URL: http://svnweb.freebsd.org/changeset/base/261248 Log: Add FreeBSD 2.2.9 which aout(4) references. Discussed with: kib Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified:

svn commit: r259769 - in head/kerberos5/lib: . libkafs5

2013-12-23 Thread Ulrich Spoerlein
Author: uqs Date: Mon Dec 23 14:23:17 2013 New Revision: 259769 URL: http://svnweb.freebsd.org/changeset/base/259769 Log: Try and fix the dependency/bootstrap issues in kerberos5 libkafs5 needs a header from libkrb5, it includes this from ${.OBJDIR}/mumble, this used to work fine as long

svn commit: r255923 - in head/sys/modules/hyperv: netvsc stordisengage storvsc utilities vmbus

2013-09-28 Thread Ulrich Spoerlein
Author: uqs Date: Sat Sep 28 07:04:03 2013 New Revision: 255923 URL: http://svnweb.freebsd.org/changeset/base/255923 Log: Fix make depend, apply a bit of style. Approved by: re (marius) Reviewed by: grehan Modified: head/sys/modules/hyperv/netvsc/Makefile

svn commit: r255174 - in head/sys/modules: cam send

2013-09-03 Thread Ulrich Spoerlein
Author: uqs Date: Tue Sep 3 12:08:08 2013 New Revision: 255174 URL: http://svnweb.freebsd.org/changeset/base/255174 Log: Fix 'make depend' Modified: head/sys/modules/cam/Makefile head/sys/modules/send/Makefile Modified: head/sys/modules/cam/Makefile

svn commit: r254985 - head/sys/modules/ip6_mroute_mod

2013-08-28 Thread Ulrich Spoerlein
Author: uqs Date: Wed Aug 28 07:48:44 2013 New Revision: 254985 URL: http://svnweb.freebsd.org/changeset/base/254985 Log: Fix 'make depend' Modified: head/sys/modules/ip6_mroute_mod/Makefile Modified: head/sys/modules/ip6_mroute_mod/Makefile

svn commit: r254791 - head/sys/modules/vmware/vmxnet3

2013-08-24 Thread Ulrich Spoerlein
Author: uqs Date: Sat Aug 24 15:41:36 2013 New Revision: 254791 URL: http://svnweb.freebsd.org/changeset/base/254791 Log: Include bsd.own.mk before trying to check MK_* values. Modified: head/sys/modules/vmware/vmxnet3/Makefile Modified: head/sys/modules/vmware/vmxnet3/Makefile

svn commit: r254596 - head/sys/modules/vmm

2013-08-21 Thread Ulrich Spoerlein
Author: uqs Date: Wed Aug 21 08:01:52 2013 New Revision: 254596 URL: http://svnweb.freebsd.org/changeset/base/254596 Log: Fix 'make depend'. Modified: head/sys/modules/vmm/Makefile Modified: head/sys/modules/vmm/Makefile

svn commit: r254319 - head/sys/modules/dtrace/sdt

2013-08-14 Thread Ulrich Spoerlein
Author: uqs Date: Wed Aug 14 08:03:57 2013 New Revision: 254319 URL: http://svnweb.freebsd.org/changeset/base/254319 Log: Fix make depend Modified: head/sys/modules/dtrace/sdt/Makefile Modified: head/sys/modules/dtrace/sdt/Makefile

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

2013-08-14 Thread Ulrich Spoerlein
Markus Brueffer mar...@freebsd.org born in Gronau, Nordrhein-Westfalen, Germany, 1977 05/11 Jesus Rodriguez jes...@freebsd.org born in Barcelona, Spain, 1972 05/11 Roman Kurakin r...@freebsd.org born in Moscow, USSR, 1979 +05/11 Ulrich Spoerlein u...@freebsd.org born in Schesslitz, Bayern

svn commit: r253911 - head/sys/modules/iwn

2013-08-03 Thread Ulrich Spoerlein
Author: uqs Date: Sat Aug 3 08:21:35 2013 New Revision: 253911 URL: http://svnweb.freebsd.org/changeset/base/253911 Log: Add missing depend. Modified: head/sys/modules/iwn/Makefile Modified: head/sys/modules/iwn/Makefile

svn commit: r253645 - head/sys/dev/sound/pci

2013-07-25 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jul 25 09:29:48 2013 New Revision: 253645 URL: http://svnweb.freebsd.org/changeset/base/253645 Log: snd_ds1(4): Fix order of arguments for stereo/16bit mode This function is called 4 times in this file, with swapped parameter ordering. Fix the function definition

svn commit: r253646 - head/sys/dev/aic7xxx

2013-07-25 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jul 25 09:30:00 2013 New Revision: 253646 URL: http://svnweb.freebsd.org/changeset/base/253646 Log: Match function definition to declaration and call-site. SVN r95378 refactored ahc_9005_subdevinfo_valid out into a separate function but swapped the vendor/subvendor

svn commit: r250203 - head/lib/libpmc

2013-05-03 Thread Ulrich Spoerlein
Author: uqs Date: Fri May 3 08:20:10 2013 New Revision: 250203 URL: http://svnweb.freebsd.org/changeset/base/250203 Log: Always install pmc.foo(3) manpages. There is no point in hiding, e.g. pmc.xscale(3) from a developer running on amd64, when the target arch in question will probably

svn commit: r249924 - head/bin/df

2013-04-26 Thread Ulrich Spoerlein
Author: uqs Date: Fri Apr 26 12:27:30 2013 New Revision: 249924 URL: http://svnweb.freebsd.org/changeset/base/249924 Log: Don't appease clang static analyzer after all and roll back the free(3) of mntbuf ... again. There's no point in doing useless extra work when we're about to exit.

svn commit: r249698 - head/bin/df

2013-04-20 Thread Ulrich Spoerlein
Author: uqs Date: Sat Apr 20 12:41:05 2013 New Revision: 249698 URL: http://svnweb.freebsd.org/changeset/base/249698 Log: bin/df: Fix unitialized use in prtstat While here: - use NULL in the context of pointers - use memset instead of bzero throughout the file - free memory to

svn commit: r247891 - head/sys/modules/uart

2013-03-06 Thread Ulrich Spoerlein
Author: uqs Date: Wed Mar 6 11:44:19 2013 New Revision: 247891 URL: http://svnweb.freebsd.org/changeset/base/247891 Log: Fix 'make depend' Modified: head/sys/modules/uart/Makefile Modified: head/sys/modules/uart/Makefile

svn commit: r247719 - head/sys/modules/mqueue

2013-03-03 Thread Ulrich Spoerlein
Author: uqs Date: Sun Mar 3 16:17:09 2013 New Revision: 247719 URL: http://svnweb.freebsd.org/changeset/base/247719 Log: Fix 'make depend' Modified: head/sys/modules/mqueue/Makefile Modified: head/sys/modules/mqueue/Makefile

svn commit: r246983 - head/sys/dev/sound/pci/hda

2013-02-19 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 19 10:25:51 2013 New Revision: 246983 URL: http://svnweb.freebsd.org/changeset/base/246983 Log: Fix typo Submitted by: Matt Burke mattbli...@icritical.com Modified: head/sys/dev/sound/pci/hda/hdaa.c Modified: head/sys/dev/sound/pci/hda/hdaa.c

svn commit: r247006 - head/usr.bin/dtc

2013-02-19 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 19 18:28:25 2013 New Revision: 247006 URL: http://svnweb.freebsd.org/changeset/base/247006 Log: dtc: fix bootstrapping from 8.2-STABLE MFC after:1 week Approved by: theraven Modified: head/usr.bin/dtc/input_buffer.cc Modified:

svn commit: r243801 - head/sys/modules/iwn

2012-12-02 Thread Ulrich Spoerlein
Author: uqs Date: Sun Dec 2 22:18:01 2012 New Revision: 243801 URL: http://svnweb.freebsd.org/changeset/base/243801 Log: Fix make depend. Modified: head/sys/modules/iwn/Makefile Modified: head/sys/modules/iwn/Makefile

svn commit: r241806 - in head/sbin: fsck fsck_msdosfs

2012-10-21 Thread Ulrich Spoerlein
Author: uqs Date: Sun Oct 21 12:01:11 2012 New Revision: 241806 URL: http://svn.freebsd.org/changeset/base/241806 Log: sbin/fsck: s/perror/perr/ to avoid shadowing - rename some other vars too - merge NetBSD license changes Obtained from:NetBSD PR: bin/139802

svn commit: r241775 - head/contrib/mdocml

2012-10-20 Thread Ulrich Spoerlein
Author: uqs Date: Sat Oct 20 10:16:55 2012 New Revision: 241775 URL: http://svn.freebsd.org/changeset/base/241775 Log: strcmp(3) will suffice here, also follow the style of the remaining file more closely. Prodded by: ed Modified: head/contrib/mdocml/mdoc_validate.c Modified:

svn commit: r237560 - in head/sys/modules: rdma/krping toecore

2012-06-25 Thread Ulrich Spoerlein
Author: uqs Date: Mon Jun 25 09:46:06 2012 New Revision: 237560 URL: http://svn.freebsd.org/changeset/base/237560 Log: Fix 'make depend'. Modified: head/sys/modules/rdma/krping/Makefile head/sys/modules/toecore/Makefile Modified: head/sys/modules/rdma/krping/Makefile

svn commit: r236514 - head/sys/modules/wpi

2012-06-03 Thread Ulrich Spoerlein
Author: uqs Date: Sun Jun 3 12:19:16 2012 New Revision: 236514 URL: http://svn.freebsd.org/changeset/base/236514 Log: Fix make depend Modified: head/sys/modules/wpi/Makefile Modified: head/sys/modules/wpi/Makefile

svn commit: r236311 - in head/sys/modules: cxgb/cxgb ixgbe

2012-05-30 Thread Ulrich Spoerlein
Author: uqs Date: Wed May 30 13:55:43 2012 New Revision: 236311 URL: http://svn.freebsd.org/changeset/base/236311 Log: Unbreak make depend. Modified: head/sys/modules/cxgb/cxgb/Makefile head/sys/modules/ixgbe/Makefile Modified: head/sys/modules/cxgb/cxgb/Makefile

svn commit: r235775 - head/sys/modules/bwi

2012-05-22 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 22 06:33:08 2012 New Revision: 235775 URL: http://svn.freebsd.org/changeset/base/235775 Log: Fix make depend. Modified: head/sys/modules/bwi/Makefile Modified: head/sys/modules/bwi/Makefile

svn commit: r235265 - head/share/man/man7

2012-05-11 Thread Ulrich Spoerlein
Author: uqs Date: Fri May 11 10:13:34 2012 New Revision: 235265 URL: http://svn.freebsd.org/changeset/base/235265 Log: Stop lying about default UFS blocksizes. This catches up with the year-old change to default blocksizes. Also reduce the variants of spelling gigabyte from 3 down to 2

svn commit: r235078 - head/sys/modules/linux

2012-05-06 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 6 11:41:00 2012 New Revision: 235078 URL: http://svn.freebsd.org/changeset/base/235078 Log: Fix make depend Modified: head/sys/modules/linux/Makefile Modified: head/sys/modules/linux/Makefile

svn commit: r234866 - head/sys/modules/mwl

2012-05-01 Thread Ulrich Spoerlein
Author: uqs Date: Tue May 1 07:38:40 2012 New Revision: 234866 URL: http://svn.freebsd.org/changeset/base/234866 Log: Fix make depend. Modified: head/sys/modules/mwl/Makefile Modified: head/sys/modules/mwl/Makefile

svn commit: r231838 - in head/sys/modules: ipdivert wi wlan

2012-02-16 Thread Ulrich Spoerlein
Author: uqs Date: Thu Feb 16 21:57:50 2012 New Revision: 231838 URL: http://svn.freebsd.org/changeset/base/231838 Log: Fix 'make depend'. Modified: head/sys/modules/ipdivert/Makefile head/sys/modules/wi/Makefile head/sys/modules/wlan/Makefile Modified: head/sys/modules/ipdivert/Makefile

svn commit: r231128 - head/share/misc

2012-02-07 Thread Ulrich Spoerlein
Napierala\nt trhodes [label=Tom Rhodes\ntrho...@freebsd.org\n2004/07/06] thierry [label=Thierry Thomas\nthie...@freebsd.org\n2004/03/15] tmclaugh [label=Tom McLaughlin\ntmcla...@freebsd.org\n2005/09/15] +uqs [label=Ulrich Spoerlein\n...@freebsd.org\n2012/01/19] vd [label=Vasil Dimov\n

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

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

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

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

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

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

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

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 == ---

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

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

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

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: 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

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

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 minimar...@gmail.com Modified: head/usr.sbin/newsyslog/newsyslog.c

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 minimar...@gmail.com et al. Modified: head/usr.bin/locate/locate/util.c

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

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 u...@freebsd.org wrote: Modified: head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt

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 u...@freebsd.org wrote: Modified: head/usr.sbin/cron/doc/CHANGES == --- head/usr.sbin/cron/doc/CHANGES

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

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

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

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

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)

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

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

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: r224657 - head/usr.bin/catman

2011-08-05 Thread Ulrich Spoerlein
Author: uqs Date: Fri Aug 5 15:07:28 2011 New Revision: 224657 URL: http://svn.freebsd.org/changeset/base/224657 Log: For POLA reasons, disable SGR sequences in catpages. See r222647 for a similar change to bsd.doc.mk after SGR was generally turned on in groff. Suggested by: ru

svn commit: r224639 - head/usr.bin/catman

2011-08-03 Thread Ulrich Spoerlein
Author: uqs Date: Wed Aug 3 19:26:57 2011 New Revision: 224639 URL: http://svn.freebsd.org/changeset/base/224639 Log: Unbreak catman(1) by removing calls to col(1). col(1) was mangling the SGR escapes and is not strictly required. See r222647, r222648, r222650, and r222653 for more

Re: svn commit: r223715 - head/contrib/gcc

2011-07-04 Thread Ulrich Spoerlein
On Mon, 04.07.2011 at 13:24:37 +0200, Ed Schouten wrote: Hi Uli, * Ulrich Spoerlein u...@freebsd.org, 20110701 22:45: - Port -Wtrampolines support from gcc3. Some testing here seems to suggest it's quite hard to write code that triggers this warning, while still passing WARNS = 3

svn commit: r223715 - head/contrib/gcc

2011-07-01 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jul 1 20:45:55 2011 New Revision: 223715 URL: http://svn.freebsd.org/changeset/base/223715 Log: - Fix typo in check_for_nested_with_variably_modified present - Implement -Wvariable-decl. - Port -Wtrampolines support from gcc3. (all three also via OpenBSD) PR:

svn commit: r223483 - in head/sys/modules: cxgbe/if_cxgbe nfscl nfscommon

2011-06-23 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jun 23 20:31:52 2011 New Revision: 223483 URL: http://svn.freebsd.org/changeset/base/223483 Log: Fix make buildworld -DMODULES_WITH_WORLD Sort opt_ srcs Modified: head/sys/modules/cxgbe/if_cxgbe/Makefile head/sys/modules/nfscl/Makefile

svn commit: r222599 - in head: sbin/geom/class/part sbin/setkey sys/boot/forth usr.bin/rctl

2011-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jun 2 09:56:42 2011 New Revision: 222599 URL: http://svn.freebsd.org/changeset/base/222599 Log: mdoc: fix markup Modified: head/sbin/geom/class/part/gpart.8 head/sbin/setkey/setkey.8 head/sys/boot/forth/check-password.4th.8 head/usr.bin/rctl/rctl.8 Modified:

svn commit: r222600 - in head: lib/libc/iconv share/man/man4 share/man/man9 share/misc sys/teken/libteken usr.bin/fstat

2011-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jun 2 09:56:53 2011 New Revision: 222600 URL: http://svn.freebsd.org/changeset/base/222600 Log: mdoc: reorder sections consistently Modified: head/lib/libc/iconv/iconvctl.3 head/share/man/man4/bwn.4 head/share/man/man4/em.4 head/share/man/man4/igb.4

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

2011-06-02 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jun 2 10:18:49 2011 New Revision: 222601 URL: http://svn.freebsd.org/changeset/base/222601 Log: Fix man -t by not passing grotty flags to groff when grotty is not involved. This fixes a regression introduced with r221303. Noticed by: jilles Modified:

svn commit: r222171 - head/tools/tools/iso

2011-05-22 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 22 09:48:25 2011 New Revision: 222171 URL: http://svn.freebsd.org/changeset/base/222171 Log: Update URLs and fix regex to work with current version of the files. Modified: head/tools/tools/iso/check-iso3166.pl Modified: head/tools/tools/iso/check-iso3166.pl

svn commit: r222172 - head/sys/gnu/fs/xfs/FreeBSD/support

2011-05-22 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 22 09:58:48 2011 New Revision: 222172 URL: http://svn.freebsd.org/changeset/base/222172 Log: Fix typo in unused function name Submitted by: arundel Modified: head/sys/gnu/fs/xfs/FreeBSD/support/kdb.c Modified: head/sys/gnu/fs/xfs/FreeBSD/support/kdb.c

svn commit: r222175 - head/share/examples/libvgl

2011-05-22 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 22 14:03:21 2011 New Revision: 222175 URL: http://svn.freebsd.org/changeset/base/222175 Log: Remove typos, tabs-after-spaces and EOL whitespace. Convert to UTF-8. Modified: head/share/examples/libvgl/demo.c Modified: head/share/examples/libvgl/demo.c

svn commit: r222176 - in head: sbin/atacontrol sbin/mount_reiserfs share/man/man4 share/man/man5 share/man/man9 share/misc

2011-05-22 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 22 14:03:30 2011 New Revision: 222176 URL: http://svn.freebsd.org/changeset/base/222176 Log: Re-encode files from ISO-8859-1 to UTF-8 Modified: head/sbin/atacontrol/atacontrol.8 head/sbin/atacontrol/atacontrol.c head/sbin/mount_reiserfs/mount_reiserfs.8

svn commit: r222177 - head/bin/pax

2011-05-22 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 22 14:03:38 2011 New Revision: 222177 URL: http://svn.freebsd.org/changeset/base/222177 Log: Fix a bunch of typos and a couple of whitespace nits. Helped by:codespell and vim's spellchecker Modified: head/bin/pax/ar_io.c head/bin/pax/ar_subs.c

svn commit: r222178 - in head/bin: ed ps sh

2011-05-22 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 22 14:03:46 2011 New Revision: 222178 URL: http://svn.freebsd.org/changeset/base/222178 Log: Fix some typos under bin/ Found by: codespell Modified: head/bin/ed/POSIX head/bin/ps/ps.c head/bin/sh/mkinit.c Modified: head/bin/ed/POSIX

svn commit: r222179 - in head/share/examples: diskless drivers netgraph

2011-05-22 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 22 14:23:48 2011 New Revision: 222179 URL: http://svn.freebsd.org/changeset/base/222179 Log: Fix more typos to be a good example. Found by: codespell Modified: head/share/examples/diskless/README.TEMPLATING

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 == ---

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

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

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

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

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.

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: 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:

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 arun...@freebsd.org wrote: On Wed Apr 6 11, Ulrich

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

  1   2   3   >