summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Expand)Author
2017-11-08Add process_vm_readv and process_vm_writevGeoffrey Thomas
2017-10-30doc: add changelog entry for PTRACE_O_EXITKILLBobby Powers
2017-10-17Merge #782bors[bot]
2017-10-14Fix formatting in CHANGELOG.mdAlan Somers
2017-10-11added unistd::mkfifo #602Jakub Pastuszek
2017-10-07Add support for 'fallocate'Sanchayan Maity
2017-10-02Add more accessors for AioCbAlan Somers
2017-09-04Add support for SO_TIMESTAMPWesley Wolfe
2017-09-03Fixed error handling in `AioCb::{fsync,read,write}`Alan Somers
2017-09-03AioCb::Drop will now panic for in-progress AioCbAlan Somers
2017-08-28Merge #749bors[bot]
2017-08-28Added detach functionxd009642
2017-08-28Moved ptrace constants into enum types added minor functionality.xd009642
2017-08-27Remove syscall module.Bryant Mairs
2017-08-24Mark and document pty::ptsname() as unsafeNelson Chen
2017-08-21Update changelog for PR#739Bryant Mairs
2017-08-18unistd: add fexecve()Luca Bruno
2017-08-11Merge #728 #731bors[bot]
2017-08-11Merge #701bors[bot]
2017-08-11Use libc for FFI functions and constantsBryant Mairs
2017-08-11Calculate `nfds` parameter for `select`Jonas Schievink
2017-08-11Merge #709bors[bot]
2017-08-10Refactor statvfs moduleBryant Mairs
2017-08-10Merge remote-tracking branch 'upstream/master' into ptrace-noregMarcin Mielniczuk
2017-08-09Merge #688bors[bot]
2017-08-08Merge #722bors[bot]
2017-08-08Add a convenience method .pid() to WaitStatus.Marcin Mielniczuk
2017-08-08Add entry to CHANGELOG about OpenBSD fixesWesley Moore
2017-08-08Add FreeBSD, OpenBSD support for setresuid/setresgidWesley Moore
2017-08-03Merge remote-tracking branch 'upstream/master' into ptrace-noregMarcin Mielniczuk
2017-08-03Refactor the changelogMarcin Mielniczuk
2017-08-03Update changelogMarcin Mielniczuk
2017-08-01Fix changelog from bad mergeBryant Mairs
2017-08-01add SockProtocol type for third argument of socket and socketpairNicolas Dusart
2017-08-01add socket constants already present in libcNicolas Dusart
2017-07-30Merge #672bors[bot]
2017-07-26add poll module for all platformsNicolas Dusart
2017-07-25Add a changelog entryMarcin Mielniczuk
2017-07-25Bump version to 0.10.0-preAlan Somers
2017-07-25Release 0.9.0Alan Somers
2017-07-25Add CHANGELOG entry for PR #661Alan Somers
2017-07-25Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOODGeoffrey Thomas
2017-07-25Update changelogBryant Mairs
2017-07-23Bump version to 0.10.0-preAlan Somers
2017-07-23Release 0.9.0Alan Somers
2017-07-23Add CHANGELOG entry for PR #661Alan Somers
2017-07-21Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOODGeoffrey Thomas
2017-07-19Update changelogBryant Mairs
2017-07-18Update changelogBryant Mairs
2017-07-15Merge #630bors[bot]