Age | Commit message (Expand) | Author |
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 |
2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ | Otto Moerbeek |
2018-11-04 | add missing NET_RT_TABLE | denis |
2018-11-03 | For correctness, do not read struct servent if getservbyname_r() failed. | Eric Faurot |
2018-10-31 | typo; fix from hiltjo posthuma | Theo de Raadt |
2018-10-30 | use Mdocdate; | Jason McIntyre |
2018-10-30 | Add C11's timespec_get(3); minor bump for libc. | Philip Guenther |
2018-10-28 | Correctly deal with upper level unveil's by keeping track of the covering | Bob Beck |
2018-10-22 | More "explicitely" -> "explicitly" in various comments. | Kenneth R Westerback |
2018-10-21 | Switch alpha to futex(2) based condvars, mutexes and semaphores. | Visa Hankala |
2018-10-15 | Switch powerpc to futex(2) based condvars, mutexes and semaphores. | Visa Hankala |
2018-10-09 | Fix a "copy-and-paste" error that Coverity picked up in the augment code | David Gwynne |
2018-10-02 | document that uuid_create generates v4 uuids; from william orr | Jason McIntyre |
2018-10-01 | Add retguard to arm64 libc syscalls and setjmp / longjmp. | mortimer |
2018-10-01 | As per POSIX, when str{,r}chr is comparing it should convert c to a char. | Martijn van Duren |
2018-09-30 | add spin lock in KERN_CPTIME cpu states | solene |
2018-09-30 | Make the HISTORY sections of the "intro" manuals less confusing and | Ingo Schwarze |
2018-09-26 | typo; ok jmc@ | miko |
2018-09-26 | align RETURN VALUES section with pledge manual; ok deraadt@ | miko |