HardenedBSD src tree
Go to file
Bruce Evans f0b544e99e Restore the intr_* array variables that were removed in the previous
revision.  They caused redundant redeclaration warnings because I
forgot to declare them as extern and gcc-2.6.0 treats "extern int x[];"
slightly different from "int x[];" (this is probably a bug).  The new
versions will cause RR warnings from gcc-2.4.5 because it does not
understand that the second declaration in "extern int x[]; int x[1];"
is not redundant.  The variables don't actually need to be declared
in a header file because they are used in only one C source file and
one assembler source file, but I want all public variables and
comments about them to be findable by grepping *.h.
1994-08-22 15:58:40 +00:00
bin Touch init.c after making it in case mkinit refused to touch it after not 1994-08-21 10:44:51 +00:00
eBones
etc 1) adapted to a world without "fastboot" and "fasthalt". 1994-08-21 04:28:44 +00:00
gnu Added -f to rm so install doesn't abort if the file doesn't exist. 1994-08-20 06:28:37 +00:00
include Changed idempotent strings to reflect directory area. 1994-08-21 04:05:05 +00:00
lib Remove dead code. gmon stuff is now done better in libc/gmon an 1994-08-22 15:13:41 +00:00
libexec Add skey support 1994-08-21 19:10:43 +00:00
sbin Better support for clean bit: prompt the user to fix it if it's wrong 1994-08-21 08:47:10 +00:00
secure Fix afterinstall rule for generating links to the real libcrypt 1994-08-20 18:16:57 +00:00
share - Make each target depend on its source so that all the targets don't get 1994-08-22 15:28:17 +00:00
sys Restore the intr_* array variables that were removed in the previous 1994-08-22 15:58:40 +00:00
tools/regression/usr.bin/sed
usr.bin move #include of <sys/errno.h> so that #defining KERNEL actually has an effect, 1994-08-22 14:28:54 +00:00
usr.sbin
CVS-INFO
Makefile - turn NOCRYPT off 1994-08-20 21:34:59 +00:00
TODO Add my desire for XPG-style message catalogs to the TODO list. 1994-08-21 17:53:06 +00:00