Age | Commit message (Expand) | Author |
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 |
2019-05-11 | Restore previous behavior of limiting deadlock detection to posix-style | anton |
2019-05-11 | socppc makes an extended visit to the bigbucket. | Theo de Raadt |
2019-05-10 | Reduce number of timehands from to just two. | cheloha |
2019-05-09 | If mallocing the array program header fails, give up on coredumping | Philip Guenther |
2019-05-09 | Ensure that pagedaemon wakeups as a result of failed UVM_PLA_NOWAIT | Bob Beck |
2019-05-09 | Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2). | cheloha |
2019-05-09 | Don't unconditionally throw away dma memory when we don't need to. | Bob Beck |
2019-05-09 | Add a sysctl accessor to struct pf_status. The pf_status only holds the | Claudio Jeker |
2019-05-09 | disable stack printing for now since at least arm64 can't print them | Ted Unangst |
2019-05-08 | print a few warnings when calling free with a zero size. | Ted Unangst |
2019-05-08 | group function prototypes | anton |
2019-05-08 | Add a compile-time option called SPLASSERT_WATCH which changes the | anton |
2019-05-08 | Modify the buffer cache to always flip recovered DMA buffers high. | Bob Beck |
2019-05-06 | Bring back lockf deadlock detection from the dead. Back in 2007, the deadlock | anton |
2019-05-04 | Removed all diagnostic, calling printf() here might create a recursion. | Martin Pieuchot |
2019-05-04 | Relax the check in knote_{de,en}queue: don't panic w/o KERNEL_LOCK(). | Martin Pieuchot |
2019-05-03 | Make VOP_ADVLOCK() safe to use without kernel lock | Visa Hankala |
2019-05-01 | add a KERNEL_ASSERT_LOCKED() to ptsignal | David Gwynne |
2019-05-01 | sprinkle some KERNEL_ASSERT_LOCKED() | David Gwynne |
2019-04-30 | tc_setclock: always call tc_windup() before leaving windup_mtx. | cheloha |
2019-04-28 | add WITNESS support to barriers modelled on the timeout stuff visa did. | David Gwynne |
2019-04-23 | Remove file name and line number output from witness(4) | Visa Hankala |
2019-04-20 | #define ELFROUNDSIZE 4 /* XXX Should it be sizeof(Elf_Word)? */ | Theo de Raadt |