| Age | Commit message (Expand) | Author |
| 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 |
| 2021-07-08 | Include the 0 return from write. Although the real write system call does | christos |
| 2021-07-08 | Obey EINTR and return immediately adjusting for unwritten. From RVP | christos |
| 2021-07-06 | Handle EINTR, from RVP. | christos |
| 2021-07-06 | Ensure that the stack is always 16-byte aligned by rounding sizes as needed. | thorpej |
| 2021-07-05 | Account for partial writes when interrupted (from FreeBSD). | christos |
| 2021-07-04 | libc: remove special handling for lint | rillig |
| 2021-07-03 | PR/56246: Yuichiro Naito: gprof(1) never show call graphs when profiling | christos |
| 2021-06-30 | Do previous differtly by pushing two registers in the same way as the | skrll |
| 2021-06-30 | The _INVOKE_CERROR macro deals with thumb so simplify the code (at the | skrll |
| 2021-06-30 | Trailing whitespace | skrll |
| 2021-06-30 | Fix previous. For Thumb-1: | rin |
| 2021-06-29 | Align sp to 8-byte boundary as required by EABI. | rin |
| 2021-06-29 | Rework the xxxVERBOSE option to share the common module-hook-based | pgoyette |
| 2021-06-27 | Fix PR lib/55931 | blymn |