summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2017-02-02fix a comment and rm some dead code as a result of the previous diffOtto Moerbeek
2017-02-01Let realloc handle and produce moved pointers for allocations betweenOtto Moerbeek
2017-01-29return the sio_open notes to the audio section; from michael reedJason McIntyre
2017-01-25__errno() returns a 32-bit pointer, so make sure we write a 32-bitPatrick Wildt
2017-01-24in resolver(3), document that _EDNS0 and _DNSSEC are no ops;Jason McIntyre
2017-01-23whitespace between macro args and punctuation, and zap a tonJason McIntyre
2017-01-23Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyTheo de Raadt
2017-01-22Link libc with compiler_rt not libgcc if COMPILER_VERSION is clang.Jonathan Gray
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2017-01-211. When shrinking a chunk allocation, compare the size of the currentOtto Moerbeek
2017-01-11Add support for AArch64.Patrick Wildt
2017-01-04Remove unnecessary casts of 'a' to char * since 'a' is already char *.Todd C. Miller
2016-12-25gcc says "if you define labels and don't use them, I will whine."Kenneth R Westerback
2016-12-22Clarify code by eliminating unused #define's MUSTSEE, MUSTNOTSEE and inliningKenneth R Westerback
2016-12-21Adopt relevant part of NetBSD's r1.7 commit to discard unused results of theKenneth R Westerback
2016-12-20Add 'default:' cases to switch statements that gcc whines about.Kenneth R Westerback
2016-12-18Another whitespace nit that wandered into my sights.Kenneth R Westerback
2016-12-18Remove prototype for static function _asr_resolver. Eliminates gccKenneth R Westerback
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-15Nuke some trailing tabs.Kenneth R Westerback
2016-12-08Fix regressions introduce in the fix for CVE-2016-6559.Todd C. Miller
2016-12-07Fix a typo, decrement rem, don't increment for single digit hex bytes.Todd C. Miller
2016-12-06CVE-2016-6559: fix potential buffer overflow(s) in link_ntoa(3).Todd C. Miller
2016-11-12the referred to EXAMPLES section is now in strncpy(3);Jason McIntyre
2016-11-09Fix a use after free error introduced in rev 1.18 by only callingTodd C. Miller
2016-11-04MALLOC_STATS tweaks, by default not compiled inOtto Moerbeek
2016-11-03small tweak to also check canaries if F is in effectOtto Moerbeek
2016-10-31remove some old option letters and also make P non-settable. It hasOtto Moerbeek
2016-10-30include float.h for the LDBL_MAX_EXP cpp test in floatio.hJonathan Gray
2016-10-28Pages in the malloc cache are either reused quickly or unmappedOtto Moerbeek
2016-10-27For consistency, allow symlinkat(2) in the same way as symlink(2);Ingo Schwarze
2016-10-22$OpenBSD$Theo Buehler
2016-10-22- fix MALLOC_STATS compileOtto Moerbeek
2016-10-21fix some void * arithmetic by castingOtto Moerbeek
2016-10-21and recommit with fixed GCOtto Moerbeek
2016-10-20backout for now; flag combination GC is not okOtto Moerbeek
2016-10-20avoid sentence splicing;Jason McIntyre
2016-10-20canary corruption message changed a bitOtto Moerbeek
2016-10-20Also place canaries in > page sized objects (if C is in effect); ok tb@Otto Moerbeek
2016-10-19Remove the save_errno dance inside strerror_r(3). It is from theAlexander Bluhm
2016-10-19Use the reentrant strerror_r() instead of strerror() to expand %m.Todd C. Miller
2016-10-19note that SO_REUSEADDR is restricted to callers with the same uid or root;Jason McIntyre
2016-10-18Avoid generate SIGTTOU when restoring the terminal mode. If we getTodd C. Miller
2016-10-16Roll back uintptr_t cast changes after discussions with tedu, otto andDarren Tucker
2016-10-15Wrap _malloc_init() so internal calls go directlyPhilip Guenther
2016-10-14Cast pointers to uintptr_t to avoid potential signedness errors.Darren Tucker
2016-10-140xd0 -> 0xdb; ok deraadt@ millert@ tedu@Otto Moerbeek
2016-10-12optimize canary code a bit by storing offset of sizes table instead ofOtto Moerbeek
2016-10-08make clear the length printed is the requested lengthOtto Moerbeek
2016-10-07sort;Jason McIntyre