Age | Commit message (Expand) | Author |
2019-07-13 | pipe_write() do opportunistic buffer resizing, when the buffer is empty. | Sebastien Marie |
2019-07-12 | Revert anton@ changes about read/write unlocking | solene |
2019-07-12 | sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics. | cheloha |
2019-07-11 | listen(2) should return EINVAL if the socket is connected. | Alexander Bluhm |
2019-07-10 | Make read/write of the f_offset field belonging to struct file MP-safe; | anton |
2019-07-10 | Stop sleeping at PUSER. | Martin Pieuchot |
2019-07-09 | Use timeout_add_msec(9) | kn |
2019-07-09 | resync | Sebastien Marie |
2019-07-09 | backout the unlock of pipe(2) and pipe2(2) | Sebastien Marie |
2019-07-09 | The system calls getgroups(2) and setgroups(2) pass the number of | Alexander Bluhm |
2019-07-09 | resync | Sebastien Marie |
2019-07-09 | unlock pipe(2) and pipe2(2) syscalls | Sebastien Marie |
2019-07-08 | Untangle code setting the scheduling priority of a thread. | Martin Pieuchot |
2019-07-08 | When an unlink failed due to unveil, the use count of the inode was | Alexander Bluhm |
2019-07-05 | Use timeout_add_msec(9) | kn |
2019-07-04 | Remove a useless kernel lock from the TCP socket splicing path. | Alexander Bluhm |
2019-07-03 | Add tsleep_nsec(9), msleep_nsec(9), and rwsleep_nsec(9). | cheloha |
2019-07-03 | Lock the kernel when removing file descriptors from the descriptor | Visa Hankala |
2019-07-03 | add the kernel side of net.link.ifrxq.pressure_return and pressure_drop | David Gwynne |
2019-07-02 | R.I.P. timespecfix(); ok visa@ mpi@ | cheloha |
2019-07-01 | kevent(2): remove 24hr timeout limit | cheloha |
2019-06-28 | Skip VFS barrier lock during normal operation to reduce overhead. | Visa Hankala |
2019-06-26 | allow more video(4) ioctls for the video pledge (required by chromium) | Robert Nagy |
2019-06-26 | Return EINVAL, not EBADF for fcntl(fd, F_GETLK) of a non-vnode. | Todd C. Miller |
2019-06-25 | Return EINVAL not EBADF when trying to lock a non-vnode. | Todd C. Miller |
2019-06-24 | regen | Visa Hankala |
2019-06-24 | Unlock getrlimit(2) and setrlimit(2). | Visa Hankala |
2019-06-24 | Guard uvm_map_protect() with kernel lock to prepare dosetrlimit() | Visa Hankala |
2019-06-23 | Make taskq_barrier(9) work for multi-threaded task queues. | Mark Kettenis |
2019-06-22 | push the KERNEL_LOCK deeper on read(2) and write(2) | Sebastien Marie |
2019-06-22 | push the KERNEL_LOCK deeper on read(2) and write(2) | Sebastien Marie |
2019-06-21 | Make resource limit access MP-safe. So far, the copy-on-write sharing | Visa Hankala |
2019-06-20 | Undefined behavior (UB) can potentially be present anywhere in the | anton |
2019-06-20 | Work around locking issues in logwakeup(). Instead of actually waking up | Visa Hankala |
2019-06-19 | the pledge STATLIE code is no longer needed, as discussed with beck. | Theo de Raadt |
2019-06-18 | Ensure that timeout p_sleep_to is not left running when finishing sleep. | Visa Hankala |
2019-06-17 | dosendsyslog() must only pass ktrgenio(9) userspace buffers that it can | Philip Guenther |
2019-06-16 | SYS___realpath is legitimately PLEDGE_STDIO, because the other pledge | Theo de Raadt |
2019-06-16 | In previous commit I forgot a net unlock if the PCB of the socket | Alexander Bluhm |
2019-06-15 | Have __realpath() do the pathname==NULL -> EINVAL check itself, eliminating | Theo de Raadt |
2019-06-13 | Use PWAIT instead of PUSER in exit1(). | Martin Pieuchot |
2019-06-13 | When tcp_close() is running in parallel with fill_file(), the kernel | Alexander Bluhm |
2019-06-10 | add m_microtime for getting the wall clock time associated with a packet | David Gwynne |
2019-06-10 | Avoid changing resource limits in rucheck() by introducing a new state | Visa Hankala |
2019-06-09 | Add a temporary workaround to make removal of giant files better | Bob Beck |
2019-06-06 | Restore missing newline. | Visa Hankala |
2019-06-04 | Let SP kernel work with WITNESS. The necessary instrumentation was | Visa Hankala |
2019-06-03 | sort struct declarations | anton |
2019-06-03 | Switch from bintime_add() et al. to bintimeadd(9). | cheloha |
2019-06-02 | Move initialization of limit0 into a dedicated function. This new | Visa Hankala |