aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-27seccomp_user_notif.2: Remove FIXME asking about usefulness of POLLOUT/EPOLLOTseccomp_user_notifMichael Kerrisk1-2/+0
2020-10-26seccomp_user_notif.2: srcfix: Add a further FIXME relating to SA_RESTART beha...Michael Kerrisk1-0/+9
2020-10-26man_show_fixme.sh: Don't hyphenate or justify the manual pageMichael Kerrisk1-1/+1
2020-10-26seccomp_user_notif.2: Various fixes after review comments from Kees CookMichael Kerrisk1-16/+63
2020-10-25seccomp_user_notif.2: Update a FIXMEMichael Kerrisk1-0/+5
2020-10-25seccomp_user_notif.2: srcfix: add FIXMEMichael Kerrisk1-0/+4
2020-10-25cmsg.3, unix.7: Refer to seccomp_user_notif(2) for an example of SCM_RIGHTS u...Michael Kerrisk2-3/+9
2020-10-25signal.7: Add reference to seccomp_user_notif(2)Michael Kerrisk1-0/+9
2020-10-25seccomp_user_notif.2: Describe the interaction with SA_RESTART signal handlersMichael Kerrisk1-0/+38
2020-10-25seccomp_user_notif.2: EXAMPLE: correct the check for NUL in buffer returned b...Michael Kerrisk1-7/+7
2020-10-25seccomp_user_notif.2: Better handling of invalid target pathnameMichael Kerrisk1-17/+23
2020-10-25seccomp_user_notif.2: EXAMPLE: rename a variableMichael Kerrisk1-5/+5
2020-10-25seccomp_user_notif.2: EXAMPLE: Improve allocation of response bufferMichael Kerrisk1-1/+14
2020-10-25seccomp_user_notif.2: EXAMPLE: ensure path read() by the supervisor is null-t...Michael Kerrisk1-0/+11
2020-10-25seccomp_user_notif.2: wfix in example programMichael Kerrisk1-1/+1
2020-10-25seccomp_user_notif.2: Small wording fixMichael Kerrisk1-1/+1
2020-10-25seccomp_user_notif.2: Minor wording change + add a FIXMEMichael Kerrisk1-1/+3
2020-10-25seccomp_user_notif.2: User-space notification can't be used to implement secu...Michael Kerrisk1-0/+50
2020-10-25seccomp_user_notif.2: Fixes after review comments from Christian BraunerMichael Kerrisk1-14/+21
2020-10-25seccomp.2, seccomp_user_notif.2: Clarify that there can be only one SECCOMP_F...Michael Kerrisk2-0/+12
2020-10-25seccomp_user_notif.2: Note when FD indicates EOF/(E)POLLHUP in (e)poll/selectMichael Kerrisk1-0/+10
2020-10-25seccomp_user_notif.2: Note when notification FD indicates as writable by sele...Michael Kerrisk1-3/+13
2020-10-25seccomp_user_notif.2: Minor fixesMichael Kerrisk1-5/+5
2020-10-25seccomp_user_notif.2: Fixes after review comments by Jann HornMichael Kerrisk1-86/+121
2020-10-25seccomp_user_notif.2: Add BUGS section describing SECCOMP_IOCTL_NOTIF_RECV bugMichael Kerrisk1-0/+10
2020-10-25seccomp_user_notif.2: srcfix: remove bogus FIXMEMichael Kerrisk1-6/+0
2020-10-25seccomp_user_notif.2: Changes after feed back from Tycho AndersenMichael Kerrisk1-8/+6
2020-10-25seccomp_user_notif.2: Document the seccomp user-space notification mechanismMichael Kerrisk1-0/+1318
2020-10-25seccomp.2: Note that SECCOMP_RET_USER_NOTIF can be overriddenMichael Kerrisk1-0/+4
2020-10-25seccomp.2: wfix: mention term "supervisor" in description of SECCOMP_RET_USER...Michael Kerrisk1-2/+2
2020-10-25seccomp.2: SEE ALSO: add seccomp_user_notif(2)Michael Kerrisk1-0/+1
2020-10-25seccomp.2: Rework SECCOMP_GET_NOTIF_SIZES somewhatMichael Kerrisk1-8/+5
2020-10-25seccomp.2: Add some details for SECCOMP_FILTER_FLAG_NEW_LISTENERMichael Kerrisk1-2/+3
2020-10-25seccomp.2: Minor edits to Tycho's SECCOMP_FILTER_FLAG_NEW_LISTENER patchMichael Kerrisk1-5/+9
2020-10-25seccomp.2: Document SECCOMP_FILTER_FLAG_NEW_LISTENERTycho Andersen1-0/+7
2020-10-25seccomp.2: Reorder list of SECCOMP_SET_MODE_FILTER flags alphabeticallyMichael Kerrisk1-14/+14
2020-10-25seccomp.2: Some reworking of Tycho's SECCOMP_RET_USER_NOTIF patchMichael Kerrisk1-6/+11
2020-10-25seccomp.2: Document SECCOMP_RET_USER_NOTIFTycho Andersen1-0/+11
2020-10-25seccomp.2: Minor edits to Tycho Andersen's patchMichael Kerrisk1-7/+15
2020-10-25seccomp.2: Document SECCOMP_GET_NOTIF_SIZESTycho Andersen1-0/+24
2020-10-24signal.7: srcfixMichael Kerrisk1-1/+0
2020-10-23queue.3: SEE ALSO: Add circleq(3)Alejandro Colomar1-0/+1
2020-10-23CIRCLEQ_ENTRY.3, CIRCLEQ_HEAD.3, CIRCLEQ_INIT.3, CIRCLEQ_INSERT_AFTER.3, CIRC...Alejandro Colomar8-8/+8
2020-10-23circleq.3: Add remaining details to complete the pageAlejandro Colomar1-0/+38
2020-10-23circleq.3: ffix: Use man markupAlejandro Colomar1-114/+143
2020-10-23circleq.3: Copy and adapt code from queue.3Alejandro Colomar1-2/+20
2020-10-23queue.3: ffixAlejandro Colomar1-2/+2
2020-10-23circleq.3, queue.3: EXAMPLES: Move circleq example program from queue.3 to ci...Alejandro Colomar2-56/+56
2020-10-23circleq.3, queue.3: DESCRIPTION: Move circleq specific code from queue.3 to c...Alejandro Colomar2-137/+137
2020-10-23circleq.3, queue.3: SYNOPSIS: Move code from queue.3 to circleq.3Alejandro Colomar2-18/+18
2020-10-23circleq.3, queue.3: NAME: Move code from queue-3 to circleq.3Alejandro Colomar2-18/+18
2020-10-23circleq.3: New page that will hold the (circleq) content of queue.3Alejandro Colomar1-0/+40
2020-10-23queue.3: Sort alphabeticallyAlejandro Colomar1-8/+8
2020-10-23slist.3: tfixAlejandro Colomar1-1/+1
2020-10-22openat2.2, loop.4: tfix: s/non-zero/nonzero/Alejandro Colomar2-4/+4
2020-10-22list.3: Sort alphabeticallyAlejandro Colomar1-2/+2
2020-10-22list.3, slist.3, strcmp.3: tfixMichael Kerrisk3-3/+3
2020-10-22queue.3: SEE ALSO: Add slist(3)Alejandro Colomar1-0/+1
2020-10-22SLIST_EMPTY.3, SLIST_ENTRY.3, SLIST_FIRST.3, SLIST_FOREACH.3, SLIST_HEAD.3, S...Alejandro Colomar12-12/+12
2020-10-22slist.3: Add detailsAlejandro Colomar1-0/+32
2020-10-22slist.3: ffix: Use man markupAlejandro Colomar1-120/+140
2020-10-22slist.3: Copy and adapt code from queue.3Alejandro Colomar1-7/+23
2020-10-22queue.3, slist.3: EXAMPLES: Move example program from queue.3 to slist.3Alejandro Colomar2-57/+57
2020-10-22queue.3, slist.3: DESCRIPTION: Move slist specific code from queue.3 to slist.3Alejandro Colomar2-155/+155
2020-10-22queue.3, slist.3: SYNOPSIS: Move code from queue.3 to list.3Alejandro Colomar2-18/+18
2020-10-22queue.3, slist.3: NAME: Move code from queue.3 to slist.3Alejandro Colomar2-17/+17
2020-10-22slist.3: New page that will hold the (slist) contents of queue.3Alejandro Colomar1-0/+40
2020-10-21list.3: Minor fix to grammarMichael Kerrisk1-2/+2
2020-10-21list.3: Minor tweak's to Alex's textMichael Kerrisk1-4/+3
2020-10-21list.3: tfixMichael Kerrisk1-1/+1
2020-10-21list.3: ffixMichael Kerrisk1-2/+2
2020-10-21queue.3: SEE ALSO: Add list(3)Alejandro Colomar1-0/+1
2020-10-21LIST_EMPTY.3, LIST_ENTRY.3, LIST_FIRST.3, LIST_FOREACH.3, LIST_HEAD.3, LIST_H...Alejandro Colomar12-12/+12
2020-10-21list.3: Add detailsAlejandro Colomar1-0/+33
2020-10-21list.3: ffix: Use man markupAlejandro Colomar1-120/+141
2020-10-21list.3: Copy and adapt code from queue.3Alejandro Colomar1-2/+18
2020-10-21list.3, queue.3: EXAMPLES: Move example program from queue.3 to list.3Alejandro Colomar2-53/+53
2020-10-21list.3, queue.3: DESCRIPTION: Move list specific code from queue.3 to list.3Alejandro Colomar2-149/+149
2020-10-21list.3, queue.3: SYNOPSIS: Move code from queue.3 to list.3Alejandro Colomar2-18/+18
2020-10-21list.3, queue.3: NAME: Move code from queue.3 to list.3Alejandro Colomar2-17/+17
2020-10-21list.3: New page that will hold the (list) contents of queue.3Alejandro Colomar1-0/+40
2020-10-20setns.2: Correct the version for time namespace supportMichael Kerrisk1-1/+2
2020-10-20namespaces.7: srcfixMichael Kerrisk1-1/+0
2020-10-20namespaces.7: A 'time_for_children' symlink can also pin a namespaceMichael Kerrisk1-0/+5
2020-10-18clock_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-18system_data_types.7: Add 'clock_t'Alejandro Colomar1-0/+25
2020-10-18system_data_types.7: ffixMichael Kerrisk1-1/+1
2020-10-18system_data_types.7: srcfix: add comment noting time_t difference in POSIX.1-...Michael Kerrisk1-0/+4
2020-10-17ld.so.8: Add self to copyrightMichael Kerrisk1-0/+2
2020-10-17mallinfo.3: srcfix: add comments noting errors in glibc info pageMichael Kerrisk1-0/+4
2020-10-17mallinfo.3: The 'usmblks' is nowadays always 0Michael Kerrisk1-4/+6
2020-10-17regex.3: Add example programAlejandro Colomar1-0/+42
2020-10-17queue.3: stailq: Complete exampleAlejandro Colomar1-53/+64
2020-10-17kernel_lockdown.7: Describe LSM activationHeinrich Schuchardt1-0/+13
2020-10-16kernel_lockdown.7: Add a VERSIONS sectionMichael Kerrisk1-0/+3
2020-10-16kernel_lockdown.7: Various minor edits to bring this page closer to man-pages...Michael Kerrisk1-46/+43
2020-10-16kernel_lockdown.7: New page documenting the Kernel Lockdown featureHeinrich Schuchardt1-0/+107
2020-10-16link.2: ffixMichael Kerrisk1-1/+5
2020-10-15queue.3: list: Complete exampleAlejandro Colomar1-50/+55
2020-10-15seccomp.2: Warn reader that SECCOMP_RET_TRACE can be overriddenMichael Kerrisk1-0/+4
2020-10-14regex.3: wfixMichael Kerrisk1-2/+2
2020-10-14regex.3: wfixAlejandro Colomar1-5/+1
2020-10-14futex.2, quotactl.2: wfix: use "bitwise" rather than "bit-wise"Michael Kerrisk2-4/+4
2020-10-13queue.3: circleq: Complete exampleAlejandro Colomar1-49/+56
2020-10-12resolv.conf.5: Minor edits to Florian Weimer's patchMichael Kerrisk1-1/+2
2020-10-12resolv.conf.5: srcfix: rewrap source linesMichael Kerrisk1-14/+18
2020-10-12resolv.5: Document the trust-ad optionFlorian Weimer1-3/+28
2020-10-11strsignal.3: Further addition on version range for sys_siglistMichael Kerrisk1-1/+1
2020-10-11perror.3: sys_errlist and sys_nerr are no longer exposed by <stdio.h>Michael Kerrisk1-1/+8
2020-10-11queue.3: slist: Complete exampleAlejandro Colomar1-43/+59
2020-10-11queue.3: Replace incomplete example by a complete exampleAlejandro Colomar1-56/+59
2020-10-11regex_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-11system_data_types.7: Add 'regex_t'Alejandro Colomar1-0/+23
2020-10-11regex.3: Remove unnecessary includeAlejandro Colomar1-1/+0
2020-10-10locale.5: Decimal points, thousands separators must be one characterFlorian Weimer1-8/+8
2020-10-10system_data_types.7: Add 'fd_set'Alejandro Colomar1-0/+22
2020-10-09epoll_ctl.2: epoll instances can be nested to a maximum depth of 5Michael Kerrisk1-1/+2
2020-10-09epoll_ctl.2: Move some version info from CONFORMING TO to VERSIONSMichael Kerrisk1-1/+1
2020-10-08recv.2, send.2: Add cross references to pages with further info about ancilla...Michael Kerrisk2-0/+10
2020-10-08man.7: srcfixMichael Kerrisk1-3/+0
2020-10-08man.7: Clarify that alternating typeface macros print arguments without spacesMichael Kerrisk1-1/+2
2020-10-08socket.7: ffixMichael Kerrisk1-1/+3
2020-10-08socket.7: SEE ALSO: add ipv6(7)Michael Kerrisk1-0/+1
2020-10-08send.2: wfixMichael Kerrisk1-1/+1
2020-10-07mmap.2, proc.5, bpf-helpers.7, cpuset.7: tfixSamanta Navarro4-4/+4
2020-10-07system_data_types.7: Trim "See also" list of 'off_t'Michael Kerrisk1-4/+4
2020-10-07off_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-07system_data_types.7: Add 'off_t'Alejandro Colomar1-0/+50
2020-10-03system_data_types.7: tfix: Oxford commaMichael Kerrisk1-8/+8
2020-10-03system_data_types.7: tfix: remove mention of __uint128_t and __int128_t typesMichael Kerrisk1-6/+2
2020-10-03Revert [u]int_*astN_t commitsAlejandro Colomar21-324/+0
2020-10-03system_data_types.7: Move notes about versions to "Versions"Alejandro Colomar1-16/+18
2020-10-03void.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-03system_data_types.7: Add 'void *'Alejandro Colomar1-2/+74
2020-10-02system_data_types.7: Remove duplicate referenceAlejandro Colomar1-1/+0
2020-10-02strsignal.3: Note that 'sys_siglist' is nonstandardMichael Kerrisk1-0/+4
2020-10-02strsignal.3: Note that starting with v2.32, glibc no longer exports 'sys_sigl...Michael Kerrisk1-2/+8
2020-10-02sys_siglist.3: New link to strsignal(3)Michael Kerrisk1-0/+1
2020-10-02psignal.3, strsignal.3: Consolidate information on 'sys_siglist' in one page ...Michael Kerrisk2-14/+8
2020-10-01uint_least8_t.3, uint_least16_t.3, uint_least32_t.3, uint_least64_t.3, uint_l...Alejandro Colomar5-0/+5
2020-10-01system_data_types.7: Add uint_leastN_t family of typesAlejandro Colomar1-0/+75
2020-10-01int_least8_t.3, int_least16_t.3, int_least32_t.3, int_least64_t.3, int_leastN...Alejandro Colomar5-0/+5
2020-10-01system_data_types.7: Add int_leastN_t family of typesAlejandro Colomar1-0/+72
2020-10-01uint_fast8_t.3, uint_fast16_t.3, uint_fast32_t.3, uint_fast64_t.3, uint_fastN...Alejandro Colomar5-0/+5
2020-10-01system_data_types.7: Add uint_fastN_t family of typesAlejandro Colomar1-0/+80
2020-10-01int_fast8_t.3, int_fast16_t.3, int_fast32_t.3, int_fast64_t.3, int_fastN_t.3:...Alejandro Colomar5-0/+5
2020-10-01system_data_types.7: Add int_fastN_t family of typesAlejandro Colomar1-0/+77
2020-10-01system_data_types.7: Move "Bugs" after "Notes", as man-pages(7) specifiesAlejandro Colomar1-8/+8
2020-10-01uintptr_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-01system_data_types.7: Add 'uintptr_t'Alejandro Colomar1-0/+68
2020-10-01intptr_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-01system_data_types.7: Add 'intptr_t'Alejandro Colomar1-0/+65
2020-10-01system_data_types.7: srcfixAlejandro Colomar1-34/+0
2020-10-01system_data_types.7: srcfixAlejandro Colomar1-4/+12
2020-10-01system_data_types.7: srcfixAlejandro Colomar1-35/+70
2020-10-01malloc_get_state.3: ffixAlejandro Colomar1-1/+1
2020-10-01feature_test_macros.7: Update list of macros that inhibit default definitionsJakub Wilk1-1/+4
2020-10-01system_data_types.7: Improve "Include" wording and format, and explain it in ...Alejandro Colomar1-183/+119
2020-09-30openat2.2: tfix: fix minor reference typoAleksa Sarai1-1/+1
2020-09-30sched_getattr.2: Update to include changed size semanticsAleksa Sarai1-4/+12
2020-09-30man_show_fixme.sh: Fix misquoted double quotes in regexpsMichael Kerrisk1-3/+3
2020-09-29xdr.3: ffixMichael Kerrisk1-2/+2
2020-09-29rpc.3: ffixMichael Kerrisk1-2/+2
2020-09-29feature_test_macros.7: ffixMichael Kerrisk1-2/+2
2020-09-29getutent.3: ffixMichael Kerrisk1-8/+5
2020-09-29perf_event_open.2: srcfixMichael Kerrisk1-0/+8
2020-09-29proc.5: ffix + srcfixMichael Kerrisk1-13/+5
2020-09-29adjtimex.2, futex.2, semop.2, slabinfo.5, feature_test_macros.7, keyrings.7: ...Michael Kerrisk6-10/+6
2020-09-29strftime.3: ffixMichael Kerrisk1-2/+8
2020-09-29FILE.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-29system_data_types.7: Add 'FILE'Tycho Andersen1-0/+24
2020-09-29_exit.2, access.2, acct.2, brk.2, chdir.2, chmod.2, chown.2, chroot.2, clock_...Michael Kerrisk301-602/+602
2020-09-29chmod.2, connect.2, recv.2: srcfixMichael Kerrisk3-3/+0
2020-09-29clone.2, io_submit.2, select.2, shmget.2, getcontext.3, malloc_info.3, mtrace...Michael Kerrisk10-21/+21
2020-09-29system_data_types.7: Minor edits to Alejandro Colomar's patchMichael Kerrisk1-2/+2
2020-09-29uint8_t.3, uint16_t.3, uint32_t.3, uint64_t.3, uintN_t.3: New links to system...Alejandro Colomar5-0/+5
2020-09-29system_data_types.7: Add uintN_t family of typesAlejandro Colomar1-0/+82
2020-09-29int8_t.3, int16_t.3, int32_t.3, int64_t.3, intN_t.3: New links to system_data...Alejandro Colomar5-0/+5
2020-09-29system_data_types.7: Add intN_t family of typesAlejandro Colomar1-0/+79
2020-09-29uintmax_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-29system_data_types.7: Add 'uintmax_t'Alejandro Colomar1-0/+55
2020-09-29intmax_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-29system_data_types.7: Add 'intmax_t'Alejandro Colomar1-0/+56
2020-09-29statx.2: Minor edits to Ira Weiny'sMichael Kerrisk1-10/+16
2020-09-29statx.2: Add STATX_ATTR_DAXIra Weiny1-0/+24
2020-09-28ioctl_fslabel.2: ffixMichael Kerrisk1-1/+1
2020-09-28system_data_types.7: ffixAlejandro Colomar1-29/+29
2020-09-26va_list.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-26system_data_types.7: Add va_listAlejandro Colomar1-0/+31
2020-09-26seccomp.2: ffixMichael Kerrisk1-1/+1
2020-09-25rtld-audit.7: srcfix: semantic newlinesMichael Kerrisk1-3/+6
2020-09-25rtld-audit.7: Clarify la_version handshakeFlorian Weimer1-11/+25
2020-09-25system_data_types.7: Minor tweaks to Alejandro Colomar's float_t/double_t pat...Michael Kerrisk1-8/+8
2020-09-25system_data_types.7: srcfixAlejandro Colomar1-139/+192
2020-09-25double_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-25system_data_types.7: Add double_tAlejandro Colomar1-0/+42
2020-09-25float_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-25system_data_types.7: Add float_tAlejandro Colomar1-0/+42
2020-09-25system_data_types.7: srcfixAlejandro Colomar1-1/+1
2020-09-25seccomp.2: Use ARRAY_SIZE() macro instead of raw sizeof divisionAlejandro Colomar1-1/+2