| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | 1. Add macro DTV_OFFSET to calculate dtv offset in tcb. | davidxu | 2004-08-16 | 1 | -0/+1 |
* | Now that libpthread is the default threading library, remove the | marcel | 2004-01-31 | 1 | -12/+0 |
* | Change libkse back to libpthread and make it the default | deischen | 2004-01-30 | 1 | -0/+4 |
* | Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse. | marcel | 2003-09-27 | 1 | -0/+12 |
* | Rethink the way thr_libc.So is generated. Relying on GCC to extract | kan | 2003-09-02 | 1 | -6/+0 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 1 | -0/+4 |
* | Take thr_support.c out of SRCS so that it does not end up in libraries. | ru | 2003-07-02 | 1 | -0/+6 |
* | Unbreak "make checkdpadd". | ru | 2003-07-01 | 1 | -1/+1 |
* | Axe AINC. | ru | 2003-07-01 | 1 | -1/+0 |
* | Move the machine specific files from sys/Makefile.inc and put them | marcel | 2003-06-23 | 1 | -2/+3 |
* | Attempt to eliminate PLT relocations from rwlock aquire/release | kan | 2003-05-30 | 1 | -0/+5 |
* | Remove the %gs restoring hack (already commented out). | deischen | 2003-04-25 | 1 | -6/+1 |
* | Remove the i386-specific hack (well, we only run on i386 anyways) | deischen | 2003-04-23 | 1 | -4/+4 |
* | Add an i386-specifc hack to always set %gs. There still seems | deischen | 2003-04-21 | 1 | -1/+6 |
* | Sorry folks; I accidentally committed a patch from what I was working | deischen | 2003-04-18 | 1 | -1/+1 |
* | Comment out the addition of -g to CFLAGS. This snuck in from | deischen | 2003-04-18 | 1 | -1/+1 |
* | Revamp libpthread so that it has a chance of working in an SMP | deischen | 2003-04-18 | 1 | -3/+5 |
* | For now, build and install this as libkse instead of libpthread. | deischen | 2002-12-08 | 1 | -2/+2 |
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
* | Mechanically change all libc_r references to libpthread. | mini | 2002-09-16 | 1 | -1/+1 |
* | Make the changes needed for libpthread to compile in its new home. | mini | 2002-09-16 | 1 | -4/+4 |
* | Sync SCM ID comments with libc. | obrien | 2002-04-15 | 1 | -7/+9 |
* | Add weak definitions for wrapped system calls. In general: | deischen | 2001-01-24 | 1 | -17/+0 |
* | Bump the shared lib version. There seems to have been an incompatible | obrien | 2000-11-14 | 1 | -1/+1 |
* | Enable _PTHREADS_INVARIANTS until the recent libc_r changes are | deischen | 2000-10-13 | 1 | -1/+1 |
* | Add wrapper for kevent() syscall | jlemon | 2000-08-07 | 1 | -1/+2 |
* | Remove DEBUG_FLAGS=-g3, which never should have been committed. | jasone | 2000-07-05 | 1 | -2/+0 |
* | Add a wrapper for the sendfile() system call. | jasone | 2000-04-27 | 1 | -1/+3 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -1/+1 |
* | Fix some minor POSIX/SUSv2 compliance nits. | jasone | 1999-12-18 | 1 | -0/+1 |
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 1 | -3/+7 |
* | Add sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well. | marcel | 1999-10-14 | 1 | -2/+2 |
* | Add sigprocmask to HIDDEN_SYSCALLS. This renames the syscall to | marcel | 1999-09-30 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Always use growable thread stacks on the i386. The VM_STACK kernel option | jasone | 1999-07-06 | 1 | -4/+1 |
* | Disable growable stacks by default, as advertised. | jasone | 1999-07-05 | 1 | -2/+2 |
* | Use growable stacks for thread stacks that are the default stack size. | jasone | 1999-07-05 | 1 | -2/+5 |
* | Remove -DNOPOLL from the compilation flags now that there is a poll wrapper | jb | 1999-06-20 | 1 | -4/+4 |
* | Don't hide mknod, it doesn't need a wrapper and never has had one. | jb | 1998-12-10 | 1 | -2/+2 |
* | Don't compile in the use of poll() when building libc_r. This isn't | peter | 1998-06-14 | 1 | -2/+2 |
* | Add poll to the list of hidden syscalls so that it gets renamed. This | jb | 1998-06-12 | 1 | -2/+2 |
* | Add a commented out CFLAGS entry that can be uncommented to compile thread | jb | 1998-06-09 | 1 | -1/+6 |
* | send and recv are wrappered in libc, so they shouldn't appear here. | jb | 1998-06-01 | 1 | -3/+3 |
* | Remove some syscalls that should have been renamed (libc_r doesn't need | jb | 1998-05-31 | 1 | -6/+6 |
* | Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and | dufault | 1998-03-28 | 1 | -4/+4 |
* | Add lib/libc/include as an directory to search for header files. | jb | 1998-03-09 | 1 | -3/+16 |
* | Use libc makefiles from now on instead of duplicating them in libc_r. | jb | 1997-05-03 | 1 | -22/+3 |
* | Submitted by: John Birrell | julian | 1997-02-05 | 1 | -10/+0 |