aboutsummaryrefslogtreecommitdiffstats
path: root/man3
AgeCommit message (Expand)AuthorFilesLines
2020-11-17makecontext.3: Minor rewordingMichael Kerrisk1-4/+5
2020-11-17getcontext.3, signal.7: tfixMichael Kerrisk1-1/+1
2020-11-17getcontext.3: SEE ALSO: add signal(7)Michael Kerrisk1-1/+2
2020-11-16getcontext.3: Mention SA_SIGINFO flag when talking about 3-argument signal ha...Michael Kerrisk1-2/+5
2020-11-16getcontext.3: wfixMichael Kerrisk1-3/+3
2020-11-16uselib.2, posix_memalign.3, profil.3, rtime.3: Remove some text about libc/libc5Michael Kerrisk3-13/+14
2020-11-16ioctl_tty.2, matherr.3, cciss.4, sk98lin.4: ffix: use proper table for format...Michael Kerrisk1-2/+3
2020-11-16scandir.3: srcfixMichael Kerrisk1-2/+0
2020-11-16nextafter.3: Remove duplicate "BUGS" section headingMichael Kerrisk1-1/+1
2020-11-16CIRCLEQ_EMPTY.3, CIRCLEQ_FIRST.3, CIRCLEQ_FOREACH.3, CIRCLEQ_FOREACH_REVERSE....Michael Kerrisk10-0/+10
2020-11-16list.3: NAME: remove LIST_PREV, which is not documented in this pageMichael Kerrisk1-1/+1
2020-11-16pthread_attr_getsigmask_np.3: New link to pthread_attr_setsigmask_np.3Michael Kerrisk1-0/+1
2020-11-15chroot.2, memfd_create.2, tailq.3: Fix unbalanced .nf/.fiMichael Kerrisk1-0/+1
2020-11-15getutent.3: srcfixMichael Kerrisk1-1/+0
2020-11-15getent.1, fanotify_mark.2, fcntl.2, futex.2, membarrier.2, mmap.2, mount.2, m...Alejandro Colomar20-28/+28
2020-11-05strerror.3: tfixAlejandro Colomar1-1/+1
2020-11-02errno.3: Note another possible cause of the EMFILE errorMichael Kerrisk1-0/+2
2020-11-01memusage.1, pldd.1, sprof.1, add_key.2, bind.2, bpf.2, clone.2, dup.2, epoll_...Michael Kerrisk78-78/+78
2020-11-01pthread_attr_init.3: tfixMichael Kerrisk1-1/+1
2020-11-01pthread_attr_init.3: SEE ALSO: add pthread_attr_init(3)Michael Kerrisk1-0/+1
2020-11-01pthread_sigmask.3: SEE ALSO: add pthread_attr_setsigmask_np(3)Michael Kerrisk1-0/+1
2020-11-01pthread_attr_setsigmask_np.3: New page for pthread_attr_setsigmask_np() + pth...Michael Kerrisk1-0/+147
2020-10-31dlopen.3: ffixMichael Kerrisk1-1/+1
2020-10-28strtol.3: EXAMPLES: Simplify errno checkingAlejandro Colomar1-2/+1
2020-10-28strtol.3: EXAMPLES: As the default base, use special value 0Alejandro Colomar1-1/+1
2020-10-28strtol.3: EXAMPLES: Delimit output string using ""Alejandro Colomar1-2/+2
2020-10-28strtol.3: ffixMichael Kerrisk1-1/+3
2020-10-27strtol.3: srcfix: Add myself to copyrightMichael Kerrisk1-0/+1
2020-10-27lseek64.3: Since glibc 2.28. the 'llseek' symbol is no longer availableMichael Kerrisk1-0/+4
2020-10-27posix_fallocate.3: wfixMichael Kerrisk1-1/+1
2020-10-27posix_fallocate.3: add EOPNOTSUPP error code.Érico Rolim1-0/+7
2020-10-27dev_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-26argz_add.3, envz_add.3: Point out that 'error_t' is an integer typeMichael Kerrisk2-2/+4
2020-10-26argz_add.3: tfixMichael Kerrisk1-1/+1
2020-10-26argz_add.3, envz_add.3: Remove sentence that conveys no useful infoMichael Kerrisk2-2/+0
2020-10-26argz_add.3: ffixMichael Kerrisk1-1/+1
2020-10-26stailq.3: SEE ALSO: Add insque(3), queue(7)Alejandro Colomar1-0/+2
2020-10-25clockid_t: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-25circleq.3, insque.3, list.3, slist.3, tailq.3: SEE ALSO: queue(3) -> queue(7)Alejandro Colomar5-5/+5
2020-10-25queue.3: Link to queue(7)Alejandro Colomar1-0/+1
2020-10-25queue.3, queue.7: Move queue.3 to queue.7Alejandro Colomar1-148/+0
2020-10-25membarrier.2, openat2.2, insque.3, proc.5, tzfile.5, hier.7: Minor grammar fixMichael Kerrisk1-2/+2
2020-10-25tailq.3: tfixDmitry V. Levin1-1/+1
2020-10-25stailq.3, tailq.3: Minor fix: replace ".Ss" lines with ".PP"Michael Kerrisk2-2/+2
2020-10-25circleq.3, list.3, queue.3, slist.3, stailq.3, tailq.3: Minor grammar fixMichael Kerrisk6-33/+33
2020-10-25circleq.3: ffixMichael Kerrisk1-6/+8
2020-10-25circleq.3, list.3, slist.3, stailq.3, tailq.3: Use the 'struct' keyword when ...Alejandro Colomar5-81/+91
2020-10-25queue.3: wfixMichael Kerrisk1-1/+1
2020-10-25queue.3: Fix & update after forking circleq.3, list.3, slist.3, stailq.3 & ta...Alejandro Colomar1-114/+75
2020-10-25queue.3: Add self to copyright noticeAlejandro Colomar1-1/+2
2020-10-25strerrorname_np.3: New link to strerror(3)Michael Kerrisk1-0/+1
2020-10-25strerrordesc_np.3: New link to strerror(3)Michael Kerrisk1-0/+1
2020-10-25strerror.3: Document strerrorname_np() and strerrordesc_np()Michael Kerrisk1-6/+54
2020-10-25sigdescr_np.3: New link to strsignal.3Michael Kerrisk1-0/+1
2020-10-25sigabbrev_np.3: New link to strsignal.3Michael Kerrisk1-0/+1
2020-10-25strsignal.3: Document sigabbrev_np() and sigdescr_np().Michael Kerrisk1-2/+64
2020-10-25queue.3: SEE ALSO: Add tailq(3)Alejandro Colomar1-0/+1
2020-10-25TAILQ_CONCAT.3, TAILQ_EMPTY.3, TAILQ_ENTRY.3, TAILQ_FIRST.3, TAILQ_FOREACH.3,...Alejandro Colomar18-18/+18
2020-10-25tailq.3: Add remaining details to complete the pageAlejandro Colomar1-0/+37
2020-10-25tailq.3: ffix: Use man markupAlejandro Colomar1-167/+195
2020-10-25tailq.3: Copy and adapt code from queue.3Alejandro Colomar1-18/+8
2020-10-25queue.3, tailq.3: EXAMPLES: Move code from queue.3 to tailq.3Alejandro Colomar2-56/+56
2020-10-25queue.3, tailq.3: DESCRIPTION: Move code from queue.3 to tailq.3Alejandro Colomar2-235/+235
2020-10-25queue.3, tailq.3: SYNOPSIS: Move code from queue.3 to tailq.3Alejandro Colomar2-27/+27
2020-10-25queue.3, tailq.3: NAME: Move code from queue.3 to tailq.3Alejandro Colomar2-24/+24
2020-10-25tailq.3: New page that will hold the (tailq) contents of queue.3Alejandro Colomar1-0/+40
2020-10-25circleq.3, list.3, slist.3, stailq.3: Fix return type of macrosAlejandro Colomar4-16/+16
2020-10-25queue.3: SEE ALSO: Add stailq(3)Alejandro Colomar1-0/+1
2020-10-25STAILQ_CONCAT.3, STAILQ_EMPTY.3, STAILQ_ENTRY.3, STAILQ_FIRST.3, STAILQ_FOREA...Alejandro Colomar14-14/+14
2020-10-25stailq.3: Add remaining details to complete the pageAlejandro Colomar1-0/+30
2020-10-25stailq.3: ffix: Use man markupAlejandro Colomar1-145/+172
2020-10-25stailq.3: Copy and adapt code from queue.3Alejandro Colomar1-4/+19
2020-10-25queue.3, stailq.3: EXAMPLES: Move stailq example from queue.3 to stailq.3Alejandro Colomar2-61/+61
2020-10-25queue.3, stailq.3: DESCRIPTION: Move stailq specific code from queue.3 to sta...Alejandro Colomar2-177/+177
2020-10-25queue.3, stailq.3: SYNOPSIS: Move code from queue.3 to stailq.3Alejandro Colomar2-21/+21
2020-10-25queue.3, stailq.3: NAME: Move code from queue.3 to stailq.3Alejandro Colomar2-20/+20
2020-10-25stailq.3: New page that will hold the (stailq) contents of queue.3Alejandro Colomar1-0/+40
2020-10-25circleq.3: ffixAlejandro Colomar1-0/+1
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-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-18clock_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
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-15queue.3: list: Complete exampleAlejandro Colomar1-50/+55
2020-10-14regex.3: wfixMichael Kerrisk1-2/+2
2020-10-14regex.3: wfixAlejandro Colomar1-5/+1
2020-10-13queue.3: circleq: Complete exampleAlejandro Colomar1-49/+56
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-11regex.3: Remove unnecessary includeAlejandro Colomar1-1/+0
2020-10-07off_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-03Revert [u]int_*astN_t commitsAlejandro Colomar20-20/+0
2020-10-03void.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
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-01int_least8_t.3, int_least16_t.3, int_least32_t.3, int_least64_t.3, int_leastN...Alejandro Colomar5-0/+5
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-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-01uintptr_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-01intptr_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-10-01malloc_get_state.3: ffixAlejandro Colomar1-1/+1
2020-09-29xdr.3: ffixMichael Kerrisk1-2/+2
2020-09-29rpc.3: ffixMichael Kerrisk1-2/+2
2020-09-29getutent.3: ffixMichael Kerrisk1-8/+5
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-29_exit.2, access.2, acct.2, brk.2, chdir.2, chmod.2, chown.2, chroot.2, clock_...Michael Kerrisk240-480/+480
2020-09-29clone.2, io_submit.2, select.2, shmget.2, getcontext.3, malloc_info.3, mtrace...Michael Kerrisk5-10/+10
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-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-29uintmax_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-29intmax_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-26va_list.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-25double_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-25float_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-25lconv.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-25getgrent_r.3: Declare variables with different types in different linesAlejandro Colomar1-1/+2
2020-09-24lldiv_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-24ldiv_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-24div_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-24imaxdiv_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-24strfromd.3: tfixMichael Kerrisk1-1/+1
2020-09-24pldd.1, bpf.2, clone.2, dup.2, ioctl_fat.2, nfsservctl.2, open_by_handle_at.2...Michael Kerrisk10-16/+16
2020-09-23fexcept_t.3: New link to system_data_types(7)Alejandro Colomar1-0/+1
2020-09-22id_t.3: New link to system_data_types(7)Michael Kerrisk1-0/+1
2020-09-22gid_t.3: New link to system_data_types(7)Michael Kerrisk1-0/+1
2020-09-22uid_t.3: New link to system_data_types(7)Michael Kerrisk1-0/+1
2020-09-22pid_t.3: New link to system_data_types(7)Michael Kerrisk1-0/+1
2020-09-22sigset_t.3: New link to system_data_types.7Michael Kerrisk1-0/+1
2020-09-21fenv_t.3: New link to new documented type in system_data_types(7)Alejandro Colomar1-0/+1
2020-09-20siginfo_t.3: New link to new documented type in system_data_types(7)Alejandro Colomar1-0/+1
2020-09-18aiocb.3: New link to new documented type in system_data_types(7)Alejandro Colomar1-0/+1
2020-09-18regmatch_t.3: New link for new documented type in system_data_types(7)Alejandro Colomar1-0/+1
2020-09-18regoff_t.3: New link to new documented type in system_data_types(7)Alejandro Colomar1-0/+1
2020-09-18ptrdiff_t.3: New link to new documented type in system_data_types(7)Alejandro Colomar1-0/+1
2020-09-18size_t.3: New link to new documented type in system_data_types(7)Alejandro Colomar1-0/+1
2020-09-17intro.2, intro.3, feature_test_macros.7, standards.7: SEE ALSO: add system_da...Michael Kerrisk1-1/+2
2020-09-17sigval.3, ssize_t.3, suseconds_t.3, time_t.3, timer_t.3, timespec.3, timeval....Alejandro Colomar7-0/+7
2020-09-17freeaddrinfo.3: Fix memory leaks in freeaddrinfo() examplesMarko Hrastovec1-4/+4
2020-09-15add_key.2, clock_getres.2, clone.2, futex.2, getdents.2, getpid.2, getrlimit....Alejandro Colomar8-12/+21
2020-09-13malloc_hook.3: Remove unneeded cast, and print 'size_t' with "%zu"Alejandro Colomar1-2/+2
2020-09-12eventfd.2, mprotect.2, pidfd_open.2, spu_run.2, timer_create.2, bswap.3, dl_i...Alejandro Colomar5-8/+8
2020-09-12getaddrinfo_a.3: Use C99 style to declare loop counter variablesAlejandro Colomar1-4/+4
2020-09-12msgctl.2, outb.2, abs.3, dl_iterate_phdr.3, drand48.3, drand48_r.3, encrypt.3...Alejandro Colomar15-75/+75
2020-09-11pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3: Use correct type...Michael Kerrisk3-3/+3
2020-09-11pthread_getattr_np.3: tfixMichael Kerrisk1-1/+1
2020-09-11bswap.3: Use strtoull() for parsing 64-bit numbersJakub Wilk1-1/+1
2020-09-11clock_getcpuclockid.3: Remove unneeded castAlejandro Colomar1-1/+1
2020-09-11pthread_setname_np.3: ffixMichael Kerrisk1-2/+2
2020-09-11fread.3: Move ARRAY_SIZE logic into macroAlejandro Colomar1-3/+3
2020-09-11getpwent_r.3: Use sizeof() to get buffer size (instead of hardcoding macro name)Alejandro Colomar1-1/+1
2020-09-11getgrent_r.3: Use sizeof() to get buffer size (instead of hardcoding macro name)Alejandro Colomar1-1/+1
2020-09-11get_phys_pages.3: Write 'long' instead of 'long int'Alejandro Colomar1-2/+2
2020-09-11getpwent_r.3: Declare variables with different types in different linesAlejandro Colomar1-1/+2
2020-09-11offsetof.3: Use "%zu" rather than "%zd" when printing 'size_t' valuesAlejandro Colomar1-2/+2