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

Re: git fast-import crashing on big imports

2017-01-18 Thread Ulrich Spoerlein
Yo Jeff, your commit 8261e1f139db3f8aa6f9fd7d98c876cbeb0f927c from Aug 22nd, that changes delta_base_cache to use hashmap.h is the culprit for git fast-import crashing on large imports. Please read below, you can find a 55G SVN dump that should show the problem after a couple of minutes to less th

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

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

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: 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: 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: 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: 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: r262656 - in stable/10: contrib/groff/tmac gnu/usr.bin/groff/tmac

2014-03-01 Thread Ulrich Spoerlein
Author: uqs Date: Sat Mar 1 14:44:55 2014 New Revision: 262656 URL: http://svnweb.freebsd.org/changeset/base/262656 Log: MFH r261319,261345,261742 mdoc changes to stable/10 Modified: stable/10/contrib/groff/tmac/doc-common stable/10/contrib/groff/tmac/doc-syms stable/10/contrib/groff/tma

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 head/contrib/mdoc

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 head/contrib/mdoc

svn commit: r261335 - vendor/mdocml/1.12.3

2014-01-31 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jan 31 23:14:08 2014 New Revision: 261335 URL: http://svnweb.freebsd.org/changeset/base/261335 Log: Tag mdocml 1.12.3 correctly and the right version this time. Added: vendor/mdocml/1.12.3/ - copied from r261334, vendor/mdocml/dist/ _

svn commit: r261333 - vendor/mdocml/1.12.3/dist

2014-01-31 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jan 31 23:08:32 2014 New Revision: 261333 URL: http://svnweb.freebsd.org/changeset/base/261333 Log: Undo wrongly copied mdocml tag. This is not my day ... Deleted: vendor/mdocml/1.12.3/dist/ ___ svn-src-all@freebsd.org mai

svn commit: r261334 - vendor/mdocml/1.12.3

2014-01-31 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jan 31 23:13:26 2014 New Revision: 261334 URL: http://svnweb.freebsd.org/changeset/base/261334 Log: Remove wrongly tagged mdocml version 1.12.3 Deleted: vendor/mdocml/1.12.3/ ___ svn-src-all@freebsd.org mailing list http://list

svn commit: r261331 - vendor/mdocml/dist

2014-01-31 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jan 31 23:04:19 2014 New Revision: 261331 URL: http://svnweb.freebsd.org/changeset/base/261331 Log: Really import mdocml version 1.12.3 and not a preliminary tarball. Modified: vendor/mdocml/dist/mandoc.c vendor/mdocml/dist/mandoc.h vendor/mdocml/dist/roff.c Modifie

svn commit: r261332 - vendor/mdocml/1.12.3/dist

2014-01-31 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jan 31 23:05:06 2014 New Revision: 261332 URL: http://svnweb.freebsd.org/changeset/base/261332 Log: Tag the correct version 1.12.3 for mdocml Added: vendor/mdocml/1.12.3/dist/ - copied from r261331, vendor/mdocml/dist/ ___

svn commit: r261328 - vendor/mdocml/1.12.3

2014-01-31 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jan 31 20:00:00 2014 New Revision: 261328 URL: http://svnweb.freebsd.org/changeset/base/261328 Log: Tag mdocml 1.12.3 Added: vendor/mdocml/1.12.3/ - copied from r261327, vendor/mdocml/dist/ ___ svn-src-all@freebsd.org mail

svn commit: r261327 - vendor/mdocml/dist

2014-01-31 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jan 31 19:59:03 2014 New Revision: 261327 URL: http://svnweb.freebsd.org/changeset/base/261327 Log: Import mdocml version 1.12.3 Added: vendor/mdocml/dist/NEWS vendor/mdocml/dist/gmdiff vendor/mdocml/dist/tbl.3 (contents, props changed) vendor/mdocml/dist/test-be

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

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

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: 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 head/lib/libc/iconv/ico

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: head/gnu/usr.bin/groff/tmac/mdoc.loc

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: head/gnu/usr.bin/groff/tmac/mdoc.loc

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: 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 head/lib/libc/iconv/ico

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: 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: r256048 - head/sys/modules/ibcore

2013-10-04 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 4 11:55:20 2013 New Revision: 256048 URL: http://svnweb.freebsd.org/changeset/base/256048 Log: Fix make depend. Approved by: re (glebius) Modified: head/sys/modules/ibcore/Makefile Modified: head/sys/modules/ibcore/Makefile ===

svn commit: r256048 - head/sys/modules/ibcore

2013-10-04 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 4 11:55:20 2013 New Revision: 256048 URL: http://svnweb.freebsd.org/changeset/base/256048 Log: Fix make depend. Approved by: re (glebius) Modified: head/sys/modules/ibcore/Makefile Modified: head/sys/modules/ibcore/Makefile ===

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 head/sys/modules/hyperv/st

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 head/sys/modules/hyperv/st

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: 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: 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: 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: 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: r254320 - head/usr.bin/calendar/calendars

2013-08-14 Thread Ulrich Spoerlein
Markus Brueffer born in Gronau, Nordrhein-Westfalen, Germany, 1977 05/11 Jesus Rodriguez born in Barcelona, Spain, 1972 05/11 Roman Kurakin born in Moscow, USSR, 1979 +05/11 Ulrich Spoerlein born in Schesslitz, Bayern, Germany, 1981 05/13 Pete Fritchman born in Lansdale, Pennsylvania

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

2013-08-14 Thread Ulrich Spoerlein
Markus Brueffer born in Gronau, Nordrhein-Westfalen, Germany, 1977 05/11 Jesus Rodriguez born in Barcelona, Spain, 1972 05/11 Roman Kurakin born in Moscow, USSR, 1979 +05/11 Ulrich Spoerlein born in Schesslitz, Bayern, Germany, 1981 05/13 Pete Fritchman born in Lansdale, Pennsylvania

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

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 a

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 ins

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 ins

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 n

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 n

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. S

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. S

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 appease

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 appease

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: 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: 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: 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: head/usr.bin/dtc/input_buff

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: head/usr.bin/dtc/input_buff

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 Modified: head/sys/dev/sound/pci/hda/hdaa.c Modified: head/sys/dev/sound/pci/hda/hdaa.c ==

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 Modified: head/sys/dev/sound/pci/hda/hdaa.c Modified: head/sys/dev/sound/pci/hda/hdaa.c ==

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: 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: r241807 - in head/sbin: fsck fsck_msdosfs

2012-10-21 Thread Ulrich Spoerlein
Author: uqs Date: Sun Oct 21 12:01:19 2012 New Revision: 241807 URL: http://svn.freebsd.org/changeset/base/241807 Log: Make fsck and fsck_msdosfs WARNS=6 clean - sprinkle const - add volatile qualifier to avoid vfork clobbering Inspired by: NetBSD PR: bin/139802 Review

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

2012-10-21 Thread Ulrich Spoerlein
Author: uqs Date: Sun Oct 21 12:01:19 2012 New Revision: 241807 URL: http://svn.freebsd.org/changeset/base/241807 Log: Make fsck and fsck_msdosfs WARNS=6 clean - sprinkle const - add volatile qualifier to avoid vfork clobbering Inspired by: NetBSD PR: bin/139802 Review

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 Re

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 Re

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: head/co

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: head/co

svn commit: r241774 - in head: contrib/mdocml lib share/man/man7 usr.bin

2012-10-20 Thread Ulrich Spoerlein
Author: uqs Date: Sat Oct 20 10:06:38 2012 New Revision: 241774 URL: http://svn.freebsd.org/changeset/base/241774 Log: Apply local patches to mandoc and connect it to the build. - adds a couple more library strings used in the tree - changes some more to the current groff spelling - cha

svn commit: r241774 - in head: contrib/mdocml lib share/man/man7 usr.bin

2012-10-20 Thread Ulrich Spoerlein
Author: uqs Date: Sat Oct 20 10:06:38 2012 New Revision: 241774 URL: http://svn.freebsd.org/changeset/base/241774 Log: Apply local patches to mandoc and connect it to the build. - adds a couple more library strings used in the tree - changes some more to the current groff spelling - cha

svn commit: r241754 - in head: contrib/mdocml etc/mtree lib/libmandoc usr.bin/mandoc

2012-10-19 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 19 22:21:01 2012 New Revision: 241754 URL: http://svn.freebsd.org/changeset/base/241754 Log: Merge mandoc from vendor into contrib and provide the necessary Makefile glue. It's not yet connected to the build. Added: head/contrib/mdocml/ - copied from r24167

svn commit: r241754 - in head: contrib/mdocml etc/mtree lib/libmandoc usr.bin/mandoc

2012-10-19 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 19 22:21:01 2012 New Revision: 241754 URL: http://svn.freebsd.org/changeset/base/241754 Log: Merge mandoc from vendor into contrib and provide the necessary Makefile glue. It's not yet connected to the build. Added: head/contrib/mdocml/ - copied from r24167

svn commit: r241676 - vendor/mdocml/1.12.1

2012-10-18 Thread Ulrich Spoerlein
Author: uqs Date: Thu Oct 18 09:56:14 2012 New Revision: 241676 URL: http://svn.freebsd.org/changeset/base/241676 Log: Tag version 1.12.1 (March 2012) of mdocml Added: vendor/mdocml/1.12.1/ - copied from r241675, vendor/mdocml/dist/ ___ svn-src

svn commit: r241675 - in vendor/mdocml: . dist

2012-10-18 Thread Ulrich Spoerlein
Author: uqs Date: Thu Oct 18 09:55:16 2012 New Revision: 241675 URL: http://svn.freebsd.org/changeset/base/241675 Log: Vendor import of mdocml 1.12.1 It is a suite of ISC licensed tools to compile and render mdoc/man pages and will replace groff for formatting manpages in the base system.

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

cvs commit: ports/games/bsdgames Makefile ports/games/bsdgames/files patch-battlestar

2012-05-25 Thread Ulrich Spoerlein
uqs 2012-05-25 10:50:07 UTC FreeBSD ports repository Modified files: games/bsdgames Makefile Added files: games/bsdgames/files patch-battlestar Log: Fix battlestar(6), there was treachery afoot, see the newsflash. *BATTLESTAR NEWSFLASH*BATTLESTAR NEWSFLASH*B

cvs commit: ports/sysutils/symon Makefile distinfo pkg-descr ports/sysutils/symon/files patch-symon__Makefile patch-symux__Makefile

2012-05-25 Thread Ulrich Spoerlein
uqs 2012-05-25 10:44:36 UTC FreeBSD ports repository Modified files: sysutils/symon Makefile distinfo pkg-descr sysutils/symon/files patch-symon__Makefile patch-symux__Makefile Log: Update symon to 2.85 PR: ports/167522

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

2012-05-21 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: r235775 - head/sys/modules/bwi

2012-05-21 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

Re: svn commit: r235275 - projects user

2012-05-14 Thread Ulrich Spoerlein
On Sun, 2012-05-13 at 16:35:59 -0700, Doug Barton wrote: > When you proposed these changes not only did I not see a consensus for > you to move forward, I saw a non-zero number of people push back. > > Why did you proceed? - I had a non-zero number of people tell me that it looked good. - Peter d

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 (G

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 (G

  1   2   3   4   5   6   7   8   9   10   >