summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-25unistd: getgrouplist: Rework code to use `reserve_double_buffer_size`Otavio Salvador
2019-09-25unistd: getgroups: Resize buffer up to NGROUPS_MAXOtavio Salvador
2019-09-25unistd: getgroups: Rework variable namesOtavio Salvador
2019-09-23fix #1093Ta Thanh Dinh
2019-09-21unistd: getcwd: Double the buffer when need, up to PATH_MAX as limitOtavio Salvador
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-09-12posix_fallocateDing Xiang Fei
2019-09-04Merge #1120bors[bot]
2019-09-04Fix length of abstract socket addressYuxuan Shui
2019-09-04Replace Signal::from_c_int by Signal::try_fromAlan Somers
2019-09-04Simplify implementation of libc_enum! with vis metavariablesAlan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-29Clippy: remove an unused lifetime parameterAlan Somers
2019-08-29Implement Default for FdSetAlan Somers
2019-08-29Remove an obsolete commentAlan Somers
2019-08-29Clippy: silence a false-positive cast alignment warningAlan Somers
2019-08-29Clippy: remove unnecessary mem::transmuteAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-08-22updated changelogSendil Kumar
2019-08-22fix review commentsSendil Kumar
2019-08-22update readlink to return the path instead of mangling the bufferSendil Kumar
2019-08-22fix readlink/readlinkat to return too long only when it is longSendil Kumar
2019-07-17Add renameatScott Lamb
2019-07-16Merge #1058bors[bot]
2019-07-14Implement unlinkatJohnnie Birch
2019-07-13Merge #1095bors[bot]
2019-07-13Temporarily allow deprecated itemsAlan Somers
2019-07-13Fix warnings on Rust 1.37.0Alan Somers
2019-07-12socket: add support for AF_VSOCKStefano Garzarella
2019-07-09implement posix_fadviseKevin Wern
2019-07-01Enable sched_yield for all *nix hostsJakub Konka
2019-07-01Move cross compilation cfg for sched into sched modJakub Konka
2019-06-20Merge #928bors[bot]
2019-06-15sys/stat: implement mkdiratKevin Wern
2019-06-12Update statfsalesharik
2019-06-12Implement `copy_file_range()`Árni Dagur
2019-06-11Use ptr::NonNull for DirBryant Mairs
2019-06-11Fix tests for abstract socketsBryant Mairs
2019-06-09Add extra traits for all typesBryant Mairs
2019-06-07ifaddrs: add ifaddrs support for androidPaul Osborne
2019-06-07socket: expose MSG_WAITALL in MsgFlagsStefano Garzarella
2019-06-06Fix the is_so_mark_functional test in Linux containersAlan Somers
2019-06-03Check euid, not uid, for socket testsAlan Somers
2019-06-02Fix build on Android with recent libcAlan Somers
2019-06-02Fix the build on Linux/mips with recent libcAlan Somers
2019-05-31fix more uintXY_t instancesJohannes Schilling
2019-05-31libc::uint32_t -> rust u32Johannes Schilling
2019-05-31libc::uint8_t deprecated in favor of rust u8Johannes Schilling
2019-05-24Allow import of Linux macros in Rust2018Bryant Mairs
2019-05-23Update fcntl.rsJakub Konka