| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mdoc(7) police: fix markup. | ru | 2001-03-23 | 16 | -302/+144 |
* | mdoc(7) police: fix markup, function prototype, and RETURN VALUES text. | ru | 2001-03-23 | 2 | -58/+82 |
* | Add the following ACL editing functions: | jedgar | 2001-03-22 | 36 | -4/+2934 |
* | Remove struct cmessage from sys/socket.h and reintroduce the private | alfred | 2001-03-22 | 2 | -2/+9 |
* | Remove (non-protected) variable names from function prototypes. | brian | 2001-03-22 | 1 | -7/+5 |
* | Hopefully fix some of the bugs in passing credentials over UNIX ... | alfred | 2001-03-22 | 2 | -26/+32 |
* | o Slap some "_"'s in front of variable names relating to extattr functions, | rwatson | 2001-03-22 | 1 | -3/+3 |
* | Help standalone builds by getting libutil.h from src/lib/libutil | peter | 2001-03-21 | 1 | -1/+1 |
* | Find <libkvm.h> in the source tree. This helps standalone builds. | peter | 2001-03-21 | 1 | -1/+1 |
* | Get rid of non-standard %E[Ff] formats, userland apps already fixed | ache | 2001-03-21 | 3 | -33/+4 |
* | Oops, back out prev. change - POSIX require %y in d_fmt | ache | 2001-03-21 | 1 | -4/+4 |
* | Replace %y with %Y | ache | 2001-03-21 | 1 | -1/+1 |
* | Add libssl and libcrypto compat4x libraries since the major number | ps | 2001-03-21 | 6 | -0/+16451 |
* | whitespace cleanup | alfred | 2001-03-20 | 1 | -16/+14 |