summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-04-20Instead of compiling files with -fcommon, create an include file and declarechristos
2021-04-14for GCC, built memset.c with -fno-builtin. this avoids GCC 10 compilingmrg
2021-04-13- fix memory leakchristos
2021-04-13fake-use alloca()'s return value to quieten -Werror=unused-resultmrg
2021-04-13allocate the potential trailing nul as well.mrg
2021-04-13pass dest buffer size to strncpy() and ensure nul termination.mrg
2021-04-12pass the right enum to krb5_auth_con_setkeytype().mrg
2021-04-12avoid an unlikely buffer truncation.mrg
2021-04-12add a default: case to __kernel_standard(), failing with EDOMmrg
2021-04-12new GCC_NO_* uses for warning issues. most of the users of the newmrg
2021-04-12use -fcommon where necessary.mrg
2021-04-09Avoid duplicate directory traversals when building Elftoolchain sources.jkoshy
2021-04-08Redo r1.288: traverse the complete imported Elftoolchain tree during a build.jkoshy
2021-04-06Attempt to unbreak the build by reverting r1.288.jkoshy
2021-04-06Traverse the complete imported Elftoolchain tree during a build.jkoshy
2021-04-06Implement nvmm_vcpu::stop, a race-free exit from nvmm_vcpu_run() withoutreinoud
2021-04-03For MIPS N32, register_t needs to be uint64_t as "long" isn'tsimonb
2021-03-30libc/gen: fix hack for previously unsupported lint initializersrillig
2021-03-28Only unescape when we are quoting and don't add a space if we are quotingchristos
2021-03-28document the flagchristos
2021-03-28Pass the unescaped filename the the append function so it has to do less workchristos
2021-03-28Document EINVAL for out of range socket address lengths.dholland
2021-03-27In getvfsstat(2), clarify that the size argument is in bytes.dholland
2021-03-27Add fn_complete2() that controls the quoting of the returned match.christos
2021-03-21note that ttyaction.[35] first appeared in netbsd 1.3.mrg
2021-03-18simplify expression, daemon is an array can't be NULL.christos
2021-03-17Remove superfluous article.wiz
2021-03-17Clarify use of open flags in open(2).dholland
2021-03-15ossv4 mixer API: be extra careful with the inputs to AUDIO_MIXER_READ.nia
2021-03-13record the libblocklist dependencychristos
2021-03-11Underscore is a word character (thanks uwe@)christos
2021-03-11Remove trailing whitespace.wiz
2021-03-11improve wording.christos
2021-03-11Document the "C" language escapes supported in GNU mode.christos
2021-03-11recognize the "C" language backslash escapes like gnu does (except b whichchristos
2021-03-11s/skiping/skipping/msaitoh
2021-03-10Use __pthread_volatile for ptc_waiters (Greg A. Woods)christos
2021-03-10Add manpage links for asysctl(3) and asysctlbyname(3), already describedsimonb
2021-03-08cast to the proper enums for lintchristos
2021-03-07fix missing charschristos
2021-03-07Add blocklist support to libwrap which enables all programs using libwrapchristos
2021-03-01Merge tzcode-2021achristos
2021-02-26arrange for tools buildchristos
2021-02-26Arrange for tools buildchristos
2021-02-26Fix xref, add missing word.wiz
2021-02-26Add missing endutent.3 to MAN.rin
2021-02-26put back line accidentally removed.christos
2021-02-26PR/56012: Kouichi Hashikawa: getutent(3) man page is missingchristos
2021-02-25add missing _christos
2021-02-25fix NLS compilationchristos