aboutsummaryrefslogtreecommitdiffstats
path: root/src/sys.rs
Commit message (Collapse)AuthorAgeFilesLines
* simplifyJesse Luehrs2023-08-061-17/+11
|
* fix build on macosJesse Luehrs2023-08-061-4/+9
|
* convert to rustixJesse Luehrs2023-08-061-49/+70
| | | | | it seems more maintained, and hopefully this will fix compile issues on macos
* use the new fd apis in stdJesse Luehrs2023-03-081-33/+45
|
* this isn't actually a useful safe wrapperJesse Luehrs2023-02-051-7/+4
| | | | it doesn't enforce any invariants
* another rewriteJesse Luehrs2022-02-231-64/+108
|
* Revert "add spawn_pg"Jesse Luehrs2021-12-301-26/+0
| | | | This reverts commit 43e517cea6704f0d8424a88b13a1d40550c7e9ca.
* add spawn_pgJesse Luehrs2021-12-301-0/+26
|
* simplifyJesse Luehrs2021-12-301-9/+11
|
* better handling of file descriptors across forkJesse Luehrs2021-12-301-22/+10
|
* allow not passing the ptJesse Luehrs2021-12-291-3/+5
|
* i don't think we need to open pts multiple times?Jesse Luehrs2021-12-291-2/+2
|
* wip another complete refactorJesse Luehrs2021-12-291-0/+103