Age | Commit message (Expand) | Author |
2016-11-02 | poison the TAILQ_ENTRY in items in the per cpu pool cache. | David Gwynne |
2016-11-02 | add poisoning of items on the per cpu caches. | David Gwynne |
2016-11-02 | use a TAILQ to maintain the list of item lists used by the percpu code. | David Gwynne |
2016-11-02 | add per cpu caches for free pool items. | David Gwynne |
2016-10-27 | For consistency, allow symlinkat(2) in the same way as symlink(2); | Ingo Schwarze |
2016-10-27 | use ncpusfound to size the percpu allocations. | David Gwynne |
2016-10-27 | refactor m_pullup a bit. | David Gwynne |
2016-10-27 | add a new pool for 2k + 2 byte (mcl2k2) clusters. | David Gwynne |
2016-10-24 | avoid using realloc in the name of things that dont work like realloc. | David Gwynne |
2016-10-24 | move the mbstat structure to percpu counters | David Gwynne |
2016-10-24 | non-MP vs MP codepaths were confusingly split between the .c and .h file. | Theo de Raadt |
2016-10-23 | unbreak by fixing obvious pastos | Christian Weisgerber |
2016-10-23 | handle non-INET6 kernels in some way | Theo de Raadt |
2016-10-23 | dns hijacking must be af specific. move it into the port check function, | Ted Unangst |
2016-10-22 | Factor out pr->ps_vmspace into a local variable for fill_kproc() | Philip Guenther |
2016-10-22 | Adjust allocpid() to take into account lastpid | Philip Guenther |
2016-10-22 | Delete dead copy of pr->ps_vmspace; uvmspace_exec() can change it anyway | Philip Guenther |
2016-10-21 | pledge changes needed to support pledging vmd(8) on i386, forthcoming. | Mike Larkin |
2016-10-21 | consistently zero the allocated memory in both the MP and UP cases. | David Gwynne |
2016-10-21 | add generalised access to per cpu data structures and counters. | David Gwynne |
2016-10-19 | Change process_{domem,auxv_offset}() to take a process instead of a proc. | Philip Guenther |
2016-10-19 | Change pmap_proc_iflush() to take a process instead of a proc | Philip Guenther |
2016-10-15 | Process groups can't be removed if a zombie process is in them, so | Philip Guenther |
2016-10-10 | white space fixes. | David Gwynne |
2016-10-10 | copy the offset of data inside mbufs in m_copym(). | David Gwynne |
2016-10-09 | With systrace and procfs gone, process_checkioperm() and process_domem() | Philip Guenther |
2016-10-09 | sowakeup() is only called from sorwakeup() and sowwakeup(). Both | Alexander Bluhm |
2016-10-08 | upon further review, port numbers go all the way up to ushort max | Ted Unangst |
2016-10-08 | initialize the port variable before sysctl, since it's also read out. | Ted Unangst |
2016-10-08 | Add ktracing of the fds returned by pipe() and socketpair() | Philip Guenther |
2016-10-07 | introduce a sysctl to hijack dns sockets. when set to a port number, | Ted Unangst |
2016-10-06 | Remove redundant comments that say a function must be called at | Alexander Bluhm |
2016-10-06 | Separate splsoftnet() from variable initialization. | Alexander Bluhm |
2016-10-06 | In pledge_namei_wlpath() if resolvpath() errors out early it will not | Jonathan Gray |
2016-10-05 | Display the process's PID with p->p_p->ps_pid, not p->p_pid. | Philip Guenther |
2016-10-05 | Display/test/use the process PID, not the thread's TID, in a few places. | Philip Guenther |
2016-10-03 | avoid holding timeout_mutex while interacting with the scheduler. | David Gwynne |
2016-10-02 | Add va_nlink information to struct kinfo_file (so bump the shlib minor) | Philip Guenther |
2016-09-30 | Drop a now unneeded variable initialization; spotted by bluhm@ | Jeremie Courreges-Anglas |
2016-09-30 | Make read(2) return EISDIR on directories. | Jeremie Courreges-Anglas |
2016-09-28 | Cast enum to u_int when doing a bounds check to avoid a clang warning that | Mark Kettenis |
2016-09-27 | move from RB macros to RBT functions | David Gwynne |
2016-09-26 | Regen | Jeremie Courreges-Anglas |
2016-09-26 | unbalenced->unbalanced | Jeremie Courreges-Anglas |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
2016-09-24 | move knhash size to event.h, use it for hashfree. from Mathieu - | Ted Unangst |
2016-09-24 | introduce hashfree() function to free hash tables, with sizes. | Ted Unangst |
2016-09-22 | Introduce a new 'softclock' thread that will be used to execute timeout | Martin Pieuchot |
2016-09-21 | sysctl KERN_ARND is no longer used (in ports, it only occurs in fallback | Theo de Raadt |
2016-09-20 | Protect soshutdown() with splsoftnet() to define one layer where | Alexander Bluhm |