summaryrefslogtreecommitdiff
path: root/src/unix/redox/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add LC_ constants for redox (and truncate() is now supported)Noa2023-03-101-0/+10
* redox: make off_t and time_t long longJeremy Soller2022-12-021-2/+2
* redox: long is 32-bits on 32-bit systemsJeremy Soller2022-12-011-2/+14
* Add MADV constants for RedoxJeremy Soller2022-10-241-0/+6
* redox: Add ENOTSUP, FIONREAD, MSG_DONTWAIT, and madviseJeremy Soller2022-10-181-0/+4
* redox: add siginfo_t and rename sa_handler to sa_sigactionJeremy Soller2022-03-171-1/+9
* Add a couple pthread functions for redoxNoa2021-10-211-0/+2
* Add more redox clock constantsNoa2021-09-121-0/+2
* Fix termios constants on redoxNoah2021-08-081-68/+61
* FD_ISSET: take a *const fd_set instead of *mut fd_setAlan Somers2021-07-121-1/+1
* Add getnameinfo on redoxNoah2021-05-031-0/+11
* Add more netdb constants for redoxNoah2021-05-031-0/+18
* Fix styleYuki Okushi2021-04-061-41/+9
* Add sys/file.h constantsNoah2020-10-281-0/+6
* Add NI_* constantsNoah2020-10-271-0/+7
* Update redox socket constantsNoah2020-10-271-1/+32
* Use safe_f! consistently across platformsDaniil Bondarev2020-09-121-32/+34
* Re-define `__priority_which`s as c_uint in linux-gnuYuki Okushi2020-05-211-0/+4
* Add extra functions & constants from sys/mman.h for RedoxXavier L'Heureux2020-05-181-0/+35
* Replace TODO with FIXME to make grep easyYuki Okushi2020-02-291-6/+6
* Add FD_* functions/macros for redox; implementations copied from linux_likecoolreader182019-12-081-0/+26
* Formattinggnzlbg2019-09-121-15/+21
* Add termios support for redoxXavier L'Heureux2019-08-151-3/+118
* Remove some unsupported methodsXavier L'Heureux2019-07-151-1/+0
* StyleXavier L'Heureux2019-07-151-30/+38
* Add constants and typesXavier L'Heureux2019-07-151-74/+304
* Add support for redox compilation with extra traits flag + fmtXavier L'Heureux2019-07-151-75/+234
* libc::c_int -> ::c_intJoe Richey2019-07-101-1/+1
* Add __errno_location on Redox, DragonFlyBSD, HaikuJoe Richey2019-07-101-0/+1
* Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-271-0/+3
* Test strerror_r on Android and Linuxgnzlbg2019-05-231-0/+3
* [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-221-0/+2
* Move Redox support into unix moduleJeremy Soller2019-05-041-0/+588