Go to file
simonb 2f1fef39b3 Centralise the declarations of cpu_model, machine, machine_arch,
osrelease, and ostype and remove "extern char foo[];" (for hostname
and domainname too).

Also delete redunctant decl of boottime in kern_info_43.c.
2000-03-28 23:57:24 +00:00
bin Use an in-core stack for directory permissions rather than a temporary 2000-03-21 02:15:24 +00:00
dist need string.h for prototype of memset(). fixes build breakage on alpha. 2000-03-02 18:08:44 +00:00
distrib Make doing a few things here (e.g. checkflist) a little easier. This 2000-03-28 00:38:06 +00:00
etc Don't include ${RELEASDIR} in INSTALLATION_DIRS. Error pointed out by 2000-03-28 16:26:30 +00:00
games Use an equal probability single draw algorithm to get card from deck. 2000-03-28 19:37:54 +00:00
gnu set MKLINKLIB = "no" only if ${MKPIC} != "no" 2000-03-27 19:15:32 +00:00
include make the #ifdef __LIBC12_SOURCE__ consistent with usage in <signal.h> 2000-03-07 21:12:37 +00:00
lib In mmap(), bail out with EOVERFLOW when mapping a regular file and the file 2000-03-28 18:45:19 +00:00
libexec Don't try to get libc_pic from the libc compile directory. If we're doing a 2000-03-26 21:55:55 +00:00
regress Use proginstall:: to disable installing PROG. 2000-03-19 02:47:19 +00:00
sbin .core.Z, not .Z.core. 2000-03-27 13:06:46 +00:00
share Provide some form of documentation for IPKDB. 2000-03-28 14:21:46 +00:00
sys Centralise the declarations of cpu_model, machine, machine_arch, 2000-03-28 23:57:24 +00:00
usr.bin Make this compile again after several global structs where declared extern. 2000-03-28 23:36:11 +00:00
usr.sbin Cast timeval members to types we know the printf conversions of. 2000-03-27 17:03:25 +00:00
Makefile Handle new make variable BUILD_DONE which creates an empty build target if 2000-03-11 00:10:20 +00:00