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
2018-02-21
Call socreate() before falloc() in sys_socket().
Martin Pieuchot
2018-02-20
Make ddb's "show all locks" command show spinlocks in addition
Visa Hankala
2018-02-20
Introduce enternewpgrp() & enterthispgrp(), from FreeBSD via guenther@.
Martin Pieuchot
2018-02-19
Grab solock() inside soconnect2() instead of asserting for it to be held.
Martin Pieuchot
2018-02-19
Change some returns into gotos, will help keeping the unlocking path
Martin Pieuchot
2018-02-19
Include <sys/mutex.h> directly instead of relying on other headers to
Martin Pieuchot
2018-02-19
Directly include sys/mplock.h when needed instead of depending on
Jonathan Gray
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-18
Revert previous. It triggers mbuf pool exhaustion on arm64.
Mark Kettenis
2018-02-14
Put WITNESS only functions with the rest of the locking primitives.
Martin Pieuchot
2018-02-11
Revert rev 1.163. Causes network issues in Firefox.
Matthieu Herrb
2018-02-10
Merge license blocks now that they are identical.
Martin Pieuchot
2018-02-10
Artur Grabowski agreed to relicense his C mutex implementation under ISC.
Martin Pieuchot
2018-02-10
Move cleanup job control bits to their own function.
Martin Pieuchot
2018-02-10
mbufs and mbuf clusters are now backed by large pools. Because of this
Claudio Jeker
2018-02-10
Syncronize filesystems to disk when suspending. Each mountpoint's vnodes
Theo de Raadt
2018-02-10
Use sched_pause(yield) to decide when to yield when filling randomdata.
mortimer
2018-02-09
Call socreate() before falloc() in sys_socket().
Martin Pieuchot
2018-02-08
Remove CSRG copyright, there isn't any code left from Berkeley here.
Martin Pieuchot
2018-02-08
Use a temporary chacha instance to fill large randomdata sections. Avoids
mortimer
2018-02-06
slightly randomize the order that new pages populate their item lists in.
David Gwynne
2018-02-06
reduce scope of variable a bit to avoid shadowing
Ted Unangst
2018-01-25
Move common mutex implementations to a MI place.
Martin Pieuchot
2018-01-18
While booting it does not make sense to wait for memory, there is
Alexander Bluhm
2018-01-16
garbage collect an unused variable
Sebastian Benoit
2018-01-13
introduce a filter called EVFILT_DEVICE that can be used to notify
Robert Nagy
2018-01-11
Postpone secondary CPUs until after mounthook activities. This is
Patrick Wildt
2018-01-10
Mark sosplice task mp safe, do not grab kernel lock for tcp output.
Alexander Bluhm
2018-01-09
Change `so_state' and `so_error' to unsigned int such that they can
Martin Pieuchot
2018-01-08
Do not pass a userland pointer to ktrabstimespec().
Martin Pieuchot
2018-01-08
Allow TIOCUCNTL issued on a pty(4) master in promise "tty".
Martin Pieuchot
2018-01-08
Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave to
Martin Pieuchot
2018-01-05
Show uvm_fault and trace when typing show panic on a page fault'd kernel
Paul Irofti
2018-01-04
Unifdef snd/rcv.
Martin Pieuchot
2018-01-02
Do not memset() the whole structure in sorflush() to keep `sb_flagsintr'
Martin Pieuchot
2018-01-02
Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.
Philip Guenther
2018-01-02
Fix an off-by-one in the free(9) "passed size was too small" check:
Philip Guenther
2018-01-01
free(9) sizes for sys_execve.
Florian Obser
2018-01-01
We are either allocating 2 or three array members. Unroll while loop
Florian Obser
2018-01-01
copyright++;
Jonathan Gray
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
Philip Guenther
2017-12-30
Delete unnecessary <sys/file.h> includes
Philip Guenther
2017-12-29
Make sure that pf_mbuf_link_state_key() does not overwrite an
Alexander Bluhm
2017-12-29
Make the functions which link the pf state keys to mbufs, inpcbs,
Alexander Bluhm
2017-12-19
curproc access isn't necessarily as cheap as a local variable access,
Theo de Raadt
2017-12-19
Remove unused ps_stackgap from process struct
Stefan Kempf
2017-12-19
Remove a 27 year old #ifdef notdef chunk involving SB_LOCK.
Martin Pieuchot
2017-12-19
Inline socket buffer related defines, no functional change.
Martin Pieuchot
2017-12-19
Remove unnecessary unlock/lock dance when following a goto.
Martin Pieuchot
2017-12-18
Revert support for multiple threads to enter kqueue_scan() in parallel.
Martin Pieuchot
[next]