summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-02-04Remove unused stuff, and limit the scope of some of the used ones.christos
2023-02-03Add a entry point for the complete function for FreeBSD compatibility with sh.christos
2023-02-03Don't clear the handle to el "sel" and set it earlier to prevent handlingchristos
2023-01-31fix few typos in comments.andvar
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-17crypt(3): Minor markup tweaksuwe
2023-01-17s/charater/character/ in comment.msaitoh
2023-01-17put attributes first for c23 compliance.christos
2023-01-17crypt(3): Call it password hashing, not `encrypting'.riastradh
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-21Add more debug so a call to waddbytes can be traced to the caller.blymn
2022-12-20Backout change to addnstr that broke other applications as n should beblymn
2022-12-13Handle the case the code originally intended to handle; systems where:christos
2022-12-13Trailing whitespaceskrll
2022-12-12Default the character width to 1 if wcwidth fails.blymn
2022-12-11Merge in 2022g:christos
2022-12-06editrc(5): Markup fixesuwe
2022-12-06getbsize(3): Use .Ev for BLOCKSIZEuwe
2022-12-05Revert previous change, it is not correct.blymn
2022-12-04getnetpath(3): Sprinkle some markupuwe
2022-12-04login_cap(3): Markup fixesuwe
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-04pw_init(3): Use .Ev for EDITORuwe
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-12-02PR/57095: Yilei Yang: Change readline's replace_history_entry to not make a copychristos
2022-11-30When performing a scroll, check the last line of the region is the sameblymn
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-23fix vax buildchristos