| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the dependency of `install' from `kernel' by a test for the | joerg | 1996-05-02 | 1 | -2/+6 |
* | removed: | phk | 1996-05-02 | 1 | -2/+2 |
* | Make `install' depend on `kernel'. Some idiot tried to install a | joerg | 1996-04-27 | 1 | -2/+2 |
* | When doing a 'make depend', dont blow away the existing .depend until | peter | 1996-03-30 | 1 | -5/+7 |
* | Added necessary quotes (${CPP} might have spaces in it). Removed | bde | 1996-03-29 | 1 | -3/+3 |
* | Mega-commit for Linux emulator update.. This has been stress tested under | peter | 1996-03-02 | 1 | -2/+3 |
* | Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we change | peter | 1996-01-08 | 1 | -1/+2 |
* | Only change the sysctl variable if it presently points to /kernel. | phk | 1996-01-07 | 1 | -2/+4 |
* | Delete a couple of unnecessary dependencies on Makefile. | wollman | 1996-01-05 | 1 | -3/+3 |
* | Removed almost all traces of libkern.a. The objects that were in | bde | 1995-12-26 | 1 | -26/+4 |
* | Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so that | bde | 1995-12-16 | 1 | -3/+4 |
* | i386 is defined by the compiler, so don't define it here. LOAD_ADDRESS | dg | 1995-11-19 | 1 | -2/+2 |
* | Add a DRIVER_S= definition that config wants to use for assembler | peter | 1995-11-01 | 1 | -1/+2 |
* | When moving kernel to kernel.old, also change kern.bootfile.to | guido | 1995-10-30 | 1 | -1/+2 |
* | Use the new config(8) %SFILES token to auto-generate the SFILES list. | dg | 1995-10-29 | 1 | -3/+3 |
* | Make everything except the unsupported network sources compile cleanly | bde | 1995-08-16 | 1 | -3/+3 |
* | Fix clean rule to remove remove everything that isn't created by config | bde | 1995-07-22 | 1 | -3/+4 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | Make `make links' work by leaving swapkernel.c off out of the links processing | wollman | 1995-05-11 | 1 | -3/+3 |
* | Modify behavior of INCLUDES to never look in /usr/include unless we | nate | 1995-04-05 | 1 | -2/+8 |
* | Added -I/usrinclude to the tail end of the INCLUDES line. This hack | nate | 1995-04-03 | 1 | -2/+2 |
* | CVS: | bde | 1995-03-28 | 1 | -3/+3 |
* | Reviewed by: | bde | 1995-03-25 | 1 | -3/+3 |
* | Add -Wimplicit to ${CWARNFLAGS} so that implicitly declared functions | bde | 1995-03-25 | 1 | -3/+4 |
* | Removed obsolete vtrace() remnants. | dg | 1995-03-04 | 1 | -8/+1 |
* | Fix "dependency" spelling error. Implement "clean" entries for device | gibbs | 1995-03-01 | 1 | -2/+4 |
* | Use relative include path and -nostdinc avoid getting anything from | bde | 1995-02-26 | 1 | -2/+3 |
* | Pass '-m' to symorder. Kernels without INET will fail otherwise. | phk | 1995-01-29 | 1 | -2/+2 |
* | Load the kernel symbol table in the boot loader and not at compile time. | bde | 1995-01-25 | 1 | -11/+19 |
* | Handle the aic7770 driver's dependancies correctly. | gibbs | 1994-12-31 | 1 | -2/+4 |
* | Go back to -O optimization...Bruce's arguments against -O2 are convincing | dg | 1994-11-27 | 1 | -2/+2 |
* | Changed optimization level to -O2. | dg | 1994-11-24 | 1 | -2/+2 |
* | Don't define KERNEL for compiling genassym. The prototype for the system | bde | 1994-11-15 | 1 | -3/+3 |
* | Never strip the kernel. | bde | 1994-10-25 | 1 | -40/+16 |
* | LINT: vastly restructured so that it's actually useful for something | wollman | 1994-10-21 | 1 | -4/+4 |
* | Conditionally define CC, CWARNOPTS, etc., so that `makeoptions' in | wollman | 1994-10-18 | 1 | -15/+12 |
* | Put genassym: back how it was originally, the real bug was in mkdep. | rgrimes | 1994-10-03 | 1 | -2/+2 |
* | dependency for genassym was wrong, there is never made a genassym.o file. | phk | 1994-10-03 | 1 | -2/+2 |
* | genassym: depends on Makefile and genassym.o, genassym.o dependicies are | rgrimes | 1994-10-02 | 1 | -2/+2 |
* | In case CWARNFLAGS and COPTFLAGS are already defined (from /etc/make.conf | phk | 1994-10-02 | 1 | -1/+5 |
* | genassym: depends on the source code too. | rgrimes | 1994-10-01 | 1 | -2/+2 |
* | Laptop Advanced Power Management support by HOSOKAWA Tatsumi. | dg | 1994-10-01 | 1 | -2/+2 |
* | Do strip -x of kernel | csgr | 1994-09-29 | 1 | -2/+11 |
* | Fixed the problem where "make depend" was mandatory for building kernel. | phk | 1994-09-23 | 1 | -2/+2 |
* | Add SYSV shm stuff back to LINT. | jkh | 1994-09-16 | 1 | -1/+2 |
* | Don't include options MULTICAST or MROUTING in generic kernels. MULTICAST | wollman | 1994-09-09 | 1 | -1/+5 |
* | Get rid of a superfluous echo. | jkh | 1994-09-05 | 1 | -2/+1 |
* | Remove symlink before remaking it for libkern.a | jkh | 1994-09-05 | 1 | -2/+3 |
* | Restore some explicit dependencies for locore.s so that "make clean; make" | bde | 1994-09-02 | 1 | -2/+2 |
* | Remove exception.o, swtch.o, support.o, conf.o and machdep.o from | bde | 1994-08-30 | 1 | -39/+28 |