| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
to err(), and a few assorted buffer overflow fixes. Also nuked the
now-useless LFS stuff.
Notes:
svn path=/stable/2.2/; revision=37729
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=31527
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=21220
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Correct various man page xrefs
- Fix some spelling errors
- Add misssing documentation bits in some man pages
- mount_std.8 now documents mount_{devfs,fdesc,kernfs,procfs}
- New man pages for moused(8), devfs(5), fdesc(5), kernfs(5), procfs(5)
were tagged onto the 2.2 branch.
Notes:
svn path=/stable/2.2/; revision=20819
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=18286
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17797
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17786
|
| |
|
|
|
|
|
| |
as argv[0].
Notes:
svn path=/head/; revision=15774
|
|
|
mount_* programs. While we're at it, collapse the four now-identical
mount programs for devfs, fdesc, kernfs, and procfs into links to
a new mount_std(8) which can mount any really generic filesystem
such as these when called with the appropriate argv[0].
Also, convert the mount programs to use sysexits.h.
Notes:
svn path=/head/; revision=15770
|