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
2016-06-01
add support for using SRPs without the garbage collection machinery.
David Gwynne
2016-05-31
Fix ptrace PT_WRITE_D that returned EFAULT.
Jeremie Courreges-Anglas
2016-05-31
sys_o58_kill is no longer needed for compat.
Theo de Raadt
2016-05-31
sys_osendsyslog can go away; we have transitioned to the new version with
Theo de Raadt
2016-05-31
sync
Theo de Raadt
2016-05-31
sys_osendsyslog can go away; we have transitioned to the new version with
Theo de Raadt
2016-05-31
sys_o58_kill is no longer needed for compat.
Theo de Raadt
2016-05-30
Identify W^X labelled binaries at execve() time based upon WX_OPENBSD_WXNEEDED
Theo de Raadt
2016-05-30
backout to insert correct commit message
Theo de Raadt
2016-05-30
*** empty log message ***
Theo de Raadt
2016-05-29
Fix sizes passed to free() in fdfree(). This prevents a panic reported
Martin Natano
2016-05-28
add sizes to free() calls for descrip tables
Ted Unangst
2016-05-27
W^X violations are no longer permitted by default. A kernel log message
Theo de Raadt
2016-05-27
rename(2) operation requires "rpath cpath" at the underlying operation
Theo de Raadt
2016-05-26
The doforce variable isn't modified anywhere. Also, the only filesystem
Martin Natano
2016-05-24
Remove two sysctls which were introduced only for development of the
Theo de Raadt
2016-05-23
Place a cpu-dependent trap/illegal instruction over the remainder of the
Theo de Raadt
2016-05-23
remove the sysctl kern.random counters, since none of the remaining
Theo de Raadt
2016-05-23
remove the function pointer from mbufs. this memory is shared with data
Ted Unangst
2016-05-23
VOP_REALLOCBLKS() and related code is unused since the removal of
Martin Natano
2016-05-21
Fix logic bug in DUID generation - we want to generate DUIDs until we have
Joel Sing
2016-05-21
Cleanup some of the DUID code and refactor for readability.
Joel Sing
2016-05-20
Remove dead assignment/unused variable.
Joel Sing
2016-05-19
Let setroot() pick the boot disk based on the DUID provided in bootduid if
Mark Kettenis
2016-05-19
All msg buf counters are long, so lmin(9) should be used for them.
Alexander Bluhm
2016-05-18
Kill trailing whitespaces.
Alexander Bluhm
2016-05-18
Use constty and cn_devvp for checking wether to use cnwrite(). That
Alexander Bluhm
2016-05-18
rename srp_finalize to srp_gc_finalize
David Gwynne
2016-05-18
rework the srp api so it takes an srp_ref struct that the caller provides.
David Gwynne
2016-05-18
Remove unnecessary cast of buflen to u_int in sockargs(). This was
Todd C. Miller
2016-05-17
Allow sendsyslog(2) with LOG_CONS even when /dev/console has not
Alexander Bluhm
2016-05-17
Backout the previous fix for the sendsyslog(2) with LOG_CONS solution.
Alexander Bluhm
2016-05-17
Document NOLOCK, from Michal Mazurek.
Martin Pieuchot
2016-05-15
remove chroot(2) from allowed syscalls under pledge(2).
Sebastien Marie
2016-05-13
contrary to documentation and other implementations, kevent was preventing
Ted Unangst
2016-05-11
remove hppa64 port, which we never got going beyond broken single users.
Theo de Raadt
2016-05-10
If sendsyslog(2) is called with LOG_CONS before syslogd(8) has been
Alexander Bluhm
2016-05-10
SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie
Theo de Raadt
2016-05-04
Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl and
Vadim Zhukov
2016-05-03
Stop using a soft-interrupt context to process incoming network packets.
Martin Pieuchot
2016-04-29
Fix some gibbering horrors due to uninitialized struct nameidata's
Bob Beck
2016-04-28
careful study of the holy scrolls reveals that for pselect (and ppoll)
Ted Unangst
2016-04-28
1) Split pledge whitelist path handling out of pledge_namei() and into
Bob Beck
2016-04-28
fix logic bug in deciding if we have UVM_PLA_NOWAIT or not in buf_realloc_pages
Bob Beck
2016-04-26
copy_statfs_info() is not only used by ufs, but by other filesystems too,
Martin Natano
2016-04-26
fix off by one in vfs_vnode_print - found by miod
Bob Beck
2016-04-25
remove systrace remnants
Ted Unangst
2016-04-25
boom goes the dynamite
Ted Unangst
2016-04-25
simplifies the check for allowing only promises
Sebastien Marie
2016-04-25
removes an unneeded check on flags (used historically when tame(2) was using
Sebastien Marie
[prev]
[next]