| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-29 | basic DNS address resolution for linux without libc | Andrew Kelley | |
| 2019-10-24 | get rid of std.os.foo.is_the_target | Andrew Kelley | |
| It had the downside of running all the comptime blocks and resolving all the usingnamespaces of each system, when just trying to discover if the current system is a particular one. For Darwin, where it's nice to use `std.Target.current.isDarwin()`, this demonstrates the utility that #425 would provide. | |||
| 2019-10-12 | Add support for the statx syscall | LemonBoy | |
| 2019-10-03 | Fix pipe syscall for MIPS | LemonBoy | |
| 2019-10-01 | Correct signal bits for MIPS | LemonBoy | |
| Also enable the segfault handler for all the supported architectures beside MIPS. | |||
| 2019-09-27 | Avoid truncating mmap2 offsets if not multiple of page size | LemonBoy | |
| 2019-09-26 | Initial support for mipsel architecture¬ | LemonBoy | |
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
