Age | Commit message (Expand) | Author |
2018-01-18 | While booting it does not make sense to wait for memory, there is | Alexander Bluhm |
2018-01-16 | garbage collect an unused variable | Sebastian Benoit |
2018-01-13 | introduce a filter called EVFILT_DEVICE that can be used to notify | Robert Nagy |
2018-01-11 | Postpone secondary CPUs until after mounthook activities. This is | Patrick Wildt |
2018-01-10 | Mark sosplice task mp safe, do not grab kernel lock for tcp output. | Alexander Bluhm |
2018-01-09 | Change `so_state' and `so_error' to unsigned int such that they can | Martin Pieuchot |
2018-01-08 | Do not pass a userland pointer to ktrabstimespec(). | Martin Pieuchot |
2018-01-08 | Allow TIOCUCNTL issued on a pty(4) master in promise "tty". | Martin Pieuchot |
2018-01-08 | Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave to | Martin Pieuchot |
2018-01-05 | Show uvm_fault and trace when typing show panic on a page fault'd kernel | Paul Irofti |
2018-01-04 | Unifdef snd/rcv. | Martin Pieuchot |
2018-01-02 | Do not memset() the whole structure in sorflush() to keep `sb_flagsintr' | Martin Pieuchot |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2018-01-02 | Fix an off-by-one in the free(9) "passed size was too small" check: | Philip Guenther |
2018-01-01 | free(9) sizes for sys_execve. | Florian Obser |
2018-01-01 | We are either allocating 2 or three array members. Unroll while loop | Florian Obser |
2018-01-01 | copyright++; | Jonathan Gray |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-29 | Make sure that pf_mbuf_link_state_key() does not overwrite an | Alexander Bluhm |
2017-12-29 | Make the functions which link the pf state keys to mbufs, inpcbs, | Alexander Bluhm |
2017-12-19 | curproc access isn't necessarily as cheap as a local variable access, | Theo de Raadt |
2017-12-19 | Remove unused ps_stackgap from process struct | Stefan Kempf |
2017-12-19 | Remove a 27 year old #ifdef notdef chunk involving SB_LOCK. | Martin Pieuchot |
2017-12-19 | Inline socket buffer related defines, no functional change. | Martin Pieuchot |
2017-12-19 | Remove unnecessary unlock/lock dance when following a goto. | Martin Pieuchot |
2017-12-18 | Revert support for multiple threads to enter kqueue_scan() in parallel. | Martin Pieuchot |
2017-12-18 | Revert grabbing the socket lock in kqueue(2) filters. | Martin Pieuchot |
2017-12-18 | Make rw_exit() always succeed after a panic. | Martin Pieuchot |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-12-14 | make sched_barrier use cond_wait/cond_signal. | David Gwynne |
2017-12-14 | Don't bother using DETACH_FORCE for the softraid luns at reboot | Theo de Raadt |
2017-12-14 | Give vflush_vnode() a hint about vnodes we don't need to account as "busy". | Theo de Raadt |
2017-12-14 | i forgot to convert timeout_proc_barrier to cond_signal | David Gwynne |
2017-12-14 | replace the bare sleep state handling in barriers with wait cond code | David Gwynne |
2017-12-14 | add code to provide simple wait condition handling. | David Gwynne |
2017-12-12 | sync | Theo de Raadt |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
2017-12-11 | Format the vnode lists of ddb show mount properly in columns. | Alexander Bluhm |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-10 | Move SB_SPLICE, SB_WAIT and SB_SEL to `sb_flags', serialized by solock(). | Martin Pieuchot |
2017-12-09 | More precision in pledge sysctl report | Theo de Raadt |
2017-12-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and | Martin Pieuchot |
2017-12-04 | Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock). | Martin Pieuchot |
2017-11-28 | Raise the IPL of the sbar taskq to avoid lock order issues | Visa Hankala |
2017-11-28 | deadproc_mutex is only taken _before_ kernel_lock; exclude it from | Philip Guenther |
2017-11-28 | sync | Philip Guenther |
2017-11-28 | Delete fktrace(2). The consequences of it were not thought through | Philip Guenther |
2017-11-27 | Fix comment typo | Philip Guenther |
2017-11-24 | add timeout_barrier, which is like intr_barrier and taskq_barrier. | David Gwynne |