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-17
unvname_new() is passed something that is always 64-bits so the
Kenneth R Westerback
2018-07-15
Restore correct behaviour to pledge for access and stat, which was broken
Bob Beck
2018-07-14
Don't pass an uninitialised size value to free(9). Pointer argument is
Jonathan Gray
2018-07-13
unbreak gcc4 build
Jonathan Gray
2018-07-13
Make the default failure for unveil while disabled return success
Bob Beck
2018-07-13
Unveiling unveil(2).
Bob Beck
2018-07-12
Add hw.ncpuonline to count the number of online CPUs.
cheloha
2018-07-11
If no thread can immediately handle a signal, which has been sent
Alexander Bluhm
2018-07-10
In free(9) call wakeup() after mtx_leave() consistently.
Alexander Bluhm
2018-07-10
After removing raw_usrreq() from route and pfkey, the global sockaddr
Alexander Bluhm
2018-07-10
Move socket & pipe specific logic in their ioctl handler.
Martin Pieuchot
2018-07-10
Move from sendsig() to its callers the initsiginfo() calls and
Philip Guenther
2018-07-09
Fix trailing whitespaces and too long line.
Alexander Bluhm
2018-07-09
Use function name in panic string, like in some other places.
Claudio Jeker
2018-07-09
Make free(9) MP safe. It was wrong to set ku_indx to 0 after freeing
Alexander Bluhm
2018-07-07
Fix an argument type error that happens when translating fcntl(F_SETOWN)
Visa Hankala
2018-07-07
Remember to lock v_specparent for VOP operations.
Visa Hankala
2018-07-07
Fix a locking error in spec_setattr(). Unlike many VOP operations,
Visa Hankala
2018-07-07
Release the kernel lock fully on thread exit. This prevents a locking
Visa Hankala
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
[prev]
[next]