Age | Commit message (Expand) | Author |
2014-11-02 | tweak panic messages for consistency | Ted Unangst |
2014-11-01 | add a few sizes to free | Ted Unangst |
2014-11-01 | remove color support. discussed with dlg and mikeb | Ted Unangst |
2014-10-26 | Now that threads hold their own reference to their ucreds, sys_ktrace() | Philip Guenther |
2014-10-25 | Do not launch the page zeroing thread on MULTIPROCESSOR m88k systems. This | Miod Vallat |
2014-10-22 | Extend domknodat() to support S_IFIFO directly and remove domkfifoat(). | Todd C. Miller |
2014-10-22 | Remove some unused/unneeded code. | Mike Larkin |
2014-10-22 | Use the global piglet address variables as sparingly as possible to avoid | Mike Larkin |
2014-10-18 | Don't assume that ep_taddr and ep_daddr are page-aligned. It is possible to | Mark Kettenis |
2014-10-17 | cpu_setperf and perflevel must remain exposed, otherwise a bunch of | Theo de Raadt |
2014-10-17 | redo the performance throttling in the kernel. | Ted Unangst |
2014-10-16 | No need to reserve separate KVA ranges for the RLE and copy pages in | Mike Larkin |
2014-10-13 | disable pagezero thread on hppa, until failure gets diagnosed, ok miod kettenis | Theo de Raadt |
2014-10-13 | POSIX says that mknod(2) should support fifos. OK guenther@ | Todd C. Miller |
2014-10-13 | use mallocarray to get the array of pollfd structs. | David Gwynne |
2014-10-13 | take the pool_item pi_magic touching out from under #ifdef DIAGNOSTIC. | David Gwynne |
2014-10-11 | back out; does not even compile | Theo de Raadt |
2014-10-11 | resurrect a many year old diff. move CPU throttling into the kernel, | Ted Unangst |
2014-10-10 | massage the pool item header and pool item magic words. | David Gwynne |
2014-10-09 | remove lkm files | Ted Unangst |
2014-10-09 | remove LKM support | Ted Unangst |
2014-10-09 | regen | Ted Unangst |
2014-10-09 | delete LKM syscall stubs | Ted Unangst |
2014-10-09 | fix some data type mismatches in the zlib paths in hibernate | Mike Larkin |
2014-10-09 | remove an unused function and some unused variables in hibernate | Mike Larkin |
2014-10-08 | make workq/taskq runner threads yield when they've hogged the cpu | Bret Lambert |
2014-10-08 | Now that the cleaner yields the cpu, we can stop checking | Bret Lambert |
2014-10-03 | Introduce a thread for zeroing pages without holding the kernel lock. This | Mark Kettenis |
2014-10-03 | if you're adding the first cluster reference, you dont have to | David Gwynne |
2014-10-03 | i moved some macros into functions, and a trailing \ on a statement | David Gwynne |
2014-10-03 | now that pools are mpsafe, we can make the mbuf allocators on top | David Gwynne |
2014-10-01 | sl(4) is no more, thanks for all the fish! | Martin Pieuchot |
2014-09-28 | Replace uvm_km_alloc(9) and uvm_km_free(9) with the equivalent km_alooc(9) | Mark Kettenis |
2014-09-28 | in pool_destroy, enter and leave mutex as necessary to satisfy assertions. | Ted Unangst |
2014-09-27 | add back inverted poison patterns. keep high bits, but twiddle low bits. | Ted Unangst |
2014-09-26 | Rework piglet and pig allocation. Currently the piglet gets allocated | Mark Kettenis |
2014-09-26 | fix the calculation of the number of items to prime the pool with | David Gwynne |
2014-09-24 | Keep under #ifdef MULTIPROCESSOR the code that deals with SPCF_SHOULDHALT | Martin Pieuchot |
2014-09-23 | Only compile poison-related code if DIAGNOSTIC instead of if !SMALL_KERNEL, | Miod Vallat |
2014-09-22 | rework the pool code to make the locking more obvious (to me at | David Gwynne |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-18 | Introduce config_suspend_all(9) a function that invokes config_suspend(9) | Mark Kettenis |
2014-09-18 | regen | Masao Uebayashi |
2014-09-18 | Correct argument name (int flags -> int amode) in sys_access(). | Masao Uebayashi |
2014-09-17 | regen | Todd C. Miller |
2014-09-17 | The 2nd arg of setpgid(2) should be pid_t, not int. | Todd C. Miller |
2014-09-17 | if userland asks for an unknown sysctl, return EOPNOTSUPP instead | David Gwynne |
2014-09-16 | disable taking the mutex to read pool stats. | David Gwynne |
2014-09-16 | tweak panics so they use __func__ consistently. | David Gwynne |
2014-09-16 | deprecate PR_DEBUG and MALLOC_DEBUG in pools. | David Gwynne |