| Commit message (Expand) | Author | Age | Files | Lines |
* | Compensate for header dethreading. | markm | 2001-05-01 | 5 | -0/+12 |
* | Compensate for header dethreading. | markm | 2001-05-01 | 9 | -0/+18 |
* | Unbreak world by defining isalnum() for libstand consumers. | msmith | 2001-04-29 | 1 | -0/+1 |
* | Add getaddrinfo(3) to the "SEE ALSO" list. | archie | 2001-04-27 | 1 | -0/+1 |
* | Grammar nit. | ru | 2001-04-27 | 1 | -1/+1 |
* | Document acl_get_entry(3) | jedgar | 2001-04-26 | 1 | -0/+4 |
* | The function __rpc_uaddr2taddr_af() converts an RPC "universal | iedowse | 2001-04-26 | 1 | -0/+2 |
* | o Separate acl_t into internal and external representations as | jedgar | 2001-04-24 | 16 | -132/+373 |
* | Remove bogus assignments of libc syscall stub return values to errno; | tmm | 2001-04-24 | 3 | -3/+0 |
* | Apply 'const' liberally. | archie | 2001-04-24 | 8 | -129/+134 |
* | Add sranddev.3 to MLINKS | ache | 2001-04-23 | 1 | -1/+1 |
* | Add #include "un-namespace.h" | ache | 2001-04-23 | 1 | -0/+1 |
* | srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allow | ache | 2001-04-23 | 2 | -2/+2 |
* | Fix directory reads of MNT_UNION mounts, where entries present in both | joerg | 2001-04-23 | 1 | -1/+2 |
* | mdoc(7) police: fix markup. | ru | 2001-04-23 | 1 | -31/+31 |
* | Add sranddev() since srand() is not vary much with seed, typical time | ache | 2001-04-23 | 2 | -1/+46 |
* | Don't pass NULL to the %s format. | dd | 2001-04-22 | 1 | -2/+6 |
* | Turn on libdevinfo | msmith | 2001-04-21 | 1 | -3/+3 |
* | devinfo_var.h should not be in INCS | msmith | 2001-04-20 | 1 | -1/+1 |
* | More typo fixes, .Os -> .Fx | msmith | 2001-04-20 | 1 | -4/+5 |
* | typo .Fr -> .Fn | msmith | 2001-04-20 | 1 | -1/+1 |
* | Add a manpage for libdevinfo. | msmith | 2001-04-20 | 2 | -1/+238 |
* | This is the Device Information Library, libdevinfo. | msmith | 2001-04-20 | 4 | -0/+681 |
* | mdoc(7) police: update referenced standard name. | ru | 2001-04-18 | 1 | -1/+1 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 22 | -22/+22 |
* | mdoc(7) police: fix markup. | ru | 2001-04-18 | 1 | -9/+15 |
* | mdoc(7) police: fix markup. | ru | 2001-04-18 | 1 | -2/+6 |
* | mdoc(7) police: use .Fx where appropriate. | ru | 2001-04-18 | 11 | -11/+23 |
* | Typo; fix open() so that it is not a cancellation point when called | deischen | 2001-04-18 | 3 | -3/+3 |
* | Reinstall the alternate signal stack after a fork. | deischen | 2001-04-18 | 3 | -3/+33 |
* | mdoc(7) police: uppercase document title. | ru | 2001-04-18 | 1 | -1/+1 |
* | Correct a typo; prefered -> preferred. | kris | 2001-04-17 | 1 | -1/+1 |
* | Add fmtcheck(), a function for checking consistency of format string | kris | 2001-04-17 | 3 | -2/+355 |
* | mdoc(7) police: add missing .El call. | ru | 2001-04-16 | 1 | -0/+1 |
* | mdoc(7) police: fix markup. | ru | 2001-04-16 | 1 | -5/+5 |
* | Grammar police: "its", not "it's", is the possessive form of "it". | dd | 2001-04-15 | 3 | -3/+3 |
* | Make links from setresuid.2 to getresgid.2 and getresuid.2. | dd | 2001-04-15 | 1 | -1/+1 |
* | Document getresgid and getresuid calls. | dd | 2001-04-15 | 1 | -2/+21 |
* | Correct a bogus cast in acl_get_qualifier() causing invalid | jedgar | 2001-04-15 | 1 | -1/+1 |
* | Add ``RETURN VALUES'' and ``ERRORS'' sections since getpgid(2) can | dd | 2001-04-14 | 1 | -1/+18 |
* | Add acl_get_perm_np(3), a non-portable function to check if a | jedgar | 2001-04-13 | 3 | -0/+114 |
* | Add the remaining POSIX.1e ACL definitions: | jedgar | 2001-04-13 | 1 | -3/+0 |
* | Back out history.3 link removing - conflict fixed in libreadline instead | ache | 2001-04-12 | 1 | -4/+1 |
* | Comment out one of many editline.3 MLINKS conflicting with libreadline | ache | 2001-04-12 | 1 | -1/+4 |
* | Revamp acl_create_entry() so it actually works. | jedgar | 2001-04-11 | 1 | -18/+1 |
* | Correct the following defines to match the POSIX.1e spec: | jedgar | 2001-04-11 | 1 | -6/+6 |
* | Clean up a bit. Use the correct TAILQ link when walking the thread | deischen | 2001-04-10 | 3 | -114/+213 |
* | Added a missing set of braces to a conditional that encompasses more than | deischen | 2001-04-10 | 2 | -10/+12 |
* | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | deischen | 2001-04-10 | 277 | -405/+405 |
* | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | deischen | 2001-04-10 | 5 | -37/+39 |