Age | Commit message (Expand) | Author |
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 |
2019-04-20 | print locked range in decimal in debug routines | anton |
2019-04-20 | Move lockf structures from header to implementation since external users | anton |
2019-04-19 | Add a subsystem lock for vfs_lockf.c. This enables calling lf_advlock() | Visa Hankala |
2019-04-16 | Use the actual cluster size instead of fixed MCLBYTES for the | YASUOKA Masahiko |
2019-04-14 | Add lock order checking for timeouts | Visa Hankala |
2019-04-02 | Restrict which filesystems are available for swap. This rules out | Visa Hankala |
2019-04-02 | retguard has now replaced the stack protector on clang architectures, | Theo de Raadt |
2019-04-01 | deprecate TASKQ_CANTSLEEP since nothing uses it anymore | David Gwynne |
2019-03-31 | Move the prototypes of internal lockf functions from <sys/lockf.h> | Visa Hankala |
2019-03-26 | Tweak previous: include <sys/stdint.h> for INT64_MAX/INT64_MIN. | cheloha |
2019-03-26 | adjtime(2): set EINVAL if delta overflows 64 bits of microseconds. | cheloha |
2019-03-26 | Remove this assert, I can't do this here with UNVEIL_INSPECT | Bob Beck |
2019-03-26 | Make sure that each ci has its spc_deferred queue initialized. | Visa Hankala |
2019-03-25 | MP-safe timecounting: new rwlock: tc_lock | cheloha |
2019-03-24 | Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECT | Bob Beck |
2019-03-23 | Add a simple spinning mutex for ddb. Unlike mutex(9), this lock keeps | Visa Hankala |
2019-03-22 | Move adjtimedelta into the timehands. | cheloha |
2019-03-22 | Rename "timecounter_mtx" to "windup_mtx". | cheloha |