summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2023-01-31Note that strchrnul() first appeared in glibc 2.1.1 and appeared insimonb
2023-01-22fmtmsg.3: fix typorillig
2023-01-18inet(3): Fix typo in description of size argument.riastradh
2023-01-18KNF nit: opening brace of a function on next line.simonb
2023-01-17put attributes first for c23 compliance.christos
2023-01-15Apply 9cfe9507fcc22cd4a0c4da486ea1c7f0de6b075f for C23 attribute compliance.christos
2023-01-05Add errc() and verrc() to the list of functions which do not return,kre
2022-12-31setlocale.3: Reflect state of NetBSD locale support in the 21st centurynia
2022-12-28swab(3): Rewrite this to be understandable.riastradh
2022-12-28PR lib/57141 - never decrement len without actually performing a STEP.kre
2022-12-21Remove unneeded -D_OPENBSD_SOURCEwiz
2022-12-13Handle the case the code originally intended to handle; systems where:christos
2022-12-13Trailing whitespaceskrll
2022-12-11Merge in 2022g:christos
2022-12-06getbsize(3): Use .Ev for BLOCKSIZEuwe
2022-12-04getnetpath(3): Sprinkle some markupuwe
2022-12-04On VAX, compile gdtoa/misc.c at -O0 to avoid incorrect machine codejakllsch
2022-12-04fcntl(2): Fix wrong markup in a couple of placesuwe
2022-12-04Consistently use the 'mv' instrucation (which is itself an alias) insteadskrll
2022-12-04re_format(7): Add subsection headings for ERE and BREuwe
2022-12-04Bump date for the fixed RETURN VALUES in previousuwe
2022-12-04Tweak markup in _lwp_*(2) manual pagesuwe
2022-12-04lib: Mark up error names in man pages with .Eruwe
2022-12-04flock(2): s/Eq/Er/ typo in the ERRORS sectionuwe
2022-12-04Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICSuwe
2022-12-04getservent(3): Section 3 has RETURN VALUES, not DIAGNOSTICSuwe
2022-12-03reference /var/db/services.cdb / services_mkdb(8)jschauma
2022-12-03Trailing whitespaceskrll
2022-12-03Trailing whitespaceskrll
2022-11-30Trailing whitespaceskrll
2022-11-29socketpair(2): Formatting nitsuwe
2022-11-29document the only supported type protocol, document type flagsjschauma
2022-11-27reallocarray.3: minor grammar and style tweaksgutteridge
2022-11-17Simply set HAVE_GETRANDOM to false on __APPLE__.jakllsch
2022-11-16PR/57083: Jiaxun Yang: Fix build on MacOS/X which has <sys/random.h> but nochristos
2022-11-15posix_openpt.3: add a history sectiongutteridge
2022-11-10closefrom.3: add a history sectiongutteridge
2022-11-05regerror(3): Allow null errbuf if errbuf_size is zero.riastradh
2022-11-02Cleaner to use if/then/else rather than a ton of casts in the ternary operator.christos
2022-10-29Update to tzcode2022fchristos
2022-10-28put reallocarray() in the public namespacewiz
2022-10-26rephrase / clarify explanation of struct tm member normalizationjschauma
2022-10-26fix RCSID.andvar
2022-10-25Fix a merge or conversion problem (probably) - a .SH BUGSkre
2022-10-24strptime(3): make the fact that %z is an extension more prominentuwe
2022-10-21ctime(3): fix unbalanced paren introduced in 1.40uwe
2022-10-21ctime(3): add missing leading slash in a pathnameuwe
2022-10-21escape mathematical minus so it doesn't get rendered as a dashjschauma
2022-10-21Note normalizing behavior of mktime(3) using language from FreeBSD.jschauma
2022-10-18avoid unnecessary Ns macrowiz