summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2020-10-13Do some easy .data -> .rodata/.data.rel.ro conversionsPhilip Guenther
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2020-10-12annoying whitespaceTheo de Raadt
2020-10-12mib[2] is no longer used; ok guentherTheo de Raadt
2020-10-09Correct error returns, do not print eror message to stdout (thereOtto Moerbeek
2020-10-09Partly revert previous commit, these changes we not supposed to go in.Otto Moerbeek
2020-10-09As noted by tb@ previous commit only removed an unused fucntion.Otto Moerbeek
2020-10-06Use random value for canary bytes; ok tb@Otto Moerbeek
2020-10-01Mark top-level frame for new thread in both CFI and with zeroPhilip Guenther
2020-09-30adjust protos for utimes/futimes to use [2], and then add documentationTheo de Raadt
2020-09-13Spell out n as en for consistency with other parts of the page.Theo Buehler
2020-09-13%lln is percent ell ell n (not dee).Claudio Jeker
2020-09-06For page-sized and larger allocations do not put the pages we'reOtto Moerbeek
2020-08-30Remove duplicate definition of _null_auth.mortimer
2020-08-23amd64: TSC timecounter: prefix RDTSC with LFENCEcheloha
2020-08-17Fix append mode so it always writes to the end and expand regress.Todd C. Miller
2020-08-14Fix handling of "w+" mode, we were only truncating for "w".Todd C. Miller
2020-08-13select.2: Xr directly to timersub(3) now that it has a dedicated manpagecheloha
2020-08-04We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4)mvs