aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys
Commit message (Expand)AuthorAgeFilesLines
* dup(2): document the handling of filedescriptor flagsKonstantin Belousov42 hours1-1/+4
* kldload.2: Provide more info about file argumentArtem Bunichev4 days1-2/+15
* sigreturn.2: refresh the man pageKonstantin Belousov2026-03-111-8/+16
* RegenKonstantin Belousov2026-03-052-0/+4
* renameat2(2): documentKonstantin Belousov2026-03-052-1/+67
* libsys/rename.2: remove commented-out CAVEAT sectionKonstantin Belousov2026-03-051-26/+0
* sys: add renameat2(2) syscallKonstantin Belousov2026-03-051-0/+1
* pdfork.2: add EFAULT as possible error, explain some consequences of itKonstantin Belousov2026-02-161-0/+18
* pdrfork(2): do require RFPROCDESC | RFPROCKonstantin Belousov2026-02-161-3/+5
* open.2: grammar improvementsKonstantin Belousov2026-02-161-2/+2
* open.2: stop making impression that fd must be directoryKonstantin Belousov2026-02-161-3/+20
* libsys/arm: include ARM EABI unwind bits into libsysJessica Clarke2026-02-131-0/+5
* socket.2: Cross-reference netintro(4)Artem Bunichev2026-02-021-1/+2
* libsys, libc: provide rfork_thread() and pdrfork_thread() on all archesKonstantin Belousov2026-01-2810-10/+86
* libsys: add pdrfork_thread() on x86Konstantin Belousov2026-01-266-2/+195
* kqueue.2: Fix reference to unexisting kevent1()Artem Bunichev2026-01-251-4/+4
* Regen syscall tables after pdfork(2) and pdwait(2) additionsKonstantin Belousov2026-01-252-0/+8
* Document pdrfork(2) and pdwait(2)Konstantin Belousov2026-01-254-10/+87
* lib/libsys, lib/libc: export pdwaitKonstantin Belousov2026-01-252-0/+2
* lib/libsys, lib/libc: export pdrfork(2)Konstantin Belousov2026-01-251-0/+4
* socket.2: Cross-reference protocol familiesArtem Bunichev2026-01-211-27/+110
* lib: remove powerpcspeMinsoo Choo2026-01-091-5/+0
* manuals: Correct some sysctl markupAlexander Ziaee2026-01-062-8/+8
* ioctl.2: Mention EACCESFelix Johnson2025-12-291-1/+4
* man typos: Fix pf.conf.5 and jail.2 typosSeth Hoffert2025-12-081-1/+1
* libsys: remove armv6 hackMinsoo Choo2025-11-291-6/+2
* lseek.2: SEEK_HOLE, SEEK_DATA & ENXIO conform to POSIX 2024Ricardo Branco2025-11-251-1/+2
* libsys: install manpage links for jail_attach_jd/jail_remove_jdChristian S.J. Peron2025-11-071-1/+3
* posix_fallocate(2): move unsupported case to EOPNOTSUPPKyle Evans2025-11-051-4/+22
* kexec: Add basic kexec_load man pageJustin Hibbits2025-11-043-1/+126
* pathconf.2: Document the new _PC_CASE_INSENSITIVE nameRick Macklem2025-11-011-2/+6
* revoke.2: Remove mention of block special device filesMateusz Piotrowski2025-10-311-2/+2
* closefrom.2: Add introduction of close_range to HISTORYEd Maste2025-10-271-1/+6
* sysent: Regen for kexec_load()Justin Hibbits2025-10-272-0/+5
* write.2: explain the atomicity guarantees of the writesKonstantin Belousov2025-10-261-0/+20
* getrlimitusage.2: Update HISTORY sectionEd Maste2025-10-241-2/+2
* clock_gettime(2): Remove unneeded trailing wording.Bryan Drewery2025-10-241-2/+1
* kqueue.2: document KQUEUE_CPONFORKKonstantin Belousov2025-10-181-1/+28
* socket.2: spellMaxim Konovalov2025-10-141-1/+1
* socket(2): refactor the manual pageGleb Smirnoff2025-10-141-87/+213
* sockets: add PF_HYPERV aliasGleb Smirnoff2025-10-141-1/+1
* getgroups.2: Simplifications; Be clearer on programs to be modifiedOlivier Certner2025-10-101-14/+11
* libsys: drop private exports no longer neededKonstantin Belousov2025-09-261-6/+0
* getgroups.2: Clarify, mention ascending order, add SECURITY CONSIDERATIONSOlivier Certner2025-09-171-24/+70
* setcred.2: Remove now obsolete mention of setgroups(2)'s different behaviorOlivier Certner2025-09-171-6/+1
* setgroups.2: Add SECURITY CONSIDERATIONS, fix the groups limit, reworkOlivier Certner2025-09-171-16/+83
* jail.2: Mention EPERM is returned on open directoriesOlivier Certner2025-09-151-1/+4
* jaildesc: add kevent supportJamie Gritton2025-09-121-1/+14
* jail: simplify EVFILT_JAIL eventsJamie Gritton2025-09-121-26/+15
* jaildesc: remove file-mode-based access controlsJamie Gritton2025-09-101-67/+0