svn commit: r203917 - head/sbin/sysctl

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:08:06 2010 New Revision: 203917 URL: http://svn.freebsd.org/changeset/base/203917 Log: sysctl(8): make WARNS=3 clean Fixes inspired by work done in DragonflyBSD. PR: bin/140016 Approved by: ed (Co-mentor) Modified: head/sbin/sysctl/Makefi

svn commit: r203920 - head/games/grdc

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:30:37 2010 New Revision: 203920 URL: http://svn.freebsd.org/changeset/base/203920 Log: grdc(6) make WARNS=6 clean and bump accordingly Approved by: ed (Co-mentor) Modified: head/games/grdc/Makefile head/games/grdc/grdc.c Modified: head/games/gr

svn commit: r203921 - head/games/morse

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:31:05 2010 New Revision: 203921 URL: http://svn.freebsd.org/changeset/base/203921 Log: morse(6) make WARNS=6 clean Approved by: ed (Co-mentor) Modified: head/games/morse/morse.c Modified: head/games/morse/morse.c =

svn commit: r203922 - head/games/fortune/fortune

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:31:30 2010 New Revision: 203922 URL: http://svn.freebsd.org/changeset/base/203922 Log: fortune(6) make WARNS=6 clean Fixes taken mostly from DragonflyBSD. Approved by: ed (Co-mentor) Modified: head/games/fortune/fortune/fortune.c Modified: head/game

svn commit: r203923 - in head/games: . bcd caesar fortune/fortune fortune/strfile fortune/unstr grdc number pom ppt random

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:32:00 2010 New Revision: 203923 URL: http://svn.freebsd.org/changeset/base/203923 Log: games: make WARNS=6 the default, remove overrides This also bumps factor, fortune, primes, and random to WARNS=6. Approved by: ed (Co-mentor) Modified: head/games/

svn commit: r203926 - in head/games/fortune: fortune strfile unstr

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 15:10:21 2010 New Revision: 203926 URL: http://svn.freebsd.org/changeset/base/203926 Log: fortune(6) switch to 3-clause BSDL; style(9) This reduces the diff to other *BSD and makes it possible to actually see the code differences. Approved by: ed (Co-men

svn commit: r203952 - in head: lib/libarchive share/syscons/keymaps tools/regression/usr.bin/env usr.sbin/cxgbtool usr.sbin/ftp-proxy

2010-02-16 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 16 09:10:21 2010 New Revision: 203952 URL: http://svn.freebsd.org/changeset/base/203952 Log: Add missing newline in last line of file. Uncovered via:fromcvs vs. svn Approved by: ed (co-mentor) Modified: head/lib/libarchive/archive_write_disk.3 head/

svn commit: r203953 - head/share/misc

2010-02-16 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 16 09:10:48 2010 New Revision: 203953 URL: http://svn.freebsd.org/changeset/base/203953 Log: Document co-mentorship by ed. Approved by: ed (co-mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot ===

svn commit: r204111 - in head: lib/libarchive sbin/restore sys/dev/cxgb/ulp/iw_cxgb sys/fs/ext2fs sys/fs/msdosfs usr.bin/cpio usr.bin/tar usr.bin/tar/test usr.bin/xinstall usr.sbin/mtree

2010-02-20 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 20 10:19:19 2010 New Revision: 204111 URL: http://svn.freebsd.org/changeset/base/204111 Log: Fix common misspelling of hierarchy Pointed out by: bf1783 at gmail Approved by: np (cxgb), kientzle (tar, etc.), philip (mentor) Modified: head

svn commit: r204178 - head/games/fortune/fortune

2010-02-21 Thread Ulrich Spoerlein
Author: uqs Date: Sun Feb 21 21:03:15 2010 New Revision: 204178 URL: http://svn.freebsd.org/changeset/base/204178 Log: Prefer exit(0) from main over return(0). Although not explicitly mentioned in style(9), it allows for easier grepping of exit points. This reverts part of r203926. R

svn commit: r204403 - head/sbin/mount_hpfs

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:14:59 2010 New Revision: 204403 URL: http://svn.freebsd.org/changeset/base/204403 Log: mount_hpfs(8): make WARNS=6 clean PR: bin/139995 Approved by: ed (co-mentor) Modified: head/sbin/mount_hpfs/Makefile head/sbin/mount_hpfs/mount_hpfs.c Mo

svn commit: r204404 - head/sbin/mount_ntfs

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:16:14 2010 New Revision: 204404 URL: http://svn.freebsd.org/changeset/base/204404 Log: mount_ntfs(8): make WARNS=6 clean PR: bin/14 Approved by: ed (co-mentor) Modified: head/sbin/mount_ntfs/Makefile head/sbin/mount_ntfs/mount_ntfs.c Mo

svn commit: r204405 - in head/sbin/routed: . rtquery

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:17:27 2010 New Revision: 204405 URL: http://svn.freebsd.org/changeset/base/204405 Log: routed(8)/rtquery(8) bump/demote to WARNS=3 for all archs - The MACHINE_ARCH check is not exhaustive (missing at least powerpc), and generally not worth maintaining.

svn commit: r204406 - head/sbin/route

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:18:33 2010 New Revision: 204406 URL: http://svn.freebsd.org/changeset/base/204406 Log: route(8): make WARNS=3 clean - add static and const where appropriate - check pointers against NULL - minor styling nits - it is actually WARNS=6 clean for non-strict

svn commit: r204407 - in head: sbin/rtsol usr.sbin/rtsold

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:19:39 2010 New Revision: 204407 URL: http://svn.freebsd.org/changeset/base/204407 Log: rtsol(8)/rtsold(8): make WARNS=3 clean It is actually WARNS=6 clean for non-strict alignment archs. Approved by: ed (co-mentor) Modified: head/sbin/rtsol/Makefile

svn commit: r204585 - in head: lib/libbsnmp lib/libbsnmp/libbsnmp lib/libpam/modules/pam_krb5 sbin/ddb sbin/ipf/ipftest share/examples/autofs/driver tools/regression/kqueue tools/regression/priv to...

2010-03-02 Thread Ulrich Spoerlein
Author: uqs Date: Tue Mar 2 16:58:04 2010 New Revision: 204585 URL: http://svn.freebsd.org/changeset/base/204585 Log: Always assign WARNS using ?= - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor) Modified:

svn commit: r204596 - in head: lib/libalias lib/libalias/libalias lib/libarchive/test lib/libpam lib/libpam/modules sbin/hastctl sbin/hastd usr.sbin/bluetooth/bthidd usr.sbin/bsnmpd/modules

2010-03-02 Thread Ulrich Spoerlein
Author: uqs Date: Tue Mar 2 18:44:08 2010 New Revision: 204596 URL: http://svn.freebsd.org/changeset/base/204596 Log: Remove redundant WARNS?=6 overrides and inherit the WARNS setting from the toplevel directory. This does not change any WARNS level and survives a make universe. App

svn commit: r204597 - in head/cddl: . lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconvert usr.bin/ctfd...

2010-03-02 Thread Ulrich Spoerlein
Author: uqs Date: Tue Mar 2 19:04:07 2010 New Revision: 204597 URL: http://svn.freebsd.org/changeset/base/204597 Log: Remove manual .includes in cddl Makefiles - Break the dependency on ../Makefile.inc for .PATH, and include ../Makefile.inc implicitly. This is required to ... - Set W

svn commit: r204710 - head/usr.sbin/mount_nwfs

2010-03-04 Thread Ulrich Spoerlein
Author: uqs Date: Thu Mar 4 16:07:14 2010 New Revision: 204710 URL: http://svn.freebsd.org/changeset/base/204710 Log: mount_nwfs(8): make WARNS=6 clean uid_t and gid_t are unsigned. While initializing them to -1 and later checking against -1 to see if they are still at their default usua

svn commit: r204711 - head/bin/ed

2010-03-04 Thread Ulrich Spoerlein
Author: uqs Date: Thu Mar 4 16:08:01 2010 New Revision: 204711 URL: http://svn.freebsd.org/changeset/base/204711 Log: ed(1): make WARNS=6 clean Although argc and argv are never read after the longjmp is complete, gcc is not clever enough to see that and needlessly warns about it. So ad

svn commit: r204756 - in head/lib/csu: amd64 arm mips powerpc sparc64

2010-03-05 Thread Ulrich Spoerlein
Author: uqs Date: Fri Mar 5 13:28:05 2010 New Revision: 204756 URL: http://svn.freebsd.org/changeset/base/204756 Log: Properly declare non-extern functions in crt1 Also move the declarations after __progname consistently to make the distinction clearer. Reviewed by: jmallett Appr

svn commit: r204757 - in head/lib/csu: . arm ia64 mips powerpc

2010-03-05 Thread Ulrich Spoerlein
Author: uqs Date: Fri Mar 5 13:29:05 2010 New Revision: 204757 URL: http://svn.freebsd.org/changeset/base/204757 Log: Use default WARNS setting (of 6) for lib/csu. PR: bin/140089 Reviewed by: jmallett Approved by: ed (co-mentor) Modified: head/lib/csu/Makefile.inc head

svn commit: r204966 - head/sbin/nos-tun

2010-03-10 Thread Ulrich Spoerlein
Author: uqs Date: Wed Mar 10 18:51:13 2010 New Revision: 204966 URL: http://svn.freebsd.org/changeset/base/204966 Log: nos-tun(8): make WARNS=3 clean The renames are in spirit of DragonflyBSD, to keep diff minimal. PR: bin/140060 Approved by: ed (co-mentor) Modified: he

svn commit: r205076 - in head: games/pom lib/libc/compat-43 lib/libgssapi lib/libkvm lib/librpcsec_gss lib/msun/man libexec/tftpd sbin/quotacheck share/man/man4 share/man/man9 usr.bin/tar usr.sbin/...

2010-03-12 Thread Ulrich Spoerlein
Author: uqs Date: Fri Mar 12 10:01:06 2010 New Revision: 205076 URL: http://svn.freebsd.org/changeset/base/205076 Log: Fix several typos in macros or macro misusage. Found by: make manlint Reviewed by: ru Approved by: philip (mentor) Modified: head/games/pom/pom.6 head/lib/li

svn commit: r205078 - in head/contrib/bsnmp: gensnmptree snmpd

2010-03-12 Thread Ulrich Spoerlein
Author: uqs Date: Fri Mar 12 11:05:37 2010 New Revision: 205078 URL: http://svn.freebsd.org/changeset/base/205078 Log: Fix typo in macro name and macro usage. Found by: make manlint Reviewed by: ru Approved by: harti, philip (mentor) Modified: head/contrib/bsnmp/gensnmptree/gen

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

2010-03-16 Thread Ulrich Spoerlein
Author: uqs Date: Tue Mar 16 11:38:07 2010 New Revision: 205208 URL: http://svn.freebsd.org/changeset/base/205208 Log: - Use `Va' for variables instead of `Dv'. - Correctly spell negative values. - Also fixes make manlint. Found by: make manlint Reviewed by: ru Approved by: ph

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

<    1   2   3   4