| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. Add | jlemon | 2001-03-16 | 1 | -1/+7 |
* | mdoc(7) police: ``It'' macro does not take argument in -enum lists. | ru | 2001-03-16 | 1 | -2/+2 |
* | Correct descriptions of SOCK_RDM and SOCK_SEQPACKET. | dd | 2001-03-16 | 1 | -2/+2 |
* | Correct spelling of MNT_ASYNC. | dwmalone | 2001-03-15 | 1 | -2/+2 |
* | Limit the number of paths that glob can return to MAX_GLOBENTRIES, which | jlemon | 2001-03-15 | 1 | -0/+7 |
* | Mention that MAXHOSTNAMELEN includes space for the NUL. | brian | 2001-03-15 | 1 | -0/+2 |
* | Actually commit the new version of trimdomain *blush* | brian | 2001-03-15 | 1 | -70/+80 |
* | o To support new EA interface with explicit namespaces, introduce two | rwatson | 2001-03-15 | 4 | -3/+155 |
* | Make tdelete(3), tfind(3), and twalk(3) links to tsearch(3). | dd | 2001-03-15 | 1 | -0/+1 |
* | It would help if trimdomain.c was actually committed. This is a stopgap | peter | 2001-03-15 | 1 | -0/+105 |
* | Move trimdomain() into it's own source file and tidy things up a bit. | brian | 2001-03-14 | 2 | -61/+5 |
* | MAXHOSTNAMELEN includes space for the NUL | brian | 2001-03-14 | 1 | -4/+4 |
* | o Update copyright dates. | rwatson | 2001-03-13 | 20 | -196/+214 |
* | Document the rest of the possible return codes. | dd | 2001-03-13 | 1 | -0/+12 |
* | .St -p1003.1g -> .St -p1003.1g-2000. | ru | 2001-03-12 | 3 | -4/+4 |