summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/system.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-9/+13
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-3/+12
* system(): Restore behaviour for SIGINT and SIGQUIT.Jilles Tjoelker2013-09-011-0/+2
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsePeter Wemm2013-08-131-19/+19
* Renumber clauses to reduce diffs to other versionsEd Maste2013-06-131-1/+1
* Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten2009-12-051-2/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Avoid getting stuck in system(3) when the internal call to wait4()Alfred Perlstein2001-10-031-2/+3
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-11/+13
* 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-3/+2
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-2/+8
* Oops, replace a rather important line that was lost in transit 8-(James Raynard1996-06-081-1/+2
* Submitted by: (based on code in "Advanced Programming in the Unix Environment"James Raynard1996-06-051-18/+33
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+76