Age | Commit message (Expand) | Author |
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 |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-09 | Make the cleaner, syncer, pagedaemon, aiodone daemons all | Bret Lambert |
2014-09-09 | Delete the SS_ISCONFIRMING flag that supported delayed connection | Philip Guenther |
2014-09-08 | change some (flags & PR_WAITOK) to ISSET(flags, PR_WAITOK) | David Gwynne |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-09-08 | deprecate the use of the PR_PHINPAGE flag by replacing it with a test | David Gwynne |
2014-09-05 | KASSERT that the page header pool will use in page headers. | David Gwynne |
2014-09-04 | Remove global cp_time[] array; no longer used now that all arches implement | Miod Vallat |
2014-09-04 | rework how pools with large pages (>PAGE_SIZE) are implemented. | David Gwynne |
2014-09-01 | sync generated files | Doug Hogan |