Age | Commit message (Expand) | Author |
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 |
2019-02-13 | Allow SO_PEERCRED to be called on sockets created with socketpair. | Martijn van Duren |
2019-02-10 | revert revert revert. there are many other archs that use custom allocs. | Ted Unangst |
2019-02-10 | if waitok flag is set, have the interrupt multipage allocator redirect | Ted Unangst |
2019-02-10 | make it possible to reduce kmem pressure by letting some pools use a more | Ted Unangst |
2019-02-08 | Fix stack info leak in execve(2). There are 2x4 bytes of padding | Alexander Bluhm |
2019-02-07 | Add lock stack trace saving for witness(4). | Visa Hankala |
2019-02-06 | Use ktrreltimespec() as the timeout is relative, pointed by matthew@. | Martin Pieuchot |
2019-02-04 | Avoid an mbuf double free in the oob soreceive() path. In the | Alexander Bluhm |
2019-02-04 | Make callers of witness_lock_list_{get,free}() responsible of raising | Visa Hankala |
2019-02-04 | When freeing the sem_undo structure in semundo_adjust(), update the | anton |
2019-02-01 | make m_pullup use the first mbuf with data to measure alignment. | David Gwynne |
2019-01-31 | matthew noticed that some clocks use tfind() which is not mpsafe. | Ted Unangst |
2019-01-31 | tc_setclock: Don't rewind the system uptime during resume/unhibernate. | cheloha |
2019-01-30 | Replace hand rolled linked list with TAILQ. All made possible by the recent | anton |
2019-01-29 | Add a dedicated sysctl(2) node for witness(4). | Visa Hankala |
2019-01-28 | Simplify by using `spc' since we already have it, no behavior change. | Martin Pieuchot |
2019-01-28 | Stop accounting/updating priorities for Idle threads. | Martin Pieuchot |
2019-01-27 | stop using capital letters in printf format strings; ok visa@ | anton |
2019-01-27 | consistency tweaks to panic format strings; ok visa@ | anton |