summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2005-10-05End sentences with a dotMiod Vallat
2005-10-05Clarify the return value and drop nonapplicable bugs section hastily pastedMiod Vallat
from ttyname(3). Feedback espie@ jmc@, ok deraadt@ jmc@
2005-10-05further knf and cleaning; ok tdevalTheo de Raadt
2005-10-05first KNF (no binary diffs)Theo de Raadt
2005-10-04Fix use after free(). Bug found by mpech@; ok deraadt@Otto Moerbeek
2005-10-03add struct udf_args;Jason McIntyre
requested by mpech@ ok otto@
2005-10-03rename OpenSSL blowfish.3 manpage to BF_set_key.3, so it doesn't clobberDamien Miller
libc manpage of the same name; reported and ok jmc@
2005-10-03add missing MLINK for WEXITSTATUS.2Jason McIntyre
2005-10-03remove traces of non-existent getfstype() function;Jason McIntyre
ok krw@ deraadt@
2005-10-02some fixes to the .Nm list:Jason McIntyre
- remove duplicate entry for clntudp_create - add missing entries for svc_{destroy,fds,run}
2005-10-02`ether_addr' is the name of a structure, not a function: remove its MLINKJason McIntyre
and remove its entry from the .Nm list;
2005-10-02add missing MLINK for strnunvis.3, introduced -r1.14;Jason McIntyre
2005-10-02add bf_{ecb,cbc}_{en,de}crypt to the .Nm list;Jason McIntyre
2005-10-02add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;Jason McIntyre
2005-09-29use tabs instead of spaces in tags fileUwe Stuehler
2005-09-27accept hostnames 1 char long; spotted by otto, ok ottoTheo de Raadt
2005-09-25Revert temporary hack.Mark Kettenis
ok deraadt@
2005-09-23support %jd from c99, although intmax_t may not be available.Ted Unangst
ok deraadt espie kettenis
2005-09-15tidy up lists and displays...Jason McIntyre
2005-09-14ptrace(2) following fork(2)Mark Kettenis
ok miod@
2005-09-12Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@Miod Vallat
2005-09-12Missing colons.Miod Vallat
2005-09-12some markup and punctuation fixes from wiz@netbsdJason McIntyre
2005-09-12punctuation;Jason McIntyre
2005-09-10Use realloc() instead of malloc().Brad Smith
From: Alexander dot Farber at gmail dot com ok deraadt@
2005-09-09double word typos;Jason McIntyre
from alexey e. suslikov;
2005-09-06take some .Fd out of a literal block;Jason McIntyre
from juha erkkila;
2005-09-01repair VIS_GLOB; deraadt@ otto@ OKTodd C. Miller
2005-08-29Remove spurious call to isgraph() that sneaked in in rev 1.16.Otto Moerbeek
ok millert@ deraadt@
2005-08-28Fix the VIS_GLOB checks added in rev 1.16Todd C. Miller
Add missing casts to u_char so 0xff is treated the same on machines with signed and unsigned chars. OK deraadt@ espie@
2005-08-28fix vis prototypeTodd C. Miller
2005-08-22spelling: you missed this one david ;)Jason McIntyre
2005-08-18Update a few error descriptions w.r.t. obtaining the limitsJared Yanovich
that cause the errors to reality. ok millert, jmc
2005-08-14zap sccsid, okay deraadt@Marc Espie
2005-08-14document EINVAL return bad values as "which"; ok deraadt, millertJared Yanovich
2005-08-14add a standard RETURN VALUES section; ok deraadt, millertJared Yanovich
2005-08-12here too: sysctl is fs.posix.setuid, not fs.posix.suid;Jason McIntyre
2005-08-12uncomment setlocale(3) entry;Jason McIntyre
2005-08-12- add SEE ALSO section w/ xref for mklocale(1): from xsa@Jason McIntyre
- whilst here, uncomment entries for other SEE ALSO pages
2005-08-12remove incorrect punctuation introduced by last revision,Jared Yanovich
pointed out by deraadt and jmc
2005-08-11fix conversion to match iswctype.Marc Espie
`why didn't you just commit' deraadt@ okay millert@, otto@...
2005-08-11wording; ok jaredy@Jason McIntyre
2005-08-10although groff understands `.Ar bob )', it does not understand `.Ar ( bob',Jason McIntyre
so mark up the opening bracket with .Pf; remove non- -mdoc .br;
2005-08-10macro, capitalization, and layout improvementsJared Yanovich
2005-08-10grammar; ok jmcJared Yanovich
2005-08-10- sys/mount.h wants sys/param.hJared Yanovich
- path can also cause EFAULT ok jmc
2005-08-10- layout, macro, and punctuation tweaksJared Yanovich
- refer to formal parameters consistently - kill a duplicate description of EMFILE in ERRORS ok jmc
2005-08-10- macros, punctuation, wording, and rewordingJared Yanovich
- fix issue from -r 1.5 about a reference to flock(2) being moved to the wrong place - use FD_CLOEXEC instead of 1 to fcntl() - refer to formal parameters consistently ok jmc
2005-08-10- standard ERRORS layoutJared Yanovich
- refer to formal parameters correctly ok jmc
2005-08-10- macrosJared Yanovich
- chflags() also returns EINVAL for invalid flags - chflags() also returns EINVAL for attempts to change flags on devices as non-superuser ok jmc