summaryrefslogtreecommitdiffstats
path: root/lib/libc
AgeCommit message (Expand)AuthorFilesLines
2021-04-02swap rname and mname in debug output, and handle the USE_CD flageric1-3/+4
2021-04-01For the snprintf range check demo, add a (size_t) cast in the right placederaadt1-3/+3
2021-03-18Type-cast getpagesize() from int to size_t for the comparison with d.claudio1-2/+2
2021-03-09Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)bluhm1-4/+6
2021-03-09Change the implementation of the malloc cache to keep lists ofotto1-152/+118
2021-03-02document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurtderaadt1-4/+8
2021-02-25- Make use of the fact that we know how the chunks are aligned, andotto2-49/+83
2021-02-12Some people still argue that rand(3) and random(3) have suitable deterministicderaadt2-4/+10
2021-02-04Referece trpt(8) from the SO_DEBUG section of getsockopt(2).bluhm1-2/+4
2021-02-03Adding a hard-trap instruction after the __threxit syscall instructionkurt1-2/+1
2021-02-02article fixes; from eddie yousephjmc2-6/+6
2021-01-26When checking for available address family for AI_ADDRCONFIG considerflorian1-1/+16
2021-01-20Missing return value; ok jmc@otto1-2/+3
2021-01-19Prevent an overflow in inet_net_pton(3) when the passed in buffer isflorian1-11/+18
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha1-5/+4
2021-01-08Make fts_{alloc,safe_changed}() const correcttb1-5/+5
2021-01-07sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha1-4/+1
2021-01-06Fix two issues related to thread private data in asr.otto4-20/+49
2021-01-03Make consistent reference to pathname.rob10-35/+35
2021-01-03Make CHIN() Boolean-valued and use this to turn an expression with atb2-5/+5
2021-01-03Turn macros into inline functions so that there is no need to document intb1-5/+21
2021-01-02Remove two now-unused functions; a result of the categories removal.millert1-39/+2
2020-12-31More regular error handling with the REQUIRE macro.millert1-5/+4
2020-12-31Remove unused categories in re_guts; they are written to but never read.millert2-45/+3
2020-12-31Strings in struct parse can be const, they are never modified.millert1-15/+11
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2-4/+7
2020-12-30regcomp.c uses the "start + count < end" idiom to check that there aretb1-13/+15
2020-12-30Constify the strings in regerror.c and make use of the strlcpy()tb1-14/+14
2020-12-30cclasses[] multis field is always an empty string. Remove it and codetb3-88/+16
2020-12-30Constify the strings in cnames[]. No functional change.tb2-5/+5
2020-12-29Document kern.video.record.mglocker1-2/+19
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingmillert1-2/+2
2020-12-21Always call endservent_r() after getservbyport_r().eric2-13/+17
2020-12-13Geode CPU does not support SSE, so MXCSR does not exists there. Asbluhm3-9/+3
2020-12-06On i386 setjmp(3) should store the FPU state and longjmp(3) restorebluhm3-3/+15
2020-12-06Introduce constants to access the setjmp(3) jmp_buf fields frombluhm3-76/+79
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc1-3/+3
2020-12-01Set type to DB_RECNO in __rec_open() for consistency with other db types.millert1-1/+2
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler7-24/+24
2020-11-23mapalign() only handles allocations >= a page; problem found by and ok semarie@otto1-1/+3
2020-11-14Constify dktypenames and fstypenames in libc.guenther1-3/+3
2020-11-14remove macro instances from arbitrary string width specifiers. for examplejmc1-3/+3
2020-11-14EVFILT_EXCEPT operates on sockets (emil engler)jmc1-3/+4
2020-11-07Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead.aoyama1-2/+4
2020-11-05double word fixes;jmc1-3/+3
2020-10-27The printf format string component %n is a nearly turning-complete gadget.deraadt2-4/+83
2020-10-26Retguard asm macros for powerpc libc, ld.sogkoehler9-61/+84
2020-10-25clock_gettime.2: overhaul manpagecheloha1-76/+241
2020-10-21Save and restore the MXCSR register and the FPU control word such thatkettenis3-3/+15
2020-10-20Align the basename(3) and dirname(3) prototypes with the POSIX spec:naddy4-10/+10