Age | Commit message (Expand) | Author |
2018-06-04 | Use process-private futexes. This avoids the overhead of calling into uvm | Mark Kettenis |
2018-06-03 | for the witness(4) text, we already Xr the page in the first sentence, so adding | Jason McIntyre |
2018-05-28 | Drop include of <arm64/swi.h> and remove it. | Mark Kettenis |
2018-05-28 | Returns EBUSY if dup2(2) is called for a LARVAL file. | Martin Pieuchot |
2018-05-28 | Clear the sign bit in the QNAN constants used by strtof, strtod and strtold, | Jonathan Matthew |
2018-05-26 | document the new kern.audio node; OK ratchov@ | Ingo Schwarze |
2018-05-19 | Switch sparc64 to futex(2) based mutexes and condvars. | Martin Pieuchot |
2018-05-17 | Drop memory barrier in _atomic_lock() implementation since the callers now | Mark Kettenis |
2018-05-16 | Document kern.witnesswatch in sysctl(2). | Visa Hankala |
2018-05-13 | Enable futex(2)-based mutex on arm64. | Visa Hankala |
2018-05-13 | Add memory barriers to libc's _spinlock() to make the mechanism | Visa Hankala |
2018-05-10 | Fix typo in RFC number. | Theo Buehler |
2018-04-30 | Add a missing header when compiling with -DDEBUG | denis |
2018-04-28 | reference hosts(5) instead of networks(5) | Ingo Schwarze |
2018-04-28 | Remove references to the obsolete getnetent(3) and networks(5). | Ingo Schwarze |
2018-04-28 | Stop talking about /etc/networks, which is no longer used, | Ingo Schwarze |
2018-04-28 | Say that sethostent(3), gethostent(3), and endhostent(3) do nothing. | Ingo Schwarze |
2018-04-28 | To allow us to get rid of /etc/networks, make getnetby*(3) | Ingo Schwarze |
2018-04-28 | Minor cleanup, no functional change: | Ingo Schwarze |
2018-04-28 | To allow us to get rid of /etc/networks, make setnetent(3), | Ingo Schwarze |
2018-04-27 | Fix typo in binary-float example in comment | Philip Guenther |
2018-04-27 | <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h> | Philip Guenther |
2018-04-24 | Make futex(2) also return ECANCELED in case SA_RESTART was set. | Paul Irofti |
2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | Paul Irofti |
2018-04-22 | use NULL for pointer | Theo de Raadt |
2018-04-22 | mmap() no longer needs to be used. Without providing too many details, | Theo de Raadt |
2018-04-08 | Actually describe the parameters rather than calling facts BUGS | Ingo Schwarze |
2018-04-07 | sys/uio.h is not used anymore | Otto Moerbeek |
2018-04-04 | mention which locale categories this is related to, and add SEE ALSO | Ingo Schwarze |
2018-04-04 | add SEE ALSO | Ingo Schwarze |
2018-04-04 | Split the useless localeconv(3) function out of the important | Ingo Schwarze |
2018-03-31 | Mark pthread_equal() as unused inside libc | Philip Guenther |
2018-03-30 | fix MALLOC_STATS; spotted by and ok semarie@ | Otto Moerbeek |
2018-03-29 | Resolve some code duplication. | Ingo Schwarze |
2018-03-29 | Fix three bugs in setlocale(3): | Ingo Schwarze |
2018-03-22 | Rewrite, since Karl Williamson <public at khwilliamson dot com> | Ingo Schwarze |
2018-03-21 | on failure, mmap() returns MAP_FAILED | Gleydson Soares |
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 |