summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - fix to UID test description, non-zero -> zerokensmith2003-10-171-1/+1
* Update context code for my last ABI breakage of mcontext. I'm worriedpeter2003-10-172-14/+16
* Explicitly specify an alignment for abitag. Without it, gcc specifies apeter2003-10-171-1/+1
* Add rfork_thread(3).alc2003-10-132-1/+102
* - support AES counter mode for ESP.ume2003-10-131-0/+3
* Include <nlist.h> for nlist-related declarations instead of depending onbde2003-10-131-0/+1
* - support AES XCBC MAC for AHume2003-10-131-0/+3
* Fixed some style bugs in the removal of __P(()). Blind removal ofbde2003-10-131-3/+3
* Update Bluetooth code.emax2003-10-1212-2/+2655
* Don't forget to initialize the fake tcb when the kcb is allocated.deischen2003-10-122-0/+6
* - RIPEMD160 supportume2003-10-121-0/+3
* Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.dds2003-10-111-1/+1
* Assorted mdoc(7) fixes:hmp2003-10-093-20/+41
* Reverse the order of the first two arguments to _sparc64_enter_uts().deischen2003-10-092-4/+4
* Convert a couple of hardcoded values to constants. Make thr_getcontext()deischen2003-10-094-6/+14
* Remove unneccessary include of sys/types.h in the SYNOPSIShmp2003-10-096-6/+0
* Add preliminary sparc64 support to libpthread. This does notdeischen2003-10-0912-0/+1018
* Fix some comments for last commit.davidxu2003-10-082-10/+8
* Complete cancellation support for M:N threads, check cancelling flag whendavidxu2003-10-084-138/+314
* Use thread lock instead of scheduler lock to eliminate lock contentiondavidxu2003-10-082-36/+42
* Add XXX'ed temporary bounce-buffering.phk2003-10-071-6/+37
* Correct .Xr's in kiconv.3.bms2003-10-051-3/+3
* Fix a logic error; use beq to check for a register being NULL, not bne.deischen2003-10-021-1/+1
* Correct the library name.ru2003-10-021-1/+1
* - Remove error code that can't be returned (and original descriptionkensmith2003-10-021-2/+0
* Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined.davidxu2003-10-022-2/+12
* Cite the published version of "Engineering a Sort Function" instead oftjr2003-09-301-4/+7
* If __sys_write() returns 0, allow that to exit the loop in libc_r'sdeischen2003-09-291-2/+2
* When concurrency level is reduced and a kse is exiting, make sure no otherdavidxu2003-09-292-0/+26
* Remove unused variable.davidxu2003-09-282-4/+0
* Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse.marcel2003-09-273-12/+24
* More style fixes to improve diffability with OpenBSD.phk2003-09-271-46/+54
* Disable #define DEBUG in libdisk by default: since libdisk is primarilyrwatson2003-09-271-1/+1
* Style changes to improve diffability against OpenBSD version.phk2003-09-271-91/+91
* Document KERN_PROC_PROC, update KERN_PROC_ALL description.tjr2003-09-271-2/+4
* Use the 3-component version of the KERN_PROC_PROC sysctl.tjr2003-09-271-2/+4
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-267-1/+816
* Add __volatile keyword.davidxu2003-09-261-2/+4
* s/ia64/alpha/gmarcel2003-09-261-5/+4
* Fix fabs(). This commit brought to you by the letter 'l'.peter2003-09-261-1/+1
* pthread API should return error code in return value not in errno.davidxu2003-09-252-4/+4
* If syscall failed, restore old sigaction and return error to thread.davidxu2003-09-252-22/+38
* As comments in _mutex_lock_backout state, only current threaddavidxu2003-09-242-12/+8
* Grrr...add the Skinny alias code forgotten in the last commit.marcus2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-236-1/+30
* Free thread name memory if there is.davidxu2003-09-232-0/+8
* Save and restore timeout field for signal frame just like what we diddavidxu2003-09-224-2/+8
* Fix FPU state restoring bug by jumping to right position.davidxu2003-09-222-4/+4
* Print waitset correctly.davidxu2003-09-222-2/+2
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c tomarcel2003-09-199-6/+14
OpenPOWER on IntegriCloud