| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Activate build of posix1e extensions in libc and libc_r that have been | tmm | 2001-04-04 | 5 | -1/+20 |
* | Add thread safety wrappers for the posix1e syscalls that deal with file | tmm | 2001-04-04 | 10 | -0/+369 |
* | Add entries for the posix1e functions that will be overridden in libc_r. | tmm | 2001-04-04 | 2 | -0/+12 |
* | Prepare for the inclusion of libposix1e into libc: retire the old | tmm | 2001-04-04 | 29 | -12/+70 |
* | mdoc(7) police: use proper markup for function arguments. | ru | 2001-04-04 | 3 | -18/+18 |
* | mdoc(7) police: add missing .Pa call. | ru | 2001-04-04 | 1 | -1/+3 |
* | Fix some very broken code in __nc_error() that implements per-thread | iedowse | 2001-04-03 | 2 | -17/+28 |
* | Add a leading underscore to the pthread_main_np function name, and | iedowse | 2001-04-03 | 3 | -3/+6 |
* | Remove some hacks that were apparently added to avoid problems with | iedowse | 2001-04-03 | 2 | -4/+2 |
* | Fixed world breakage in previous commit (config.h was inaccessible | bde | 2001-04-03 | 1 | -4/+2 |
* | Update for libpcap 0.6.2 | fenner | 2001-04-03 | 2 | -8/+106 |
* | There were a few error cases where the RPC code would return with | iedowse | 2001-04-02 | 2 | -1/+5 |
* | Move the #includes of reentrant.h to after the `#include "namespace.h"', | iedowse | 2001-04-02 | 23 | -23/+23 |
* | 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 |