aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2022-02-11std: validate frame-pointer address in stack walkingm
2022-01-29improve comptime windows GUID.parse performanceJonathan Marler
2022-01-29Add bits for the Linux Auditing SystemStephen Gregoratto
2022-01-27fchown: use the 32-bit uid/gid variant of the syscall on 32-bit linux targetsVesim
2022-01-24use explicit integer bit widths for windows GUIDJonathan Marler
2022-01-16std/os/uefi: Don't treat efi status warnings as errorsfifty-six
2022-01-16std/os/uefi: Add util function for opening protocolsfifty-six
2022-01-16std/os/uefi: Fix parameter type mismatch in edid_override_protocolfifty-six
2022-01-16std/os/uefi: Add conversion from Status to EfiErrorfifty-six
2022-01-16std/os/uefi: Align first field of EdidOverrideProtocolAttributes to 4fifty-six
2022-01-16std/os/uefi: Simplify packed struct padding and default zero-initializefifty-six
2022-01-15std.os.windows: add ntdll thread information APIsviri
2022-01-15std.os.windows: fix casing for `ntdll.lib`viri
2022-01-14std/os/uefi: Refactor getDevicePath()fifty-six
2022-01-14std/os/uefi: Complete DevicePathProtocol typesfifty-six
2022-01-13std/os/uefi: Complete AcpiDevicePath and HardwareDevicePathsfifty-six
2022-01-13std/os/uefi: Add parameter names to boot_servicesfifty-six
2022-01-13std/os/uefi: Fill out remaining runtime services and add parameter namesfifty-six
2022-01-13std/os/uefi: Fill out remaining function signatures and docs on boot_servicesfifty-six
2022-01-13std/os/uefi: Use `usingnamespace` to re-export symbolsfifty-six
2022-01-11std.fs.path: revert recent public API changeAndrew Kelley
2022-01-11std/os/uefi: Add pool_allocator and raw_pool_allocatorfifty-six
2022-01-11std/os/uefi: Add create_file_device_pathfifty-six
2022-01-11std/os/uefi: Add methods next() and size() to DevicePathProtocolfifty-six
2022-01-11std/os/uefi: Add FileSystemInfofifty-six
2022-01-11std/os/uefi: Move FileInfo guid from FileProtocol to FileInfofifty-six
2022-01-04Add CANNOT_DELETE as a possible error in os.windows.DeleteFileRyan Liptak
2022-01-04io_uring: improve IO_Uring.copy_cqeVincent Rischmann
2022-01-02std.fs.rename: fix Windows implementationAndrew Kelley
2022-01-01io_uring: fix version check in testsVincent Rischmann
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-18Fix MIPS inline assembly clobbersJens Goldberg
2021-12-12os/linux/io_uring: implement linkatVincent Rischmann
2021-12-12os/linux/io_uring: implement symlinkatVincent Rischmann
2021-12-12os/linux/io_uring: implement mkdiratVincent Rischmann
2021-12-12os/linux/io_uring: implement unlinkatVincent Rischmann
2021-12-12os/linux/io_uring: implement renameatVincent Rischmann
2021-12-12os/linux/io_uring: implement shutdownVincent Rischmann
2021-12-12os/linux: add more io_uring opcodeVincent Rischmann
2021-12-04Added an explicit type for the termios constants (#10266)Zapolsky Anton
2021-12-03Merge pull request #9927 from vrischmann/fix-rlimit-resourceAndrew Kelley
2021-12-01Fix test for io_uring link_timeoutHiroaki Nakamura
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-29std: add workaround for failing io_uring testAndrew Kelley
2021-11-23Merge pull request #10151 from hnakamur/zigHiroaki Nakamura
2021-11-22feat(uefi): add virtual addressing helpers (#10195)Stephen von Takach
2021-11-16io_uring: implement register_files_updateVincent Rischmann
2021-11-16os: fix getrlimit/setrlimit test for MIPSVincent Rischmann