summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
AgeCommit message (Expand)AuthorFilesLines
2021-02-02article fixes; from eddie yousephjmc1-3/+3
2021-01-08Make fts_{alloc,safe_changed}() const correcttb1-5/+5
2021-01-07sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha1-4/+1
2020-11-14Constify dktypenames and fstypenames in libc.guenther1-3/+3
2020-10-20Align the basename(3) and dirname(3) prototypes with the POSIX spec:naddy4-10/+10
2020-10-13Do some easy .data -> .rodata/.data.rel.ro conversionsguenther4-8/+8
2020-10-12make fixed-sized fixed-value mib[] arrays be constderaadt7-28/+15
2020-10-12mib[2] is no longer used; ok guentherderaadt1-2/+2
2020-07-06Add support for timeconting in userland.pirofti4-9/+9
2020-04-21Prevent infinite for loop since i went from ssize_t to size_t. Patch fromdtucker1-3/+3
2020-03-13typo in commentdjm1-2/+2
2020-02-08correct Research Unix edition "appeared in" use in HISTORYjsg2-6/+6
2020-02-05More precision regarding the openlog(3) *ident argument;schwarze1-21/+61
2019-12-21Warn that auth_call(3) users should include a "--" argument beforejsg1-2/+7
2019-12-10Remove includes that are no longer neeed after tedu's simplification.millert1-4/+1
2019-12-04libc's authentication privsep layer performed insufficient usernamederaadt2-10/+39
2019-10-18setting uid to -1 won't work with setresuid, so detect that conditiontedu1-1/+19
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt7-59/+36
2019-08-30ypclnt -> yp_bind;jmc1-3/+3
2019-08-30mop up stdarg rename; ok deraadtjmc1-3/+3
2019-08-11No specific called "exec(3)", so move primary manpage to a name whichderaadt3-14/+10
2019-07-26Replace cross-references to sigvec(3) with sigaction(2).millert1-5/+3
2019-07-05improve verb-tense for explaining the calling convention of __deraadt1-3/+3
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.deraadt1-2/+2
2019-07-02The "always hint that getpw operation is happening with access() the YPderaadt3-3/+16
2019-06-30tweak previous; ok guentherjmc1-5/+6
2019-06-29Document that getcwd() and realpath() are built on system calls thatguenther1-2/+17
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt17-55/+55
2019-06-28delete duplicate .Xr below SEE ALSOschwarze1-3/+2
2019-05-16More consistently put remarks about the less useful LC_* categoties,schwarze3-6/+37
2019-05-13The fd used by nlist() isn't application visible, so mark it close-on-execguenther1-2/+2
2019-03-23Remove useless secure_path(3) calls.millert2-25/+12
2019-03-08remove a sentence that was once helpful when dirname.3 and basename.3benno1-3/+3
2019-02-04Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.millert2-25/+24
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert17-40/+40
2019-01-13Restore .Xr to pthread_sigmaskjca1-3/+4
2019-01-12Move sigwait(3) from libpthread to libcjca3-3/+153
2018-12-28getgruid_r -> getgrgid_rtb1-3/+3
2018-11-05Mention aligned_alloc(), prompted by Brad; ok jmc@otto1-4/+6
2018-10-31typo; fix from hiltjo posthumaderaadt1-3/+3
2018-10-30use Mdocdate;jmc1-2/+2
2018-10-30Add C11's timespec_get(3); minor bump for libc.guenther3-3/+136
2018-10-09Fix a "copy-and-paste" error that Coverity picked up in the augment codedlg1-2/+2
2018-09-22Correct the uid_from_user() and gid_from_group() comments.millert1-7/+7
2018-09-13missing comma in previous;jmc1-2/+2
2018-09-13Add uid_from_user() and gid_from_group(), derived from pax's cache.c.millert3-84/+440
2018-08-21Use an mmap()'d buffer instead of a static buffer for the contentsmillert3-80/+136
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha1-2/+2
2018-04-27<sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>guenther1-3/+3
2018-03-16improve markup quality in the cases found by the new "--" style messageschwarze1-5/+4