| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Include <unistd.h> so that read(2) and write(2) don't cause warnings. | deischen | 2001-04-10 | 1 | -1/+2 |
* | Fix a comment within a comment warning due to a missing "*/". | deischen | 2001-04-10 | 1 | -1/+1 |
* | The maximum RPC message size was set at 8k for UDP. This is lower | iedowse | 2001-04-08 | 1 | -5/+6 |
* | Mention that locks are inherited across an exec. | dd | 2001-04-08 | 1 | -0/+6 |
* | Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2). | dd | 2001-04-08 | 1 | -2/+5 |
* | fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreak | gallatin | 2001-04-07 | 1 | -3/+4 |
* | If the server's reply to the SIZE command is unparseable, reset us->size | des | 2001-04-07 | 1 | -0/+1 |
* | IPv6 support for skeyaccess(3). You can specify IPv6 address | ume | 2001-04-05 | 1 | -81/+182 |
* | mdoc(7) police: add missing LIBRARY section. | ru | 2001-04-05 | 9 | -0/+18 |
* | Unbreak world. | ru | 2001-04-05 | 1 | -1/+1 |
* | Record -lposix1e merge with -lc. | ru | 2001-04-05 | 26 | -26/+26 |
* | mdoc(7) police rev 1.11: convert descriptions and cross-references | ru | 2001-04-05 | 1 | -64/+32 |
* | - Add descriptions and cross-references for the ACL editing library | jedgar | 2001-04-05 | 1 | -15/+107 |
* | Install the acl_create_entry.3 man page | jedgar | 2001-04-05 | 1 | -0/+1 |
* | Document the extattr_(get|set|delete)_fd calls, and add a note warning | dd | 2001-04-05 | 1 | -4/+52 |
* | Remove the libposix1e, since it has been repo copied to libc/posix1e and | tmm | 2001-04-04 | 65 | -7110/+0 |