Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | So passes uthreads | 2012-09-01 | 3 | -110/+0 | |
| | | | | | Like autumn leaves on water don't fear the tedu@ | ||||
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | 2010-02-03 | 1 | -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 have | 2009-06-01 | 1 | -5/+1 | |
| | | | | been noticed much time ago, but better late than never. | ||||
* | the license on this is PD; david leonard says so | 2008-10-02 | 1 | -1/+2 | |
| | |||||
* | mips->mips64. ok deraadt@ | 2004-08-11 | 1 | -2/+2 | |
| | |||||
* | remove old libc_r related chunk of the Makefile | 2004-04-09 | 1 | -31/+1 | |
| | | | | ok marc@ | ||||
* | slow_atomic_lock.c is only used by mips; marc@ ok | 2004-04-02 | 1 | -1/+4 | |
| | |||||
* | remove silly stub file for alpha and only try to compile _atomic_lock.c | 2004-02-06 | 1 | -2/+5 | |
| | | | | | | if it actually exists. ok marc@ | ||||
* | Add wrapper for kqueue() to keep track of the allocated fd and allow it to | 2003-10-22 | 1 | -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 variable | 2003-07-22 | 1 | -2/+2 | |
| | | | | | | - change 2 instances of the check from != "yes" to == "no" ok deraadt@ | ||||
* | Create a siginfo_t for thread-to-thread kill. | 2003-01-31 | 1 | -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_r | 2003-01-20 | 1 | -5/+5 | |
| | |||||
* | remove duplicated Id tag; spotted by miod@. | 2002-01-17 | 1 | -2/+1 | |
| | |||||
* | Do not create sys_aliases.c for elf systems; tested at some extent | 2002-01-14 | 1 | -13/+7 | |
| | | | | by art@ and drahn@. | ||||
* | * kevent(2) support; from FreeBSD. | 2001-08-15 | 1 | -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. | 2000-10-04 | 1 | -5/+9 | |
| | |||||
* | use uthread_machdep.S if exists; conditionally build syscall objects for libc_r | 2000-01-06 | 1 | -5/+28 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 2 | -6/+14 | |
| | |||||
* | use indr_reference instead of PASSTHRU | 1999-01-06 | 1 | -7/+8 | |
| | |||||
* | md spinlock | 1998-12-21 | 1 | -7/+14 | |
| | |||||
* | missed an include | 1998-11-21 | 1 | -1/+2 | |
| | |||||
* | Move atomic_lock code from asm to C with inline asm; | 1998-11-20 | 2 | -3/+36 | |
| | | | | | Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs. | ||||
* | experimental threaded libc - kernel only | 1998-08-27 | 2 | -0/+66 | |