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