| Commit message (Expand) | Author | Age | Files | Lines |
* | Include <nlist.h> for nlist-related declarations instead of depending on | bde | 2003-10-13 | 1 | -0/+1 |
* | - support AES XCBC MAC for AH | ume | 2003-10-13 | 1 | -0/+3 |
* | Fixed some style bugs in the removal of __P(()). Blind removal of | bde | 2003-10-13 | 1 | -3/+3 |
* | Update Bluetooth code. | emax | 2003-10-12 | 12 | -2/+2655 |
* | Don't forget to initialize the fake tcb when the kcb is allocated. | deischen | 2003-10-12 | 2 | -0/+6 |
* | - RIPEMD160 support | ume | 2003-10-12 | 1 | -0/+3 |
* | Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX. | dds | 2003-10-11 | 1 | -1/+1 |
* | Assorted mdoc(7) fixes: | hmp | 2003-10-09 | 3 | -20/+41 |
* | Reverse the order of the first two arguments to _sparc64_enter_uts(). | deischen | 2003-10-09 | 2 | -4/+4 |
* | Convert a couple of hardcoded values to constants. Make thr_getcontext() | deischen | 2003-10-09 | 4 | -6/+14 |
* | Remove unneccessary include of sys/types.h in the SYNOPSIS | hmp | 2003-10-09 | 6 | -6/+0 |
* | Add preliminary sparc64 support to libpthread. This does not | deischen | 2003-10-09 | 12 | -0/+1018 |
* | Fix some comments for last commit. | davidxu | 2003-10-08 | 2 | -10/+8 |
* | Complete cancellation support for M:N threads, check cancelling flag when | davidxu | 2003-10-08 | 4 | -138/+314 |
* | Use thread lock instead of scheduler lock to eliminate lock contention | davidxu | 2003-10-08 | 2 | -36/+42 |
* | Add XXX'ed temporary bounce-buffering. | phk | 2003-10-07 | 1 | -6/+37 |
* | Correct .Xr's in kiconv.3. | bms | 2003-10-05 | 1 | -3/+3 |
* | Fix a logic error; use beq to check for a register being NULL, not bne. | deischen | 2003-10-02 | 1 | -1/+1 |
* | Correct the library name. | ru | 2003-10-02 | 1 | -1/+1 |
* | - Remove error code that can't be returned (and original description | kensmith | 2003-10-02 | 1 | -2/+0 |
* | Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined. | davidxu | 2003-10-02 | 2 | -2/+12 |
* | Cite the published version of "Engineering a Sort Function" instead of | tjr | 2003-09-30 | 1 | -4/+7 |
* | If __sys_write() returns 0, allow that to exit the loop in libc_r's | deischen | 2003-09-29 | 1 | -2/+2 |
* | When concurrency level is reduced and a kse is exiting, make sure no other | davidxu | 2003-09-29 | 2 | -0/+26 |
* | Remove unused variable. | davidxu | 2003-09-28 | 2 | -4/+0 |
* | Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse. | marcel | 2003-09-27 | 3 | -12/+24 |
* | More style fixes to improve diffability with OpenBSD. | phk | 2003-09-27 | 1 | -46/+54 |
* | Disable #define DEBUG in libdisk by default: since libdisk is primarily | rwatson | 2003-09-27 | 1 | -1/+1 |
* | Style changes to improve diffability against OpenBSD version. | phk | 2003-09-27 | 1 | -91/+91 |
* | Document KERN_PROC_PROC, update KERN_PROC_ALL description. | tjr | 2003-09-27 | 1 | -2/+4 |
* | Use the 3-component version of the KERN_PROC_PROC sysctl. | tjr | 2003-09-27 | 1 | -2/+4 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 7 | -1/+816 |
* | Add __volatile keyword. | davidxu | 2003-09-26 | 1 | -2/+4 |
* | s/ia64/alpha/g | marcel | 2003-09-26 | 1 | -5/+4 |
* | Fix fabs(). This commit brought to you by the letter 'l'. | peter | 2003-09-26 | 1 | -1/+1 |
* | pthread API should return error code in return value not in errno. | davidxu | 2003-09-25 | 2 | -4/+4 |
* | If syscall failed, restore old sigaction and return error to thread. | davidxu | 2003-09-25 | 2 | -22/+38 |
* | As comments in _mutex_lock_backout state, only current thread | davidxu | 2003-09-24 | 2 | -12/+8 |
* | Grrr...add the Skinny alias code forgotten in the last commit. | marcus | 2003-09-23 | 1 | -0/+338 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 6 | -1/+30 |
* | Free thread name memory if there is. | davidxu | 2003-09-23 | 2 | -0/+8 |
* | Save and restore timeout field for signal frame just like what we did | davidxu | 2003-09-22 | 4 | -2/+8 |
* | Fix FPU state restoring bug by jumping to right position. | davidxu | 2003-09-22 | 2 | -4/+4 |
* | Print waitset correctly. | davidxu | 2003-09-22 | 2 | -2/+2 |
* | Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to | marcel | 2003-09-19 | 9 | -6/+14 |
* | _ia64_break_setcontext() now takes a mcontext_t. While here, define | marcel | 2003-09-19 | 2 | -20/+6 |
* | Stop using the setcontext() syscall to restore an async context. | marcel | 2003-09-19 | 2 | -10/+10 |
* | Ignore ECHILD from waitpid(2) (our child may have been reaped by the | des | 2003-09-19 | 1 | -1/+2 |
* | pthread api should return error code in return value, not in errno. | davidxu | 2003-09-18 | 2 | -4/+2 |
* | Fix a typo. Also turn on PTHREAD_SCOPE_SYSTEM after fork(). | davidxu | 2003-09-16 | 2 | -2/+4 |