aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the libkse directory. It was unhooked from the build and kernelBrooks Davis2014-04-164-522/+0
* When reinitializing a lockuser, don't assume that the lock is inDaniel Eischen2008-01-311-7/+15
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0Daniel Eischen2007-12-161-2/+0
* WARNS=3'ify.Daniel Eischen2007-11-302-12/+15
* Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)Jason Evans2007-11-272-4/+5
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)Daniel Eischen2006-03-131-0/+2
* Catch up with the atomic_FOO_ptr() changes and silence a few warnings.Daniel Eischen2005-07-291-7/+14
* Change the spin lock logic to a reasonable one. We should spin whenXin LI2005-02-271-1/+1
* Use a generic way to back threads out of wait queues when handlingDaniel Eischen2004-12-181-0/+1
* Add the ability to reinitialize libpthread's internal FIFO-queueingDaniel Eischen2003-11-042-15/+57
* Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined.David Xu2003-10-021-1/+6
* Don't assume sizeof(long) = sizeof(int) on x86; use intDaniel Eischen2003-09-032-12/+12
* Move the machine specific files from sys/Makefile.inc and put themMarcel Moolenaar2003-06-231-4/+2
* Attempt to eliminate PLT relocations from rwlock aquire/releaseAlexander Kabaev2003-05-301-0/+1
* Change low-level locking a bit so that we can tell ifDaniel Eischen2003-05-242-23/+34
* Add a method of yielding the current thread with the schedulerDaniel Eischen2003-05-162-29/+32
* Protect against a race between granting a lock and accessingDaniel Eischen2003-05-042-7/+28
* Protect thread errno from being changed while operatingDaniel Eischen2003-04-231-1/+5
* Sorry folks; I accidentally committed a patch from what I was workingDaniel Eischen2003-04-182-2/+2
* Add FIFO queueing locking operations based on atomic swap.Daniel Eischen2003-04-184-7/+370
* remove #ifdef _THREAD_SAFEMax Khon2003-01-241-2/+0
* Use KSE to schedule threads.Jonathan Mini2002-10-301-2/+1
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-162-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-0/+1
* Change the name of this source file so that libc_r builds it insteadJohn Birrell1998-04-302-2/+52
* Add spinlock.John Birrell1998-04-291-3/+4
* Use libc makefiles from now on instead of duplicating them in libc_r.John Birrell1997-05-031-128/+3
* Sync with libc.Alexander Langer1996-12-291-1/+1
* Submitted by: john birell (jb@cimlogic.com.au)Julian Elischer1996-08-221-20/+20
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-12/+34
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-6/+7
* Sync libc_r with libc changes..Peter Wemm1996-05-051-3/+3
* Reviewed by: julianJulian Elischer1996-01-221-0/+107