Age | Commit message (Expand) | Author |
2020-05-21 | Add missing ICANON check in filt_ptcwrite(). | Martin Pieuchot |
2020-05-20 | clock_gettime(2): use nanoruntime(9) to get value for CLOCK_UPTIME | cheloha |
2020-05-20 | timecounting: decide whether to advance offset within tc_windup() | cheloha |
2020-05-17 | Add function for attaching RTC drivers, to reduce direct use | Visa Hankala |
2020-05-17 | Add kqueue_scan_state struct | Visa Hankala |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-08 | Do not wait indefinitely for flushing when closing a tty. | Martin Pieuchot |
2020-04-29 | Ensure that if we are doing a delayed write with a NOCACHE buffer, we | Bob Beck |
2020-04-15 | Fix panic message. | Mark Kettenis |
2020-04-12 | In sosplice(), temporarily release the socket lock before calling | anton |
2020-04-11 | Add soassertlocked() checks to sbappend() and sbappendaddr(). This brings | Claudio Jeker |
2020-04-08 | Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does. | Martin Pieuchot |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-07 | Defer selwakeup() from kqueue_wakeup() to kqueue_task() to prevent | Visa Hankala |
2020-04-06 | Fix single thread behaviour in sleep_setup_signal(). If a thread needs to | Claudio Jeker |
2020-04-06 | futex(2): FUTEX_WAIT: rwsleep_nsec(9) at least one nanosecond | cheloha |
2020-04-05 | Declare pledgenames[] as const. | Visa Hankala |
2020-04-03 | Adjust SMR_ASSERT_CRITICAL() and SMR_ASSERT_NONCRITICAL() so that the | Visa Hankala |
2020-04-03 | Take an explicit write reference when associating a thread with a ktrace | Visa Hankala |
2020-04-02 | Introduce kqueue_sleep() a wrapper around the tsleep(9) dance. | Martin Pieuchot |
2020-03-31 | Move sleep_finish_all() down to where sleep_finish() and all other | Claudio Jeker |
2020-03-31 | Revert previous, syzkaller found a way to trigger the KASSERT(). | Martin Pieuchot |
2020-03-30 | Document that `a_p' is always curproc by using a KASSERT(). | Martin Pieuchot |
2020-03-27 | Relax the lockcount assertion in vputonfreelist(). Back when I fixed | anton |
2020-03-26 | Revert Rev 1.164. Setting sls_sig to 0 uncovered a bunch of issues when it | Claudio Jeker |
2020-03-23 | Check the outcome of ktrstart() and skip tracing if the trace file | Visa Hankala |
2020-03-23 | Prevent tsleep(9) with PCATCH from returning immediately without error | Visa Hankala |
2020-03-22 | remove unused variable; ok beck@ mpi@ | anton |
2020-03-21 | Stop tracing if vget(9) fails. | Martin Pieuchot |
2020-03-20 | futex(2): futex_wait(): ensure timeout is set when calling rwsleep_nsec(9) | cheloha |
2020-03-20 | __thrsleep(2): ensure timeout is set when calling tsleep_nsec(9) | cheloha |
2020-03-20 | Use atomic operations to update ps_singlecount. This makes | Claudio Jeker |
2020-03-20 | __thrsleep(2): fix absolute timeout check | cheloha |
2020-03-20 | kevent(2): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-03-20 | poll(2), ppoll(2), pselect(2), select(2): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-03-20 | nanosleep(2): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-03-19 | Separate variable declaration and assignment. No functional change. | anton |
2020-03-19 | Move unveil data structures away from the proc.h header into the | anton |
2020-03-18 | regen | anton |
2020-03-18 | Unlock flock(2). | anton |
2020-03-18 | Restart child process scan in dowait4() if single_thread_wait() sleeps. | Visa Hankala |
2020-03-16 | Keep track of traced child under a list of orphans while they are being | Martin Pieuchot |
2020-03-15 | Fix memory corruption with kern.witness.locktrace. | Visa Hankala |
2020-03-13 | Initialize sls_sig to 0 and not 1. sls_sig stores the signal number of a | Claudio Jeker |
2020-03-13 | In order to unlock flock(2), make writes to the f_iflags field of struct | anton |
2020-03-13 | Simplify logic, the "netboot" interface is always related to `bootdv'. | Martin Pieuchot |
2020-03-13 | Rename "sigacts" flag field to avoid conflict with the "process" one. | Martin Pieuchot |
2020-03-12 | Revert previous. Something in it causes unexpected slowdown. | Visa Hankala |
2020-03-12 | Enable caching when turning a synchronous write into a delayed write. | Visa Hankala |
2020-03-11 | Fix unlimited recursion caused by local outbound bcast/mcast packet | Alexandr Nedvedicky |