summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #313 - alexcrichton:bump, r=alexcrichton0.2.12bors2016-06-102-3/+3
|\
| * Bump to 0.2.12Alex Crichton2016-06-102-3/+3
* | Auto merge of #307 - darnuria:relative-directory-posix2008-api, r=alexcrichtonbors2016-06-107-0/+150
|\ \ | |/ |/|
| * Add Directory file descriptor relative syscall.Axel Viala2016-06-107-0/+150
* | Auto merge of #312 - nbaksalyar:master, r=alexcrichtonbors2016-06-101-0/+8
|\ \
| * | Fix compilation on Solaris/IllumosNikita Baksalyar2016-06-101-0/+8
|/ /
* | Auto merge of #310 - nrc:WIF, r=alexcrichtonbors2016-06-094-8/+52
|\ \
| * | Add more constants from sys/wait.hNick Cameron2016-06-084-8/+52
|/ /
* | Auto merge of #309 - sfackler:sem, r=alexcrichtonbors2016-06-0611-0/+70
|\ \
| * | Add semaphore APIsSteven Fackler2016-06-0511-0/+70
|/ /
* | Auto merge of #299 - lemonrock:sched_getcpu, r=alexcrichtonbors2016-06-012-0/+2
|\ \ | |/ |/|
| * Removing sched_getcpu for musl as no current releases support itRaphael Cohn2016-06-013-1/+2
| * Merge remote-tracking branch 'upstream/master' into sched_getcpuRaphael Cohn2016-06-013-90/+90
| |\ | |/ |/|
* | Auto merge of #301 - Amanieu:musl_ioctl, r=alexcrichtonbors2016-05-313-90/+90
|\ \
| * | Fix ioctl types for non-x86 muslAmanieu d'Antras2016-05-303-90/+90
|/ /
| * Merge remote-tracking branch 'upstream/master' into sched_getcpuRaphael Cohn2016-05-2817-0/+63
| |\ | |/ |/|
* | Auto merge of #300 - rrichardson:master, r=alexcrichtonbors2016-05-2712-0/+13
|\ \
| * | added const SOCK_SEQPACKET, which is used for unix seqpacket sockets as well ...Rick Richardson2016-05-2712-0/+13
|/ /
* | Auto merge of #294 - lemonrock:getpriority, r=alexcrichtonbors2016-05-2511-0/+50
|\ \
| * \ Adjustments for latest mergeRaphael Cohn2016-05-2511-5/+39
| |\ \
| * | | Changing android to not use id_tRaphael Cohn2016-05-211-2/+18
| * | | Add the TIOCGWINSZ and TIOCSWINSZ constantsSeveren Redwood2016-05-201-0/+3
| * | | Redefining id_t because it is differently sized and has a different meaning a...Raphael Cohn2016-05-204-3/+9
| * | | glibc defines __priority_which_t two different waysRaphael Cohn2016-05-201-1/+1
| * | | Added nice, setpriority and getpriority along with constants and type definit...Raphael Cohn2016-05-208-0/+29
| | | * Merged masterRaphael Cohn2016-05-258-0/+106
| | | |\ | |_|_|/ |/| | |
* | | | Auto merge of #288 - lemonrock:sysinfo, r=alexcrichtonbors2016-05-258-0/+106
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into sysinfoRaphael Cohn2016-05-259-0/+35
| |\ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into sysinfoRaphael Cohn2016-05-2015-85/+922
| |\ \ \
| * | | | Adding sysinfo() and sysinfo struct for Linux and Android.Raphael Cohn2016-05-208-0/+106
| | | | * Adding sched_getcpu() for Android and LinuxRaphael Cohn2016-05-251-0/+1
| |_|_|/ |/| | |
* | | | Auto merge of #297 - Amanieu:mutex_types, r=alexcrichtonbors2016-05-228-0/+29
|\ \ \ \
| * | | | Add pthread mutex type constantsAmanieu d'Antras2016-05-218-0/+29
| | |/ / | |/| |
* | | | Auto merge of #298 - peterhj:peterhj-pthread-affinity, r=alexcrichtonbors2016-05-221-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | linux: Support getting and setting the cpu affinity for the currentPeter Jin2016-05-211-0/+6
|/ / /
* | | Auto merge of #293 - SShrike:freebsd-ioctl-constants, r=alexcrichtonbors2016-05-191-0/+3
|\ \ \ | |_|/ |/| |
| * | Add the TIOCGWINSZ and TIOCSWINSZ constantsSeveren Redwood2016-05-191-0/+3
|/ /
* | Auto merge of #289 - fnichol:fix-musl-ioctl-constants, r=alexcrichtonbors2016-05-183-61/+61
|\ \
| * | Fix ioctl constants for musl target envs.Fletcher Nichol2016-05-153-61/+61
* | | Auto merge of #291 - alexcrichton:readd-hw-ncpu, r=alexcrichtonbors2016-05-161-0/+2
|\ \ \ | |/ / |/| |
| * | Add back HW_NCPUAlex Crichton2016-05-161-0/+2
|/ /
* | Auto merge of #287 - alexcrichton:no-util-on-musl, r=alexcrichtonbors2016-05-143-1/+2
|\ \
| * | Don't link util on musl, consolidate #[link]Alex Crichton2016-05-123-1/+2
* | | Auto merge of #285 - lemonrock:sysctl, r=alexcrichtonbors2016-05-139-23/+854
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into sysctlRaphael Cohn2016-05-133-1/+15
| |\ \ | |/ / |/| |
* | | Auto merge of #283 - jvns:add_process_vm_readv, r=alexcrichtonbors2016-05-121-0/+12
|\ \ \ | |_|/ |/| |
| * | Add process_vm_readv and process_vm_writev system callsJulia Evans2016-05-121-0/+12
|/ /
* | Auto merge of #284 - lemonrock:getloadavg, r=alexcrichtonbors2016-05-113-1/+3
|\ \
| * | Added getloadavg for Linux, the BSDs and Solaris.Raphael Cohn2016-05-113-1/+3
|/ /
| * Added extensive constants to make use of the BSD's sysctl function.Raphael Cohn2016-05-139-23/+854
|/