| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a grammar bogon. | dd | 2001-06-20 | 1 | -1/+1 |
* | Fix spelling of `errno' and add cross-references. | wollman | 2001-06-18 | 1 | -6/+13 |
* | Document _SC_IOV_MAX. Add cross-references to pathconf(2), confstr(3), and | wollman | 2001-06-18 | 1 | -3/+16 |
* | After one too many PRs on the subject, bite the bullet and define IOV_MAX | wollman | 2001-06-18 | 1 | -0/+12 |
* | If the username we are trying to look up in the db files won't fit into | dwmalone | 2001-06-18 | 1 | -1/+3 |
* | (cantwrite): do not allocate memory for a NULL string | assar | 2001-06-18 | 1 | -1/+2 |
* | revert freeing of memory that gets allocated when str == NULL | assar | 2001-06-18 | 4 | -8/+0 |
* | Fix typo: clnt_destroy() only takes one arg. | mikeh | 2001-06-18 | 1 | -1/+1 |
* | free memory that gets allocated by vfprintf when str == NULL | assar | 2001-06-16 | 4 | -0/+8 |
* | Add description for the 'll' modifier for long long. In essence a copy | schweikh | 2001-06-13 | 1 | -4/+24 |
* | Complete prototype for fts_compar. | ru | 2001-06-13 | 1 | -1/+3 |
* | Make the non-threaded stub for pthread_sigmask() a no-op instead | iedowse | 2001-06-11 | 1 | -6/+1 |
* | Fix small bogon. | jlemon | 2001-06-11 | 1 | -1/+1 |
* | Handle "ASCII" and "US-ASCII" aliases | ache | 2001-06-10 | 1 | -1/+2 |
* | Implement EDNS0 support, as EDNS0 support will be made mandatory for | ume | 2001-06-10 | 6 | -2/+64 |
* | Fix cross-references: | sobomax | 2001-06-10 | 1 | -1/+1 |
* | Xref dladdr(3). | dd | 2001-06-08 | 1 | -0/+1 |
* | Correct cross-reference: | sobomax | 2001-06-07 | 1 | -15/+15 |
* | s/format/byte order/ (for clarity). | ru | 2001-06-07 | 1 | -1/+1 |
* | urandom(4) -> random(4) in comments. | dd | 2001-06-07 | 2 | -2/+2 |
* | urandom(4) -> random(4) | dd | 2001-06-07 | 2 | -4/+4 |
* | Back out my changes describing how snprintf nul terminates. It | imp | 2001-06-05 | 1 | -9/+11 |
* | Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenders | wollman | 2001-06-05 | 1 | -1/+3 |
* | I neglected to notice that the change text had already been added in a | imp | 2001-06-05 | 1 | -3/+0 |
* | Fix cross-references: | sobomax | 2001-06-05 | 2 | -3/+3 |
* | Document what happens when the real id is changed. | imp | 2001-06-05 | 2 | -0/+6 |
* | Minor improvements: | imp | 2001-06-05 | 1 | -15/+29 |
* | Properly initialize a temporary FILE that is allocated off the stack. | deischen | 2001-06-04 | 2 | -0/+10 |
* | Fix another unprotected instance of chdir() by extending the | kris | 2001-06-01 | 2 | -48/+24 |
* | Copy the sockaddr from the netbuf data area, not from the netbuf | iedowse | 2001-06-01 | 1 | -1/+1 |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 2 | -25/+3 |
* | Correct the documentation for snprintf() and vsprintf() which actually | gshapiro | 2001-05-30 | 1 | -1/+12 |
* | When doing the chdir("..") in the !FTS_NOCHDIR case, stat() after we get | kris | 2001-05-30 | 2 | -4/+32 |
* | Add warnings about trusting user-supplied data. | eric | 2001-05-25 | 3 | -2/+43 |
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 53 | -93/+223 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 2 | -0/+12 |
* | Changed the clnt_perror string in yp_all because it was saying the | pirzyk | 2001-05-23 | 1 | -1/+1 |
* | Rename (after a repo-copy) some mount(8) programs: | ru | 2001-05-23 | 2 | -2/+2 |
* | Fix the range of the returned value. | ru | 2001-05-23 | 1 | -1/+1 |
* | Correct error message of an example. | ume | 2001-05-21 | 1 | -1/+1 |
* | Document ECONNREFUSED. | archie | 2001-05-20 | 1 | -0/+4 |
* | The function clnt_dg_call(), which is used for UDP RPC calls, could | iedowse | 2001-05-18 | 1 | -4/+2 |
* | Suppress compiler warning by adding a type cast. | ru | 2001-05-17 | 1 | -4/+2 |
* | ... but we do provide .St -isoC-99, and it is not required to have the | ru | 2001-05-17 | 1 | -5/+1 |
* | Unbreak world; _DIAGASSERT macro is not available in FreeBSD. | ru | 2001-05-16 | 21 | -57/+0 |
* | mdoc(7) police: fix markup. | ru | 2001-05-16 | 1 | -4/+5 |
* | Introduce getprogname(3) and setprogname(3) library calls. These get | dd | 2001-05-15 | 4 | -3/+123 |
* | adapt to FreeBSD. | tshiozak | 2001-05-15 | 2 | -4/+20 |
* | mdoc(7) police: sort xrefs. | ru | 2001-05-15 | 1 | -1/+1 |
* | Add new, from scratch implementation of hsearch() et al that actually works. | ru | 2001-05-15 | 5 | -113/+395 |