aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Correct the link for the profiling library.Daniel Eischen2004-01-311-1/+1
* Change libkse back to libpthread and make it the defaultDaniel Eischen2004-01-301-0/+10
* Have a single set of POSIX threads man pages. The LIBRARY sectionRuslan Ermilov2004-01-141-1/+0
* Remove -D_THREAD_SAFE.Daniel Eischen2003-07-131-1/+1
* Make libc/${MACHINE_ARCH} include directory not required by Alpha.Ruslan Ermilov2003-07-021-1/+1
* libc/${MACHINE_ARCH} include directory is required by Alpha,Alexander Kabaev2003-07-021-1/+1
* Axe AINC.Ruslan Ermilov2003-07-011-1/+0
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Sync SCM ID comments with libc.David E. O'Brien2002-04-151-7/+9
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-17/+0
* Bump the shared lib version. There seems to have been an incompatibleDavid E. O'Brien2000-11-141-1/+1
* Enable _PTHREADS_INVARIANTS until the recent libc_r changes areDaniel Eischen2000-10-131-1/+1
* Add wrapper for kevent() syscallJonathan Lemon2000-08-071-1/+2
* Remove DEBUG_FLAGS=-g3, which never should have been committed.Jason Evans2000-07-051-2/+0
* Add a wrapper for the sendfile() system call.Jason Evans2000-04-271-1/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Fix some minor POSIX/SUSv2 compliance nits.Jason Evans1999-12-181-0/+1
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-3/+7
* Add sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well.Marcel Moolenaar1999-10-141-2/+2
* Add sigprocmask to HIDDEN_SYSCALLS. This renames the syscall toMarcel Moolenaar1999-09-301-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Always use growable thread stacks on the i386. The VM_STACK kernel optionJason Evans1999-07-061-4/+1
* Disable growable stacks by default, as advertised.Jason Evans1999-07-051-2/+2
* Use growable stacks for thread stacks that are the default stack size.Jason Evans1999-07-051-2/+5
* Remove -DNOPOLL from the compilation flags now that there is a poll wrapperJohn Birrell1999-06-201-4/+4
* Don't hide mknod, it doesn't need a wrapper and never has had one.John Birrell1998-12-101-2/+2
* Don't compile in the use of poll() when building libc_r. This isn'tPeter Wemm1998-06-141-2/+2
* Add poll to the list of hidden syscalls so that it gets renamed. ThisJohn Birrell1998-06-121-2/+2
* Add a commented out CFLAGS entry that can be uncommented to compile threadJohn Birrell1998-06-091-1/+6
* send and recv are wrappered in libc, so they shouldn't appear here.John Birrell1998-06-011-3/+3
* Remove some syscalls that should have been renamed (libc_r doesn't needJohn Birrell1998-05-311-6/+6
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-4/+4
* Add lib/libc/include as an directory to search for header files.John Birrell1998-03-091-3/+16
* Use libc makefiles from now on instead of duplicating them in libc_r.John Birrell1997-05-031-22/+3
* Submitted by: John BirrellJulian Elischer1997-02-051-10/+0
* Don't create/install libc_r_pic.aPeter Wemm1996-08-301-1/+0
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-18/+3
* Sync libc_r with libc changes..Peter Wemm1996-05-051-2/+2
* Reviewed by: julianJulian Elischer1996-01-221-0/+66