summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-013-110/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-5/+5
| | | | | | | files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@
* Use the md atomic code on mips64 instead of the horrid slow code. Should havemiod2009-06-011-5/+1
| | | | been noticed much time ago, but better late than never.
* the license on this is PD; david leonard says soderaadt2008-10-021-1/+2
|
* mips->mips64. ok deraadt@pefo2004-08-111-2/+2
|
* remove old libc_r related chunk of the Makefilebrad2004-04-091-31/+1
| | | | ok marc@
* slow_atomic_lock.c is only used by mips; marc@ okmickey2004-04-021-1/+4
|
* remove silly stub file for alpha and only try to compile _atomic_lock.cbrad2004-02-061-2/+5
| | | | | | if it actually exists. ok marc@
* Add wrapper for kqueue() to keep track of the allocated fd and allow it tobrad2003-10-221-3/+3
| | | | | | | be closed. This fixes a file descriptor leak when closing a kqueue() fd. from FreeBSD ok marc@
* - use :L variable modifier with ELF_TOOLCHAIN variablebrad2003-07-221-2/+2
| | | | | | - change 2 instances of the check from != "yes" to == "no" ok deraadt@
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-2/+3
| | | | | Clean up (compiler warning elimination). Compile check options added but commented out as they have not been checked on all architectures, yet.
* Use the sources that exist in sibdirs of libpthread, not libc_rmarc2003-01-201-5/+5
|
* remove duplicated Id tag; spotted by miod@.fgsch2002-01-171-2/+1
|
* Do not create sys_aliases.c for elf systems; tested at some extentfgsch2002-01-141-13/+7
| | | | by art@ and drahn@.
* * kevent(2) support; from FreeBSD.fgsch2001-08-151-5/+5
| | | | * change _thread_kern_set_timeout() parm to const.
* switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.d2000-10-041-5/+9
|
* use uthread_machdep.S if exists; conditionally build syscall objects for libc_rd2000-01-061-5/+28
|
* sync with FreeBSDd1999-11-252-6/+14
|
* use indr_reference instead of PASSTHRUd1999-01-061-7/+8
|
* md spinlockd1998-12-211-7/+14
|
* missed an included1998-11-211-1/+2
|
* Move atomic_lock code from asm to C with inline asm;d1998-11-202-3/+36
| | | | | Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs.
* experimental threaded libc - kernel onlyd1998-08-272-0/+66