Go to file
cgd 59846e6495 lint stubs for functions which ports use assembly versions. When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function (see the
arch/i386/*/Makefile.inc).  Can't just lint the normal C versions of these
functions, because some of them don't _have_ normal C versions and if
that were done dependencies would get messed up.
1997-11-06 00:50:36 +00:00
bin lint 1997-11-05 21:17:14 +00:00
distrib - add TODO file for developer communication 1997-11-05 23:32:44 +00:00
etc Add u?random (also use the mk function a couple more places). 1997-11-04 22:16:16 +00:00
games Must have the correct library link order to be able to link 1997-11-05 12:12:32 +00:00
gnu Don't do function CSE; it tickles a bizarre bug in other parts of the 1997-11-04 20:59:11 +00:00
include Fix __RENAME quoting lossage (don't pass it a quoted string). From 1997-11-04 23:36:19 +00:00
lib lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:50:36 +00:00
libexec fix so syslog works after chroot, by adding LOG_NDELAY to openlog. 1997-11-06 00:08:02 +00:00
regress getopt returns -1 not EOF 1997-11-01 06:20:47 +00:00
sbin lint 1997-11-05 21:29:29 +00:00
share Let make do the work: 1997-11-05 13:36:30 +00:00
sys Keep a global soft copy of the cpu control register in cpuctrl as some 1997-11-06 00:43:41 +00:00
usr.bin document non-zero exit status if -m fails 1997-11-05 13:36:31 +00:00
usr.sbin don't ignore blank lines after a continuation backslash 1997-11-06 00:27:58 +00:00
Makefile Make the "build" target depend on "beforeinstall", ensuring that all 1997-10-27 18:06:39 +00:00