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-12-16
add task_pending
David Gwynne
2018-12-12
free(9) sizes for sysv shm.
Martin Pieuchot
2018-12-12
free(9) sizes for SVID semaphores.
Martin Pieuchot
2018-12-07
free(9) sizes for netcred.
Martin Pieuchot
2018-12-06
Core files with >65535 sections have to use PN_XNUM and a section header
Philip Guenther
2018-12-05
free(9) sizes for softcs.
Martin Pieuchot
2018-12-05
free(9) size for temporary buffer.
Martin Pieuchot
2018-11-30
Trivial MH_ALIGN/M_ALIGN to m_align conversions.
Claudio Jeker
2018-11-27
EVFILT_TIMER: Remove extra tick from tvtohz(9) on timeout reload.
cheloha
2018-11-21
In unp_internalize() check the length more carefully preventing an
Claudio Jeker
2018-11-21
When using MSG_PEEK to peak into packets skip control messages holding
Claudio Jeker
2018-11-21
free(9) sizes for bread_cluser().
Martin Pieuchot
2018-11-19
delete the dns jackport experiment. it has no future.
Ted Unangst
2018-11-19
Utilize sigio with sockets.
Visa Hankala
2018-11-17
Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.
cheloha
2018-11-17
Avoid leaking kernel memory in struct kevent padding.
Todd C. Miller
2018-11-14
Revert previous, it breaks regress.
Martin Pieuchot
2018-11-14
Userland malloc(3) & free(3) take only one argument.
Martin Pieuchot
2018-11-13
Fix fcntl(fd, F_GETOWN) with pipes. As a regression
Visa Hankala
2018-11-12
Utilize sigio with pipes. This makes fcntl(fd, F_SETOWN, arg) correctly
Visa Hankala
2018-11-12
Add a mechanism for managing asynchronous IO signal registrations.
Visa Hankala
2018-11-12
Introduce m_align() a function that works like M_ALIGN() but works with
Claudio Jeker
2018-11-10
use the LFPRINTF() debug macro consistently; ok mpi@
anton
2018-11-10
Conform to POSIX-2001 in which the behavior of passing a negative length using
anton
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2018-11-06
new sysctl for userland malloc flags, kernel part. ok millert@ deraadt@
Otto Moerbeek
2018-11-05
trace struct flock; ok visa@
anton
2018-11-02
make debug flags continuous
anton
2018-10-30
If we execute a #!shell binary, the shell is an integral part of the
Theo de Raadt
2018-10-29
irrelevant part snuck into previous commit; from semarie
Theo de Raadt
2018-10-29
Now that most archs have better NMBCLUSTERS defaults it is possible to bring
Claudio Jeker
2018-10-29
needs sys/lock.h
Theo de Raadt
2018-10-28
Correctly deal with upper level unveil's by keeping track of the covering
Bob Beck
2018-10-27
Add assertions for lockf list manipulation, hidden behind LOCKF_DIAGNOSTIC.
anton
2018-10-27
Rework previous lockf fix; bluhm@ noticed a regress failure during consecutive
anton
2018-10-25
Fix a resource leak in doaccept().
Visa Hankala
2018-10-17
Only the scheduler time statistics should be affected by spinning.
Alexander Bluhm
2018-10-10
User land time accounting has changed when kernel spinning time was
Alexander Bluhm
2018-10-09
Fix a "copy-and-paste" error that Coverity picked up in the augment code
David Gwynne
2018-10-06
When freeing a lockf struct that already is part of a linked list, make sure to
anton
2018-10-05
Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.
cheloha
2018-10-04
Call unveil_destroy() from exit1() instead of from the reaper. Fixes a
Mark Kettenis
2018-10-04
Revert the inpcb table mutex commit. It triggers a witness panic
Alexander Bluhm
2018-09-29
Use atomic operations to update vfc_refcount. Change the field's type
Visa Hankala
2018-09-26
KERN_CPTIME2: set ENODEV if the CPU is offline.
cheloha
2018-09-26
Move the allocating and freeing of mount points into
Visa Hankala
2018-09-25
fix typo in comment
Jasper Lievisse Adriaanse
2018-09-22
Harmonize spacing after ellipses in displayed messages.
Frederic Cambus
2018-09-20
As a step towards per inpcb or socket locks, remove the net lock
Alexander Bluhm
2018-09-18
Updating time counters without memory barriers is wrong. Put
Alexander Bluhm
[next]