| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that rfork() will return EINVAL if flags not listed in the | jhb | 2001-12-19 | 1 | -0/+2 |
* | Fixed the bug in transparent TCP proxying with the "encode_ip_hdr" | ru | 2001-12-18 | 1 | -1/+3 |
* | Fix the retrieval of USRSTACK via sysctl so that it works for 64-bit | deischen | 2001-12-18 | 3 | -6/+6 |
* | Const'ify the CDB format string passed to the CDB parsing routines | kbyanc | 2001-12-18 | 3 | -43/+62 |
* | Fix some style bugs | phantom | 2001-12-17 | 1 | -15/+18 |
* | When cancelling a thread while in a join operation, do not detach | deischen | 2001-12-16 | 3 | -12/+3 |
* | Embelish CFLAGS. | obrien | 2001-12-15 | 1 | -1/+2 |
* | The instructions on doing something with src/lib/csu/sparc64. | obrien | 2001-12-15 | 1 | -0/+25 |
* | Sparc64 ELF version of the C runtime support. | obrien | 2001-12-15 | 1 | -0/+128 |
* | Pull the target thread of a join operation from the correct place | deischen | 2001-12-15 | 3 | -9/+12 |
* | clnt_bcast.c:420:33: warning: extra tokens at end of #endif directive | peter | 2001-12-15 | 1 | -1/+1 |
* | Kernel support for smbfs is only built on the i386 at the moment, so | sheldonh | 2001-12-14 | 1 | -1/+2 |
* | mdoc(7) police: bump document date. | ru | 2001-12-14 | 1 | -1/+1 |
* | Add bmake glue for src/contrib/smbfs and connect userland smbfs | sheldonh | 2001-12-14 | 2 | -1/+20 |
* | * cleanup comments and defines | phantom | 2001-12-14 | 1 | -8/+1 |
* | Also fix cases when thousands separator should be put before number. For | phantom | 2001-12-13 | 1 | -2/+4 |
* | Respect locale while handling of \' flag. | phantom | 2001-12-13 | 1 | -22/+63 |
* | Fix style bugs (mostly remove 'extern' from function prototypes) | phantom | 2001-12-13 | 2 | -202/+206 |
* | * remove reference to m68k-dependent sources | phantom | 2001-12-13 | 1 | -7/+1 |
* | If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP. | ru | 2001-12-13 | 1 | -2/+2 |
* | s/crypt_format/crypt_default/ to match reality. | ru | 2001-12-13 | 1 | -1/+1 |
* | mdoc(7) police: minor markup nits. | ru | 2001-12-12 | 1 | -20/+20 |
* | mdoc(7) police: fix markup, bump document date. | ru | 2001-12-12 | 2 | -30/+38 |
* | mdoc(7) police: kill HSBs, add missing comma. | ru | 2001-12-12 | 1 | -8/+13 |
* | mdoc(7) police: fix markup. | ru | 2001-12-12 | 1 | -13/+17 |
* | mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34. | ru | 2001-12-12 | 1 | -57/+67 |
* | mdoc(7) police: use no-break space. | ru | 2001-12-12 | 1 | -1/+3 |
* | mdoc(7) police: use no-break space, fix markup. | ru | 2001-12-12 | 1 | -1/+2 |
* | mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup. | ru | 2001-12-12 | 1 | -1/+3 |
* | Fix a number of subtle and evil bugs in the libc_r wrapping of sendfile(2). | alfred | 2001-12-12 | 1 | -4/+50 |
* | Add my e-mail to copyrights | phantom | 2001-12-11 | 2 | -2/+2 |
* | * Add my e-mail to copyrights | phantom | 2001-12-11 | 10 | -52/+57 |
* | Fix grouping string handling | phantom | 2001-12-11 | 1 | -1/+4 |
* | We support writing to at least one filesystem now. | jhb | 2001-12-11 | 1 | -1/+1 |
* | Add support for overwriting the existing contents of a file to the UFS | jhb | 2001-12-11 | 1 | -4/+119 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
* | Add auto-fill-on-delete. When deleting an 'A'uto created partition | dillon | 2001-12-09 | 2 | -17/+38 |
* | Back out previous commit. | des | 2001-12-09 | 1 | -2/+1 |
* | Don't build with NDEBUG. | des | 2001-12-09 | 1 | -3/+0 |
* | Conditionalize some debugging code that didn't use the DEBUG macro. | des | 2001-12-09 | 1 | -8/+10 |
* | Introduce a fetchDebug global. Change the DEBUG macro so it only runs the | des | 2001-12-09 | 3 | -1/+5 |
* | Start using .St macro for POSIX.1-2001. | ru | 2001-12-08 | 2 | -4/+3 |
* | mdoc(7) police: sort xrefs. | ru | 2001-12-08 | 1 | -5/+5 |
* | Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e. | sobomax | 2001-12-08 | 1 | -1/+1 |
* | Get rid of unused anymore file! Alpha works fine with our strtod() now. | phantom | 2001-12-07 | 1 | -2496/+0 |
* | Return 'c' back to signed due to potential comparison problems | ache | 2001-12-07 | 6 | -60/+72 |
* | Fix a typo. | ru | 2001-12-07 | 1 | -1/+1 |
* | * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag | phantom | 2001-12-07 | 1 | -3/+3 |
* | Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include. | des | 2001-12-07 | 1 | -1/+2 |
* | Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be | wes | 2001-12-07 | 2 | -6/+32 |