| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify libugidfw(3) to use MBI_* permission flags from mac_bsdextended.h | rwatson | 2004-10-21 | 1 | -13/+12 |
* | Decrease reference count if we won't use the thread, this avoids memory | davidxu | 2004-10-21 | 2 | -0/+8 |
* | libsmb is now WARNS 2 clean on 64-bit platforms. | obrien | 2004-10-19 | 1 | -0/+1 |
* | style.Makefile(5) | obrien | 2004-10-19 | 1 | -5/+4 |
* | uniq(1) is not an install tool, and using it was causing | ru | 2004-10-18 | 1 | -2/+2 |
* | Sync with sys/i386/include/endian.h: use the single instruction 'bswap'. | obrien | 2004-10-18 | 2 | -0/+8 |
* | Replaced afterinstall: with FILES. | ru | 2004-10-18 | 2 | -12/+4 |
* | Since sendfile(2) works on regular files only, | yar | 2004-10-18 | 1 | -1/+1 |
* | Revert 1.18: It broke Athlon64 builds, which | kientzle | 2004-10-18 | 1 | -1/+2 |
* | Use STDERR_FILENO instead of 2, as POSIX intended. | kientzle | 2004-10-18 | 1 | -1/+1 |
* | Remove setrunelocale() | ache | 2004-10-18 | 1 | -23/+0 |
* | Correctly report write errors from the lowest-level | kientzle | 2004-10-17 | 3 | -6/+21 |
* | Refine the error-checking and reporting in the | kientzle | 2004-10-17 | 1 | -6/+11 |
* | Correct the return type of archive_write_data | kientzle | 2004-10-17 | 1 | -1/+1 |
* | Don't rely on stdio here. | kientzle | 2004-10-17 | 1 | -11/+20 |
* | Document EMSGSIZE return from recvmsg due to insufficient free files | alfred | 2004-10-17 | 1 | -1/+10 |
* | Remove the obsolete <rune.h> interface. | tjr | 2004-10-17 | 11 | -846/+11 |
* | Remove support for the obsolete UTF2 encoding. | tjr | 2004-10-17 | 9 | -317/+3 |
* | Bump the libc major version number to 6. | tjr | 2004-10-17 | 1 | -1/+1 |
* | Document that the length modifier l is ignored for floating point | stefanf | 2004-10-16 | 1 | -1/+3 |
* | Explain it is a negative offset that EINVAL may indicate. | yar | 2004-10-16 | 2 | -4/+4 |
* | Improve mdoc(7) markup. | yar | 2004-10-16 | 1 | -3/+9 |
* | Give details on what will happen if the `offset' argument | yar | 2004-10-16 | 1 | -2/+6 |
* | Enable building with LIBC_SCCS defined. | obrien | 2004-10-16 | 10 | -13/+10 |
* | Try to bring some sanity to the SCM ID's. | obrien | 2004-10-16 | 44 | -71/+67 |
* | Remove extra closing parenthesis added in revision 1.4. | stefanf | 2004-10-14 | 1 | -1/+1 |
* | 1. Now that it's a thread's state is changed from within the kernel, where | mtm | 2004-10-13 | 2 | -4/+10 |
* | Correctly document the return value of strerror() and strerror_r() and | keramida | 2004-10-12 | 1 | -11/+10 |
* | Build as a shared lib again. | obrien | 2004-10-11 | 1 | -4/+0 |
* | Belatedly catch up with the dev_t/cdev changes from a few months back. | peter | 2004-10-11 | 1 | -1/+11 |
* | More updates for math(3): | das | 2004-10-11 | 1 | -30/+40 |
* | Add and document ilogbl(), a long double version of ilogb(). | stefanf | 2004-10-11 | 4 | -4/+65 |
* | Use the FP_ILOG macros from <math.h> rather than hardcoded return values. | stefanf | 2004-10-09 | 2 | -6/+13 |
* | o Backout rev. 1.16, see 1.3 commit log for more info. | maxim | 2004-10-09 | 1 | -6/+4 |
* | Delete a .Fn that had no argument and | keramida | 2004-10-09 | 1 | -1/+1 |
* | if system scope thread didn't set timeout, don't call clock_gettime syscall | davidxu | 2004-10-08 | 2 | -16/+18 |
* | When send()ing to syslogd return ENOBUFS keep trying until success. | glebius | 2004-10-08 | 1 | -8/+18 |
* | Make less wrong for desciptions of signal handling | julian | 2004-10-08 | 1 | -41/+53 |
* | Remove a reference to a non-existent syscall: _thr_exit(). The | mtm | 2004-10-08 | 1 | -4/+1 |
* | Use PTHREAD_SCOPE_SYSTEM to decide what should be done. | davidxu | 2004-10-07 | 2 | -6/+4 |
* | Follow kernel change, restore signal mask correctly by using a command | davidxu | 2004-10-07 | 2 | -42/+34 |
* | - Fix the compile to chase the p_rux changes. | jhb | 2004-10-06 | 1 | -1/+7 |
* | Close a race between a thread exiting and the freeing of it's stack. | mtm | 2004-10-06 | 1 | -3/+2 |
* | Allocate red zone and stack space together and then split red zone from | davidxu | 2004-10-06 | 2 | -14/+34 |
* | Mutually cross-reference sysexits(3) and err(3). Add text to err(3) | jkoshy | 2004-10-04 | 1 | -1/+6 |
* | Don't add integers to void pointers. | stefanf | 2004-10-03 | 6 | -7/+7 |
* | Don't add integers to void pointers. | stefanf | 2004-10-03 | 1 | -1/+2 |
* | Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn't | stefanf | 2004-10-03 | 1 | -0/+1 |
* | Finish the de-orbital burn of our previous FreeBSD version compat libs | obrien | 2004-10-02 | 164 | -172537/+0 |
* | Enable the new compat4x libs. | scottl | 2004-10-02 | 1 | -0/+5 |