summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-29musl target needs std::mem nowPhilipp Matthias Schaefer
2016-06-29Replace wait constants with libc constantsNik Klassen
2016-06-29Use new libc versionNik Klassen
2016-06-28Auto merge of #370 - fiveop:context, r=posborneHomu
2016-06-28Auto merge of #362 - fiveop:signal_enum, r=posborneHomu
2016-06-26Convert signal constants to enumeration.Philipp Matthias Schaefer
2016-06-24Auto merge of #380 - kanerogers:patch-1, r=utkarshkukretiHomu
2016-06-24Bump version in README.mdKane Rogers
2016-06-20Auto merge of #377 - aoprisan:master, r=posborneHomu
2016-06-13Added lseek to unistdAndrei Oprisan
2016-06-11Provide accessors to sigmask of UContext.Philipp Matthias Schaefer
2016-06-11Auto merge of #376 - kamalmarhubi:warnings-in-test, r=utkarshkukretiHomu
2016-06-10Add missing wait flag WUNTRACED for non-Linux systemsNik Klassen
2016-06-11Auto merge of #378 - kamalmarhubi:release-0.6.0, r=posborneHomu
2016-06-10Bump to v0.6.1-preKamal Marhubi
2016-06-10Bump to v0.6.0Kamal Marhubi
2016-06-10Appease cargo: add version to nix-test path dependencyKamal Marhubi
2016-06-06Only deny warnings in testKamal Marhubi
2016-06-03Auto merge of #374 - justinlatimer:docs, r=fiveopHomu
2016-05-26Fix deployment of docs from travis.Justin Latimer
2016-05-21Auto merge of #371 - justinlatimer:musl, r=kamalmarhubiHomu
2016-05-18Exclude UContext::get(),set() on musl, not available from libc.Justin Latimer
2016-05-12Auto merge of #372 - justinlatimer:travis, r=posborneHomu
2016-05-11Fix a typo in travis config.Justin Latimer
2016-05-07Auto merge of #361 - fiveop:missing_signals, r=@kamalmarhubiHomu
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-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