aboutsummaryrefslogtreecommitdiffstats
path: root/man3/random_r.3
AgeCommit message (Expand)AuthorFilesLines
2024-05-02man/, share/mk/: Move man*/ to man/Alejandro Colomar1-176/+0
2023-10-31man*/: srcfix (Use .P instead of .PP or .LP)Alejandro Colomar1-8/+8
2023-08-13man*/: Remove .sp 1 calls right before SH or PPAlejandro Colomar1-1/+0
2023-07-20man*/: ffix (un-bracket tables)G. Branden Robinson1-4/+2
2023-03-30man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sectionsAlejandro Colomar1-1/+1
2023-02-05Many pages: Use lowercase for 'glibc'Alejandro Colomar1-2/+2
2022-12-15Many pages: Add '\" t' comment where necessaryAlejandro Colomar1-0/+1
2022-12-04Many pages: wfixAlejandro Colomar1-1/+1
2022-11-10Various pages: SYNOPSIS: Use VLA syntax in function parametersAlejandro Colomar1-1/+2
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-09Revert "src.mk, All pages: Move man* to man/"Alejandro Colomar1-0/+177
2022-09-05src.mk, All pages: Move man* to man/Alejandro Colomar1-177/+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-03-20Many pages: Fix style issues reported by `make lint-groff`Alejandro Colomar1-4/+4
2022-03-06Many pages: LIBRARY: srcfixAlejandro Colomar1-1/+1
2022-03-06random_r.3: Add LIBRARY section (libc)Alejandro Colomar1-0/+3
2022-02-25Various pages: [Linux-man-pages-copyleft] Use SPDX-License-IdentifierAlejandro Colomar1-21/+1
2021-03-22getent.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1,...Michael Kerrisk1-1/+1
2021-03-14random_r.3: SYNOPSIS: Use 'restrict' in prototypesAlejandro Colomar1-4/+6
2021-01-07Various pages: Standardize wording around setting of 'errno' on errorMichael Kerrisk1-1/+1
2021-01-06Various pages: Improve formatting in ATTRIBUTESMichael Kerrisk1-2/+6
2021-01-05Various pages: Simplify mark-up for Feature Test Macro requirementsMichael Kerrisk1-6/+4
2021-01-04Various pages: replace '.ad b' macro with '.ad'Michael Kerrisk1-1/+1
2021-01-01Various pages: clean-ups after "bring more whitespace consistency in SYNOPSIS"Michael Kerrisk1-2/+0
2020-12-31Various pages: s/Glibc versions </Glibc </ in Feature Test Macro discussionsMichael Kerrisk1-1/+1
2020-09-29_exit.2, access.2, acct.2, brk.2, chdir.2, chmod.2, chown.2, chroot.2, clock_...Michael Kerrisk1-2/+2
2017-11-09random_r.3: wfixSeonghun Lim1-1/+1
2017-09-15iconv.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, mtrace.1, ...Michael Kerrisk1-1/+1
2017-08-16CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield...Michael Kerrisk1-4/+4
2017-08-15_syscall.2, clock_getres.2, clone.2, copy_file_range.2, create_module.2, dele...Michael Kerrisk1-3/+3
2017-08-15_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_get...Michael Kerrisk1-3/+3
2017-03-13add_key.2, execve.2, fork.2, fsync.2, getrandom.2, getrlimit.2, getxattr.2, i...Michael Kerrisk1-1/+1
2017-01-26random_r.3: tfixMichael Kerrisk1-1/+1
2017-01-25random_r.3: Add BUGS section pointing out the weirdness of the initstate_r() APIMichael Kerrisk1-0/+11
2017-01-25random_r.3: Note that 'buf' records a pointer to 'statebuf'Michael Kerrisk1-0/+17
2017-01-25random_r.3: Add some usage notes for setstate_r()Michael Kerrisk1-0/+5
2017-01-25random_r.3: 'buf.state' must be initialized to NULL before calling initstate_r()Michael Kerrisk1-0/+3
2016-03-15locale.1, localedef.1, _exit.2, accept.2, access.2, acct.2, adjtimex.2, bdflu...Michael Kerrisk1-1/+1
2016-03-01a64l.3, atoi.3, clearenv.3, drand48.3, drand48_r.3, ecvt.3, ecvt_r.3, gcvt.3,...Michael Kerrisk1-1/+2
2015-12-29accept.2, acct.2, bind.2, clock_getres.2, connect.2, dup.2, epoll_create.2, e...Michael Kerrisk1-1/+1
2015-12-17random_r.3: Clarify need to use initstate_r()Michael Kerrisk1-1/+5
2015-03-02mmap.2, a64l.3, abort.3, abs.3, acos.3, acosh.3, addseverity.3, adjtime.3, ai...Michael Kerrisk1-1/+1
2015-02-27random_r.3: Modify thread-safety informationMa Shimiao1-1/+1
2015-02-27random_r.3: Reformat thread-safety informationPeng Haitao1-4/+11
2014-04-01random_r.3: ATTRIBUTES: Note functions that are thread-safePeng Haitao1-1/+10
2013-04-19random_r.3: RETURN VALUE: mention that 'errno' is set on errorMichael Kerrisk1-2/+5
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
2010-09-22random_r.3: ffixMichael Kerrisk1-0/+2
2010-01-16accept.2, execve.2, futimesat.2, getresuid.2, getrlimit.2, madvise.2, mq_gets...Michael Kerrisk1-1/+1
2008-04-25Removed trailing white space at end of linesMichael Kerrisk1-2/+2
2008-04-22Remove out-of-date FIXMEMichael Kerrisk1-1/+0
2008-03-05Documents random_r(3), srandom_r(3), initstate_r(32), and setstate_r(3),Michael Kerrisk1-0/+129