Age | Commit message (Expand) | Author |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2018-03-16 | Since most (if not all) ARMv8 hardware doesn't actually support trapping of | Mark Kettenis |
2018-03-16 | anton points out that my previous commit completely messed with the | Jason McIntyre |
2018-03-13 | Fix comments | Jeremie Courreges-Anglas |
2018-03-06 | use _ALIGN() which is uhm a bit OpenBSD-specific, but it means we | Theo de Raadt |
2018-03-05 | typo in kern.maxlocksperuid | Otto Moerbeek |
2018-03-05 | Use _MAX_PAGE_SHIFT, rather than #ifdef mips64 | Theo de Raadt |
2018-03-04 | various tweaks, in part to try and clean up the amount of vertical | Jason McIntyre |
2018-03-02 | Return monotonically increasing values. | cheloha |
2018-02-28 | Change floating-point mode/environment control functions to operate on | Mark Kettenis |
2018-02-27 | improve lining up of tabs inside .Fd macros for terminal output; | Ingo Schwarze |
2018-02-11 | macro fix; | Jason McIntyre |
2018-02-11 | Document how MAP_STACK will be used. All stacks must be mmap'd with | Theo de Raadt |
2018-02-10 | zap trailing whitespace; | Jason McIntyre |
2018-02-10 | add support for binary sysctl payloads by handling them as hex | Florian Obser |
2018-02-07 | use consistent style for for loop in unmap(), no functional change | Otto Moerbeek |
2018-02-06 | make sure that all error paths are correctly handled in asr_run_sync() | Eric Faurot |
2018-01-30 | keep in sync with ld.so malloc.c | Otto Moerbeek |
2018-01-30 | word fix; from edgar pettijohn | Jason McIntyre |
2018-01-28 | - An error in the multithreaded case could print the wrong function name | Otto Moerbeek |
2018-01-26 | - do not junk pages returned by free_bytes(), all freed chunks are already | Otto Moerbeek |
2018-01-23 | use END_STRONG. Yes, everything in the sh ecosystem is different.. | Theo de Raadt |
2018-01-21 | Implement ffs(3) using the CLZ instructions which has been available ever | Mark Kettenis |
2018-01-19 | Use static inline such that the functions are guaranteed to be present when | Mark Kettenis |
2018-01-19 | Partial revert of rev. 1.7, fixes build with clang | Jeremie Courreges-Anglas |
2018-01-18 | Wow, it cannot even be in .data... | Theo de Raadt |
2018-01-18 | Zap the rotor, it was a wrong idea. Cluebat applied by kshe who | Otto Moerbeek |
2018-01-18 | Sorry, the PIC macros cannot reach to .rodata.... | Theo de Raadt |
2018-01-18 | Move to ffs(3) for bitmask scanning. I played with this earlier, | Otto Moerbeek |
2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | Philip Guenther |
2018-01-14 | Add two more ARM EABI aliases that I missed in the previous libc minor | Mark Kettenis |
2018-01-13 | tweak previous; | Jason McIntyre |
2018-01-13 | introduce a filter called EVFILT_DEVICE that can be used to notify | Robert Nagy |
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt |
2018-01-12 | sysctl(3) can now be renamed to sysctl(2) | Theo de Raadt |
2018-01-08 | Move SC_* defines into <machine/setjmp.h>, and rename them, | Visa Hankala |
2018-01-08 | optimization and some cleanup; mostly from kshe (except the unmap() part) | Otto Moerbeek |
2018-01-08 | TIOCUCNTL is now allowed by promise "tty". | Martin Pieuchot |
2018-01-06 | Remove dead gettimeofday calls and timevals. | cheloha |
2018-01-02 | some grammar fixes; from dholland@netbsd, -r1.68 | Jason McIntyre |
2018-01-01 | Only init chunk_info once, plus some moving of code to group related functions. | Otto Moerbeek |
2017-12-27 | step one in avoiding unneccesary init of chunk_info; | Otto Moerbeek |
2017-12-26 | Add ARM EABI runtime aliases to the GCC runtime functions that we include | Mark Kettenis |
2017-12-25 | memcpy from the right place. at this point, the used variable is not | Ted Unangst |
2017-12-24 | Fix one possible buffer overflow and one underflow. Also some minor | Todd C. Miller |
2017-12-18 | let's not try to document the number of items in a list... | Jason McIntyre |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-12-16 | Move __cxa_thread_atexit* to its own .c file to avoid pulling the code | Philip Guenther |
2017-12-16 | Don't use _libc_ prefix when referencing "builtin" symbols with clang. | Mark Kettenis |
2017-12-14 | Simplify and unify timespec variables used in those event loops | Jeremie Courreges-Anglas |