summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-14105-9661/+0
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.ru2004-01-144-94/+8
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.ru2004-01-1416-1028/+15
* Translate from GNU C to ISO C.des2004-01-144-4/+4
* bsd.dep.mk,v 1.43 allows us to replace a hack with a solution.ru2004-01-131-3/+3
* Add and document ffsl(), fls() and flsl().des2004-01-137-12/+201
* Kill whitespace at end of lines.nectar2004-01-121-9/+9
* Fix a bug that could result in a null pointer dereference innectar2004-01-121-1/+1
* Removed duplicate SRCS.ru2004-01-111-1/+0
* XDR sources are handled by ../xdr/Makefile.inc.ru2004-01-111-4/+0
* Replaced an ugly hack to selectively disable warningsru2004-01-112-3/+3
* Add an ulgy hack so that warnings added by non-zero WARNS values won't beobrien2004-01-101-0/+3
* Remove now redundant and now conflicting declaration of sysarch(2).nectar2004-01-101-3/+1
* Clarify the behavior of ptrace(2) a little bit: the tracing processrwatson2004-01-101-0/+24
* We need to discard `const'ness explicitly when invoking sysarch.nectar2004-01-101-1/+1
* Change sdp_open_local(3) API. It now takes a path to a control socketemax2004-01-093-5/+14
* Prepare libsdp(3) for the upcoming sdpd importemax2004-01-096-112/+190
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-0914-39/+14
* It was reported that when using nss_ldap, getgrent(3) would behavenectar2004-01-091-8/+15
* MFlibpthread: Add a simple work-around for deadlocking on recursivedeischen2004-01-082-44/+82
* Add a simple work-around for deadlocking on recursive read locksdeischen2004-01-086-96/+172
* Adjust for brain outage that affected the previous commit.nectar2004-01-061-1/+1
* Add required headers.nectar2004-01-062-0/+4
* Add required headers and function declarations.nectar2004-01-062-0/+3
* Remove unused variables. Add required headers and functionnectar2004-01-067-6/+12
* Use ANSI C function definition for `_mcount' and remove `static'nectar2004-01-061-2/+2
* Add missing declaration.nectar2004-01-061-0/+2
* Work around a `warning: zero-length printf format string'.nectar2004-01-061-1/+1
* Avoid undefined behavior:nectar2004-01-061-2/+2
* Make intentions explicit with additional parenthesis.nectar2004-01-062-8/+8
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-065-8/+6
* Kernel now supports per-thread sigaltstack, follow the change todavidxu2004-01-032-12/+2
* Return error code in errno, not in return value.davidxu2004-01-022-6/+12
* Fix a typo.davidxu2004-01-022-2/+2
* Reenable signals for threads after joining.deischen2003-12-311-0/+3
* Removed MLINKS to nonimplemented/nonexistent functions.ru2003-12-301-3/+0
* Merge from libc_r: document pthread_attr_[gs]etstack().ru2003-12-302-1/+11
* Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:ru2003-12-301-2/+0
* Pull some changes (mostly cosmetic) from libc_r manpagesru2003-12-3030-75/+143
* o Implement pthread_mutex_timedlock(), which does not block indefinitely onmtm2003-12-301-0/+32
* Make it possible for the library to specify a timeout value whenmtm2003-12-303-22/+49
* Forgot to commit this file for last commit. :(davidxu2003-12-292-0/+8
* Implement sigaltstack() as per-threaded. Current only scope process threaddavidxu2003-12-299-48/+464
* Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.maxim2003-12-291-0/+9
* Correctly retrieve sigaction flags.davidxu2003-12-282-4/+4
* Don't block SIGTRAP - it makes it hard to debug programs with gdb.dfr2003-12-261-0/+1
* Make sure we initialise dirp->dd_size if we aren't reading a unionfsdfr2003-12-261-0/+1
* Preparations to make libthr work in multi-threaded fork()ing applications.mtm2003-12-263-63/+81
* Add restrict qualifiers. (docs)alfred2003-12-245-5/+5
* Properly advance "x/y/z" form slash-pointers in some rare casesache2003-12-241-4/+4
OpenPOWER on IntegriCloud