summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert PR: 1322gnzlbg2019-05-021-5/+2
* Oops, move this outside the s! blockAlex Gaynor2019-05-011-13/+13
* Implement si_addrAlex Gaynor2019-05-011-1/+19
* Deprecate _pad field on siginfo_tAlex Gaynor2019-04-301-0/+1
* Fix getgrgid_r to accept gid_t.Charles Lew2019-04-298-8/+8
* Remove utsname and uname for now too.Dan Gohman2019-04-241-10/+0
* Remove fd_set, select, and pselect entirely for now.Dan Gohman2019-04-241-20/+0
* Remove the definition of ULONG_SIZE which is no longer needed.Dan Gohman2019-04-241-11/+0
* Use the WASI layout for fd_set.Dan Gohman2019-04-241-1/+2
* Remove FD_SET and related functions for now.Dan Gohman2019-04-231-5/+0
* Fix dirent to match WASI libc's definition.Dan Gohman2019-04-231-6/+14
* Make FD_ISSET's argument a pointer to const, to match the libc declaration.Dan Gohman2019-04-231-1/+1
* Don't make opaque types like FILE and DIR copyable.Dan Gohman2019-04-231-19/+6
* Recognize WASI as either a target_env or a target_os.Dan Gohman2019-04-231-1/+1
* Define WASI libc errno constants.Dan Gohman2019-04-231-0/+79
* Add more WASI libc bindings.Dan Gohman2019-04-231-0/+502
* Auto merge of #1319 - jasonbking:readdir, r=gnzlbgbors2019-04-201-2/+6
|\
| * Put comments in the correct locationJason King2019-04-191-4/+4
| * Added doc comment w/ links explaining the difference between 32-bit and 64-bi...Jason King2019-04-191-0/+6
| * This fixes issue #1318 - on Solarish systems __posix_readdir_r is onlyJason King2019-04-171-2/+0
* | Auto merge of #1322 - redox-os:redox, r=gnzlbgbors2019-04-191-2/+5
|\ \ | |/ |/|
| * Fix style issueJeremy Soller2019-04-191-1/+0
| * Support crt-static in RedoxJeremy Soller2019-04-191-2/+6
* | Auto merge of #1314 - alexcrichton:wasi-ci, r=gnzlbgbors2019-04-081-5/+14
|\ \
| * | Add binding for new `__wasilibc_find_relpath` APIAlex Crichton2019-04-081-4/+10
| * | Enable the wasi target on CIAlex Crichton2019-04-051-9/+12
| |/
* | add forkpty to linuxKevin Kuehler2019-04-071-4/+4
* | add login_tty api from libutilKevin Kuehler2019-04-054-0/+4
|/
* Auto merge of #1308 - tormol:master, r=gnzlbgbors2019-03-283-1/+3
|\
| * Correct mqd_t on DragonFlyBSDTorbjørn Birch Moltu2019-03-273-1/+2
| * Add mq_getfd_np() for FreeBSDTorbjørn Birch Moltu2019-03-271-0/+1
* | Touch up style of wasi.rsAlex Crichton2019-03-271-144/+144
* | Address some PR feedbackAlex Crichton2019-03-271-65/+51
* | Add intiial support for wasm32-unknown-wasiAlex Crichton2019-03-272-1/+796
|/
* Fix buildgnzlbg2019-03-262-14/+14
* Move inotify to the linux and android sub-modulesgnzlbg2019-03-263-44/+84
* Move IPV6_FLOW... constants to the linux and android sub-modulesgnzlbg2019-03-253-6/+10
* Move inotify_event to the linux and android sub-modulesgnzlbg2019-03-253-7/+14
* Add essential target_vendor check for sgxYu Ding2019-03-081-1/+1
* Auto merge of #1297 - mati865:docker-images-working, r=gnzlbgbors2019-03-031-2/+1
|\
| * Bump NFT_*_MAXNAMELEN to 256 for PPCMateusz Mikuła2019-03-031-2/+1
* | Fix uclibc l4regnzlbg2019-03-034-63/+74
* | Fix uclibc build errorsgnzlbg2019-03-032-44/+53
* | Auto merge of #1292 - hermitcore:master, r=gnzlbgbors2019-03-035-61/+410
|\ \
| * | remove obsolete definition of gid_t and uid_tStefan Lankes2019-03-031-2/+0
| * | remove unused variablesStefan Lankes2019-03-031-4/+2
| * | add missing debug trait for sockaddr_storageStefan Lankes2019-03-031-3/+43
| * | add missing traits like DebugStefan Lankes2019-03-031-59/+280
| * | allowd unused types ggid_t and uuid_tStefan Lankes2019-03-031-0/+2
| * | remove redefinition of c_char and w_char, remove typoStefan Lankes2019-03-022-3/+1