aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/pause.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+2
* Reduce the size of the interposing table and amount ofKonstantin Belousov2015-01-111-16/+5
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-3/+15
* Make pause(3) implementation not depended on the legacy sigcompat.cKonstantin Belousov2010-02-251-1/+7
* Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten2009-12-051-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-3/+1
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-161-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-2/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-2/+6
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+49