summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
1999-06-29add Xr for stdio(3) like the is*() man pagesAaron Campbell
1999-06-29fix phasingTheo de Raadt
1999-06-29accept(2) will set errno to EINVAL if the socket is not listen(2)'ingAaron Campbell
1999-06-25use AF_LOCAL instead of AF_UNIXTheo de Raadt
1999-06-25add missing reference to setsockopt(2) in "SEE ALSO" section; tron@netbsd.orgAaron Campbell
1999-06-23Fixed compilation problems.cmetz
1999-06-23Compilation fixes.cmetz
1999-06-23Removed non-existent source file from SRC.cmetz
1999-06-23Removed portability ifdefs.cmetz
1999-06-23Removed portability ifdefs and calls to nonstandard back-end.cmetz
1999-06-23net_addrcmp(); needs man pageTheo de Raadt
1999-06-23KNFTheo de Raadt
1999-06-23Accidentally commited. Thanks mickey for catching this one.cmetz
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz
1999-06-17When finding the end of dst, never traverse more than siz bytes. ThisTodd C. Miller
1999-06-16More xref sorting under SEE ALSO.Alex Feldman
1999-06-15changes required for powerpc libc_r support.Dale S. Rahn
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-06-06adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wa...Theo de Raadt
1999-06-06some NAME section cleanupAaron Campbell
1999-06-06Grammatical, spelling, and format fixesPaul Janzen
1999-06-05stronger suggestTheo de Raadt
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-05change some .Em/.Va to .Li, looks nicerAaron Campbell
1999-06-05change some .Va to .Li, also more .DvAaron Campbell
1999-06-05some more .DvAaron Campbell
1999-06-04some repairs, add example to strdup(3) pageAaron Campbell
1999-06-04add examplesAaron Campbell
1999-06-04add an example, similar to the one in strspn.3Aaron Campbell
1999-06-04add an example; pattonme@ns.ra.pae.osd.milAaron Campbell
1999-06-04Be consistent about the relaxation of invalid host name checking.Niklas Hallqvist
1999-06-04After some constructive criticism from pjanzen@ and some e-mail tag:Aaron Campbell
1999-06-03-20 -> \-20Aaron Campbell
1999-06-03use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;Aaron Campbell
1999-06-02A couple of more __MIPSEX__Per Fogelstrom
1999-06-01getfsstat/getmntinfo do not require inclusion of <sys/ucred.h>Todd C. Miller
1999-06-01getfsstat now takes a size_t, not long, for the length parameterTodd C. Miller
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-05-30Careless: I forgot to propagate obvious consts.Marc Espie
1999-05-30Revertion of last change, which was due to emacs' stupid ideaNiklas Hallqvist
1999-05-30Some extra error checking, documentation and style wrt connectionsNiklas Hallqvist
1999-05-30grammar and punctuationPaul Janzen
1999-05-29repairs; go back over some old files, because we should properly distinguishAaron Campbell
1999-05-29repairsAaron Campbell
1999-05-29repairsAaron Campbell
1999-05-29repairsAaron Campbell
1999-05-29repairsAaron Campbell
1999-05-28proper const semantics for dirname & basename.Marc Espie