Go to file
christos 5cb75fd417 Now that we use cc -E, -U__GNUC__ to avoid gnu extensions. Nuke the
__attribute__ and __extension__ workarounds.
Our invariant is: No gcc extensions if __GNUC__ is not defined, so lint
should not be playing around trying to pretend it is gcc.
1999-05-03 15:23:27 +00:00
bin oops, fix merge botch in previous.. 1999-05-03 00:20:07 +00:00
distrib Fix an old typo (or rather, an old failure to fully adapt copied code's 1999-05-02 20:53:22 +00:00
etc turn off ttyE[123] by default -- default installs don't configure them. 1999-05-01 00:23:27 +00:00
games Fix Y2K buffer overflow (from OpenBSD). 1999-04-25 19:08:34 +00:00
gnu Support NetBSD/powerpc. 1999-05-03 10:27:23 +00:00
include #ifdef __STDC__ -> #if __STDC__ 1999-04-20 20:15:47 +00:00
lib Don't bother de-linting inside __GNUC__ ifdefs. 1999-05-03 15:20:28 +00:00
libexec Always use ${MACHINE_ARCH} rather than ${MACHINE}, and reorder architectures 1999-04-29 15:31:05 +00:00
regress move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
sbin Add a 'chain' command in interactive mode that allows you to vary the 1999-05-03 09:45:01 +00:00
share Fix bugs reported by mycroft, except one. 1999-04-30 23:47:25 +00:00
sys PT_{STEP,GETREGS,SETREGS} support. 1999-05-03 10:02:19 +00:00
usr.bin Now that we use cc -E, -U__GNUC__ to avoid gnu extensions. Nuke the 1999-05-03 15:23:27 +00:00
usr.sbin Reversed (corrected) sense of superblock timestamp comparison; added the 1999-05-02 00:26:01 +00:00
Makefile Add the FORCE_DOMESTIC flag to force the 'all', 'includes', 1999-04-25 19:13:05 +00:00