| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r198508, r198509: | Konstantin Belousov | 2009-12-19 | 1 | -1/+3 |
| * | Don't ignore other fcntl functions, directly call __sys_fcntl if | David Xu | 2009-03-09 | 1 | -1/+1 |
| * | Don't reference non-existent __fcntl_compat if WITHOUT_SYSCALL_COMPAT is defi... | David Xu | 2009-03-09 | 1 | -0/+6 |
| * | Call the fcntl compatiblity wrapper from the thread library fcntl wrappers | Doug Rabson | 2008-05-30 | 1 | -1/+2 |
| * | Remove vfork() overloading, it is no longer needed. | David Xu | 2007-12-20 | 1 | -9/+0 |
| * | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 1 | -4/+1 |
| * | Eliminate atomic operations in thread cancellation functions, it should | David Xu | 2006-11-24 | 1 | -87/+58 |
| * | 1. Don't override underscore version of aio_suspend(), system(), | David Xu | 2006-07-25 | 1 | -60/+45 |
| * | WARNS level 4 cleanup. | David Xu | 2006-04-04 | 1 | -11/+65 |
| * | Remove a redundant _get_curthread() call. | David Xu | 2005-11-02 | 1 | -1/+0 |
| * | In raise(), use a shortcut to directly send signal to current thread. | David Xu | 2005-11-02 | 1 | -7/+2 |
| * | Add a cancellation point for usleep(). | Daniel Eischen | 2005-08-03 | 1 | -0/+19 |
| * | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 1 | -403/+216 |
| * | Implement cancellation points in libc interfaces, as specified by POSIX. | Mike Makonnen | 2004-09-16 | 1 | -0/+293 |
| * | Implement pthread_atfork in libthr. This is mostly from deichen's | Mike Makonnen | 2004-06-27 | 1 | -0/+58 |
| * | Make libthr async-signal-safe without costly signal masking. The guidlines I | Mike Makonnen | 2004-05-20 | 1 | -55/+0 |
| * | o Since we're not using signals for thread synchronization anymore, | Mike Makonnen | 2004-03-27 | 1 | -4/+17 |
| * | o Add a wrapper around sigaction(2), so we can insert our own wrapper | Mike Makonnen | 2003-12-09 | 1 | -0/+58 |
| * | Enable cancellation points around some syscalls. | Mike Makonnen | 2003-12-09 | 1 | -28/+28 |
| * | Make WARNS2 clean. The fixes mostly included: | Mike Makonnen | 2003-05-23 | 1 | -0/+10 |
| * | - Add libthr but don't hook it up to the regular build yet. This is an | Jeff Roberson | 2003-04-01 | 1 | -0/+418 |