summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-09-06Fix old-style definition: curses_version() --> curses_version(void)rin
2021-09-06Fix old-style definition: use_default_colors() --> use_default_colors(void)rin
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-09-03Try to refactor this in order to correct some of the memory issueschristos
2021-08-30Remove lint workaroundschristos
2021-08-30Add a changes filechristos
2021-08-29libc: suppress lint warning for namespacing mismatch for _mcountrillig
2021-08-29^W is traditionally bound to ed-delete-prev-word and not kill-regionchristos
2021-08-28Respect $EDITOR when execution one (Baptiste Daroussin)christos
2021-08-27libterminfo: remove redundant lint annotationsrillig
2021-08-22s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor.andvar
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-21PR/56370: mirabilos: libedit change from 2017 kills history in gdbchristos
2021-08-21Add more api to make gdb-11 happy (but not gdbtui as usual)christos
2021-08-19s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/outputandvar
2021-08-15libedit: simplify calls to macro ADD_STRINGrillig
2021-08-15readline: fix lint warning about effective unconst castrillig
2021-08-15libcurses: fix usage of __warn_referencesrillig
2021-08-15This is a mess; always define MB_LEN_MAX so both the regular and libhackchristos
2021-08-15need limits.hchristos
2021-08-15Use MBL_LEN_MAX (constant) so that SSP workschristos
2021-08-15Add verb to sentence.wiz
2021-08-15Disable attempts to handle EINTR and non-blocking I/O by default. It ischristos
2021-08-15Add a LINTED comment... Why doesn't NOTREACHED work?christos
2021-08-12fix typos in "environment" word.andvar
2021-08-11cast from strchr fixed.christos
2021-08-11libpam: clean up LINTFLAGSrillig
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-08-08introduce a SOL_LOCAL for unix-domain socket level socket optionsnia
2021-08-07typodholland
2021-08-04fix typos in puffs man pages.andvar
2021-08-03curses: clarify standout as the "best" _supported_ highlighting modenia
2021-08-02fix typo in README.compileopts text.andvar
2021-08-02curses: clarify documentation regarding the standout attributenia
2021-08-01fix typos in word "otherwise".andvar
2021-07-31s/dependend/dependent/andvar
2021-07-28Fix typos, improve wording.wiz
2021-07-27Tie the maximum file lock per unprivilegied uid to kern.maxfilesmanu
2021-07-26The BUGS sections is incorrect again for "modern" terminals.nia
2021-07-26Improve previous:rin
2021-07-25Update to reflect current reality for template characters - the processsimonb
2021-07-24For evbppc, use C version of bcopy(3), memcpy(3), memcmp(3), andrin
2021-07-22revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigatechristos
2021-07-21libm: build fma(3), fmaf(3), fmal(3) on alphatnn
2021-07-19Match the declaration in <sys/kauth.h>christos
2021-07-19There's no need to adjust `iov' in the error path.christos
2021-07-16When fflush fails, adjust pointers and the io vectors. From RVP. Fixeschristos
2021-07-14Via Jess Thrysoee, from Adrian Bunk: Fix libedit build on Linux/Alphachristos
2021-07-11Make sure dd_size is init'd, even when nothing has been read (so itkre
2021-07-09Don't adjust the buffers when write returns 0. This happens with fmemopenchristos