Age | Commit message (Expand) | Author |
2019-01-18 | minor tweaks: | Ingo Schwarze |
2019-01-18 | Adjust EINVAL wording: tv_nsec cannot be 1 billion, either. | cheloha |
2019-01-18 | futex(2): validate relative timeout before sleeping. | cheloha |
2019-01-18 | adjtime(2), settimeofday(2), clock_settime(2): validate input | cheloha |
2019-01-16 | For all functions known to be infected by LC_NUMERIC, add short | Ingo Schwarze |
2019-01-14 | Unbreak tree. Last minute changes are evil. | Otto Moerbeek |
2019-01-14 | There are cases where a program doing dns requests wants to set the | Otto Moerbeek |
2019-01-13 | Warn against using any categories but LC_CTYPE in setlocale(3) and | Ingo Schwarze |
2019-01-13 | Restore .Xr to pthread_sigmask | Jeremie Courreges-Anglas |
2019-01-12 | Move sigwait(3) from libpthread to libc | Jeremie Courreges-Anglas |
2019-01-11 | mincore() is a relic from the past, exposing physical machine information | Theo de Raadt |
2019-01-11 | Similar CAVEATS regarding LC_NUMERIC as was just committed | Ingo Schwarze |
2019-01-11 | Clarify that OpenBSD ignores the dangerous category LC_NUMERIC, | Ingo Schwarze |
2019-01-11 | getsockopt(2) recv(2) rmdir(2) and send(2) were present and implemented | Jonathan Gray |
2019-01-10 | Move default numer of pools in the multi-threaded case to 8. Various tests | Otto Moerbeek |
2019-01-10 | Make the "not my pool" searching loop a tiny bit smarter, while | Otto Moerbeek |
2019-01-09 | make spelling in previous consistent within the page; | Jason McIntyre |
2019-01-08 | Document SO_ZEROIZE socket option. | Alexander Bluhm |
2019-01-06 | Fix most of the .Li abuse: | Ingo Schwarze |
2019-01-06 | note that tracefile must be null when clearing points. | Ted Unangst |
2019-01-05 | Replace two-operand instruction aliases that clang does not | Visa Hankala |
2018-12-31 | nanosleep: loop tsleep(9) to ensure coverage of the full timeout range. | cheloha |
2018-12-28 | getgruid_r -> getgrgid_r | Theo Buehler |
2018-12-26 | document kern.pool_debug; ok tedu@ | anton |
2018-12-16 | Restore the optimization for unbuffered I/O. The buffer needs to | Todd C. Miller |
2018-12-16 | Back out rev 1.17 for now, it causes issues with python when building | Todd C. Miller |
2018-12-14 | Revisit the optimization for unbuffered I/O. We can use the buffer | Todd C. Miller |
2018-12-14 | Back out the optimization in rev 1.13, it does not update flags on | Todd C. Miller |
2018-12-10 | Improve speed for the multi-threaded case by reducing lock contention. | Otto Moerbeek |
2018-12-09 | style; OK otto | Florian Obser |
2018-12-05 | remove a stray line accidentally left behind in rev. 1.120; | Ingo Schwarze |
2018-11-29 | remove double .Pp. oops - sorry for not spotting! | Jason McIntyre |
2018-11-29 | Improve introduction so there is more clarity about the patterns of | Theo de Raadt |
2018-11-27 | Refactor "find the right pool" code into a function. ok djm@ tb@ | Otto Moerbeek |
2018-11-21 | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, | Jason McIntyre |
2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other | Otto Moerbeek |
2018-11-19 | Fix compilation on alpha, where DEF_WEAK() really must be paired with | Philip Guenther |
2018-11-19 | delete the dns jackport experiment. it has no future. | Ted Unangst |
2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | Otto Moerbeek |
2018-11-17 | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. | cheloha |
2018-11-10 | Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore. | Alexander Bluhm |
2018-11-10 | Conform to POSIX-2001 in which the behavior of passing a negative length using | anton |
2018-11-09 | Remove ethers(5) YP support bits from libc as it makes it difficult to | Bryan Steele |
2018-11-08 | zap last remains of malloc.conf; prompted by and ok jmc@ | Otto Moerbeek |
2018-11-06 | typo on fs.posix.setuid; from Piotr Durlej | Otto Moerbeek |
2018-11-06 | rm FILES section; prompted by Janne Johansson | Otto Moerbeek |
2018-11-06 | Use the new vm.malloc_conf sysctl; ok millert@ deraadt@ | Otto Moerbeek |
2018-11-06 | vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@ | Otto Moerbeek |
2018-11-05 | Mention aligned_alloc(), prompted by Brad; ok jmc@ | Otto Moerbeek |
2018-11-05 | aligned_alloc bump | Otto Moerbeek |