aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.3 -> 1.4: Call _thread_init() from pthread_once() if it hasJohn Polstra2000-09-221-0/+2
* MFC: Add wrapper for fpathconf(2) syscall.Maxim Sobolev2000-09-202-0/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-191-0/+46
* MFC: Make sem_post() safe for use within signal handlers.Jason Evans2000-08-232-0/+10
* MFC:John Baldwin2000-08-235-21/+34
* MFC: Add wrapper for kevent() syscallJohn Baldwin2000-08-232-1/+3
* MFC: Change _thread_kern_set_timeout() to use a const argument.John Baldwin2000-08-232-2/+2
* MFC: pthread_once --> pthread_once_t.John Baldwin2000-08-231-1/+1
* MFC: Change the prototypes in the code as well as in the headers.John Baldwin2000-08-173-3/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-131-0/+75
* MFC: 1.23 fix off-by-one error with recursive mutexesAlfred Perlstein2000-08-131-3/+3
* MFC: Change my email address in the copyright notices for the sake ofJason Evans2000-07-1823-23/+23
* MFC: Add a sendfile() wrapper, so that calls to sendfile() do not block theJason Evans2000-07-182-1/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-181-0/+154
* MFC: Add missing man pages and merge minor changes to existing pages.Jason Evans2000-07-184-11/+50
* MFC: Deal correctly with statically initialized condition variables inJason Evans2000-07-171-18/+17
* MFC: Add a test framework, convert existing tests to work with theJason Evans2000-07-177-2154/+118
* MFC: Always do the right thing if there are multiple sigwait()ers for theJason Evans2000-07-123-4/+37
* MFC: Fix typo in SEE ALSO section.Jason Evans2000-06-281-1/+1
* MFC: Don't allow pthread_suspend_np()/pthread_resume_np() to causeJason Evans2000-06-277-36/+142
* MFC: Misspelled "undefined".Chris Costello2000-05-271-1/+1
* MFC: Fix memory leaks for pthread_set_name_np().Jason Evans2000-05-232-2/+10
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-133-0/+384
* MFC: Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-044-0/+434
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-2615-0/+3312
* MFC: introduce .Lb macro to libraries manpages, some mdoc cleanupAlexey Zelkin2000-04-2241-0/+82
* MFC: Fix pthread_suspend_np()/pthread_resume_np().Jason Evans2000-03-229-30/+125
* MFC part of 1.37; fix typo in statement: "var | flag;" -> "var |= flag;"Peter Wemm2000-03-201-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-45/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-0213-55/+110
* Fix the installworld breakage from rev 1.9.Ruslan Ermilov2000-02-181-5/+4
* fixed missing trailing \Bill Swingle2000-02-181-1/+1
* Adds missing symlinks for pthread related manpages.Bill Swingle2000-02-181-0/+3
* For errors, return -1 and set errno to indicate the error type, rather thanJason Evans2000-02-161-16/+33
* Add man pages for the sem_*() functions.Jason Evans2000-02-167-4/+516
* Use __strong_reference() instead of __weak_reference() to assure that theJason Evans2000-01-2938-38/+38
* Use _fcntl() (not fcntl()) inside of fcntl().Jason Evans2000-01-281-3/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-2760-135/+625
* Fix millisecond to nanosecond conversion.Jason Evans2000-01-221-1/+1
* Minor *jmp() cleanups.Jason Evans2000-01-202-13/+8
* Add sem_*() functions. Named semaphores and process-shared semaphoresJason Evans2000-01-203-0/+237
* Do signal deferral for pthread_kill() as it was done in the old days.Jason Evans2000-01-203-30/+6
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-1915-83/+584
* Properly initialize the last active time of the initial thread. This fixesDaniel Eischen2000-01-181-0/+6
* Track libc's three-tier symbol naming. libc_r must currently implementJason Evans2000-01-1254-60/+162
* Make sched_param parameter a const to comply with POSIX and SUSv2 specs.Daniel Eischen2000-01-101-1/+1
* Change REGENTS -> AUTHOR in the copyright.Daniel Eischen2000-01-061-1/+2
* Don't explicitly mmap() red zones at the bottom of thread stacks (exceptJason Evans1999-12-293-16/+26
* -Wall and minor style(9) cleanups.Daniel Eischen1999-12-288-16/+15