master
add paper.txt target;
pretty up
Add "support" for AArch64 to make it compile.
Missing $OpenBSD$'s.
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
s/arm32/arm/ ok deraadt@
Prefer <elf.h> to the non portable <sys/exec_elf.h>.
gmon.out files are now called gmon.progname.pid.out
fix -fno-common issues; ok mortimer
Reformat gprof.callg to be more compact so that it annoys a bit less when looking at gprof output. OK deraadt@
whitespaces
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
mips->mips64
Add powerpc64 bits. From drahn@
Simply some for() loops to eliminate "computed, not used" warnings.
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope ok krw millert
*** empty log message ***
Extra files needed for 'sh' architecture, copied from arm.