summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #379 - asomers:evfilt, r=alexcrichtonbors2016-09-088-65/+321
|\
| * Fix more CI errorsAlan Somers2016-09-066-15/+0
| * Fix fn kevent on OpenBSD and BitrigAlan Somers2016-09-022-4/+4
| * Fix some duplicate definitionsAlan Somers2016-09-022-39/+0
| * Complete kqueue-related definitionsAlan Somers2016-09-028-51/+361
* | Auto merge of #383 - uweigand:master, r=alexcrichtonbors2016-09-071-10/+459
|\ \
| * | Fixed lint error (double blank line).Ulrich Weigand2016-09-071-1/+0
| * | Add more s390x definitionsUlrich Weigand2016-09-071-10/+460
* | | Auto merge of #382 - c-t-k:sync-file-range-support, r=alexcrichtonbors2016-09-071-0/+6
|\ \ \ | |/ / |/| |
| * | SYNC_* constants should be unsigned (to reflect usage).Chris Kaminski2016-09-071-3/+3
| * | Android doesn't have support for sync_file_range yet.Chris Kaminski2016-09-062-6/+6
| * | Add support for sync_file_range()Chris Kaminski2016-09-061-0/+6
* | | Add prelimenary wasm32 supportBrian Anderson2016-09-062-2/+5
|/ /
* | mips: add SO_REUSEPORTJorge Aparicio2016-09-031-0/+1
* | Auto merge of #377 - japaric:s390x, r=alexcrichtonbors2016-09-028-4/+233
|\ \
| * | duplicate POSIX_FADV_*Jorge Aparicio2016-09-036-5/+10
| * | fix POSIX_FADV_*Jorge Aparicio2016-09-032-2/+5
| * | support for s390xJorge Aparicio2016-09-032-2/+223
* | | added getchar and putchar as they both are part of POSIX.1-2008Philipp Keller2016-08-301-0/+2
|/ /
* | Auto merge of #370 - japaric:mips64, r=alexcrichtonbors2016-08-291-0/+1
|\ \
| * | mips64: define SIGSTKSZJorge Aparicio2016-08-281-0/+1
* | | Add CI for mipsel-unknown-linux-muslAlex Crichton2016-08-286-13/+66
|/ /
* | Auto merge of #366 - japaric:mips64, r=alexcrichtonbors2016-08-272-2/+224
|\ \
| * | add initial support for mips64Jorge Aparicio2016-08-272-2/+224
* | | Auto merge of #367 - knight42:lutimes, r=alexcrichtonbors2016-08-275-0/+8
|\ \ \
| * | | Add lutimes on some platformsknight422016-08-285-0/+8
| |/ /
* | | Auto merge of #365 - alexcrichton:more-arch, r=alexcrichtonbors2016-08-2713-133/+811
|\ \ \ | |/ / |/| |
| * | Fix and add testing for powerpc64Alex Crichton2016-08-264-98/+293
| * | Get powerpc-unknown-linux-gnu working and testedAlex Crichton2016-08-2611-133/+616
* | | Add missing consts on SolarisNikita Baksalyar2016-08-261-0/+2
* | | Corrects signedness of c_char for Linux musl Aarch64 & ppc64.Guillaume Lestringant2016-08-224-1/+6
| |/ |/|
* | Add sem_timedwait for all non-Apple UNIXesChirantan Ekbote2016-08-195-4/+10
* | Add sem_timedwait for unix platformsChirantan Ekbote2016-08-181-0/+2
* | Merge pull request #359 from fiveop/sched_macrosAlex Crichton2016-08-182-0/+39
|\ \
| * | Add some macros from sched.h for android and linux.Philipp Matthias Schaefer2016-08-182-0/+39
* | | add missing (common) iff constantsDov Reshef2016-08-161-0/+15
|/ /
* | Move a few scheduling related functions from linux to notbsd.Philipp Matthias Schaefer2016-08-152-8/+8
* | Add missing constants for poll() flagsPhilipp Matthias Schaefer2016-08-104-0/+20
* | Merge pull request #353 from knight42/utmpAlex Crichton2016-08-094-44/+127
|\ \
| * | Add utmpx on freebsdKnight2016-08-091-0/+32
| * | Add utmpx on appleKnight2016-08-091-0/+37
| * | Move struct utmpx to Linux levelKnight2016-08-092-44/+58
| |/
* | Add memsetmeh2016-08-061-0/+1
|/
* Add memcpy and memmovemeh2016-08-041-1/+3
* Add `getpgid`.Corey Farwell2016-08-031-0/+1
* Add clock_nanosleep for linux and solarisLetheed2016-08-012-1/+11
* Merge pull request #343 from valarauca/masterAlex Crichton2016-07-311-0/+10
|\
| * Copy Paste Errorvalarauca2016-07-311-4/+0
| * Added Ptrace option parametersvalarauca2016-07-311-0/+14
* | Merge pull request #342 from knight42/getpwAlex Crichton2016-07-315-1/+39
|\ \ | |/ |/|