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