summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove the %gs restoring hack (already commented out).deischen2003-04-251-6/+1
* Remove the i386-specific hack (well, we only run on i386 anyways)deischen2003-04-231-4/+4
* Add an i386-specifc hack to always set %gs. There still seemsdeischen2003-04-211-1/+6
* Sorry folks; I accidentally committed a patch from what I was workingdeischen2003-04-181-1/+1
* Comment out the addition of -g to CFLAGS. This snuck in fromdeischen2003-04-181-1/+1
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-3/+5
* For now, build and install this as libkse instead of libpthread.deischen2002-12-081-2/+2
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* Mechanically change all libc_r references to libpthread.mini2002-09-161-1/+1
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-4/+4
* Sync SCM ID comments with libc.obrien2002-04-151-7/+9
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-17/+0
* Bump the shared lib version. There seems to have been an incompatibleobrien2000-11-141-1/+1
* Enable _PTHREADS_INVARIANTS until the recent libc_r changes aredeischen2000-10-131-1/+1
* Add wrapper for kevent() syscalljlemon2000-08-071-1/+2
* Remove DEBUG_FLAGS=-g3, which never should have been committed.jasone2000-07-051-2/+0
* Add a wrapper for the sendfile() system call.jasone2000-04-271-1/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-1/+1
* Fix some minor POSIX/SUSv2 compliance nits.jasone1999-12-181-0/+1
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-3/+7
* Add sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well.marcel1999-10-141-2/+2
* Add sigprocmask to HIDDEN_SYSCALLS. This renames the syscall tomarcel1999-09-301-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Always use growable thread stacks on the i386. The VM_STACK kernel optionjasone1999-07-061-4/+1
* Disable growable stacks by default, as advertised.jasone1999-07-051-2/+2
* Use growable stacks for thread stacks that are the default stack size.jasone1999-07-051-2/+5
* Remove -DNOPOLL from the compilation flags now that there is a poll wrapperjb1999-06-201-4/+4
* Don't hide mknod, it doesn't need a wrapper and never has had one.jb1998-12-101-2/+2
* Don't compile in the use of poll() when building libc_r. This isn'tpeter1998-06-141-2/+2
* Add poll to the list of hidden syscalls so that it gets renamed. Thisjb1998-06-121-2/+2
* Add a commented out CFLAGS entry that can be uncommented to compile threadjb1998-06-091-1/+6
* send and recv are wrappered in libc, so they shouldn't appear here.jb1998-06-011-3/+3
* Remove some syscalls that should have been renamed (libc_r doesn't needjb1998-05-311-6/+6
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-4/+4
* Add lib/libc/include as an directory to search for header files.jb1998-03-091-3/+16
* Use libc makefiles from now on instead of duplicating them in libc_r.jb1997-05-031-22/+3
* Submitted by: John Birrelljulian1997-02-051-10/+0
* Don't create/install libc_r_pic.apeter1996-08-301-1/+0
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-18/+3
* Sync libc_r with libc changes..peter1996-05-051-2/+2
* Reviewed by: julianjulian1996-01-221-0/+66
OpenPOWER on IntegriCloud