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
2017-11-28
sync
Philip Guenther
2017-11-28
Delete fktrace(2). The consequences of it were not thought through
Philip Guenther
2017-11-27
Fix comment typo
Philip Guenther
2017-11-24
add timeout_barrier, which is like intr_barrier and taskq_barrier.
David Gwynne
2017-11-23
Constify protocol tables and remove an assert now that ip_deliver() is
Martin Pieuchot
2017-11-23
We want `sb_flags' to be protected by the socket lock rather than the
Martin Pieuchot
2017-11-17
permit IPV6_V6ONLY in sockopt
Aaron Bieber
2017-11-14
Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().
Theo Buehler
2017-11-14
Fix the initial check of the checkorder and lock operations
Visa Hankala
2017-11-14
remove MALLOC_DEBUG
David Gwynne
2017-11-13
add taskq_barrier
David Gwynne
2017-11-04
raw_init() is dead and <net/raw_cb.h> doesn't need to be included there.
Martin Pieuchot
2017-11-04
Make it possible for multiple threads to enter kqueue_scan() in parallel.
Martin Pieuchot
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-10-30
Let witness(4) differentiate between taskq mutexes to avoid
Visa Hankala
2017-10-29
Move NET_{,UN}LOCK into individual slowtimo functions.
Florian Obser
2017-10-24
Use membar_enter_after_atomic(9) amd membar_exit_before_atomic(9).
Martin Pieuchot
2017-10-17
Add a machine-independent implementation for the mplock.
Visa Hankala
2017-10-17
Print the pid of the most recent program that failed to send a log
Martin Pieuchot
2017-10-14
Split sys_ptrace() by request type:
Philip Guenther
2017-10-12
Print the word pledge in the kernel log when there is a violation.
Alexander Bluhm
2017-10-12
Use a temporary variable in rw_status() to dereference only once the
Martin Pieuchot
2017-10-12
Move sysctl_mq() where it can safely mess with mbuf queue internals.
Martin Pieuchot
2017-10-11
Move `kq_count' increase/decrease close to the corresponding TAILQ_*
Martin Pieuchot
2017-10-11
Move kq_kev from struct kqueue to the stack.
Martin Pieuchot
2017-10-09
Reduces the scope of the NET_LOCK() in sysctl(2) path.
Martin Pieuchot
2017-10-09
Make _kernel_lock_held() always succeed after panic(9).
Martin Pieuchot
2017-10-07
In "tty", permitting TIOCSTART is fine
Theo de Raadt
2017-10-07
permit SYS___set_tcb, upcoming code will require this
Theo de Raadt
2017-09-29
New ddb(4) command: kill.
Martin Pieuchot
2017-09-27
guenther sleep-commited the version without #ifdefs
Theo de Raadt
2017-09-27
amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonical
Philip Guenther
2017-09-25
sendsyslog should take a const char * everywhere.
Marc Espie
2017-09-15
Coverity complains that top == NULL was checked and further down
Alexander Bluhm
2017-09-15
Coverity complained that the while loop at the end of m_adj() could
Alexander Bluhm
2017-09-11
Coverty complains that the return value of sblock() is not checked
Alexander Bluhm
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-09-07
In elf_load_file() to not call free(9) with an uninitialized size
Alexander Bluhm
2017-09-06
Do not pass an uninitialized size value to free(9) even if the addr
Alexander Bluhm
2017-09-01
Change sosetopt() to no longer free the mbuf it receives and change
Martin Pieuchot
2017-08-29
Remove old deactivated pledge path code. A replacement mechanism is
Theo de Raadt
2017-08-27
Revisit 2q queue sizes. Limit the hot queue to 1/20th the cache size up
Bob Beck
2017-08-22
Make sogetopt(9) caller responsible for allocating an MT_SOOPTS mbuf.
Martin Pieuchot
2017-08-22
Add some buffercache docs
Stefan Fritsch
2017-08-21
Allow SIOCGIFAFLAG_IN6 and SIOCGIFALIFETIME_IN6 ioctls with
Florian Obser
2017-08-17
print why the signature block check of an unhibernate attempt failed, to
Mike Larkin
2017-08-16
Correct the check when selecting an elevator
Mike Belopuhov
2017-08-15
remove parens that were copied from ndinit's previous life as a macro
Ted Unangst
2017-08-15
create a temp directory for all the temp files instead of trying to name
Ted Unangst
2017-08-14
Load CTF debug symbols before mountroot
Uwe Stuehler
[next]