Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm. | cognet | 2004-05-14 | 1 | -0/+3 |
| | |||||
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
| | | | | Use WARNS?= instead of WARNS=. | ||||
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
| | |||||
* | The size of a long double is 16 bytes, not 12 bytes. | marcel | 2003-11-03 | 1 | -1/+1 |
| | |||||
* | Move the -Wtraditional warning from the global cpp flags to when the -p | peter | 2003-10-26 | 1 | -2/+1 |
| | | | | | | | (portability warnings) switch is used. Add -Wno-system-headers after it so that we dont get 500 screenfulls of warnings about #elif in /usr/include. I'm not entirely happy with this. Maybe cdefs.h shouldn't use #elif and instead nest #else clauses? | ||||
* | If lint(1) is not "lint", don't try to lint the xlint compat-libs. A | markm | 2003-06-15 | 1 | -1/+7 |
| | | | | third-party lint is probably being used. | ||||
* | Consistently use __inline for pure c89 compilers. | obrien | 2003-06-07 | 1 | -5/+4 |
| | | | | Submitted by: Tim Kientzle <kientzle@acm.org> | ||||
* | Add amd64 settings. | peter | 2003-05-08 | 1 | -0/+3 |
| | | | | Approved by: re (scottl) | ||||
* | No, forget about rev 1.24. My system wasn't virgin enough when I tested that. | obrien | 2003-05-03 | 1 | -1/+0 |
| | | | | Restore rev 1.23. | ||||
* | Forget about rev 1.23. -$ is now spelled -fno-dollars-in-identifiers. | obrien | 2003-05-03 | 1 | -0/+1 |
| | | | | Submitted by: kan | ||||
* | GCC 3.3's cpplib does not impliment -$ (forbid the use of $ in identifiers). | obrien | 2003-05-03 | 1 | -1/+0 |
| | |||||
* | Fix typos; add FreeBSD Id where missing. | schweikh | 2003-01-01 | 6 | -11/+14 |
| | |||||
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 4 | -4/+6 |
| | | | | Add FreeBSD Id tag where missing. | ||||
* | mdoc(7) police: overhaul. | ru | 2002-12-11 | 1 | -2/+2 |
| | | | | Approved by: re | ||||
* | mdoc(7) police: Fixed the declaration of the -column list. | ru | 2002-12-11 | 1 | -4/+4 |
| | | | | Approved by: re | ||||
* | Teach lint about powerpc. | benno | 2002-12-09 | 1 | -0/+3 |
| | | | | Approved by: re (rwatson) | ||||
* | mdoc(7) police: | ru | 2002-11-26 | 1 | -8/+8 |
| | | | | | | | Restore (once again) my fixes from revision 1.20 that got lost in revision 1.25 merge. Approved by: re | ||||
* | Need to run lint1 from ${WORLDTMP}/usr/libexec during buildworld. | ru | 2002-10-23 | 1 | -1/+1 |
| | | | | Spotted by: fjoe | ||||
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha | ||||
* | If the CC environment variable contains multiple words then split | iedowse | 2002-09-01 | 1 | -3/+7 |
| | | | | | | it up into separate exec arguments. Reviewed by: markm | ||||
* | Merge conflicts. | markm | 2002-07-19 | 4 | -42/+50 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r100360, | markm | 2002-07-19 | 2 | -10/+3 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Snapshot of NetBSD's (x)lint. Little functionality, just some code | markm | 2002-07-19 | 7 | -46/+53 |
| | | | | | | | | tidy-ups. | ||||
* | | #include <sys/time.h> before <sys/stat.h> to get timespec. | phk | 2002-06-21 | 1 | -0/+1 |
| | | |||||
* | | Make sure the file in Attic is really "dead". | ru | 2002-05-07 | 1 | -91/+0 |
| | | | | | | | | Problem found by: ken | ||||
* | | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 2 | -2/+2 |
| | | | | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. | ||||
* | | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -6/+12 |
| | | |||||
* | | Don't unnecessarily include bsd.own.mk. | ru | 2002-04-15 | 1 | -1/+0 |
| | | | | | | | | (This is apparently required in NetBSD). | ||||
* | | FreeBSD prior to 4.4-RELEASE and older versions of 5.0-CURRENT do | ru | 2002-04-07 | 2 | -10/+6 |
| | | | | | | | | | | | | | | | | not have setprogname(3) and getprogname(3), and we need to build lint(1) as a cross-tool to bootstrap. Versions from lib/libc/gen can't be compiled either. PR: bin/36747 | ||||
* | | Later versions of gcc object very strongly to the -C flag being passed | peter | 2002-04-07 | 1 | -1/+1 |
| | | | | | | | | | | as -CC. It makes no difference to gcc in the tree, but this change is necessary for gcc-3.1 to work. | ||||
* | | remove __P | imp | 2002-03-22 | 1 | -1/+3 |
| | | |||||
* | | Add an ia64 targparam.h | peter | 2002-03-21 | 1 | -0/+54 |
| | | |||||
* | | Make lint(1) a cross-tool. | ru | 2002-03-20 | 6 | -20/+12 |
| | | | | | | | | | | | | | | | | | | (See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong with enabling build of lint libraries in rev. 1.12.) This fixes cross-arch compiles (running binaries for a different arch when generating lint.7 and lint libraries) and cross-branch compiles (4.x -> 5.0 buildworld should be working again). | ||||
* | | Build lint libraries. | markm | 2002-03-17 | 1 | -1/+1 |
| | | |||||
* | | Argh, I constantly keep forgetting about these XXX's I put. | ru | 2002-03-15 | 1 | -2/+1 |
| | | |||||
* | | mdoc(7) police: | ru | 2002-03-15 | 1 | -82/+62 |
| | | | | | | | | | | Restore fixes from revision 1.20 that got lost in revision 1.21 merge. Fixed some more. | ||||
* | | Try harder to lint without nonstandard stuff. | markm | 2002-03-11 | 1 | -0/+1 |
| | | |||||
* | | Punt to attic file that moved in latest import. | markm | 2002-03-11 | 1 | -56/+0 |
| | | |||||
* | | Fix a prototype to match our headers. I am not convinced that doing | markm | 2002-03-11 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | this in this file is the correct way round. (Maybe our definition of __assert is wrong?) Anyway, perhaps we should revisit this later. For the time being, building lint libraries here does not blow up. | ||||
* | | Fix silly one line error. (Half a .if statement left behind). | markm | 2002-03-11 | 1 | -1/+0 |
| | | |||||
* | | Add sparc64 ifdefs. | jake | 2002-03-10 | 1 | -0/+3 |
| | | |||||
* | | Completeley revert this to the vendor code. This is in preparation to | markm | 2002-03-07 | 1 | -34/+15 |
| | | | | | | | | | | | | doing some fixing... ...asked for by: bde | ||||
* | | Merge conflicts, fix Makefiles and remove (re)moved file(s). | markm | 2002-03-03 | 17 | -1328/+1598 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r91586, | markm | 2002-03-03 | 38 | -546/+2343 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of NetBSD's (x)lint, snapshotted at 2002-3-3. | markm | 2002-03-03 | 56 | -1886/+4045 |
| | | |||||
* | | WARNS=2 fixes. | markm | 2001-12-11 | 1 | -1/+1 |
| | | |||||
* | | Make this build on ia64. | dfr | 2001-10-09 | 1 | -1/+4 |
| | | |||||
* | | Expand x{malloc,calloc,realloc,strdup} in-place. | obrien | 2001-07-24 | 8 | -79/+169 |
| | | | | | | | | (even found some unchecked naked uses) | ||||
* | | Mark a function as __printflike() and fix a non-exploitable format string | kris | 2001-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | warning. MFC after: 1 week | ||||
* | | Disable llib. The previous commit does not go anywhere near far enough | peter | 2001-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | to enable this. 1: it was running xlint out of the object directory, which is not safe (ie: run a 5.x binary on a 4.x world - no libc.so.5, or run an alpha binary on x86). 2: lint has /usr/libexec/lint1 and /usr/libexec/lint2 hard coded in. This is the same as problem 1. 3: lint has got /usr/bin/cc hard coded in as well. Also, see problem 1. There are probably more problems, but these are enough of a showstopper. |