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-07-05
regen
Martin Pieuchot
2018-07-05
Put back sendto(2) and sendmsg(2) under KERNEL_LOCK().
Martin Pieuchot
2018-07-05
Serialize the sosplice taskq allocation. This prevents an unlikely
Visa Hankala
2018-07-05
Grab the KERNEL_LOCK() in kthread_create(9) to enable unlocked code
Visa Hankala
2018-07-05
Plug a vnode leak in namei(). If the file system is unmounted
Alexander Bluhm
2018-07-03
Add a new so_seek member to "struct file" such that we can have seekable
Mark Kettenis
2018-07-03
Avoid NULL pointer deref in vn_writechk() when calling ftruncate() on a file
anton
2018-07-02
Use more list macros for v_dirtyblkhd.
Alexander Bluhm
2018-07-02
Update the file reference count field `f_count' using atomic operations
Visa Hankala
2018-07-02
Assert that fdp is locked in fdalloc().
Visa Hankala
2018-07-01
Lock the file descriptor table when accessing the `fd_ofileflags' array.
Visa Hankala
2018-06-30
Don't steal processes from other CPUs if we're not scheduling processes on
Mark Kettenis
2018-06-27
regen
Martin Pieuchot
2018-06-27
Revert previous, at least one pool need its IPL to be IPL_MPFLOOR as
Martin Pieuchot
2018-06-27
Raise file_pool's IPL to prevent deadlocks with the newly unlocked
Visa Hankala
2018-06-27
regen
Martin Pieuchot
2018-06-27
Unlock 12 network-related syscalls.
Martin Pieuchot
2018-06-26
Make the system cache a small number of free lock list entries per CPU.
Visa Hankala
2018-06-26
Remove a duplicate fd_used() call. The new file descriptor passed
Visa Hankala
2018-06-25
Implement DRI3/prime support. This allows graphics buffers to be passed
Mark Kettenis
2018-06-25
During open(2), release the fdp lock before calling vn_open(9).
Visa Hankala
2018-06-25
Introduce fnew(), a function to initialize a `struct file'.
Martin Pieuchot
2018-06-24
Use atomic operations for updating `numfiles'. This makes the file count
Visa Hankala
2018-06-23
Replace value with a constant
denis
2018-06-23
Improve the consistency of variable naming in unp_externalize().
Visa Hankala
2018-06-22
tweak comment
Visa Hankala
2018-06-21
Drop redundant "node == parent node" checks from VOP_RMDIR()
Visa Hankala
2018-06-21
Use atomic operations for updating cred structure reference counts
Visa Hankala
2018-06-21
don't let the retguard skip region exceed the space we have reserved for
Mike Larkin
2018-06-21
Save and restore retguard area during hibernate unpack. This copies the
Mike Larkin
2018-06-20
regen
Martin Pieuchot
2018-06-20
Unlock sendmsg(2) and sendto(2).
Martin Pieuchot
2018-06-20
Grab and/or assert for the KERNEL_LOCK() in in ktrace & pledge.
Martin Pieuchot
2018-06-19
SMT (Simultanious Multi Threading) implementations typically share
Mark Kettenis
2018-06-18
Put file descriptors on shared data structures when they are completely
Martin Pieuchot
2018-06-17
Move kqueue related fields from struct filedesc to struct kqueue. Solves a panic
anton
2018-06-16
Introduce "wroute" promise.
Florian Obser
2018-06-16
base and ports are now clean of TIOCSTI uses. The #define can now be removed.
Theo de Raadt
2018-06-15
Remove the witness_skipspin setting to simplify the code.
Visa Hankala
2018-06-15
Simplify #ifdefs. The kernel_lock symbol is no longer needed when
Visa Hankala
2018-06-15
kevent: don't reject timeouts greater than 100 million seconds
cheloha
2018-06-14
Make possible to build uniprocessor WITNESS kernels without kernel_lock.
Visa Hankala
2018-06-14
In soclose() and soaccept() convert the KASSERT(SS_NOFDREF) back
Alexander Bluhm
2018-06-14
In dounlinkat() only perform the check for a mounted directory when
Todd C. Miller
2018-06-13
Make the VFS layer responsible for preventing the deletion
Visa Hankala
2018-06-11
Do not unlock the KERNEL_LOCK() unconditionally in sounlock().
Martin Pieuchot
2018-06-08
Constipate all the struct lock_type's so they go into .rodata
Philip Guenther
2018-06-07
Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for
Visa Hankala
2018-06-06
The function dounmount() traverses the mnt_list in forward direction
Alexander Bluhm
2018-06-06
Pass the socket to sounlock(), this prepare the terrain for per-socket
Martin Pieuchot
[next]