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