summaryrefslogtreecommitdiff
path: root/test-suite/tests/posix.test
Commit message (Expand)AuthorAgeFilesLines
* 'spawn' ensures it is passed open file ports.Ludovic Courtès2023-01-261-0/+5
* Make 'system*' and 'piped-process' internally use 'spawn'.Josselin Poiret2023-01-131-1/+17
* Add 'spawn'.Josselin Poiret2023-01-131-2/+77
* Allow file ports in ‘utime’.Maxime Devos2022-10-211-1/+70
* 'pipe' now takes an optional 'flags' parameter.Ludovic Courtès2022-09-191-0/+35
* 'system*' can no longer close file descriptor 2.Ludovic Courtès2022-08-051-2/+14
* Add mkstemp; undocument mkstemp!Andy Wingo2021-03-101-17/+7
* don't test crypt if not presentMike Gran2021-01-231-1/+5
* Fix binary output on files created by mkstemp!Mike Gran2019-05-231-1/+16
* Define AT_SYMLINK_NOFOLLOW et al.Ludovic Courtès2019-05-231-3/+18
* Fix crypt-on-glibc test errorAndy Wingo2019-02-011-8/+15
* Fix 'crypt' deadlock upon error.Ludovic Courtès2018-08-071-1/+18
* tests: Gracefully handle ENOSYS return for 'setaffinity'.Ludovic Courtès2016-05-221-4/+14
* Untabify some test files.Eli Zaretskii2014-07-031-3/+3
* More fixes for deleting files whose ports are not closed.Eli Zaretskii2014-07-021-0/+1
* tests: Remove leftover `pk'.Ludovic Courtès2012-12-191-1/+1
* Change `system*' to not leave dangling processes behind.Ludovic Courtès2012-12-191-1/+14
* Move `{total,current}-processor-count' outside of `posix.c'.Ludovic Courtès2011-04-251-13/+0
* Add `total-processor-count' and `current-processor-count'.Ludovic Courtès2010-12-071-0/+13
* Add bindings to GNU `sched_setaffinity' and `sched_getaffinity'.Ludovic Courtès2010-12-031-0/+18
* Fix use of utimensat(2).Ludovic Courtès2010-01-191-1/+20
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-13/+12
* Changes from arch/CVS synchronizationLudovic Courtès2007-06-071-2/+19
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* (mkstemp!): New tests.Kevin Ryde2004-08-201-0/+23
* (execl, execlp, execle): Exercise errors whereKevin Ryde2004-02-281-11/+18
* (execl, execlp, execle): Exercise errors where program not found.Kevin Ryde2004-02-281-1/+27
* New file, exercising putenv, setenv, unsetenv.Kevin Ryde2003-06-191-0/+91