| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mdoc(7) police: overhaul. | ru | 2002-12-09 | 1 | -12/+12 |
* | Implement the lock with a cmpxchg instruction instead of a xchg. | marcel | 2002-11-16 | 1 | -2/+3 |
* | When about to do an execve(), don't reset the O_NONBLOCK flag on any file | archie | 2002-11-15 | 1 | -0/+4 |
* | At initialization, override the pthread stub routines in libc | deischen | 2002-11-13 | 19 | -136/+245 |
* | Fix bogus return values from libc_r's writev() routine in situations where | archie | 2002-11-12 | 1 | -6/+21 |
* | Fix bogus return values from libc_r's write() routine in situations where | archie | 2002-11-05 | 1 | -6/+21 |
* | Use the strong symbol'd version of pthread_mutex_init so we don't | deischen | 2002-10-31 | 1 | -2/+2 |
* | Add & hookup manpage for pthread_attr_get_np(3). | phantom | 2002-10-26 | 2 | -0/+96 |
* | Hook uthread_attr_get_np.c to build | phantom | 2002-10-26 | 1 | -0/+1 |
* | Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads | phantom | 2002-10-26 | 1 | -0/+50 |
* | Be more agresive on arguments' checking. | phantom | 2002-10-26 | 1 | -1/+4 |
* | remove unused __sys_sigaltstack() declaration | fjoe | 2002-10-22 | 1 | -1/+0 |
* | When dumping thread info, only include the filename and line if we actually | jmallett | 2002-10-20 | 1 | -3/+9 |
* | FD locking is not enabled anymore, so the table which contains the owner | jmallett | 2002-10-17 | 1 | -4/+0 |
* | fix typo in comments (in preparation for MFC) | fjoe | 2002-10-15 | 1 | -1/+1 |
* | Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666. | kris | 2002-10-13 | 1 | -7/+11 |
* | Once again, remove the i386-specific hacks to save and restore | deischen | 2002-10-05 | 1 | -9/+0 |
* | Add restrict type-qualifier to sem_getvalue(). | mike | 2002-10-04 | 1 | -1/+1 |
* | Add the 'restrict' type qualifier to the prototypes of `sigaction', | robert | 2002-10-02 | 2 | -2/+2 |
* | Install library-installed signal handlers with the SA_RESTART flag | deischen | 2002-09-30 | 3 | -3/+3 |
* | Add back the i386-specific hack to save and restore the FP state | deischen | 2002-09-30 | 2 | -4/+4 |
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
* | Part of a bandaid to get libc_r on air again. | julian | 2002-09-19 | 1 | -0/+4 |
* | Remove much of the dereferencing of the fd table entries to look | deischen | 2002-08-29 | 21 | -39/+69 |
* | Make the libc_r version of select() set the readable or writable | archie | 2002-08-29 | 1 | -4/+6 |
* | When poll(2)'ing for readability or writability of a file descriptor | archie | 2002-08-29 | 1 | -2/+6 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Add an ia64 atomic lock primitive for libc_r. This is mostly for | peter | 2002-07-20 | 1 | -0/+48 |
* | Fix a typo. | maxim | 2002-07-10 | 1 | -1/+1 |
* | Oops, forgot to set the suspended flag for threads that are created | deischen | 2002-07-09 | 1 | -2/+3 |
* | Fix a couple of minor nits that prevented this from compiling. | deischen | 2002-07-02 | 1 | -2/+4 |
* | Make sigpending and sigsuspend account for signals that are pending on | deischen | 2002-06-28 | 2 | -5/+27 |
* | Add a wrapper for pselect() in order to make it a cancellation point. | deischen | 2002-06-28 | 2 | -0/+55 |
* | Fix a bug which prevented the duplication of the standard i/o | robert | 2002-06-23 | 1 | -13/+24 |
* | Missed in earlier commit -- I did cvs commit src/lib/libc. Oops. | rwatson | 2002-06-14 | 4 | -102/+0 |
* | Revamp suspend and resume. While I'm here add pthread_suspend_all_np() | deischen | 2002-05-24 | 13 | -307/+231 |
* | Undo namespace pollution by prefixing the globals pthread_guard_default and | alfred | 2002-05-15 | 4 | -26/+29 |
* | Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to | alfred | 2002-05-13 | 4 | -21/+36 |
* | Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthread | alfred | 2002-05-11 | 2 | -36/+8 |
* | Make these functions cancellation points like they should be: | archie | 2002-05-02 | 5 | -5/+66 |
* | Make sure calls to pthread_cancel() do not take effect if the target | archie | 2002-05-02 | 1 | -2/+4 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | The GCC developers have made good on their threats against #pragma for 3.1. | obrien | 2002-04-15 | 3 | -3/+4 |
* | Sync SCM ID comments with libc. | obrien | 2002-04-15 | 1 | -7/+9 |
* | Return correct number of total bits set in all fd_set's. | asmodai | 2002-04-09 | 1 | -9/+18 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 1 | -5/+7 |
* | Add the ability to recognize old references to keys, and return NULL | deischen | 2002-03-19 | 6 | -36/+54 |
* | Fix the return code from pthread_rwlock_try[rw|rd]lock() functions; | bsd | 2002-03-15 | 1 | -2/+2 |
* | Properly clear the status of a join operation if the joining thread is | deischen | 2002-03-06 | 2 | -1/+4 |
* | Fix a bug where a short write to a non-blocking socket would | jb | 2002-02-22 | 1 | -1/+4 |