| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed some typos. | ru | 2001-03-20 | 3 | -3/+3 |
* | This manpage is heavily based on the old rpc.3 manpage, and | ru | 2001-03-20 | 1 | -1355/+1139 |
* | Removed the second copy of the manual page! | ru | 2001-03-20 | 1 | -311/+0 |
* | Removed duplicate $FreeBSD$. | ru | 2001-03-20 | 1 | -1/+0 |
* | Make it clear who can and can't set the UF_NODUMP, UF_OPAQUE, and | dd | 2001-03-19 | 1 | -4/+7 |
* | Introduce the GLOB_MAXPATH flag, which allows the user to limit the | jlemon | 2001-03-19 | 2 | -39/+59 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 101 | -7264/+17108 |
* | Implement D_MD_ORDER (local extension) to get month/day order from locale | ache | 2001-03-19 | 1 | -0/+3 |
* | mdoc(7) police: | ru | 2001-03-19 | 4 | -82/+58 |
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 2 | -14/+14 |
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 1 | -2/+3 |
* | Add the following POSIX 1003.1e functions and man pages: | jedgar | 2001-03-19 | 10 | -2/+750 |
* | Libraries should _never_ call exit() themselves (or its alternate spelling | obrien | 2001-03-18 | 9 | -33/+33 |
* | Fix typo in the comment | ache | 2001-03-18 | 1 | -1/+1 |
* | Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c format | ache | 2001-03-18 | 5 | -37/+37 |
* | Make 'A' and 'a', 'B' and 'b' the same, per POSIX | ache | 2001-03-18 | 1 | -26/+16 |
* | Nuke non-standard EAI_RESNULL. | ume | 2001-03-17 | 2 | -13/+0 |
* | Fix some further style nits | brian | 2001-03-17 | 1 | -8/+11 |
* | Add a new entrypoint to the hashes in libmd: | phk | 2001-03-17 | 10 | -14/+114 |
* | Fix type-o | dillon | 2001-03-16 | 1 | -1/+1 |