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-09-06
fix whitespace
Jonathan Gray
2018-09-04
kevent: Don't poll for nonzero timeouts < 1us.
cheloha
2018-09-01
Fix errno for post-lock unveil calls
Theo de Raadt
2018-09-01
Recognize more talker IDs when parsing NMEA RMC messages
Landry Breuil
2018-08-30
Remove dead code related to tty allocation for ptys. Back in revision 1.17 of
anton
2018-08-30
Split the system-wide list of all futexes into process-specific lists
Visa Hankala
2018-08-29
Initialize device numbers for newly allocated ptys. Prevents a panic caused by
anton
2018-08-28
Fix stat of path components - this was breaking chrome - because the
Bob Beck
2018-08-25
Change kcov semantics, kernel code coverage tracing is now enabled on a per
anton
2018-08-24
Remove all knotes from a file descriptor before closing the file in
Visa Hankala
2018-08-21
Rework kcov kernel config. Instead of treating kcov as both an option and a
anton
2018-08-21
Use explicit fd indexing to access fd_ofiles, to clarify the code.
Visa Hankala
2018-08-21
If the control message of IP_SENDSRCADDR did not fit into the socket
Alexander Bluhm
2018-08-20
Reorder checks in the read/write(2) family of syscalls to prepare making
Martin Pieuchot
2018-08-20
Make fnew() return a new file with only one reference. This makes
Visa Hankala
2018-08-20
Preparations for arm64 radeondrm(4) support.
Mark Kettenis
2018-08-19
Add kcov(4), a kernel code coverage tracing driver. It's used in conjunction
anton
2018-08-19
Remove a stale/obvious comment.
Visa Hankala
2018-08-15
Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This prevents
Visa Hankala
2018-08-13
More clear version of previous namei/pledge/chroot solution. namei flag
Theo de Raadt
2018-08-13
in sys_statfs(), BYPASSUNVEIL can be passed to NDINIT in the "flags"
Theo de Raadt
2018-08-13
The first panic in pledge_namei should only be for ni_pledge == 0
Theo de Raadt
2018-08-13
Simplify the startup of the cleaner, reaper and update threads by
Visa Hankala
2018-08-13
Make it possible to run pipe(2) and pipe2(2) mostly w/o KERNEL_LOCK():
Martin Pieuchot
2018-08-11
Get rid of PLEDGE_STAT, which was a hack used for unveil.
Bob Beck
2018-08-10
Update fd_freefile when filtering/closing kqueue descriptors in fdcopy().
Joel Sing
2018-08-09
Remove redundant "kq == kn->kn_kq" checks. The lists kq_knhash and
Visa Hankala
2018-08-07
UNVEIL_* flags defined elsewhere in a .h file
Theo de Raadt
2018-08-07
Fix dangling knote references.
Visa Hankala
2018-08-05
Decouple unveil from the pledge flags, by adding dedicated unveil flags
Bob Beck
2018-08-05
Prevent a panic when reboot -q is used by making unveil_removevnode
Bob Beck
2018-08-03
wrap long lines
Theo de Raadt
2018-08-03
ni_pledge flags are a uint64_t not an int - don't initialize with an int.
Bob Beck
2018-08-02
Grammar fix in comment.
rob
2018-08-02
Fix panic when we attempt to mess with "." but have a flags mismatch
Bob Beck
2018-07-30
regen
Martin Pieuchot
2018-07-30
Unlock sendmsg(2), sendto(2), recvfrom(2) and recvmsg(2).
Martin Pieuchot
2018-07-30
Fix a NULL-pointer dereference when calling open() on a cloned device with write
anton
2018-07-30
sync
Theo de Raadt
2018-07-30
rename 2nd argument of unveil from vague "flags" to "permissions";
Theo de Raadt
2018-07-30
Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode
Martin Pieuchot
2018-07-30
KNF
Theo de Raadt
2018-07-30
Allow for us to do a CREATE style lookup on a read only filesystem
Bob Beck
2018-07-30
activate unveil for testing
Theo de Raadt
2018-07-29
revert accidentally changed prototype
Bob Beck
2018-07-29
Don't exceed UNVEIL_MAX_VNODES with a long path now that we save
Bob Beck
2018-07-29
Make sure we don't count looking at .. as a component
Bob Beck
2018-07-27
Add SIOCSIFMTU to the wroute pledge.
bket
2018-07-27
Don't double vput and panic after looking up "."
Bob Beck
2018-07-22
Avoid a NULL pointer deref when calling fchown() on a file descriptor belonging
anton
[next]