factor/basis/unix
Doug Coleman 67aa7b8b11
unix.process: Add posix_spawn stub.
I couldn't get this to work in all cases to replace spawn-process yet.

```
! works
{ "/bin/ls" "-al" } posix-spawn-args-with-path

! Broken on Linux64 for some reason
{
    "/usr/bin/code"
    "-g"
    "-r"
    "/home/erg/factor-master/basis/io/launcher/launcher.factor"
} posix-spawn-args-with-path
```
2020-04-11 20:36:33 -05:00
..
debugger
ffi Fix stat so io test will finish 2019-02-10 11:01:31 -05:00
getfsstat Fix stat so io test will finish 2019-02-10 11:01:31 -05:00
groups continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
kqueue unix.kqueue: fix platforms. 2019-02-10 22:18:34 -06:00
linux factor: Rename GENERIC# to GENERIC#:. 2017-06-01 13:58:58 -05:00
process unix.process: Add posix_spawn stub. 2020-04-11 20:36:33 -05:00
signals basis: Move signal word and fix tests. 2019-09-27 22:59:36 -05:00
stat remove useless structure definition 2019-02-10 11:04:48 -05:00
statfs Fix stat so io test will finish 2019-02-10 11:01:31 -05:00
statvfs Re-add Freebsd Support 2019-02-08 19:17:30 -05:00
time basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
types unix.process: Add posix_spawn stub. 2020-04-11 20:36:33 -05:00
users continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
utilities Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
utmpx continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
authors.txt
platforms.txt
summary.txt
tags.txt
unix.factor