freebsd-dev/sys/boot/common
Bruce Evans 0c6ec4aca0 Declare time(not3) instead of depending on namespace pollution 3 layers
deep in <stand.h> to eventually include <time.h> to declare the user
version.

This is not quite the right place to declare it, but <stand.h> would
be worse because time() is very MD so it isn't in libstand.

Many places in the boot sources still get the user version using only
1 layer of pollution (#include <sys/time.h>.  Some pollute themselves
directly (#include <time.h>).  But the boot Makefiles are too broken
to enable warnings for redeclarations.
2002-02-25 04:31:25 +00:00
..
bcache.c Removed mounds of unused variables. 2002-02-25 03:45:09 +00:00
boot.c Implement the long-awaited module->file cache database. A userland 2001-09-11 01:09:24 +00:00
bootstrap.h Declare time(not3) instead of depending on namespace pollution 3 layers 2002-02-25 04:31:25 +00:00
commands.c Print out 'foo devices:' as the line before displaying a group of 2001-11-04 02:58:39 +00:00
console.c
dev_net.c
dev_net.h
devopen.c
help.common The entry for the 'set' command no longer has a list of variables. 2001-12-04 12:01:00 +00:00
interp_backslash.c
interp_forth.c Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
interp_parse.c
interp.c Upper case the FreeBSD loader prompt. 2001-11-19 17:30:26 +00:00
isapnp.c
isapnp.h
load_aout.c Implement the long-awaited module->file cache database. A userland 2001-09-11 01:09:24 +00:00
load_elf.c Implement the long-awaited module->file cache database. A userland 2001-09-11 01:09:24 +00:00
load.c
loader.8 Document the hw.physmem kernel environment variable. 2002-02-21 05:15:52 +00:00
ls.c
Makefile.inc
merge_help.awk Initialize first to -1; this will create a (nearly) empty file on failure, 2001-11-07 17:53:25 +00:00
misc.c
module.c Fix a number of misspellings of "dependency" and "dependencies" in 2001-11-16 21:08:40 +00:00
newvers.sh
panic.c Waits for a keypress before rebooting on panic. 2001-11-28 14:00:36 +00:00
pnp.c
pnpdata