summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* article fixes; from eddie yousephjmc2021-02-021-3/+3
* Make fts_{alloc,safe_changed}() const correcttb2021-01-081-5/+5
* sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha2021-01-071-4/+1
* Constify dktypenames and fstypenames in libc.guenther2020-11-141-3/+3
* Align the basename(3) and dirname(3) prototypes with the POSIX spec:naddy2020-10-204-10/+10
* Do some easy .data -> .rodata/.data.rel.ro conversionsguenther2020-10-134-8/+8
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-127-28/+15
* mib[2] is no longer used; ok guentherderaadt2020-10-121-2/+2
* Add support for timeconting in userland.pirofti2020-07-064-9/+9
* Prevent infinite for loop since i went from ssize_t to size_t. Patch fromdtucker2020-04-211-3/+3
* typo in commentdjm2020-03-131-2/+2
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-082-6/+6
* More precision regarding the openlog(3) *ident argument;schwarze2020-02-051-21/+61
* Warn that auth_call(3) users should include a "--" argument beforejsg2019-12-211-2/+7
* Remove includes that are no longer neeed after tedu's simplification.millert2019-12-101-4/+1
* libc's authentication privsep layer performed insufficient usernamederaadt2019-12-042-10/+39
* setting uid to -1 won't work with setresuid, so detect that conditiontedu2019-10-181-1/+19
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-027-59/+36
* ypclnt -> yp_bind;jmc2019-08-301-3/+3
* mop up stdarg rename; ok deraadtjmc2019-08-301-3/+3
* No specific called "exec(3)", so move primary manpage to a name whichderaadt2019-08-113-14/+10
* Replace cross-references to sigvec(3) with sigaction(2).millert2019-07-261-5/+3
* improve verb-tense for explaining the calling convention of __deraadt2019-07-051-3/+3
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* The "always hint that getpw operation is happening with access() the YPderaadt2019-07-023-3/+16
* tweak previous; ok guentherjmc2019-06-301-5/+6
* Document that getcwd() and realpath() are built on system calls thatguenther2019-06-291-2/+17
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-2817-55/+55
* delete duplicate .Xr below SEE ALSOschwarze2019-06-281-3/+2
* More consistently put remarks about the less useful LC_* categoties,schwarze2019-05-163-6/+37
* The fd used by nlist() isn't application visible, so mark it close-on-execguenther2019-05-131-2/+2
* Remove useless secure_path(3) calls.millert2019-03-232-25/+12
* remove a sentence that was once helpful when dirname.3 and basename.3benno2019-03-081-3/+3
* Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.millert2019-02-042-25/+24
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-2517-40/+40
* Restore .Xr to pthread_sigmaskjca2019-01-131-3/+4
* Move sigwait(3) from libpthread to libcjca2019-01-123-3/+153
* getgruid_r -> getgrgid_rtb2018-12-281-3/+3
* Mention aligned_alloc(), prompted by Brad; ok jmc@otto2018-11-051-4/+6
* typo; fix from hiltjo posthumaderaadt2018-10-311-3/+3
* use Mdocdate;jmc2018-10-301-2/+2
* Add C11's timespec_get(3); minor bump for libc.guenther2018-10-303-3/+136
* Fix a "copy-and-paste" error that Coverity picked up in the augment codedlg2018-10-091-2/+2
* Correct the uid_from_user() and gid_from_group() comments.millert2018-09-221-7/+7
* missing comma in previous;jmc2018-09-131-2/+2
* Add uid_from_user() and gid_from_group(), derived from pax's cache.c.millert2018-09-133-86/+442
* Use an mmap()'d buffer instead of a static buffer for the contentsmillert2018-08-213-80/+136
* Add hw.ncpuonline to count the number of online CPUs.cheloha2018-07-121-2/+2
* <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>guenther2018-04-271-3/+3
* improve markup quality in the cases found by the new "--" style messageschwarze2018-03-161-5/+4