zig/lib/std/os/linux
zooster bc8e1e1de4
Improvements to docs and text
* docs(std.math): elaborate on difference between absCast and absInt

* docs(std.rand.Random.weightedIndex): elaborate on likelihood

I think this makes it easier to understand.

* langref: add small reminder

* docs(std.fs.path.extension): brevity

* docs(std.bit_set.StaticBitSet): mention the specific types

* std.debug.TTY: explain what purpose this struct serves

This should also make it clearer that this struct is not supposed to provide unrelated terminal manipulation functionality such as setting the cursor position or something because terminals are complicated and we should keep this struct simple and focused on debugging.

* langref(package listing): brevity

* langref: explain what exactly `threadlocal` causes to happen

* std.array_list: link between swapRemove and orderedRemove

Maybe this can serve as a TLDR and make it easier to decide.

* PrefetchOptions.locality: clarify docs that this is a range

This confused me previously and I thought I can only use either 0 or 3.

* fix typos and more

* std.builtin.CallingConvention: document some CCs

* langref: explain possibly cryptic names

I think it helps knowing what exactly these acronyms (@clz and @ctz) and
abbreviations (@popCount) mean.

* variadic function error: add missing preposition

* std.fmt.format docs: nicely hyphenate

* help menu: say what to optimize for

I think this is slightly more specific than just calling it
"optimizations". These are speed optimizations. I used the word
"performance" here.
2023-04-23 21:06:21 +03:00
..
bpf bpf: add missing *const for helper functions 2023-03-28 14:30:12 +03:00
errno std.os reorganization, avoiding usingnamespace 2021-09-01 17:54:06 -07:00
arm-eabi.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
arm64.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
bpf.zig linux.bpf: expose map_get_next_key 2022-11-27 02:07:49 -05:00
io_uring.zig work around an intermittent io_uring test failure 2023-04-19 22:49:51 -07:00
ioctl.zig target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
mips.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
mips64.zig Add support for mips64/mips64el 2023-02-04 15:19:53 -05:00
powerpc.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
powerpc64.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
riscv64.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
seccomp.zig Improvements to docs and text 2023-04-23 21:06:21 +03:00
sparc64.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
start_pie.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
syscalls.zig Update Linux syscall list for 6.1, support Mips64 2023-02-05 03:25:21 -05:00
test.zig std lib tests: avoid cwd races by using std.testing.tmpDir 2023-03-15 10:48:15 -07:00
thumb.zig std: reorganization that allows new usingnamespace semantics 2021-09-01 17:54:06 -07:00
tls.zig Add support for mips64/mips64el 2023-02-04 15:19:53 -05:00
vdso.zig std: remove meta.assumeSentinel 2023-01-24 15:39:52 -05:00
x86.zig x86_64: remove returns from naked functions 2023-04-03 17:45:16 +02:00
x86_64.zig x86_64: remove returns from naked functions 2023-04-03 17:45:16 +02:00