summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-06Add missing signals.Philipp Matthias Schaefer
2016-05-07Auto merge of #369 - fiveop:fixoverflow, r=kamalmarhubiHomu
2016-05-06Use Wrapping for intended underflow of unsigned integer value.Philipp Matthias Schaefer
2016-05-05Auto merge of #368 - fiveop:libcversion, r=utkarshkukretiHomu
2016-05-04Bump libc version.Philipp Matthias Schaefer
2016-05-03Auto merge of #367 - justinlatimer:so-original-dst, r=kamalmarhubiHomu
2016-05-02Add SO_ORIGINAL_DSTJustin Latimer
2016-05-02Auto merge of #366 - jpeach:netlink-sockaddr, r=fiveopHomu
2016-05-01Support sockaddr_nl in sockaddr_storage_to_addr().James Peach
2016-05-01Return both the fd and the created pathAndreas Fuchs
2016-05-01Remove dependency on Result::expectAndreas Fuchs
2016-05-01Add mkstemp(3)Andreas Fuchs
2016-04-24Auto merge of #357 - arcnmx:exec-void, r=@posborneHomu
2016-04-24Auto merge of #354 - brianp:fcntl-libc, r=kamalmarhubiHomu
2016-04-23Auto merge of #347 - fiveop:sigset_enhancement, r=kamalmarhubiHomu
2016-04-22Add SigSet::extend and SigSet::clear.Philipp Matthias Schaefer
2016-04-21Auto merge of #344 - fiveop:clone_flags, r=kamalmarhubiHomu
2016-04-21Allow to specify signal when calling clone.Philipp Matthias Schaefer
2016-04-20fcntl: Use bindings from libc instead of our ownBrian Pearce
2016-04-20Auto merge of #359 - arcnmx:sflags, r=utkarshkukretiHomu
2016-04-20Last few constantsarcnmx
2016-04-19Use constants from libcarcnmx
2016-04-18Add some missing SFlagsarcnmx
2016-04-18Use Void in exec return typearcnmx
2016-04-18Auto merge of #353 - fiveop:nightly_warning, r=kamalmarhubiHomu
2016-04-17Auto merge of #356 - brianp:mount-libc, r=posborneHomu
2016-04-16mount: Use bindings from libc instead of our ownBrian Pearce
2016-04-14Cast function item to function pointer in order to appease compiler.Philipp Matthias Schaefer
2016-04-14Auto merge of #350 - llogiq:clippy, r=posborneHomu
2016-04-14Auto merge of #351 - kamalmarhubi:sleep, r=posborneHomu
2016-04-13unistd: Add sleep(3)Kamal Marhubi
2016-04-14fixed a few clippy warningsAndre Bogus
2016-04-07Auto merge of #342 - tillarnold:master, r=utkarshkukretiHomu
2016-04-07Add the repository field to Cargo.tomlTill Arnold
2016-04-03Auto merge of #340 - kamalmarhubi:allow-raw-pointer-derive-warning, r=posborneHomu
2016-04-02Fix raw_pointer_derive warningKamal Marhubi
2016-03-31Auto merge of #332 - kamalmarhubi:fork-enum, r=fiveopHomu
2016-03-31Auto merge of #335 - kamalmarhubi:sin6-flowinfo-scope-id, r=fiveopHomu
2016-03-30unistd: Mark fork() and related methods as #[inline]Kamal Marhubi
2016-03-30unistd: Redesign the enum returned by fork()Kamal Marhubi
2016-03-30socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_stdKamal Marhubi
2016-03-30Auto merge of #336 - kamalmarhubi:pause, r=fiveopHomu
2016-03-30Use pause(2) in test_wait_signalKamal Marhubi
2016-03-30unistd: Add pause(2)Kamal Marhubi
2016-03-29Auto merge of #331 - kamalmarhubi:conventions-whitespace, r=utkarshkukretiHomu
2016-03-28doc: Minor whitespace fix in CONVENTIONS.mdKamal Marhubi
2016-03-29Auto merge of #330 - kubo39:epollexclusive, r=kamalmarhubiHomu
2016-03-28epoll: Add EPOLLEXCLUSIVE flag.kubo39
2016-03-22Auto merge of #326 - posborne:fix-arm-and-x86-ci, r=kamalmarhubiHomu
2016-03-21testing: failing on arm is no longer an allowed failure!Paul Osborne