freebsd kernel with SKQ
Go to file
Peter Wemm 31432c9ff1 The same data segment length rounding problem that was in the elf
loader is also present in the coff loader.  It was possible to get one
more page allocated than needed, which would cause brk()/malloc()/etc
to fail with ENOMEM when it tried to re-allocate the space.

Also, change a bcopy() from kernel to user space to a copyout().
1996-03-12 06:13:08 +00:00
bin Fix 'stutter' in manpage. 1996-03-12 05:30:39 +00:00
eBones Big clean-up job. Remove ancient and never-to-be used stuff. 1996-03-11 16:17:58 +00:00
etc Add "ppp 3000/tcp" for Use-level PPP in daemon mode (-auto) 1996-03-08 10:54:00 +00:00
games Correct man page section number references (e.g. don't use the 1996-02-11 23:29:40 +00:00
gnu remove ``whatis'' 1996-03-10 18:59:11 +00:00
include Don't reference ndbm(3) manpage. Everything is covered by db(3). 1996-03-03 09:04:40 +00:00
lib From Lite2: proc and file LIST changes 1996-03-11 05:34:46 +00:00
libexec Update the uucpd makefile to install the man page. 1996-02-18 21:38:13 +00:00
lkm linux_interp now moved into sys/i386/linux/linux_sysvec.c, but still 1996-03-10 22:43:37 +00:00
release Keep explicit newfs parameters, just set them differently. 1996-03-02 20:02:13 +00:00
sbin Backout my changes to disallow "mount /mnt /mnt" until I can verify 1996-03-11 20:01:17 +00:00
secure Big clean-up job. Remove ancient and never-to-be used stuff. 1996-03-11 16:17:58 +00:00
share add DOCDIR, DOCOWN, DOCGRP, DOCMODE for documents 1996-03-12 00:07:28 +00:00
sys The same data segment length rounding problem that was in the elf 1996-03-12 06:13:08 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Make su a little less fascist about using Kerberos if it is not 1996-03-11 22:14:52 +00:00
usr.sbin Fix a couple of miscellaneous bugs and make pkg_add also support reading 1996-03-12 06:12:43 +00:00
COPYRIGHT
Makefile Add a hint that a make world is done so people don't think that the last 1996-03-11 14:59:10 +00:00