summaryrefslogtreecommitdiffstats
path: root/lib/libkse/sys
Commit message (Expand)AuthorAgeFilesLines
* When reinitializing a lockuser, don't assume that the lock is indeischen2008-01-311-7/+15
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-161-2/+0
* WARNS=3'ify.deischen2007-11-302-12/+15
* Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)jasone2007-11-272-4/+5
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+2
* Catch up with the atomic_FOO_ptr() changes and silence a few warnings.deischen2005-07-291-7/+14
* Change the spin lock logic to a reasonable one. We should spin whendelphij2005-02-271-1/+1
* Use a generic way to back threads out of wait queues when handlingdeischen2004-12-181-0/+1
* Add the ability to reinitialize libpthread's internal FIFO-queueingdeischen2003-11-042-15/+57
* Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined.davidxu2003-10-021-1/+6
* Don't assume sizeof(long) = sizeof(int) on x86; use intdeischen2003-09-032-12/+12
* Move the machine specific files from sys/Makefile.inc and put themmarcel2003-06-231-4/+2
* Attempt to eliminate PLT relocations from rwlock aquire/releasekan2003-05-301-0/+1
* Change low-level locking a bit so that we can tell ifdeischen2003-05-242-23/+34
* Add a method of yielding the current thread with the schedulerdeischen2003-05-162-29/+32
* Protect against a race between granting a lock and accessingdeischen2003-05-042-7/+28
* Protect thread errno from being changed while operatingdeischen2003-04-231-1/+5
* Sorry folks; I accidentally committed a patch from what I was workingdeischen2003-04-182-2/+2
* Add FIFO queueing locking operations based on atomic swap.deischen2003-04-184-7/+370
* remove #ifdef _THREAD_SAFEfjoe2003-01-241-2/+0
* Use KSE to schedule threads.mini2002-10-301-2/+1
* Make the changes needed for libpthread to compile in its new home.mini2002-09-162-3/+3
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Add RCS IDs to those files without them.deischen1999-08-051-0/+1
* Change the name of this source file so that libc_r builds it insteadjb1998-04-302-2/+52
* Add spinlock.jb1998-04-291-3/+4
* Use libc makefiles from now on instead of duplicating them in libc_r.jb1997-05-031-128/+3
* Sync with libc.alex1996-12-291-1/+1
* Submitted by: john birell (jb@cimlogic.com.au)julian1996-08-221-20/+20
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-12/+34
* ``mv'' -> ``mv -f''wosch1996-05-071-6/+7
* Sync libc_r with libc changes..peter1996-05-051-3/+3
* Reviewed by: julianjulian1996-01-221-0/+107
OpenPOWER on IntegriCloud