aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/sys/unix/net.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-061-424/+0
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-151-34/+39
| | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd
* Update for latest nightly 2018-05-06linouxis92018-05-071-1/+1
|
* Fix TcpStream::wait_timeoutFenrir2018-02-131-2/+4
| | | | POLLOUT is 0x4 and PULLHUP is 0x10 on every other platform, except for the 3DS where they're switched around because Nintendo
* Don't use ioctl for TcpStream::connect_timeoutFenrir2018-02-131-3/+1
| | | | libctru exposes ioctl, but using it causes an ENODEV error.
* Filter out glibc symbolsFenrir2018-02-111-0/+1
| | | | we're not glibc and these caused a linker error when building `std` in debug mode
* Recreate ctr-std from latest nightlyFenrir2018-01-211-0/+418