summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2024-10-10sysctl.2: NET_RT_DUMP defaults to the current rtablelucas
2024-09-17getdents(2) was pushed into rpath because it exposes pathnameTheo de Raadt
2024-08-04ppoll() is in POSIX-2024. Update #include visibility and manpagesPhilip Guenther
2024-08-02The {get,set}res[ug]id(2) family are in POSIX-2024's XSI option,Philip Guenther
2024-08-02getentropy(2) is in POSIX-2024, so adjust the #include visibility,Philip Guenther
2024-07-18The source of a link (name1) may not be a directory.Todd C. Miller
2024-07-17Be clear that RUSAGE_CHILDREN only works for terminated children that haveClaudio Jeker
2024-07-14spellingJonathan Gray
2024-07-12Improve signal handlers guidance.Theo de Raadt
2024-06-24changing EINVAL from "has no associated size" to "has insufficient size"Theo de Raadt
2024-06-22lower parts of the manual page clearly say why using malloc() toTheo de Raadt
2024-05-18Add pathconfat(2): pathconf(2) but with at-fd and flags arguments,Philip Guenther
2024-04-30add typedefs for msgqnum_t and msglen_t, required by POSIX.Omar Polo
2024-04-02Implement SO_ACCEPTCONN in getsockopt(2)Claudio Jeker
2024-04-01pinsyscalls appeared in 7.5Sebastian Benoit
2024-03-29the msyscall(2) manual page can be deleted.Theo de Raadt
2024-03-28Delete pinsyscall(2) [which was specific only to SYS_execve] nowTheo de Raadt
2024-03-25Move the "no (hard) linking directories" and "no cross-mount links"Philip Guenther
2024-01-21update docs on madvise/msync/minherit behaviour in relation to immutable memo...Theo de Raadt
2024-01-21Add Xr mimmutable to manual pages which discuss immutable memory.Theo de Raadt
2024-01-20Early during mimmutable(2) development, we had a big problem with theTheo de Raadt
2024-01-19Stop initializing pinsyscall(SYS_execve in static binaries that containTheo de Raadt
2023-12-19static binary setting a table, or dynamic binary trying to do whatTheo de Raadt
2023-12-19- new sentence, new lineJason McIntyre
2023-12-19pinsyscalls(2) has changed a little bit, and I can provide more adviceTheo de Raadt
2023-12-13actually remove it, pointed out by jsgTheo de Raadt
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-12-11document upcoming pinsyscalls(2) system callTheo de Raadt
2023-11-10MNT_SOFTDEP and mount -o softdep no longer have any effectIngo Schwarze
2023-11-09missing full stopJasper Lievisse Adriaanse
2023-10-30seperate -> separate;Jason McIntyre
2023-10-30make special note, right at the start, that DNS is handled seperatelyTheo de Raadt
2023-10-14Document the hw.battery sysctls.Mark Kettenis
2023-10-12for a few sysctl nodes, mention standard or at least more widelyIngo Schwarze
2023-10-02Add 'host root port' information to hw.ucomnames.Kenneth R Westerback
2023-10-02DV -> Dv;Jason McIntyre
2023-10-01Add sysctl hw.ucomnames to list 'fixed' paths to USB serialKenneth R Westerback
2023-09-28don't mention what language functions are implemented inJonathan Gray
2023-09-14use Fn notation instead of Nm, as the rest of the page does;Jason McIntyre
2023-08-20remove "flag" from the Dv line;Jason McIntyre
2023-08-20Add syscall stub for kqueue1(2)Visa Hankala
2023-08-17add space needed in punctuation;Jason McIntyre
2023-08-13simplify previous;Jason McIntyre
2023-08-13kevent: Add precision and abstimer flags for EVFILT_TIMERVisa Hankala
2023-07-18Remove extra parentheses.ASOU Masato
2023-06-02pledge(2): stdio: permit restricted profil(2) for moncontrol(3)Scott Soule Cheloha
2023-05-19Since waitid(2) shares code with wait4(2) and doesn't expose anyPhilip Guenther
2023-05-16add net.inet.tcp.tso;Jason McIntyre
2023-02-27Calculate the size of the static (and profiled static) execve syscall stubTheo de Raadt
2023-02-23adjust documentation for ktrace.h changes. utrace() is now easier to useTheo de Raadt