aaron
9fff4267fe
remove redundant .Pp macros
25 years ago
aaron
0d491ceee6
remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,
not "Month, ##, ####"
25 years ago
deraadt
6491511267
install miscfs includes too
25 years ago
deraadt
26897f868a
clarify trade secret issue
25 years ago
provos
5f90dc1783
if /dev/arandom is not available for seeding, use data from sysctl
kern.arandom.
25 years ago
aaron
5457e11d62
first round of repairs on stdlib
25 years ago
aaron
f49d82ce18
repairs
25 years ago
aaron
67b066fa85
new mdoc bm(3) man page
25 years ago
espie
1c92e2c0d1
Slight goof, repair symlinks target (noted by David Leonard)
25 years ago
cmetz
6acf79f4a8
Added some protocol independent interfaces (supposedly IPv6 support APIs, but
ones that are useful for all protocols, not just IPv6).
25 years ago
art
df6ce7fed9
install uvm includes
25 years ago
espie
bad13e3a6b
Give line printout along with line number.
25 years ago
millert
f194bdc090
When finding the end of dst, never traverse more than siz bytes. This
keeps us from misbehaving if the user gives us a src string that is not
NUL-terminated. This is one of those "should not happen" cases but it
is good to play it safe. Pointed out by Casper Dik <casper@holland.sun.com>
25 years ago
millert
86e73fe67c
make /usr/obj group wsrc, mode 775 to match /usr/src
25 years ago
deraadt
647251022e
YP client, not just YP
25 years ago
downsj
65ede8bc0b
Shrink...
25 years ago
angelos
e296b07527
Fix typo in netatalk startup
25 years ago
espie
de172e7c0c
Define NULL to be __null for C++: better quality of implementation.
__null is a magic constant of integral type that converts to a null pointer
as should be, but warns for ambiguity when used to resolved an overload
between an integral type and a pointer type.
25 years ago
aaron
1fb47c1d6b
some NAME section cleanup
25 years ago
pjanzen
6e42fdf854
Grammatical, spelling, and format fixes
25 years ago
deraadt
ef60c11b2d
getaddrinfo() info prototypes and such; cmetz
25 years ago
aaron
f13f3c8dcc
capitalize the acronym ID
25 years ago
aaron
6d2a02c0cd
some repairs, add example to strdup(3) page
25 years ago
aaron
d7aef31b0f
add examples
25 years ago
aaron
9118fe795f
add an example, similar to the one in strspn.3
25 years ago
aaron
db99fe1889
add an example; pattonme@ns.ra.pae.osd.mil
25 years ago
brian
da45176491
typo; Bill Fumerola
25 years ago
millert
377c6a71d4
Fix typo, '=' not '=='; marc@snafu.org
25 years ago
angelos
6f0654d520
Bad commit (machdep.allowaperture), this already exists in etc.i386 --
obviously a long day :-X
25 years ago
angelos
071e7665d8
Add netatalk start-up support.
25 years ago
angelos
ab9a9a53a5
Add a commented out machdep.allowaperture=1 line
25 years ago
angelos
4ce3371b53
Add libkeynote target for includes
25 years ago
espie
e13aed530b
proper const semantics for dirname & basename.
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
25 years ago
aaron
cc603a885d
"SEE ALSO" -> SEE ALSO, missed these files before
25 years ago
aaron
6a3e297d23
more missing .El macros filled in
25 years ago
aaron
b3ce9a0df3
or'ing -> OR'ing
25 years ago
aaron
6f3ecc442a
getopt(3) does not return -1 when encountering unrecognized options
25 years ago
jason
8f4fd0947d
create links for audio->audio0 and friends if they don't exist
25 years ago
espie
194fbcd9ee
Link in egcs, kill gcc and libg++
25 years ago
jakob
6ca5300c3f
Configure raid devices at boot (from NetBSD, ok by niklas@).
25 years ago
aaron
48f48f4249
kill some old macros
25 years ago
aaron
2f03f374b1
punctuation
25 years ago
deraadt
d3a04e89da
permit threaded use; jb@freebsd
25 years ago
millert
f2631f1edc
Add shlib_dirs variable so users can add to the directories cached
in /var/run/ld.so.hints
25 years ago
aaron
4ac47893f2
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
25 years ago
weingart
63929f59f5
Add swapctl(2) prototype.
25 years ago
espie
cb37c452aa
typo
25 years ago
espie
61c20d92d9
Change include links shennannigans to make more sense,
so that machine -> i386, and not the other way around,
or, for arches such as amiga/m68k, make amiga & m68k true directories
and let machine -> amiga.
25 years ago
deraadt
aab120ec62
spelling
25 years ago
millert
1c8a35b90b
o Mention strlcpy and strlcat
o strsep is not in ANSI X3.159-1989 (though it is in C9X)
25 years ago