summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2018-04-08Actually describe the parameters rather than calling facts BUGSIngo Schwarze
2018-04-07sys/uio.h is not used anymoreOtto Moerbeek
2018-04-04mention which locale categories this is related to, and add SEE ALSOIngo Schwarze
2018-04-04add SEE ALSOIngo Schwarze
2018-04-04Split the useless localeconv(3) function out of the importantIngo Schwarze
2018-03-31Mark pthread_equal() as unused inside libcPhilip Guenther
2018-03-30fix MALLOC_STATS; spotted by and ok semarie@Otto Moerbeek
2018-03-29Resolve some code duplication.Ingo Schwarze
2018-03-29Fix three bugs in setlocale(3):Ingo Schwarze
2018-03-22Rewrite, since Karl Williamson <public at khwilliamson dot com>Ingo Schwarze
2018-03-21on failure, mmap() returns MAP_FAILEDGleydson Soares
2018-03-16improve markup quality in the cases found by the new "--" style messageIngo Schwarze
2018-03-16Since most (if not all) ARMv8 hardware doesn't actually support trapping ofMark Kettenis
2018-03-16anton points out that my previous commit completely messed with theJason McIntyre
2018-03-13Fix commentsJeremie Courreges-Anglas
2018-03-06use _ALIGN() which is uhm a bit OpenBSD-specific, but it means weTheo de Raadt
2018-03-05typo in kern.maxlocksperuidOtto Moerbeek
2018-03-05Use _MAX_PAGE_SHIFT, rather than #ifdef mips64Theo de Raadt
2018-03-04various tweaks, in part to try and clean up the amount of verticalJason McIntyre
2018-03-02Return monotonically increasing values.cheloha
2018-02-28Change floating-point mode/environment control functions to operate onMark Kettenis
2018-02-27improve lining up of tabs inside .Fd macros for terminal output;Ingo Schwarze
2018-02-11macro fix;Jason McIntyre
2018-02-11Document how MAP_STACK will be used. All stacks must be mmap'd withTheo de Raadt
2018-02-10zap trailing whitespace;Jason McIntyre
2018-02-10add support for binary sysctl payloads by handling them as hexFlorian Obser
2018-02-07use consistent style for for loop in unmap(), no functional changeOtto Moerbeek
2018-02-06make sure that all error paths are correctly handled in asr_run_sync()Eric Faurot
2018-01-30keep in sync with ld.so malloc.cOtto Moerbeek
2018-01-30word fix; from edgar pettijohnJason McIntyre
2018-01-28- An error in the multithreaded case could print the wrong function nameOtto Moerbeek
2018-01-26- do not junk pages returned by free_bytes(), all freed chunks are alreadyOtto Moerbeek
2018-01-23use END_STRONG. Yes, everything in the sh ecosystem is different..Theo de Raadt
2018-01-21Implement ffs(3) using the CLZ instructions which has been available everMark Kettenis
2018-01-19Use static inline such that the functions are guaranteed to be present whenMark Kettenis
2018-01-19Partial revert of rev. 1.7, fixes build with clangJeremie Courreges-Anglas
2018-01-18Wow, it cannot even be in .data...Theo de Raadt
2018-01-18Zap the rotor, it was a wrong idea. Cluebat applied by kshe whoOtto Moerbeek
2018-01-18Sorry, the PIC macros cannot reach to .rodata....Theo de Raadt
2018-01-18Move to ffs(3) for bitmask scanning. I played with this earlier,Otto Moerbeek
2018-01-18Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasPhilip Guenther
2018-01-14Add two more ARM EABI aliases that I missed in the previous libc minorMark Kettenis
2018-01-13tweak previous;Jason McIntyre
2018-01-13introduce a filter called EVFILT_DEVICE that can be used to notifyRobert Nagy
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2018-01-12sysctl(3) can now be renamed to sysctl(2)Theo de Raadt
2018-01-08Move SC_* defines into <machine/setjmp.h>, and rename them,Visa Hankala
2018-01-08optimization and some cleanup; mostly from kshe (except the unmap() part)Otto Moerbeek
2018-01-08TIOCUCNTL is now allowed by promise "tty".Martin Pieuchot
2018-01-06Remove dead gettimeofday calls and timevals.cheloha