aboutsummaryrefslogtreecommitdiffstats
path: root/man2/getdents.2
AgeCommit message (Expand)AuthorFilesLines
2024-05-02man/, share/mk/: Move man*/ to man/Alejandro Colomar1-323/+0
2024-02-25getdents.2: Add note to misleading field "d_off" in struct linux_dirent64Vinícius Schütz Piva1-4/+8
2023-10-31man*/: srcfix (Use .P instead of .PP or .LP)Alejandro Colomar1-16/+16
2023-05-03man*/, man.ignore.grep: srcfix; warn about blank linesAlejandro Colomar1-8/+8
2023-03-30man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sectionsAlejandro Colomar1-6/+6
2023-02-05Many pages: Use lowercase for 'glibc'Alejandro Colomar1-1/+1
2023-01-26getdents.2: EXAMPLES: Fix printf() conversion specifierAlejandro Colomar1-1/+1
2023-01-22Various pages: wfixAlejandro Colomar1-1/+1
2022-11-10Various pages: SYNOPSIS: Use VLA syntax in 'void *' function parametersAlex Colomar1-1/+1
2022-10-30Many pages: Use correct letter case in page titles (TH)Alejandro Colomar1-1/+1
2022-10-09dist.mk, All pages: .TH: Generate date at 'make dist'Alejandro Colomar1-1/+1
2022-10-09getent.1, iconv.1, intro.1, ldd.1, locale.1, localedef.1, memusage.1, memusag...Alejandro Colomar1-1/+1
2022-09-17Various pages: EXAMPLES: Align variable declarationsAlex Colomar1-5/+5
2022-09-15getdents.2: EXAMPLES: Use size_t for an offsetAlex Colomar1-1/+1
2022-09-13getdents.2: EXAMPLES: Sort includesAlex Colomar1-1/+1
2022-09-13Various pages: EXAMPLES: Use <err.h> functionsAlex Colomar1-5/+3
2022-09-09Revert "src.mk, All pages: Move man* to man/"Alejandro Colomar1-0/+321
2022-09-05src.mk, All pages: Move man* to man/Alejandro Colomar1-321/+0
2022-08-21All pages: Remove the 5th argument to .THAlejandro Colomar1-1/+1
2022-08-21All pages: Replace the 4th argument to .TH by "Linux man-pages (unreleased)"Alejandro Colomar1-1/+1
2022-07-29Many pages: Use STANDARDS instead of CONFORMING TOAlejandro Colomar1-1/+1
2022-05-03Various pages: EXAMPLES: ffixAlejandro Colomar1-1/+1
2022-05-02Various pages: EXAMPLES: Remove unused includesAlejandro Colomar1-2/+1
2022-05-01getdents.2, sysctl.2: EXAMPLES: Fix bugs related to printf(3)Alejandro Colomar1-1/+1
2022-04-30Many pages: EXAMPLES: Add wrapper comments SRC BEGIN and SRC ENDAlejandro Colomar1-0/+2
2022-03-20Many pages: Fix style issues reported by `make lint-groff`Alejandro Colomar1-2/+2
2022-03-06Many pages: LIBRARY: srcfixAlejandro Colomar1-1/+1
2022-02-25getdents.2: Add LIBRARY sectionAlejandro Colomar1-0/+3
2022-02-25Various pages: [Linux-man-pages-copyleft] Use SPDX-License-IdentifierAlejandro Colomar1-21/+1
2021-05-11getdents.2: ffixMichael Kerrisk1-1/+1
2021-05-11getdents.2: Use syscall(SYS_...); for system calls without a wrapperAlejandro Colomar1-5/+15
2021-03-22getent.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1,...Michael Kerrisk1-1/+1
2021-01-21Various pages: Inside code blocks (.EX/.EE) use \- to get real minus signsMichael Kerrisk1-5/+5
2021-01-07Various pages: Standardize wording around setting of 'errno' on errorMichael Kerrisk1-1/+1
2020-12-30Various pages: Normalize NOTES about nonexistent glibc wrappersGanimedes Colomar1-4/+4
2020-11-01memusage.1, pldd.1, sprof.1, add_key.2, bind.2, bpf.2, clone.2, dup.2, epoll_...Michael Kerrisk1-1/+1
2020-10-29getdents.2: Use appropriate typesAlejandro Colomar1-5/+5
2020-10-28getdents.2: Minor tweak to Alex's patchMichael Kerrisk1-1/+1
2020-10-28getdents.2: SYNOPSIS: Add missing header and feature test macroAlejandro Colomar1-0/+4
2020-10-28getdents.2: wfixAlejandro Colomar1-1/+1
2020-09-15add_key.2, clock_getres.2, clone.2, futex.2, getdents.2, getpid.2, getrlimit....Alejandro Colomar1-2/+3
2020-09-05sprof.1, eventfd.2, execve.2, futex.2, getdents.2, mprotect.2, open_by_handle...Michael Kerrisk1-2/+1
2020-09-05getdents.2: ffixMichael Kerrisk1-1/+1
2020-06-10getdents.2: ffixMichael Kerrisk1-1/+1
2020-06-09iconv.1, locale.1, memusage.1, memusagestat.1, pldd.1, sprof.1, _syscall.2, a...Michael Kerrisk1-1/+1
2020-05-31Various pages: retitle EXAMPLE section heading to EXAMPLESMichael Kerrisk1-1/+1
2020-04-14getdents.2: Tweaks to Petr Vorel's patchMichael Kerrisk1-7/+16
2020-04-14getdents.2: Mention glibc support for getdents64()Petr Vorel1-3/+6
2020-04-14getdents.2: Correct linux_dirent definition in example codeChris Lamb1-1/+1
2019-03-06getent.1, iconv.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, ...Michael Kerrisk1-1/+1
2019-02-27locale.1, memusage.1, pldd.1, _syscall.2, add_key.2, bind.2, bpf.2, chown.2, ...Michael Kerrisk1-4/+4
2017-09-15iconv.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1, ...Michael Kerrisk1-1/+1
2017-09-06getdents.2, ioctl_fat.2, mkdir.2, process_vm_readv.2, get_phys_pages.3, nextu...Michael Kerrisk1-1/+1
2017-08-19locale.1, pldd.1, bpf.2, clone.2, copy_file_range.2, dup.2, execve.2, futex.2...Michael Kerrisk1-6/+6
2017-08-16memusage.1, clone.2, eventfd.2, futex.2, getdents.2, ioctl_fat.2, ioctl_ns.2,...Michael Kerrisk1-2/+2
2017-08-16_syscall.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_...Michael Kerrisk1-5/+5
2017-08-15_syscall.2, clock_getres.2, clone.2, copy_file_range.2, create_module.2, dele...Michael Kerrisk1-1/+1
2017-05-03_exit.2, alarm.2, chmod.2, clone.2, epoll_ctl.2, fcntl.2, fork.2, fsync.2, ge...Michael Kerrisk1-1/+1
2017-04-23getdents.2, open.2, stat.2, statx.2: SEE ALSO: add inode(7)Michael Kerrisk1-1/+2
2015-04-12getdents.2: Update timestampMichael Kerrisk1-1/+1
2015-04-12getdents.2: tfixMichael Kerrisk1-1/+1
2015-04-12getdents.2: Document getdents64()Michael Kerrisk1-20/+47
2015-04-12getdents.2: ffixMichael Kerrisk1-1/+0
2015-04-12getdents.2: wfix (off-by-one kernel version)Michael Kerrisk1-1/+1
2014-11-12getdents.2, capabilities.7, symlink.7: tfix: Change 'i-node' to 'inode'Michael Kerrisk1-2/+2
2014-08-21adjtimex.2, bind.2, cacheflush.2, clone.2, fallocate.2, fanotify_init.2, fano...Michael Kerrisk1-2/+2
2013-08-08intro.1, time.1, access.2, acct.2, alloc_hugepages.2, bind.2, chdir.2, chmod....Michael Kerrisk1-2/+2
2013-04-01getdents.2: ffixMichael Kerrisk1-4/+4
2013-04-01getdents.2: tfixDavid Prévot1-1/+1
2013-03-25getdents.2: tfixMichael Kerrisk1-2/+2
2013-03-25getdents.2: srcfixMichael Kerrisk1-1/+1
2013-03-12ldd.1, arch_prctl.2, faccessat.2, fchmodat.2, fchownat.2, flock.2, futimesat....Michael Kerrisk1-0/+1
2013-03-10intro.1, _exit.2, access.2, alarm.2, alloc_hugepages.2, arch_prctl.2, bind.2,...Michael Kerrisk1-1/+1
2013-03-10intro.1, _exit.2, access.2, alarm.2, alloc_hugepages.2, arch_prctl.2, bind.2,...Michael Kerrisk1-0/+2
2013-02-24getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, a...Michael Kerrisk1-3/+3
2012-08-29ldd.1, execve.2, getdents.2, quotactl.2, select_tut.2, clock_getcpuclockid.3,...Michael Kerrisk1-3/+3
2012-08-03getdents.2, select_tut.2, atof.3, atoi.3, pthread_create.3, pthread_sigmask.3...Michael Kerrisk1-2/+2
2012-07-19get_robust_list.2, get_thread_area.2, getcpu.2, getdents.2, gettid.2, io_canc...Michael Kerrisk1-1/+7
2010-12-03Removed trailing white space at end of linesMichael Kerrisk1-1/+1
2010-11-21getdents.2: srcfix: Add FIXMEMichael Kerrisk1-0/+2
2010-11-21getdents.2: Added notes on getdents64()Michael Kerrisk1-1/+14
2010-10-12intro.1, time.1, accept.2, bind.2, connect.2, execve.2, flock.2, getdents.2, ...Michael Kerrisk1-1/+1
2009-09-28getdents.2: Minor fixesNicolas Fran�ois1-2/+2
2009-07-04getdents.2: The d_type field is fully supported on BtrfsMichael Kerrisk1-2/+2
2009-01-22getdents.2: Remove unneeded HAVE_D_TYPE from example programMichael Kerrisk1-6/+1
2009-01-18getdents.2: tstampMichael Kerrisk1-1/+1
2009-01-14getdents.2: Before kernel < 2.6.4, 'd_type' was effectively always DT_UNKNOWNMichael Kerrisk1-0/+10
2009-01-14getdents.2: wfixMichael Kerrisk1-2/+2
2008-11-11getdents.2, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, pthr...Michael Kerrisk1-5/+5
2008-11-04eventfd.2, getdents.2, mprotect.2, signalfd.2, timerfd_create.2, wait.2, back...Michael Kerrisk1-1/+1
2008-10-29getdents.2: Fix text relating to DT_UNKNOWN and 'd_type' supportChristoph Hellwig1-5/+6
2008-10-29eventfd.2, getdents.2, mprotect.2, signalfd.2, timerfd_create.2, wait.2, back...Michael Kerrisk1-1/+2
2008-10-29eventfd.2, execve.2, getdents.2, ioprio_set.2, mprotect.2, signalfd.2, timerf...Michael Kerrisk1-1/+1
2008-10-02getdents.2: Add an example programMichael Kerrisk1-0/+91
2008-10-02getdents.2: comment out linux_dirent fields with varying locationMichael Kerrisk1-5/+7
2008-10-02getdents.2: The DT_* constants are defined in <dirent.h>Michael Kerrisk1-1/+2
2008-10-02getdents.2: emove header files from SYNOPSISMichael Kerrisk1-6/+0
2008-10-02getdents.2: The programmer must define the linux_dirent structureMichael Kerrisk1-1/+4
2008-10-02getdents.2: s/dirent/linux_dirent/Michael Kerrisk1-7/+7
2008-09-29getdents.2, readdir.3: d_type is currently only supported on ext[234]Michael Kerrisk1-1/+9
2008-07-10s/parameter/argument/ when talking about the things givenMichael Kerrisk1-1/+1
2008-07-06ffix + tfixMichael Kerrisk1-4/+5
2008-06-27wfixMichael Kerrisk1-1/+1
2008-06-26ffixesMichael Kerrisk1-2/+2
2008-06-17Document d_type field; other minor edits.Michael Kerrisk1-11/+45
2007-12-23Fixed unbalanced .nf/fi pairs.Michael Kerrisk1-1/+1
2007-12-23Indent structure definitions by +4n.Michael Kerrisk1-2/+2
2007-05-30Removed version number from .TH lineMichael Kerrisk1-1/+1
2007-05-26Update these pages to reflect the fact that the _syscallN() macros have Michael Kerrisk1-4/+4
2007-05-14ffixMichael Kerrisk1-2/+1
2007-04-12Wrapped long lines, wrapped at sentence boundaries; stripped trailingMichael Kerrisk1-4/+4
2006-08-03Updated CONFORMING TO sectionMichael Kerrisk1-1/+2
2006-03-16Added comment in SYNOPSIS to note that syscall(2) may beMichael Kerrisk1-0/+1
2006-02-12Change "file name" to "filename"Michael Kerrisk1-2/+2
2005-10-19Automated addition of parentheses by add_parens_for_own_funcs.shMichael Kerrisk1-1/+1
2004-12-10After a note from Vasya Pupkin, I added <errno.h> to the SYNOPSISMichael Kerrisk1-0/+1
2004-12-10Removed erroneous semicolons at the end of _syscall() instances inMichael Kerrisk1-1/+1
2004-11-03Import of man-pages 1.70man-pages-1.70Michael Kerrisk1-0/+117