summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2021-02-04Referece trpt(8) from the SO_DEBUG section of getsockopt(2).Alexander Bluhm
2021-02-03Adding a hard-trap instruction after the __threxit syscall instructionKurt Miller
2021-02-02article fixes; from eddie yousephJason McIntyre
2021-01-26When checking for available address family for AI_ADDRCONFIG considerFlorian Obser
2021-01-20Missing return value; ok jmc@Otto Moerbeek
2021-01-19Prevent an overflow in inet_net_pton(3) when the passed in buffer isFlorian Obser
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha
2021-01-08Make fts_{alloc,safe_changed}() const correctTheo Buehler
2021-01-07sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha
2021-01-06Fix two issues related to thread private data in asr.Otto Moerbeek
2021-01-03Make consistent reference to pathname.rob
2021-01-03Make CHIN() Boolean-valued and use this to turn an expression with aTheo Buehler
2021-01-03Turn macros into inline functions so that there is no need to document inTheo Buehler
2021-01-02Remove two now-unused functions; a result of the categories removal.Todd C. Miller
2020-12-31More regular error handling with the REQUIRE macro.Todd C. Miller
2020-12-31Remove unused categories in re_guts; they are written to but never read.Todd C. Miller
2020-12-31Strings in struct parse can be const, they are never modified.Todd C. Miller
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30regcomp.c uses the "start + count < end" idiom to check that there areTheo Buehler
2020-12-30Constify the strings in regerror.c and make use of the strlcpy()Theo Buehler
2020-12-30cclasses[] multis field is always an empty string. Remove it and codeTheo Buehler
2020-12-30Constify the strings in cnames[]. No functional change.Theo Buehler
2020-12-29Document kern.video.record.Marcus Glocker
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingTodd C. Miller
2020-12-21Always call endservent_r() after getservbyport_r().Eric Faurot
2020-12-13Geode CPU does not support SSE, so MXCSR does not exists there. AsAlexander Bluhm
2020-12-06On i386 setjmp(3) should store the FPU state and longjmp(3) restoreAlexander Bluhm
2020-12-06Introduce constants to access the setjmp(3) jmp_buf fields fromAlexander Bluhm
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;Jason McIntyre
2020-12-01Set type to DB_RECNO in __rec_open() for consistency with other db types.Todd C. Miller
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-11-23mapalign() only handles allocations >= a page; problem found by and ok semarie@Otto Moerbeek
2020-11-14Constify dktypenames and fstypenames in libc.Philip Guenther
2020-11-14remove macro instances from arbitrary string width specifiers. for exampleJason McIntyre
2020-11-14EVFILT_EXCEPT operates on sockets (emil engler)Jason McIntyre
2020-11-07Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead.Kenji Aoyama
2020-11-05double word fixes;Jason McIntyre
2020-10-27The printf format string component %n is a nearly turning-complete gadget.Theo de Raadt
2020-10-26Retguard asm macros for powerpc libc, ld.sogkoehler
2020-10-25clock_gettime.2: overhaul manpagecheloha
2020-10-21Save and restore the MXCSR register and the FPU control word such thatMark Kettenis
2020-10-20Align the basename(3) and dirname(3) prototypes with the POSIX spec:Christian Weisgerber
2020-10-20Use a trap instruction that unconditionally terminates the process.Visa Hankala
2020-10-19Retguard sigsetjmp on powerpc64.mortimer
2020-10-19replace ad-hoc illegal instruction with the architecturally defined oneChristian Weisgerber
2020-10-19add retguard prologue/epilogueTheo de Raadt
2020-10-19Save and restore the FPCR register such that floating-point control modesMark Kettenis
2020-10-18Add powerpc64 retguard macros for setjmp / longjmp.mortimer
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.Theo de Raadt
2020-10-16Adapt SYS.h to use retguard macros from asm.h, so that generated systemTheo de Raadt