about summary refs log tree commit diff
path: root/lib/libsystem.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2023-12-161-9/+3
* Drop infeasible pm_feed_from_filestream, add pm_feed_from_file, pm_accept_to_...giraffedata2023-11-281-3/+64
* Add pm_feed_from_filestream, pm_accept_to_filestreamgiraffedata2023-11-261-11/+100
* Make standard input feeder process close extraneous inherited file descriptorsgiraffedata2021-01-011-5/+15
* Fix typos in comments and messages, whitespacegiraffedata2019-12-291-19/+19
* Remove _XOPEN_SOURCE because in combination with _BSD_SOURCE, it causes nstri...giraffedata2018-04-261-1/+0
* Don't close inherited Standard Inputgiraffedata2017-04-231-6/+18
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-161-0/+1
* Add workaround for libc problem with termination status macros, so they work ...giraffedata2016-06-161-1/+13
* Add pm_system2(), pm_system2_lp(), pm_system2_vp()giraffedata2016-05-071-44/+215
* Add commentsgiraffedata2016-05-061-1/+4
* Properly qualify Netpbm include files - avoid conflict with DJGPP's <io.h>giraffedata2015-01-011-2/+2
* Don't refer to SIGURG on systems that don't have itgiraffedata2014-08-241-1/+7
* Make SIGWINCH defined on OpenBSDgiraffedata2013-10-081-0/+1
* Fix test of SIGIO, SIGPWR presencegiraffedata2013-10-081-2/+2
* Restore recognition of SIGPWR if it's defined as a macrogiraffedata2013-10-081-12/+16
* Don't refer to SIGWINCH, SIGIO if they don't existgiraffedata2013-10-081-0/+10
* cleanupgiraffedata2013-04-141-8/+8
* Use _pipe() for pipe() on Windows/Mingwgiraffedata2012-02-131-2/+2
* Fix bug: doesn't use Standard Input feeder when you don't supply a Standard O...giraffedata2011-03-311-1/+1
* Don't expect SIGRTMIN, SIGRTMAX to be definedgiraffedata2010-07-031-70/+67
* Don't expect SIGPWR to be definedgiraffedata2010-03-171-2/+4
* Close extraneous file descriptors in childgiraffedata2010-02-231-4/+36
* fix typo in messagegiraffedata2009-12-191-1/+1
* Improve message telling how process diedgiraffedata2009-12-191-5/+94
* cleanupgiraffedata2009-12-191-2/+4
* Don't try to swap user's input fd with stdin when it is already stdin. Same ...giraffedata2009-12-191-15/+20
* Fix pm_system* error message when execvp() failsgiraffedata2009-12-191-2/+5
* Fix bug: pm_system* always crashes or fails to handle outputgiraffedata2009-12-191-1/+2
* Add pm_system_lp(), pm_system_vp()giraffedata2007-08-251-79/+163
* Don't hang when shell command doesn't take all of Standard Inputgiraffedata2006-10-181-14/+19
* Create Subversion repositorygiraffedata2006-08-191-0/+319