| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-28 | Remove unnecessary `ignore-cloudabi` flag | JohnTitor | -1/+0 | |
| 2021-01-29 | Update test-various to Ubuntu 20.04 | Nikita Popov | -0/+1 | |
| The test command-setgroups.rs is adjusted to skip on musl, where `sysconf(_SC_NGROUPS_MAX)` always returns a dummy value of 32, even though the actual value is 65536. I'm not sure why this becomes relevant only now though, as this was apparently the case since kernel 2.6.4. | ||||
| 2021-01-21 | Update src/test/ui/command/command-setgroups.rs to ignore windows | slo1 | -0/+1 | |
| 2021-01-21 | Update src/test/ui/command/command-setgroups.rs | slo1 | -0/+6 | |
| Co-authored-by: Ashley Mannix <kodraus@hey.com> | ||||
| 2021-01-21 | Add setgroups to std::os::unix::process::CommandExt | slo1 | -0/+19 | |
