aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - fix to UID test description, non-zero -> zeroKen Smith2003-10-171-1/+1
* Update context code for my last ABI breakage of mcontext. I'm worriedPeter Wemm2003-10-172-14/+16
* Explicitly specify an alignment for abitag. Without it, gcc specifies aPeter Wemm2003-10-171-1/+1
* Add rfork_thread(3).Alan Cox2003-10-132-1/+102
* - support AES counter mode for ESP.Hajimu UMEMOTO2003-10-131-0/+3
* Include <nlist.h> for nlist-related declarations instead of depending onBruce Evans2003-10-131-0/+1
* - support AES XCBC MAC for AHHajimu UMEMOTO2003-10-131-0/+3
* Fixed some style bugs in the removal of __P(()). Blind removal ofBruce Evans2003-10-131-3/+3
* Update Bluetooth code.Maksim Yevmenkin2003-10-1212-2/+2655
* Don't forget to initialize the fake tcb when the kcb is allocated.Daniel Eischen2003-10-122-0/+6
* - RIPEMD160 supportHajimu UMEMOTO2003-10-121-0/+3
* Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.Diomidis Spinellis2003-10-111-1/+1
* Assorted mdoc(7) fixes:Hiten Pandya2003-10-093-20/+41
* Reverse the order of the first two arguments to _sparc64_enter_uts().Daniel Eischen2003-10-092-4/+4
* Convert a couple of hardcoded values to constants. Make thr_getcontext()Daniel Eischen2003-10-094-6/+14
* Remove unneccessary include of sys/types.h in the SYNOPSISHiten Pandya2003-10-096-6/+0
* Add preliminary sparc64 support to libpthread. This does notDaniel Eischen2003-10-0912-0/+1018
* Fix some comments for last commit.David Xu2003-10-082-10/+8
* Complete cancellation support for M:N threads, check cancelling flag whenDavid Xu2003-10-084-138/+314
* Use thread lock instead of scheduler lock to eliminate lock contentionDavid Xu2003-10-082-36/+42
* Add XXX'ed temporary bounce-buffering.Poul-Henning Kamp2003-10-071-6/+37
* Correct .Xr's in kiconv.3.Bruce M Simpson2003-10-051-3/+3
* Fix a logic error; use beq to check for a register being NULL, not bne.Daniel Eischen2003-10-021-1/+1
* Correct the library name.Ruslan Ermilov2003-10-021-1/+1
* - Remove error code that can't be returned (and original descriptionKen Smith2003-10-021-2/+0
* Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined.David Xu2003-10-022-2/+12
* Cite the published version of "Engineering a Sort Function" instead ofTim J. Robbins2003-09-301-4/+7
* If __sys_write() returns 0, allow that to exit the loop in libc_r'sDaniel Eischen2003-09-291-2/+2
* When concurrency level is reduced and a kse is exiting, make sure no otherDavid Xu2003-09-292-0/+26
* Remove unused variable.David Xu2003-09-282-4/+0
* Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse.Marcel Moolenaar2003-09-273-12/+24
* More style fixes to improve diffability with OpenBSD.Poul-Henning Kamp2003-09-271-46/+54
* Disable #define DEBUG in libdisk by default: since libdisk is primarilyRobert Watson2003-09-271-1/+1
* Style changes to improve diffability against OpenBSD version.Poul-Henning Kamp2003-09-271-91/+91
* Document KERN_PROC_PROC, update KERN_PROC_ALL description.Tim J. Robbins2003-09-271-2/+4
* Use the 3-component version of the KERN_PROC_PROC sysctl.Tim J. Robbins2003-09-271-2/+4
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-267-1/+816
* Add __volatile keyword.David Xu2003-09-261-2/+4
* s/ia64/alpha/gMarcel Moolenaar2003-09-261-5/+4
* Fix fabs(). This commit brought to you by the letter 'l'.Peter Wemm2003-09-261-1/+1
* pthread API should return error code in return value not in errno.David Xu2003-09-252-4/+4
* If syscall failed, restore old sigaction and return error to thread.David Xu2003-09-252-22/+38
* As comments in _mutex_lock_backout state, only current threadDavid Xu2003-09-242-12/+8
* Grrr...add the Skinny alias code forgotten in the last commit.Joe Marcus Clarke2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-236-1/+30
* Free thread name memory if there is.David Xu2003-09-232-0/+8
* Save and restore timeout field for signal frame just like what we didDavid Xu2003-09-224-2/+8
* Fix FPU state restoring bug by jumping to right position.David Xu2003-09-222-4/+4
* Print waitset correctly.David Xu2003-09-222-2/+2
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c toMarcel Moolenaar2003-09-199-6/+14