about summary refs log tree commit diff
path: root/library/std/src/sys/unix
AgeCommit message (Expand)AuthorLines
2022-09-01unix_sigpipe: Make `sigpipe` param docs long-formMartin Nordholts-2/+1
2022-08-31unix_sigpipe: Add docs for `init()` `sigpipe` paramMartin Nordholts-0/+2
2022-08-31unix_sigpipe: Inline compiler sigpipe constants in stdMartin Nordholts-3/+9
2022-08-31Fix a bunch of typoDezhi Wu-3/+3
2022-08-31Rollup merge of #101011 - BlackHoleFox:apple-random-improvements, r=thomccMatthias Krüger-38/+56
2022-08-29Auto merge of #100786 - sunshowers:macos-posix-chdir, r=sunshowersbors-1/+60
2022-08-29Rollup merge of #96334 - devnexen:socket_mark, r=dtolnayMatthias Krüger-0/+11
2022-08-28Use posix_spawn for absolute paths on macOSRain-1/+60
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-6/+23
2022-08-28Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnaybors-0/+11
2022-08-28fs::get_mode enable getting the data via fcntl/F_GETFL on major BSDDavid Carlier-2/+16
2022-08-28Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-SimulacrumMatthias Krüger-9/+8
2022-08-25Use getentropy when possible on all Apple platformsBlackHoleFox-38/+56
2022-08-23Auto merge of #100782 - thomcc:fix-android-sigaddset, r=Mark-Simulacrumbors-3/+23
2022-08-21Fix redundant comparisonThom Chiovoloni-1/+1
2022-08-20Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgrbors-0/+2
2022-08-20Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-SimulacrumMatthias Krüger-17/+31
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-17/+31
2022-08-19Align android `sigaddset` impl with the reference impl from BionicThom Chiovoloni-3/+23
2022-08-18silence some unused-fn warnings in miri std buildsRalf Jung-0/+2
2022-08-18Address reviewer commentsNick Cameron-2/+2
2022-08-14Rollup merge of #100249 - Meziu:master, r=joshtriplettMatthias Krüger-5/+5
2022-08-13created tcpstream quickack traitBerend-Jan Lange-0/+11
2022-08-12Auto merge of #99624 - vincenzopalazzo:macros/unix_error, r=Amanieubors-2/+6
2022-08-11Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkovMatthias Krüger-2/+4
2022-08-11Rollup merge of #100287 - cuviper:no-linux-prctl, r=Mark-SimulacrumDylan DPC-3/+9
2022-08-11promote debug_assert to assertVincenzo Palazzo-2/+6
2022-08-10add crt-static for androidBryanskiy-2/+4
2022-08-08Replace pointer casting in hashmap_random_keys with safe codeBlackHoleFox-9/+9
2022-08-08linux: Use `pthread_setname_np` instead of `prctl`Josh Stone-3/+9
2022-08-07Fix HorizonOS regression in FileTimesAndrea Ciliberti-5/+5
2022-08-05non-linux platformsNick Cameron-4/+4
2022-08-04std::io: migrate ReadBuf to BorrowBuf/BorrowCursorNick Cameron-9/+8
2022-08-03FilesTimes support does not build for ESP-IDFIvan Markov-3/+7
2022-08-01Auto merge of #98246 - joshtriplett:times, r=m-ou-sebors-1/+88
2022-07-31Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplettbors-2/+2
2022-07-30Fix warnings in stubbed out set_timesJosh Triplett-4/+5
2022-07-25Implement `fs::get_path` for FreeBSD.David CARLIER-0/+14
2022-07-23Auto merge of #97925 - the8472:cgroupv1, r=joshtriplettbors-46/+189
2022-07-22Recover error strings on Unix from_lossy_utf8Jubilee Young-1/+3
2022-07-22Stub out `set_times` to return unsupported on RedoxJosh Triplett-2/+13
2022-07-21Rollup merge of #98707 - joboet:fuchsia_locks, r=m-ou-seMatthias Krüger-64/+256
2022-07-21remove unused importjoboet-1/+1
2022-07-20owner is not micro (correct typo)joboet-1/+1
2022-07-20Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomccDylan DPC-20/+61
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-20/+61
2022-07-18std: panic instead of deadlocking in mutex implementation on Fuchsiajoboet-16/+15
2022-07-15Don't fall back to futimes on Android; it needs a newer API level than futimensJosh Triplett-7/+18
2022-07-15Also use fallback for futimens on AndroidJosh Triplett-3/+3
2022-07-15Support setting file accessed/modified timestampsJosh Triplett-0/+64