summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #487 from alexcrichton/bump0.2.19Alex Crichton2017-01-042-3/+3
|\
| * Bump to 0.2.19Alex Crichton2017-01-042-3/+3
|/
* 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
* | | Auto merge of #477 - zethra:master, r=alexcrichtonbors2016-12-281-0/+120
|\ \ \ | |/ / |/| |
| * | Moved PR constants to linuxzethra2016-12-282-120/+120
| * | Merge branch 'master' of https://github.com/rust-lang/libczethra2016-12-282-0/+13
| |\ \ | |/ / |/| |
* | | Auto merge of #479 - nanosankaku:master, r=alexcrichtonbors2016-12-271-0/+9
|\ \ \ | |_|/ |/| |
| * | Add binding for mremap.sankaku2016-12-271-0/+9
|/ /
* | Auto merge of #478 - jackpot51:patch-1, r=alexcrichtonbors2016-12-211-0/+4
|\ \
| * | 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
|/
* Auto merge of #476 - glaxx:master, r=alexcrichtonbors2016-12-202-0/+26
|\
| * 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
|/
* Auto merge of #474 - LegNeato:fix-docs, r=alexcrichtonbors2016-12-151-1/+1
|\
| * Fix doc generation on travis.Christian Legnitto2016-12-141-1/+1
* | Auto merge of #473 - LegNeato:master, r=alexcrichtonbors2016-12-156-0/+7
|\ \ | |/ |/|
| * Add clock_settime()Christian Legnitto2016-12-146-0/+7
|/
* Auto merge of #472 - BrandonSchaefer:wifsignaled-fix, r=alexcrichtonbors2016-12-131-1/+1
|\
| * 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
|\ \
| * | Add needed structs for fd passingGuillaume Gomez2016-12-0510-0/+61
| |/
* | Auto merge of #464 - mneumann:dragonfly-fixes-2016-12, r=alexcrichtonbors2016-12-064-53/+115
|\ \
| * | Fix styleMichael Neumann2016-12-053-4/+1
| * | Fix sigevent on DragonFly.Michael Neumann2016-12-041-2/+6
| * | Fix LC_*_MASK constants for DragonFlyMichael Neumann2016-12-043-13/+28
| * | Fix utmpx constants for DragonFlyMichael Neumann2016-12-043-11/+20
| * | Skip signedness test for sem_t on DragonFlyMichael Neumann2016-12-041-1/+1
| * | EVFILT_PROCDESC does not exist on DragonFlyMichael Neumann2016-12-041-1/+0