Age | Commit message (Expand) | Author |
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 |
2019-06-01 | Revert to using the SCHED_LOCK() to protect time accounting. | Martin Pieuchot |
2019-05-31 | Use a per-process mutex to protect time accounting instead of SCHED_LOCK(). | Martin Pieuchot |
2019-05-31 | Rename struct plimit field p_refcnt to pl_refcnt to avoid confusion | Visa Hankala |
2019-05-30 | Fix the initialization of bp before calling vfs_getcwd_common | Bob Beck |
2019-05-30 | namei() generate KTR_NAMEI record input filenames, but getcwd(2) and | Theo de Raadt |
2019-05-30 | use copyoutstr, instead of fragile range math; ok beck | Theo de Raadt |
2019-05-30 | Correct call to vfs_getcwd_common from within __realpath | Bob Beck |
2019-05-29 | The past is fuzzy, but it appears during development of __getcwd, *retval | Theo de Raadt |
2019-05-25 | Do not account spinning time as running time when a thread crosses a | Martin Pieuchot |
2019-05-24 | rename struct for consistency | anton |
2019-05-24 | fix incorrect order of arguments | anton |
2019-05-24 | A source location in kubsan is an absolute path making reports quite | anton |
2019-05-24 | The latest inteldrm update brought along code making use of | anton |
2019-05-24 | Prevent a kernel hang if an empty message is sent over an SOCK_SEQPACKET | Alexander Bluhm |
2019-05-22 | SLIST-ify the timecounter list. | cheloha |
2019-05-22 | Read and assign the integer value only once. With this sysctl_int() will | Claudio Jeker |
2019-05-21 | Fix uninitialized return code in adjfreq(2); CID 1480285 | Stefan Sperling |
2019-05-20 | kern.timecounter.choices: Don't offer the dummy counter as an option. | cheloha |
2019-05-19 | include uvm.h -> uvm_extern.h; ok visa@ | anton |
2019-05-17 | Add SMR_ASSERT_NONCRITICAL() in assertwaitok(). This eases debugging | Visa Hankala |
2019-05-16 | Remove incorrect optimization. The current logic for skipping idle CPUs | Visa Hankala |
2019-05-15 | rework the zero warning slightly, and more completely disable until we're | Ted Unangst |
2019-05-14 | Add lock order checking for smr_barrier(9). This is similar to the | Visa Hankala |
2019-05-13 | Add a kernel implementation of realpath() as __realpath(). | Bob Beck |
2019-05-13 | When killing a process, the signal is handled by any thread that | Alexander Bluhm |
2019-05-13 | dup2(n,n) would rlimit check before handling the n==n shortcut, | Theo de Raadt |
2019-05-12 | no need to store the wmesg passed to rwsleep() as a static variable anymore | anton |
2019-05-11 | wxneeded binaries on wxallowed filesystems were refused execution. We have | Theo de Raadt |
2019-05-11 | make rw-lock adaptive | Alexandr Nedvedicky |