| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nanosleep: loop tsleep(9) to ensure coverage of the full timeout range. |  cheloha | 2018-12-31 | 1 | -4/+5 |
* | getgruid_r -> getgrgid_r |  tb | 2018-12-28 | 1 | -3/+3 |
* | document kern.pool_debug; ok tedu@ |  anton | 2018-12-26 | 1 | -2/+20 |
* | Restore the optimization for unbuffered I/O. The buffer needs to |  millert | 2018-12-16 | 1 | -1/+31 |
* | Back out rev 1.17 for now, it causes issues with python when building |  millert | 2018-12-16 | 1 | -31/+1 |
* | Revisit the optimization for unbuffered I/O. We can use the buffer |  millert | 2018-12-14 | 1 | -1/+31 |
* | Back out the optimization in rev 1.13, it does not update flags on |  millert | 2018-12-14 | 1 | -16/+1 |
* | Improve speed for the multi-threaded case by reducing lock contention. |  otto | 2018-12-10 | 1 | -30/+21 |
* | style; OK otto |  florian | 2018-12-09 | 1 | -3/+3 |
* | remove a stray line accidentally left behind in rev. 1.120; |  schwarze | 2018-12-05 | 1 | -3/+2 |
* | remove double .Pp. oops - sorry for not spotting! |  jmc | 2018-11-29 | 1 | -2/+1 |
* | Improve introduction so there is more clarity about the patterns of |  deraadt | 2018-11-29 | 1 | -17/+17 |
* | Refactor "find the right pool" code into a function. ok djm@ tb@ |  otto | 2018-11-27 | 1 | -65/+34 |
* | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, |  jmc | 2018-11-21 | 2 | -11/+125 |
* | Introducing malloc_usable_size() was a mistake. While some other |  otto | 2018-11-21 | 5 | -110/+8 |
* | Fix compilation on alpha, where DEF_WEAK() really must be paired with |  guenther | 2018-11-19 | 1 | -2/+1 |
* | delete the dns jackport experiment. it has no future. |  tedu | 2018-11-19 | 1 | -6/+2 |
* | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page |  otto | 2018-11-18 | 5 | -8/+112 |
* | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. |  cheloha | 2018-11-17 | 1 | -2/+11 |
* | Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore. |  bluhm | 2018-11-10 | 1 | -5/+7 |
* | Conform to POSIX-2001 in which the behavior of passing a negative length using |  anton | 2018-11-10 | 1 | -3/+18 |
* | Remove ethers(5) YP support bits from libc as it makes it difficult to |  brynet | 2018-11-09 | 2 | -70/+8 |
* | zap last remains of malloc.conf; prompted by and ok jmc@ |  otto | 2018-11-08 | 2 | -11/+8 |
* | typo on fs.posix.setuid; from Piotr Durlej |  otto | 2018-11-06 | 1 | -2/+2 |
* | rm FILES section; prompted by Janne Johansson |  otto | 2018-11-06 | 1 | -7/+2 |
* | Use the new vm.malloc_conf sysctl; ok millert@ deraadt@ |  otto | 2018-11-06 | 1 | -6/+11 |
* | vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@ |  otto | 2018-11-06 | 1 | -2/+7 |
* | Mention aligned_alloc(), prompted by Brad; ok jmc@ |  otto | 2018-11-05 | 1 | -4/+6 |
* | aligned_alloc bump |  otto | 2018-11-05 | 1 | -1/+1 |
* | Implement C11's aligned_alloc(3). ok guenther@ |  otto | 2018-11-05 | 4 | -6/+87 |
* | add missing NET_RT_TABLE |  denis | 2018-11-04 | 1 | -2/+3 |
* | For correctness, do not read struct servent if getservbyname_r() failed. |  eric | 2018-11-03 | 1 | -7/+5 |
* | typo; fix from hiltjo posthuma |  deraadt | 2018-10-31 | 1 | -3/+3 |
* | use Mdocdate; |  jmc | 2018-10-30 | 1 | -2/+2 |
* | Add C11's timespec_get(3); minor bump for libc. |  guenther | 2018-10-30 | 6 | -5/+140 |
* | Correctly deal with upper level unveil's by keeping track of the covering |  beck | 2018-10-28 | 1 | -13/+2 |
* | More "explicitely" -> "explicitly" in various comments. |  krw | 2018-10-22 | 2 | -4/+4 |
* | Switch alpha to futex(2) based condvars, mutexes and semaphores. |  visa | 2018-10-21 | 1 | -5/+6 |
* | Switch powerpc to futex(2) based condvars, mutexes and semaphores. |  visa | 2018-10-15 | 1 | -2/+2 |
* | Fix a "copy-and-paste" error that Coverity picked up in the augment code |  dlg | 2018-10-09 | 1 | -2/+2 |
* | document that uuid_create generates v4 uuids; from william orr |  jmc | 2018-10-02 | 1 | -2/+6 |
* | Add retguard to arm64 libc syscalls and setjmp / longjmp. |  mortimer | 2018-10-01 | 3 | -6/+29 |
* | As per POSIX, when str{,r}chr is comparing it should convert c to a char. |  martijn | 2018-10-01 | 4 | -8/+10 |
* | add spin lock in KERN_CPTIME cpu states |  solene | 2018-09-30 | 1 | -3/+3 |
* | Make the HISTORY sections of the "intro" manuals less confusing and |  schwarze | 2018-09-30 | 1 | -3/+3 |
* | typo; ok jmc@ |  miko | 2018-09-26 | 1 | -2/+2 |
* | align RETURN VALUES section with pledge manual; ok deraadt@ |  miko | 2018-09-26 | 1 | -4/+3 |
* | enable futex(2) based mutexes on armv7 and use futex based semaphores in |  jsg | 2018-09-24 | 1 | -3/+3 |
* | Correct the uid_from_user() and gid_from_group() comments. |  millert | 2018-09-22 | 1 | -7/+7 |
* | missing comma in previous; |  jmc | 2018-09-13 | 1 | -2/+2 |