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-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
2017-08-13
Nuke trailing whitespace
Bob Beck
2017-08-13
New flag PR_RWLOCK for pool_init(9) makes the pool use rwlocks instead
Philip Guenther
2017-08-12
Add rw_assert_anylock(), for assering you have it either read or write locked
Philip Guenther
2017-08-12
Silence clang warnings: remove unused variables and s/%hx/%x/g
Philip Guenther
2017-08-12
regen
Ted Unangst
2017-08-12
add a fktrace syscall that takes a file descriptor instead of a name.
Ted Unangst
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-08-11
Merge DDBCTF into DDB.
Martin Pieuchot
2017-08-11
Validate sockaddr from userland in central functions. This results
Alexander Bluhm
2017-08-10
Move the solock()/sounlock() dance outside of sobind().
Martin Pieuchot
2017-08-10
Make rw_enter() always succeed after a panic.
Martin Pieuchot
2017-08-10
The socket field so_proto can never be NULL. Remove the checks.
Alexander Bluhm
2017-08-09
Move the socket lock "above" sosetopt(), sogetopt() and sosplice().
Martin Pieuchot
2017-08-08
Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and
Alexander Bluhm
2017-08-07
Turns out gcc complains about %02hhx. So simply use %02x instead. This is
Mark Kettenis
2017-08-06
Use %hhx instead of %hx to print u_char. Silences clang warning.
Mark Kettenis
2017-07-31
Give back some space to the ramdisk by compiling net/radix.c only
Florian Obser
[next]