| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the libposix1e, since it has been repo copied to libc/posix1e and | tmm | 2001-04-04 | 65 | -7110/+0 |
* | Activate build of posix1e extensions in libc and libc_r that have been | tmm | 2001-04-04 | 5 | -1/+20 |
* | Add thread safety wrappers for the posix1e syscalls that deal with file | tmm | 2001-04-04 | 10 | -0/+369 |
* | Add entries for the posix1e functions that will be overridden in libc_r. | tmm | 2001-04-04 | 2 | -0/+12 |
* | Prepare for the inclusion of libposix1e into libc: retire the old | tmm | 2001-04-04 | 29 | -12/+70 |
* | mdoc(7) police: use proper markup for function arguments. | ru | 2001-04-04 | 3 | -18/+18 |
* | mdoc(7) police: add missing .Pa call. | ru | 2001-04-04 | 1 | -1/+3 |
* | Fix some very broken code in __nc_error() that implements per-thread | iedowse | 2001-04-03 | 2 | -17/+28 |
* | Add a leading underscore to the pthread_main_np function name, and | iedowse | 2001-04-03 | 3 | -3/+6 |
* | Remove some hacks that were apparently added to avoid problems with | iedowse | 2001-04-03 | 2 | -4/+2 |
* | Fixed world breakage in previous commit (config.h was inaccessible | bde | 2001-04-03 | 1 | -4/+2 |
* | Update for libpcap 0.6.2 | fenner | 2001-04-03 | 2 | -8/+106 |
* | There were a few error cases where the RPC code would return with | iedowse | 2001-04-02 | 2 | -1/+5 |
* | Move the #includes of reentrant.h to after the `#include "namespace.h"', | iedowse | 2001-04-02 | 23 | -23/+23 |
* | Hook the extattr_get_file.2 manual page into the build. Add MLINKS | dd | 2001-04-01 | 1 | -1/+3 |
* | A manual page for the extattr_get_file, extattr_set_file, and | dd | 2001-04-01 | 1 | -0/+154 |
* | Add spaces around operators. | obrien | 2001-04-01 | 8 | -244/+248 |
* | Correct a comment. | obrien | 2001-04-01 | 1 | -1/+1 |
* | Try to untangle some of the #ifdef spaghetti. | obrien | 2001-04-01 | 2 | -12/+12 |
* | Add back <err.h> for warn(). | obrien | 2001-04-01 | 1 | -0/+1 |
* | Quiet warnings on the Alpha. | obrien | 2001-04-01 | 2 | -3/+11 |
* | Add back <err.h> for warn(). | obrien | 2001-04-01 | 1 | -0/+1 |
* | mdoc(7) police: LIBRARY should be before SYNOPSIS. | ru | 2001-03-29 | 1 | -2/+2 |
* | Correct function name: acl_clear_perm -> acl_clear_perms | jedgar | 2001-03-29 | 2 | -4/+4 |
* | Catch up with a comment that changed in rev1.73 of mount.h | ben | 2001-03-29 | 1 | -1/+1 |
* | Mostly pick up OpenBSD's rev 1.14 by deraadt@ and millert@. | peter | 2001-03-28 | 1 | -42/+39 |
* | The f_syncreads and f_asyncreads entries are missing from the man page. | phk | 2001-03-28 | 1 | -3/+4 |
* | Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. | ru | 2001-03-28 | 1 | -1/+5 |
* | OpenBSD's g_Ctoc() returned a false error when the target buffer was | peter | 2001-03-28 | 1 | -16/+16 |
* | Fix g_Ctoc() interface, approximately based on OpenBSD's recent changes. | peter | 2001-03-28 | 1 | -14/+36 |
* | o De-uglify IMPLEMENTATION NOTES section by removing unnecessary use of | rwatson | 2001-03-28 | 2 | -4/+2 |
* | Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transport | wpaul | 2001-03-27 | 1 | -3/+19 |
* | Document LOG_CONSOLE. | cwt | 2001-03-27 | 1 | -0/+2 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 62 | -140/+120 |
* | give the "netgrent" functions a home in netdb.h | alfred | 2001-03-27 | 1 | -0/+1 |
* | const'ify | alfred | 2001-03-27 | 1 | -1/+1 |
* | Rewrite of the CAM error recovery code. | ken | 2001-03-27 | 3 | -35/+50 |
* | o Update copyright date | rwatson | 2001-03-26 | 2 | -92/+62 |
* | Do not build (and install) both secure/ and standard versions | ru | 2001-03-26 | 1 | -1/+1 |
* | Don't use MANDEPEND and MANSRC. | ru | 2001-03-26 | 1 | -2/+0 |
* | Make header files conform to style(9). | brian | 2001-03-25 | 6 | -326/+311 |
* | Remove an extraneous declaration. | brian | 2001-03-25 | 1 | -1/+0 |
* | This is kind of a hack, but it should work. Currently, world is broken | peter | 2001-03-24 | 3 | -81/+14 |
* | Use high port range by default, and replace the 'h' option with an 'l' option | des | 2001-03-24 | 2 | -7/+7 |
* | Fix rcsid/$FreeBSD$. | obrien | 2001-03-24 | 1 | -2/+15 |
* | fix Alpha support | alfred | 2001-03-24 | 1 | -10/+0 |
* | IPv4 address is not unsigned int. This change introduces in_addr_t. | ume | 2001-03-23 | 7 | -18/+25 |
* | change callrpc() from taking "char *" args, I'm quite sure they really meant | alfred | 2001-03-23 | 2 | -3/+3 |
* | mdoc(7) police: fix markup. | ru | 2001-03-23 | 4 | -52/+12 |
* | Correct the acl_set_permset and acl_set_tag_type man pages | jedgar | 2001-03-23 | 4 | -66/+60 |