FreeBSD src
Go to file
Bruce Evans eaa86f9d7f Don't use __dead or __pure in user code. They were obfuscations
for gcc >= 2.5 and no-ops for gcc >= 2.6.  Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
1996-09-14 03:00:32 +00:00
bin Mend 'exit' without breaking 'exit 1' 1996-09-12 12:41:46 +00:00
contrib Fix latin1 guessing 1996-09-11 17:55:20 +00:00
eBones Fix my typo here from last commit. 1996-09-02 23:49:09 +00:00
etc Add hylafax 1996-09-13 01:52:49 +00:00
games Fixed DPADD. 1996-09-05 17:16:10 +00:00
gnu Use `install -C' instead of lots of shell commands to install ld.so 1996-09-12 03:42:54 +00:00
include Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
lib Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
libexec Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
lkm Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. 1996-09-06 23:32:55 +00:00
release Turn off KTRACE on MFS boot floppy. 1996-09-09 21:25:40 +00:00
sbin Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share Add ports-chinese. 1996-09-14 02:32:30 +00:00
sys Removed another devconf leftover. A fat devconf support function was 1996-09-14 01:26:16 +00:00
tools Oops, two tiny typos. Serves me right for making a "Just a tiny change!" 1996-09-05 19:19:18 +00:00
usr.bin Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
usr.sbin Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add usr.bin/sgmls to the build-tools target. 1996-09-10 04:21:36 +00:00