Go to file
perry eeebdec53e Clean up this mess a lot. I believe we still have the following
issues (at least):

1) sbrk is defined as returning char *, which violates XPG
2) I'm not clear on what happens if you try to sbrk() on a negative
incr that is less than the page size. I'm guessing "nothing", but we
should document this behavior.
3) XPG says some interesting things about whether new pages are
guaranteed zeroed. We say nothing about this. We should document our
behavior.
4) It isn't clear if *we* guarantee that malloc and sbrk can be mixed
in our API (I've documented that it isn't universally portable.)

We really should clean these up, too.
1999-07-06 16:36:15 +00:00
bin add -q in the synopsis line 1999-07-06 14:01:01 +00:00
distrib Build INSTALL kernel automatically. 1999-07-06 16:22:58 +00:00
etc sparc and i386 do not have ld.so.conf anymore now that they're switched 1999-07-04 22:11:06 +00:00
games man page rewritten into -mandoc by dholland@eecs.harvard.edu; from PR7861 1999-06-27 04:35:42 +00:00
gnu Deal with the strlen() problem in this program which apparently can't just 1999-06-27 06:14:51 +00:00
include Restrict function delcarations using XNS5.2 D2.0 as a reference. 1999-07-03 13:30:38 +00:00
lib Clean up this mess a lot. I believe we still have the following 1999-07-06 16:36:15 +00:00
libexec use syslog instead of fprintf, otherwise no-one will see the error 1999-07-06 14:36:10 +00:00
regress Compensate for fix to PR7761; kernel now clips overly large length 1999-06-19 18:02:06 +00:00
sbin do not pass NULL to errx(). 1999-07-04 15:24:35 +00:00
share Switch the i386 port to ELF. 1999-07-05 09:13:04 +00:00
sys for incoming broadcasts, strip IP/UDP header correctly 1999-07-06 14:37:47 +00:00
usr.bin pacify gcc-2.8 uninitialized variable warnings, and only use timespecs in 1999-07-06 14:45:31 +00:00
usr.sbin portability fixes: 1999-07-06 15:11:14 +00:00
Makefile Handle crypto-us just like domestic 1999-05-27 21:03:31 +00:00