Age | Commit message (Expand) | Author |
2016-08-27 | Auto merge of #407 - untitaker:fullfsync-fcntl, r=fiveop | Homu |
2016-08-26 | Add FcntlArg::F_FULLFSYNC | Markus Unterwaditzer |
2016-08-25 | Implement `Clone` for `FdSet` on Mac/iOS | Murarth |
2016-08-10 | Fix nix on FreeBSD amd64 | Alan Somers |
2016-08-10 | Fix the sockopt_impl matcher rule order. | Alan Somers |
2016-08-10 | Fix the sethostname binding on FreeBSD and DragonflyBSD | Alan Somers |
2016-07-18 | Fix NetBSD build | Tobias Bucher |
2016-07-14 | Name enum variants after the libc constants | Sergey Bugaev |
2016-07-14 | Revert "Manually match on RebootMode::*" | Sergey Bugaev |
2016-07-14 | Add some documentation | Sergey Bugaev |
2016-07-14 | Switch Clone and Copy | Sergey Bugaev |
2016-07-13 | Manually match on RebootMode::* | Sergey Bugaev |
2016-07-13 | Use libc's declarations | Sergey Bugaev |
2016-07-13 | Stop targeting Android | Sergey Bugaev |
2016-07-13 | Ignore the overflow for constants | Sergey Bugaev |
2016-07-13 | Add some basic docs for reboot::set_cad_enabled() | Sergey Bugaev |
2016-07-13 | Add the initial implementation of reboot() | Sergey Bugaev |
2016-07-03 | eventfd: Follow nix conventions | Kamal Marhubi |
2016-07-01 | Auto merge of #379 - nikklassen:wait-flags, r=fiveop | Homu |
2016-06-29 | musl target needs std::mem now | Philipp Matthias Schaefer |
2016-06-29 | Replace wait constants with libc constants | Nik Klassen |
2016-06-28 | Auto merge of #370 - fiveop:context, r=posborne | Homu |
2016-06-28 | Auto merge of #362 - fiveop:signal_enum, r=posborne | Homu |
2016-06-26 | Convert signal constants to enumeration. | Philipp Matthias Schaefer |
2016-06-20 | Auto merge of #377 - aoprisan:master, r=posborne | Homu |
2016-06-13 | Added lseek to unistd | Andrei Oprisan |
2016-06-11 | Provide accessors to sigmask of UContext. | Philipp Matthias Schaefer |
2016-06-10 | Add missing wait flag WUNTRACED for non-Linux systems | Nik Klassen |
2016-06-06 | Only deny warnings in test | Kamal Marhubi |
2016-05-18 | Exclude UContext::get(),set() on musl, not available from libc. | Justin Latimer |
2016-05-07 | Auto merge of #361 - fiveop:missing_signals, r=@kamalmarhubi | Homu |
2016-05-06 | Add missing signals. | Philipp Matthias Schaefer |
2016-05-06 | Use Wrapping for intended underflow of unsigned integer value. | Philipp Matthias Schaefer |
2016-05-03 | Auto merge of #367 - justinlatimer:so-original-dst, r=kamalmarhubi | Homu |
2016-05-02 | Add SO_ORIGINAL_DST | Justin Latimer |
2016-05-01 | Support sockaddr_nl in sockaddr_storage_to_addr(). | James Peach |
2016-04-24 | Auto merge of #357 - arcnmx:exec-void, r=@posborne | Homu |
2016-04-24 | Auto merge of #354 - brianp:fcntl-libc, r=kamalmarhubi | Homu |
2016-04-22 | Add SigSet::extend and SigSet::clear. | Philipp Matthias Schaefer |
2016-04-21 | Allow to specify signal when calling clone. | Philipp Matthias Schaefer |
2016-04-20 | fcntl: Use bindings from libc instead of our own | Brian Pearce |
2016-04-20 | Last few constants | arcnmx |
2016-04-19 | Use constants from libc | arcnmx |
2016-04-18 | Add some missing SFlags | arcnmx |
2016-04-18 | Use Void in exec return type | arcnmx |
2016-04-18 | Auto merge of #353 - fiveop:nightly_warning, r=kamalmarhubi | Homu |
2016-04-16 | mount: Use bindings from libc instead of our own | Brian Pearce |
2016-04-14 | Cast function item to function pointer in order to appease compiler. | Philipp Matthias Schaefer |
2016-04-14 | Auto merge of #350 - llogiq:clippy, r=posborne | Homu |
2016-04-13 | unistd: Add sleep(3) | Kamal Marhubi |