aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xlint
Commit message (Expand)AuthorAgeFilesLines
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-291-1/+1
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-307-23/+23
* lint: Fix lseek() argument order.Jilles Tjoelker2011-11-051-1/+1
* catstrg() does not set the resulting string length.Kevin Lo2011-08-081-0/+1
* Fix clang warnings.Ben Laurie2011-06-184-11/+2
* Retire TARGET_ABI.Warner Losh2011-01-071-1/+1
* Doh! two last second refactoring typos crept in. Fix.Warner Losh2010-09-131-2/+2
* Revert r212513 and reimplement the search order to be ARCH, CPUARCHWarner Losh2010-09-133-13/+62
* merge powerpc and powerpc64 now that we use TARGET_CPUARCHWarner Losh2010-09-132-55/+11
* Move to using TARGET_CPUARCH instead of TARGET_ARCH.Warner Losh2010-09-131-1/+9
* Remove more extraneous ;s.Ed Maste2010-07-151-1/+1
* Teach truss and xlint how to operate on 64-bit PowerPC systems.Nathan Whitehorn2010-07-121-0/+55
* Rename the ALIGN macro to LINT_ALIGN so it does not clash with machine/param.hRoman Divacky2010-04-093-7/+7
* Pass the correct size to memset().Jaakko Heinonen2010-03-081-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-161-7/+0
* This now passes a make universe with WARNS=6.David Malone2010-01-071-2/+0
* 1) Make usage() as dead2 - it helps the compiler know that some varsDavid Malone2010-01-051-7/+8
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* MFp4(mips2-jnpr):Warner Losh2008-04-041-0/+3
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Fix a group of typos:Yaroslav Tykhiy2006-12-291-1/+1
* Pass "-Wtraditional -Wno-system-headers" to compiler as two separateAlexander Kabaev2006-09-211-1/+2
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-231-53/+0
* Include <err.h> where needed. Add $FreeBSD$ where missing.Stefan Farfeleder2005-08-057-0/+11
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm.Olivier Houchard2004-05-141-0/+3
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* The size of a long double is 16 bytes, not 12 bytes.Marcel Moolenaar2003-11-031-1/+1
* Move the -Wtraditional warning from the global cpp flags to when the -pPeter Wemm2003-10-261-2/+1
* If lint(1) is not "lint", don't try to lint the xlint compat-libs. AMark Murray2003-06-151-1/+7
* Consistently use __inline for pure c89 compilers.David E. O'Brien2003-06-071-5/+4
* Add amd64 settings.Peter Wemm2003-05-081-0/+3
* No, forget about rev 1.24. My system wasn't virgin enough when I tested that.David E. O'Brien2003-05-031-1/+0
* Forget about rev 1.23. -$ is now spelled -fno-dollars-in-identifiers.David E. O'Brien2003-05-031-0/+1
* GCC 3.3's cpplib does not impliment -$ (forbid the use of $ in identifiers).David E. O'Brien2003-05-031-1/+0
* Fix typos; add FreeBSD Id where missing.Jens Schweikhardt2003-01-016-11/+14
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-304-4/+6
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-111-2/+2
* mdoc(7) police: Fixed the declaration of the -column list.Ruslan Ermilov2002-12-111-4/+4
* Teach lint about powerpc.Benno Rice2002-12-091-0/+3
* mdoc(7) police:Ruslan Ermilov2002-11-261-8/+8
* Need to run lint1 from ${WORLDTMP}/usr/libexec during buildworld.Ruslan Ermilov2002-10-231-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-2/+1
* If the CC environment variable contains multiple words then splitIan Dowse2002-09-011-3/+7
* Merge conflicts.Mark Murray2002-07-194-42/+50
* This commit was generated by cvs2svn to compensate for changes in r100360,Mark Murray2002-07-192-10/+3
|\
| * Snapshot of NetBSD's (x)lint. Little functionality, just some codevendor/NetBSD/xlintMark Murray2002-07-197-46/+53
* | #include <sys/time.h> before <sys/stat.h> to get timespec.Poul-Henning Kamp2002-06-211-0/+1