summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* swap rname and mname in debug output, and handle the USE_CD flageric2021-04-021-3/+4
* For the snprintf range check demo, add a (size_t) cast in the right placederaadt2021-04-011-3/+3
* Type-cast getpagesize() from int to size_t for the comparison with d.claudio2021-03-181-2/+2
* Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)bluhm2021-03-091-4/+6
* Change the implementation of the malloc cache to keep lists ofotto2021-03-091-152/+118
* document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurtderaadt2021-03-021-4/+8
* - Make use of the fact that we know how the chunks are aligned, andotto2021-02-252-49/+83
* Some people still argue that rand(3) and random(3) have suitable deterministicderaadt2021-02-122-4/+10
* Referece trpt(8) from the SO_DEBUG section of getsockopt(2).bluhm2021-02-041-2/+4
* Adding a hard-trap instruction after the __threxit syscall instructionkurt2021-02-031-2/+1
* article fixes; from eddie yousephjmc2021-02-022-6/+6
* When checking for available address family for AI_ADDRCONFIG considerflorian2021-01-261-1/+16
* Missing return value; ok jmc@otto2021-01-201-2/+3
* Prevent an overflow in inet_net_pton(3) when the passed in buffer isflorian2021-01-191-11/+18
* kernel, sysctl(8): remove dead variable: tickadjcheloha2021-01-131-5/+4
* Make fts_{alloc,safe_changed}() const correcttb2021-01-081-5/+5
* sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha2021-01-071-4/+1
* Fix two issues related to thread private data in asr.otto2021-01-064-20/+49
* Make consistent reference to pathname.rob2021-01-0310-35/+35
* Make CHIN() Boolean-valued and use this to turn an expression with atb2021-01-032-5/+5
* Turn macros into inline functions so that there is no need to document intb2021-01-031-5/+21
* Remove two now-unused functions; a result of the categories removal.millert2021-01-021-39/+2
* More regular error handling with the REQUIRE macro.millert2020-12-311-5/+4
* Remove unused categories in re_guts; they are written to but never read.millert2020-12-312-45/+3
* Strings in struct parse can be const, they are never modified.millert2020-12-311-15/+11
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-302-4/+7
* regcomp.c uses the "start + count < end" idiom to check that there aretb2020-12-301-13/+15
* Constify the strings in regerror.c and make use of the strlcpy()tb2020-12-301-14/+14
* cclasses[] multis field is always an empty string. Remove it and codetb2020-12-303-88/+16
* Constify the strings in cnames[]. No functional change.tb2020-12-302-5/+5
* Document kern.video.record.mglocker2020-12-291-2/+19
* Fix an off-by-one error in the marking of the O_CH operator followingmillert2020-12-281-2/+2
* Always call endservent_r() after getservbyport_r().eric2020-12-212-13/+17
* Geode CPU does not support SSE, so MXCSR does not exists there. Asbluhm2020-12-133-9/+3
* On i386 setjmp(3) should store the FPU state and longjmp(3) restorebluhm2020-12-063-3/+15
* Introduce constants to access the setjmp(3) jmp_buf fields frombluhm2020-12-063-76/+79
* grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc2020-12-031-3/+3
* Set type to DB_RECNO in __rec_open() for consistency with other db types.millert2020-12-011-1/+2
* Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2020-11-287-24/+24
* mapalign() only handles allocations >= a page; problem found by and ok semarie@otto2020-11-231-1/+3
* Constify dktypenames and fstypenames in libc.guenther2020-11-141-3/+3
* remove macro instances from arbitrary string width specifiers. for examplejmc2020-11-141-3/+3
* EVFILT_EXCEPT operates on sockets (emil engler)jmc2020-11-141-3/+4
* Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead.aoyama2020-11-071-2/+4
* double word fixes;jmc2020-11-051-3/+3
* The printf format string component %n is a nearly turning-complete gadget.deraadt2020-10-272-4/+83
* Retguard asm macros for powerpc libc, ld.sogkoehler2020-10-269-64/+87
* clock_gettime.2: overhaul manpagecheloha2020-10-251-76/+241
* Save and restore the MXCSR register and the FPU control word such thatkettenis2020-10-213-3/+15
* Align the basename(3) and dirname(3) prototypes with the POSIX spec:naddy2020-10-204-10/+10