Age | Commit message (Expand) | Author |
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 |
2019-03-19 | correct LOCATION_REPORTED mask | anton |
2019-03-18 | Add kubsan(4), a undefined behavior sanitizer for the kernel. It's | anton |
2019-03-17 | Change boot time/offset within tc_windup(). | cheloha |
2019-03-15 | Remove FBSDID. | Kevin Lo |
2019-03-11 | Bring back revision 1.91 now that vmd has been fixed, repeating the | anton |
2019-03-10 | Move adjtimedelta from kern_time.c to kern_tc.c. | cheloha |
2019-03-09 | tc_windup: read active timecounter once at function start. | cheloha |
2019-03-06 | Revert revision 1.91. It results in significant log spam when | Theo Buehler |
2019-03-04 | When closing the slave end of a pty, generate an EOF event to any kqueue | anton |
2019-03-04 | Yet another (unsigned) cast who's only purpose is to incorrectly truncate | Theo de Raadt |
2019-02-26 | Introduce safe memory reclamation, a mechanism for reclaiming shared | Visa Hankala |
2019-02-25 | Fix memory barrier in __mtx_leave(). membar_exit_before_atomic() cannot | Visa Hankala |
2019-02-24 | always include the lock id address in debug output | anton |
2019-02-24 | initialize struct lockf fields in a consistent order; ok millert@ mpi@ visa@ | anton |
2019-02-19 | open the coredump file non-blocking. cheloha found it blocks with a fifo. | Ted Unangst |
2019-02-17 | if a write fails, we mark the buffer invalid and throw it away. this can | Ted Unangst |
2019-02-15 | let sbcreatecontrol take a const void * instead of a caddr_t. | David Gwynne |
2019-02-14 | Allow *at variant of mkfifo and mknod, too. | Florian Obser |