index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
Age
Commit message (
Expand
)
Author
2019-12-25
Replace macros knote_alloc() and knote_free() with direct use of
Visa Hankala
2019-12-25
Condense a few multi line comments into single line ones. While here
anton
2019-12-25
Protect remaining fields of `struct pipe' using the pipe_lock. In order
anton
2019-12-25
timeout(9): new flag: TIMEOUT_SCHEDULED, new statistic: tos_scheduled
cheloha
2019-12-24
The console buffer is allocated during startup. initconsbuf() is
Alexander Bluhm
2019-12-24
regen
Visa Hankala
2019-12-24
Unlock nanosleep(2).
Visa Hankala
2019-12-19
Start protecting the pipe_peer member of `struct pipe' using the
anton
2019-12-19
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-12-12
tc_setclock: reintroduce timeout_adjust_ticks() call
cheloha
2019-12-12
Recommit "timeout(9): make CIRCQ look more like other sys/queue.h data struct...
cheloha
2019-12-12
Recommit "tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjus...
cheloha
2019-12-12
Reintroduce socket locking inside socket event filters.
Visa Hankala
2019-12-12
Allow sleeping inside kqueue event filters.
Visa Hankala
2019-12-11
Replace p_xstat with ps_xexit and ps_xsig
Philip Guenther
2019-12-09
typo
Theo de Raadt
2019-12-08
msyscall(2) is like kbind(2), and should be always permitted. it does
Theo de Raadt
2019-12-08
Convert infinite sleeps to tsleep_nsec(9).
Martin Pieuchot
2019-12-07
Combine macro KNOTE_ACTIVATE() with function knote_activate()
Visa Hankala
2019-12-02
Revert "timeout(9): switch to tickless backend"
cheloha
2019-12-02
Replace rwsleep(9) with rwsleep_nsec(9) in vfs_lockf.c.
Visa Hankala
2019-12-02
Remove now unneeded kernel locking from vfs_lockf.c.
Visa Hankala
2019-12-02
tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustment
cheloha
2019-12-01
comply with POSIX and make execve() return EACCES for directories
Christian Weisgerber
2019-11-30
Move kernel locking inside the sleep machinery. This enables calling
Visa Hankala
2019-11-29
Add uvm_objfree function to free all pages in a uvm_obj in one go.
Bob Beck
2019-11-29
Move p_sleeplocks and p_limit into the "zero on create" section of struct
Philip Guenther
2019-11-29
Eliminate the sketchy use of ps_mainproc here by making unveil_add_vnode()
Philip Guenther
2019-11-29
Move kcov(4)'s p_kd into the "zero on create" section to simplify fork code
Philip Guenther
2019-11-29
add missing parens around return expression and zap empty line
anton
2019-11-29
Start protecting the pipe_busy field of struct pipe using a global
anton
2019-11-29
timeout(9): make CIRCQ look more like other sys/queue.h data structures
cheloha
2019-11-29
Return EBUSY for successive PT_TRACE_ME calls.
Martin Pieuchot
2019-11-29
Use RW_PROC() consistently.
Martin Pieuchot
2019-11-29
Repurpose the "syscalls must be on a writeable page" mechanism to
Theo de Raadt
2019-11-29
Re commit what was committed in version 1.43 with a fix added to
Bob Beck
2019-11-28
back out the buffer cache uvm_obj change for now.
Bob Beck
2019-11-28
Delete km_mapblocks from kmemstats and its always-zero column from the ddb
Philip Guenther
2019-11-28
Fix panic noticed by bluhm@ and florian@. bp->b_pobj is used
Bob Beck
2019-11-28
struct execsw's es_emul is no longer used, so delete it
Philip Guenther
2019-11-28
Fix the buffer cache code to not use a giant uvm obj of all pages
Bob Beck
2019-11-27
sync
Theo de Raadt
2019-11-27
Add dummy msyscall(2) system call which is currently a noop. This will
Theo de Raadt
2019-11-26
timeout(9): switch to tickless backend
cheloha
2019-11-26
Don't use LOCKPARENT on namei calls for realpath(). We don't
Bob Beck
2019-11-19
When waiting on pipe I/O, simplify the unlock/relock logic using
anton
2019-11-16
Provide exact lock assertions for rwlocks when witness(4) is enabled.
Visa Hankala
2019-11-15
Remove gratuitous #ifdef.
Visa Hankala
2019-11-15
Fix a spelling error in a comment and remove some extra whitespace
Mike Larkin
2019-11-12
Only check if the current thread has the lock in rw_assert_unlocked(9).
Martin Pieuchot
[next]