summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #494 - johalun:dragonfly-ttycom, r=alexcrichtonbors2017-01-171-0/+6
|\
| * Update mod.rsJohannes Lundberg2017-01-141-1/+0
| * Added some DragonFly-only constants.johalun2017-01-141-0/+7
* | unix: add fchdir(2)Luca Bruno2017-01-151-0/+1
|/
* Added defines from ttycom.h for dragonfly and freebsd.johalun2017-01-133-1/+68
* Auto merge of #489 - zackw:add-waitid, r=alexcrichtonbors2017-01-108-0/+80
|\
| * Remove remaining copy of the comment about idtype_t being an enum.Zack Weinberg2017-01-101-5/+0
| * Changes requested by reviewersZack Weinberg2017-01-107-37/+2
| * Patch in id_t missing in a few placesZack Weinberg2017-01-073-1/+3
| * Reorganize again; more portability fixes.Zack Weinberg2017-01-078-41/+108
| * Another round of portability fixes:Zack Weinberg2017-01-061-9/+28
| * Corrections based on CI failures.Zack Weinberg2017-01-065-10/+29
| * Add waitid and related constants and types.Zack Weinberg2017-01-062-0/+13
* | Add MSG_PEEK socket flagTyler Julian2017-01-096-0/+7
* | Auto merge of #490 - redox-os:master, r=alexcrichtonbors2017-01-071-2/+2
|\ \
| * | Remove kind='static'Jeremy Soller2017-01-061-2/+2
* | | Add getpeereid functionJames Brown2017-01-061-0/+4
|/ /
* | Link libc and libmJeremy Soller2017-01-061-0/+4
|/
* Auto merge of #485 - dhduvall:solaris-flock, r=alexcrichtonbors2017-01-031-0/+4
|\
| * Fix a brown-paper-bag bug: botched constant types.Danek Duvall2017-01-031-3/+3
| * Add Solaris constants for fcntl-style advisory lockingDanek Duvall2017-01-031-0/+4
* | Auto merge of #484 - eddyb:dox-unops, r=alexcrichtonbors2017-01-031-0/+38
|\ \
| * | Support Neg and Not in no_core mode.Eduard-Mihai Burtescu2017-01-031-0/+38
* | | Auto merge of #483 - japaric:sparc64, r=alexcrichtonbors2017-01-0113-194/+1312
|\ \ \
| * | | tidy and last minute fixesJorge Aparicio2016-12-316-6/+27
| * | | less cfg, way more codeJorge Aparicio2016-12-3113-689/+1092
| |/ /
| * | [WIP] sparc64-linux supportJorge Aparicio2016-12-305-9/+703
| |/
* | Auto merge of #482 - MrFloya:initgroups, r=alexcrichtonbors2016-12-292-0/+3
|\ \
| * | Added initgroupsFlorian Wilkens2016-12-292-0/+3
* | | Auto merge of #481 - philippkeller:master, r=alexcrichtonbors2016-12-291-0/+6
|\ \ \ | |/ / |/| |
| * | Remove trailing whitespacePhilipp Keller2016-12-291-1/+1
| * | Add execl, execle, execlp for all unix systemsPhilipp Keller2016-12-281-0/+6
* | | Moved PR constants to linuxzethra2016-12-282-120/+120
* | | Merge branch 'master' of https://github.com/rust-lang/libczethra2016-12-282-0/+13
|\ \ \ | |/ /
| * | Add binding for mremap.sankaku2016-12-271-0/+9
| |/
| * Add memalign to Redox (for use in allocator)Jeremy Soller2016-12-211-0/+4
* | Fixed stylezethra2016-12-281-5/+0
* | Removed PR_SET_PTRACER_ANYzethra2016-12-281-1/+0
* | Removed comments and fixed PR_SET_PTRACER_ANYzethra2016-12-211-71/+28
* | Added constants from prctl.hzethra2016-12-201-0/+169
|/
* Moved consts to /linux/mod.rsStefan Luecke2016-12-202-25/+25
* Removed double blank lineStefan Luecke2016-12-181-1/+0
* Removed duplicate EAI_SYSTEMStefan Luecke2016-12-181-1/+0
* Added several consts from netdb.hStefan Luecke2016-12-181-0/+27
* Added AF_UNSPEC const to unix/notbsdStefan Luecke2016-12-181-0/+1
* Add clock_settime()Christian Legnitto2016-12-146-0/+7
* x86_64-linux-gnu waitstatus.h casts the results to a signed charBrandon Schaefer2016-12-121-1/+1
* Auto merge of #466 - shahn:clearenv, r=alexcrichtonbors2016-12-071-0/+1
|\
| * Add clearenv()Sebastian Hahn2016-12-051-0/+1
* | Auto merge of #465 - GuillaumeGomez:fd-passing, r=alexcrichtonbors2016-12-0610-0/+61
|\ \