freebsd-dev/sys/conf
David E. O'Brien 26a42e7c88 Compile all kernels with "-ffreestanding":
Assert that compilation takes place in a freestanding environment. This
	implies `-fno-builtin'. A freestanding environment is one in which the
	standard library may not exist, and program startup may not necessarily be
	at main. The most obvious example is an OS kernel. This is equivalent to
	`-fno-hosted'.
2001-12-06 17:53:32 +00:00
..
defines Add some more defines that don't change the genericness of a file. 1995-05-11 20:21:23 +00:00
files The pccard/cardbus power interface should depend on having pccard or 2001-12-06 06:40:18 +00:00
files.alpha GC userconfig after Peter axed it 15 months ago. 2001-11-05 21:46:35 +00:00
files.i386 This is the first commit of the Intel gigabit driver for 2001-12-02 07:37:17 +00:00
files.ia64 OLDCARD isn't supported on alpha or ia64, so don't pretend that it is by 2001-10-30 14:53:36 +00:00
files.pc98 Split the sio driver for pc98 into bus front end and back end. 2001-11-26 12:29:53 +00:00
files.powerpc Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to 2001-10-21 23:57:24 +00:00
files.sparc64 Add entries for the recently committed code. 2001-11-09 20:44:44 +00:00
kern.mk This will have to be revised, but allow putting 'makeoptions GCC3=true' 2001-09-10 06:23:33 +00:00
kern.post.mk Move all: target to kern.pre.mk so it matters less where you include 2001-11-11 06:16:53 +00:00
kern.pre.mk Compile all kernels with "-ffreestanding": 2001-12-06 17:53:32 +00:00
kmod.mk Support the "install.debug" and "reinstall.debug" targets for kernel modules. 2001-10-27 00:52:50 +00:00
ldscript.alpha Use the kernbase symbol exported from locore.o instead of hardcoded magic 2001-09-20 09:19:38 +00:00
ldscript.amd64 Remove hard coded magic load address. Now to change the load address, 2001-09-18 01:12:43 +00:00
ldscript.i386 Remove hard coded magic load address. Now to change the load address, 2001-09-18 01:12:43 +00:00
ldscript.ia64 Put symbols at the start and end of the unwind section so that we can 2001-10-29 11:40:14 +00:00
ldscript.powerpc Page align the data segment. 2001-10-08 10:43:34 +00:00
ldscript.sparc64 Add kernbase symbol and use it instead of magic numbers in the 2001-09-21 05:43:38 +00:00
majors Add 'ciss'. 2001-10-26 21:17:26 +00:00
Makefile.alpha Move kern.post.mk to last line, now that it appears safe 2001-11-11 20:33:02 +00:00
Makefile.i386 s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing 2001-11-11 20:17:10 +00:00
Makefile.ia64 Move kern.post.mk to last line, now that it appears safe 2001-11-11 20:33:02 +00:00
Makefile.pc98 Move kern.post.mk to last line, now that it appears safe 2001-11-11 20:33:02 +00:00
Makefile.powerpc -msoft-float must always be turned on when compiling the PowerPC kernel. 2001-11-12 10:12:00 +00:00
Makefile.sparc64 Change to using my custom sparc64 binutils. 2001-11-28 02:35:02 +00:00
newvers.sh setlocale(3) has been fixed to match POSIX standard: 2001-03-02 16:52:14 +00:00
NOTES PROCFS requires PSEUDOFS now. 2001-12-04 01:35:59 +00:00
options Axe NFS_NOSERVER since it doesn't do anything anymore. Remove NFSSERVER 2001-11-15 16:03:24 +00:00
options.alpha Implement support for MAXMEM option and hw.physmem environment variable 2001-09-10 07:03:59 +00:00
options.i386 GC userconfig after Peter axed it 15 months ago. 2001-11-05 21:46:35 +00:00
options.ia64 Add various file relating to firmware interfaces and make SKI support 2001-09-29 11:46:22 +00:00
options.pc98 MFi386: revision 1.160 2001-11-17 13:44:33 +00:00
options.powerpc Add a cosmetic comment. 2001-08-02 23:54:23 +00:00
options.sparc64 Add entries for the recently committed code. 2001-11-09 20:44:44 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00