Age | Commit message (Expand) | Author |
2019-11-07 | adjfreq(2): fix atomic swap | cheloha |
2019-11-07 | db_addr_t -> vaddr_t, missed in previous. | Martin Pieuchot |
2019-11-06 | Use atomic operations consistently while writing to kubsan_slot. | anton |
2019-11-05 | Kill uvm_deallocate(9) and use uvm_unmap() directly. | Martin Pieuchot |
2019-11-04 | Restore the old way of dispatching dead procs through idle proc. | Visa Hankala |
2019-11-04 | Regularly poll and report kubsan findings using the timeout(9) API | anton |
2019-11-04 | Fix previous commit: missed a ds_copyin() moved in rev 1.72 | Philip Guenther |
2019-11-03 | Merge sys_shmctl() and shmctl1() again, as we no longer have a need for | Philip Guenther |
2019-11-03 | kern_timeout.c: style(9), misc. cleanup | cheloha |
2019-11-03 | rework kubsan_state into simpler boolean named kubsan_cold | anton |
2019-11-03 | add missing handler for float cast overflow; caused by code in | anton |
2019-11-02 | softclock: move softintr registration/scheduling into timeout module | cheloha |
2019-11-02 | Move dead procs to the reaper queue immediately after context switch. | Visa Hankala |
2019-11-01 | Kill resched_proc() and instead call need_resched() when a thread is | Martin Pieuchot |
2019-10-29 | Consistently release the vnode lock while calling d_close of cloned and | Visa Hankala |
2019-10-28 | Copy in the user-supplied buffer in shmctl(2) before looking up the | anton |
2019-10-26 | clock_getres(2): actually return the resolution of the given clock | cheloha |
2019-10-24 | Make log tick interval independent of hz and reduce the frequency | Visa Hankala |
2019-10-22 | struct proc: change ps_start from utc time to uptime | cheloha |
2019-10-22 | nanoboottime(9): add and document new interface | cheloha |
2019-10-22 | Replace the mutex that protects the mbuf allocation limit by an | Alexander Bluhm |
2019-10-21 | Move `p_estcpu' to the region copied during fork & kill scheduler_fork_hook(). | Martin Pieuchot |
2019-10-15 | Reduce the number of places where `p_priority' and `p_stat' are set. | Martin Pieuchot |
2019-10-06 | Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags. | Bob Beck |
2019-10-03 | poll(2), ppoll(2), select(2), pselect(2): always set P_SELECT before tsleep | cheloha |
2019-10-03 | sysctl global nosuidcoredump was being inspected twice inside coredump(), | Theo de Raadt |
2019-10-01 | Only increment the ps_uvncount counter when a path is successfully added | anton |
2019-10-01 | *sleep_nsec(9): add missing newlines to DIAGNOSTIC logs | cheloha |
2019-09-20 | timeout(9): process-context timeouts can be late | cheloha |
2019-09-20 | timeout(9): use CLR/ISSET/SET consistently | cheloha |
2019-09-11 | Fix unveil for relative lookups in the non AT_FDCWD case | Bob Beck |
2019-09-11 | Make it possible to free overlapping regions (effectively allowing | Mark Kettenis |
2019-09-06 | options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@ | cheloha |
2019-09-04 | gettimeofday, settimeofday(2): limit timezone support | cheloha |
2019-08-31 | Make readlink require UNVEIL_READ instead of UNVEIL_INSPECT only | Bob Beck |
2019-08-28 | If the EX_CONFLICTOK flag is given, allow operations that (partly) | Mark Kettenis |
2019-08-26 | When a thread tries to exclusively lock a vnode, the same thread must | anton |
2019-08-25 | Add SIOCDIFADDR_IN6 to the wroute pledge to allow removal of IPv6 addresses | pamela |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-08-15 | NMEA 4.1 has one more field in the RMC message; ok kettenis@ | Otto Moerbeek |
2019-08-15 | Serialize access to the vnode pointers associated with acct(2) system | anton |
2019-08-13 | regen | anton |
2019-08-13 | Revert unlock of lseek(2) since vn_lock() could end up calling tsleep() | anton |
2019-08-12 | regen | anton |
2019-08-12 | Unlock lseek(2) since the file offset is MP-safe by now. Calling | anton |
2019-08-07 | The pathname in unveil(2) allocated 1024 bytes on the stack during | Alexander Bluhm |
2019-08-07 | avoid large MAXPATHLEN object on the stack in coredump(), by allocating | Theo de Raadt |
2019-08-06 | Fix white spaces. | Alexander Bluhm |
2019-08-05 | Kernel realpath(3) and unveil(2) did not work correctly if the root | Alexander Bluhm |
2019-08-05 | Kernel realpath(3) had the same vnode leakage bug like unveil(2). | Alexander Bluhm |