about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext
AgeCommit message (Expand)AuthorLines
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-5373/+0
2021-05-02Change 'NULL' to 'null'Brent Kerby-2/+2
2021-04-30Add std::os::unix::fs::chroot to change the root directory of the current pro...Josh Triplett-0/+26
2021-04-25Inline most raw socket, fd and handle conversionsKaiJewson-0/+31
2021-04-19Move `sys::vxworks` code to `sys::unix`Christiaan Dirkx-0/+2
2021-03-30Rollup merge of #83374 - reyk:fix/bsd-ancillary, r=joshtriplettDylan DPC-23/+34
2021-03-26unix: Fix feature(unix_socket_ancillary_data) on macos and other BSDsReyk Floeter-23/+34
2021-03-26Use iter::zip in library/Josh Stone-2/+2
2021-03-26Rollup merge of #83463 - ijackson:exitstatusext-doc-grammar, r=kennytmDylan DPC-2/+2
2021-03-25ExitStatusExt: Fix missing word in two docs messagesIan Jackson-2/+2
2021-03-24Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisaDylan DPC-9/+9
2021-03-22Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-seDylan DPC-4/+40
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-9/+9
2021-03-10Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplettDylan DPC-1/+10
2021-03-10Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnayYuki Okushi-2/+12
2021-03-09Do not attempt to unlock envlock in child process after a fork.The8472-1/+10
2021-03-02Move `std::sys::unix::platform` to `std::sys::unix::ext`Christiaan Dirkx-4/+40
2021-02-28unix: Non-mutable bufs in send_vectored_with_ancillary_toLinkTed-45/+48
2021-02-23Update outdated comment in unix Command.Eric Huss-0/+2
2021-02-23ExitStatus: Improve documentation re wait status vs exit statusIan Jackson-2/+12
2021-02-10Seal the CommandExt, OsStrExt and OsStringExt traitsAmanieu d'Antras-13/+6
2021-01-21Add setgroups to std::os::unix::process::CommandExtslo1-0/+18
2021-01-13Fix typo saeled -> sealedDavid Tolnay-1/+1
2021-01-13ExitStatusExt unix: Retrospectively seal this traitIan Jackson-1/+15
2021-01-13unix ExitStatus: Add tracking issue to new methodsIan Jackson-4/+4
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13unix ExitStatus: Provide .continued()Ian Jackson-0/+11
2021-01-13unix ExitStatus: Provide .stopped_signal()Ian Jackson-0/+11
2021-01-13unix ExitStatus: Provide .core_dumpedIan Jackson-0/+8
2021-01-13unix ExitStatus: Provide .into_raw()Ian Jackson-0/+8
2021-01-13unix ExitStatus: Clarify docs for .signal()Ian Jackson-0/+2
2020-12-16Fix failing build of std on armv5te-unknown-linux-uclibceabi due to missing c...Ondrej Perutka-1/+5
2020-12-09Auto merge of #79387 - woodruffw-forks:ww/peer-cred-pid-macos, r=Amanieubors-15/+57
2020-12-02Auto merge of #69864 - LinkTed:master, r=Amanieubors-1771/+3058
2020-11-26Add comment for the previous android bug fixLinkTed-0/+4
2020-11-24Bug fix for android platform, because of the wrong behavior of CMSG_NXTHDRLinkTed-0/+19
2020-11-24ext/ucred: fmt checkWilliam Woodruff-26/+8
2020-11-24ext/ucred: Support PID in peer creds on macOSWilliam Woodruff-5/+65
2020-11-14Disambiguate symlink argument namesDavid Tolnay-3/+3
2020-11-04Fix docs for MacOs (again)LinkTed-1/+2
2020-11-03Fix docs for MacOs (correction)LinkTed-1/+2
2020-10-28Fix test cases for MacOsLinkTed-2/+28
2020-10-17Fix cannot find type `ucred` for MacOs by using fake definitionsLinkTed-1/+1
2020-10-16Take some of sys/vxworks/process/* from sys/unix instead.Mara Bos-4/+20
2020-10-16Take sys/vxworks/{fd,fs,io} from sys/unix instead.Mara Bos-0/+7
2020-10-11Fix unresolved imports for `recv_vectored_with_ancillary_from`, `send_vector...LinkTed-0/+1
2020-10-10Fix unresolved link to `SocketAncillary`LinkTed-0/+2
2020-10-10Fix `libc` is ambiguous for WindowsLinkTed-9/+6
2020-10-10Fix import errors for `#[cfg(doc)]` targetLinkTed-2/+4