| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ambiguity in description. Note that the aio_return() system call should | trhodes | 2006-10-07 | 1 | -5/+9 |
* | Add missing word "returns." | trhodes | 2006-10-07 | 1 | -1/+1 |
* | Remove libc_r support. | davidxu | 2006-10-05 | 1 | -1/+0 |
* | Performance: If the dir mode requested is "reasonable", then just | kientzle | 2006-10-04 | 1 | -49/+89 |
* | Automatically re-stir every 400000 calls | ache | 2006-10-04 | 1 | -2/+4 |
* | Fix build. | ru | 2006-09-30 | 1 | -0/+1 |
* | Removed libc_r build support. | ru | 2006-09-30 | 1 | -6/+1 |
* | Revise markup in recently added manpages. | ru | 2006-09-30 | 5 | -56/+55 |
* | Fix markup, language, function prototype, and example code. | ru | 2006-09-30 | 1 | -35/+49 |
* | Markup nit. | ru | 2006-09-29 | 1 | -1/+1 |
* | - Removed a copyright from makefile. | ru | 2006-09-27 | 4 | -31/+7 |
* | Put back NO_WERROR= to fix sparc64 build. | ru | 2006-09-27 | 1 | -0/+1 |
* | Summer of Code 2005: improve libalias - part 1 of 2 | piso | 2006-09-26 | 12 | -13/+101 |
* | Fix typo | vd | 2006-09-26 | 1 | -2/+1 |
* | Hook up additional OpenBSM man page aliases following OpenBSM 1.0 alpha 12 | rwatson | 2006-09-25 | 1 | -11/+20 |
* | Keep compatible parts in sync with OpenBSD v1.21, add some comments. | ache | 2006-09-23 | 1 | -15/+7 |
* | Remove code #ifndef'ed in prev. commit to stay in sync with OpenBSD | ache | 2006-09-22 | 1 | -12/+0 |
* | Be more GNU compatible: | ache | 2006-09-22 | 1 | -2/+5 |
* | Do not declare __evOptMonoTime static in one place and extern | kan | 2006-09-22 | 1 | -0/+2 |
* | Use correct type in va_arg argument. | kan | 2006-09-21 | 2 | -2/+2 |
* | remove thr_getscheduler, thr_setscheduler, thr_setschedparam, | davidxu | 2006-09-21 | 1 | -9/+3 |
* | use rtprio_thread system call to get or set thread priority. | davidxu | 2006-09-21 | 7 | -16/+90 |
* | Silence GCC4 warning. | kan | 2006-09-21 | 6 | -4/+6 |
* | Don't forget to set internal error message in kvm_nlist(). | wkoszek | 2006-09-20 | 1 | -2/+7 |
* | Hook up au_open.3 man page (and its symlinks), apparently missed during | rwatson | 2006-09-19 | 1 | -0/+5 |
* | o Don't fseek() on closed file. | maxim | 2006-09-18 | 1 | -2/+2 |
* | Markup fixes. | ru | 2006-09-17 | 27 | -184/+196 |
* | Remove more traces of Alpha. | ru | 2006-09-17 | 1 | -4/+0 |
* | Reject user with names that are longer than OPIE is willing to deal with; | des | 2006-09-15 | 1 | -4/+13 |
* | Remove reference to T/TCP. | joel | 2006-09-13 | 1 | -5/+2 |
* | Bump .Dd. | joel | 2006-09-13 | 1 | -1/+1 |
* | Remove references to the pam(8) manual page. It does not exist. | joel | 2006-09-13 | 1 | -1/+0 |
* | Fix a typo | brian | 2006-09-10 | 1 | -2/+2 |
* | Sync with NetBSD rev. 1.16 + 1.17 | mbr | 2006-09-09 | 1 | -2/+5 |
* | Sync with NetBSD rev. 1.29 | mbr | 2006-09-09 | 1 | -0/+4 |
* | Sync with NetBSD rev. 1.6 + 1.7 | mbr | 2006-09-09 | 1 | -4/+4 |
* | Sync with NetBSD rev. 1.20 + 1.21 | mbr | 2006-09-09 | 1 | -6/+11 |
* | Sync with NetBSD rev. 1.10 | mbr | 2006-09-09 | 1 | -0/+1 |
* | Sync with NetBSD rev. 1.15 | mbr | 2006-09-09 | 1 | -0/+1 |
* | Sync part of NetBSD rev. 1.14 | mbr | 2006-09-09 | 1 | -1/+1 |
* | Sync with NetBSD rev. 1.16 + 1.17 | mbr | 2006-09-09 | 1 | -1/+4 |
* | Change the way base allocation is done for internal malloc data | jasone | 2006-09-08 | 1 | -56/+93 |
* | Use return value of _thr_umutex_lock instead of using zero. | davidxu | 2006-09-08 | 1 | -2/+1 |
* | Minor comment fix. | thomas | 2006-09-08 | 1 | -1/+1 |
* | Replace internal usage of struct umtx with umutex which can supports | davidxu | 2006-09-06 | 14 | -158/+94 |
* | alloca() cannot check if the allocation is valid; mention the consequences. | ru | 2006-09-05 | 1 | -4/+13 |
* | GC dead code. If we want to stay polite to the foreign compilers, | ru | 2006-09-05 | 2 | -63/+1 |
* | Same as pthread_setschedparam, use sizeof(struct sched_param) instead. | davidxu | 2006-09-05 | 1 | -2/+2 |
* | Pass correct parameter size. | davidxu | 2006-09-05 | 1 | -2/+2 |
* | Some minor corrections: | kientzle | 2006-09-05 | 10 | -41/+127 |