FreeBSD src
Go to file
Bruce Evans 40974c748a Never strip the kernel.
Recommend -Wimplicit in CWARNFLAGS next.  There are still a few hundred
potential arg mismatches because no function declaration is in scope.

Don't duplicate option `-I.'.

Remove null editing of the assembler source for all profiled objects.
The required magic has been done since prehistoric times by an
asm("mcount") declaration.

Simplify the clean rule.

Don't try to be clever about timestamps involving genassym.  genassym's
timestamp usually got ahead of assym.s's timestamp, so `make' almost
always had to run genassym and compare *assym.s to decide that nothing
needed to be done.  The cost is reassembling a few files whenever
genassym is rebuilt.  Assembling is almost as fast as comparing.

Always go through genassym.o to build genassym.  This would have avoided
numerous bugs involving mkdep -p.  Now it just stops genassym from
depending on the name of the temporary object file.

Use ${CFLAGS} for building genassym.  Mainly ${CWARNFLAGS} were missing.
1994-10-25 19:34:57 +00:00
bin Use kvm_uread instead of kvm_read to access the upages. 1994-10-18 04:27:46 +00:00
eBones Zap 4.0 libkdb as well. 1994-10-06 00:48:55 +00:00
etc Moved swapon -a to before the fsck. It isn't possible to run fsck on 1994-10-25 08:23:02 +00:00
games Allow to save/restore files (was games user suid problem) 1994-10-03 14:41:11 +00:00
gnu Add perl. 1994-10-25 16:59:57 +00:00
include Improve error detection and handling: 1994-10-25 14:11:35 +00:00
lib Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsets 1994-10-25 14:08:13 +00:00
libexec Implement security fix correctly: via isprint() 1994-10-22 17:37:06 +00:00
lkm Added socksys module 1994-10-16 20:39:52 +00:00
release 1. Remove comments about broken procfs, it has been fixed. 1994-10-09 20:31:01 +00:00
sbin Don't write outside of partp[] if the user gives an invalid partition 1994-10-25 17:46:53 +00:00
secure !Just! fixing makefile, no code changes Geoff 1994-09-30 06:04:40 +00:00
share Use += instead of ?= for setting LDDESTDIR. Some Makefiles, such as 1994-10-25 18:09:44 +00:00
sys Never strip the kernel. 1994-10-25 19:34:57 +00:00
tools/regression/usr.bin/sed BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
usr.bin Partially back out previous fix (in cases ':' and '!'), 1994-10-24 05:42:34 +00:00
usr.sbin Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 is 1994-10-25 17:33:25 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
CVS-INFO Documented the new CVS template. This really isn't the right place for it, 1994-07-24 22:27:27 +00:00
HW.TROUBLE Added the first three entries. Changed the intro a bit. 1994-08-28 20:48:37 +00:00
Makefile For those who want a little more control over their build process... 1994-10-15 21:19:56 +00:00
TODO Removed an item from the "projects-todo" list, now that Martin has done it. 1994-10-23 04:06:10 +00:00