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
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
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
=
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
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/
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
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/
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
===
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
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
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
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
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.
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
=
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
=
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
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
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
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
===
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
===
301 - 334 of 334 matches
Mail list logo