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
/
arch
/
m88k
Age
Commit message (
Expand
)
Author
2016-10-19
Change process_{domem,auxv_offset}() to take a process instead of a proc.
Philip Guenther
2016-10-19
Change pmap_proc_iflush() to take a process instead of a proc
Philip Guenther
2016-10-09
Tweak the special handling of pid 1 in setregs()...and document that
Philip Guenther
2016-10-09
Apply consistency to forever loops with continue and NOTREACHED
Tom Cosgrove
2016-10-08
Report the PID in sendsig() debugging
Philip Guenther
2016-09-25
Make a move towards ending 4 decades of kernel snooping.
Theo de Raadt
2016-09-19
ansify function definitions
Jasper Lievisse Adriaanse
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-09-04
TCB_GET_MEMBER() is no longer used after the TIB changes
Philip Guenther
2016-09-03
Increase the number of mbufs on most architectures. This is based
Alexander Bluhm
2016-08-01
bring the light of ansi to a few more files
Ted Unangst
2016-06-21
Add sc_cookie in sigcontext, as same as other ports.
Kenji Aoyama
2016-06-13
rename raiseipl to splraise()
David Gwynne
2016-06-07
consistently set ipls on pmap pools.
David Gwynne
2016-05-27
Remove the non ELF macros
Theo de Raadt
2016-05-21
hand-massage sendsig() and sys_sigreturn() to be much more similar.
Theo de Raadt
2016-05-10
SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie
Theo de Raadt
2016-04-27
G/C DDB_REGS.
Martin Pieuchot
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-09
Convert DDB_REGS -> &ddb_regs, inputs and ok naddy@
Martin Pieuchot
2016-03-01
DB_SYM_NULL -> NULL.
Martin Pieuchot
2015-11-01
Remove the definition of USRTEXT. It has no relevance outside of the non-PIE
Miod Vallat
2015-10-05
user land -> userland; from Rob Pierce
Theo de Raadt
2015-09-26
lint is dead and C99 may be old enough to drive a car: delete LONGLONG
Philip Guenther
2015-09-13
<sys/systm.h> must be before <sys/syscall_mi.h> now.
Miod Vallat
2015-09-08
Give the pool page allocator backends more sensible names. We now have:
Mark Kettenis
2015-08-29
_NLIST_DO_ELF is no longer needed: it's the only option
Philip Guenther
2015-07-29
Acquire the kernel lock in pmap_remove(). The reasons for this can't be
Miod Vallat
2015-07-25
Only store mod/ref flags in the vm_page_md struct, not in every pv_entry.
Miod Vallat
2015-07-17
remove obsolete INET kernel option
Ted Unangst
2015-07-03
Rename mtx_cpu to mtx_owner for consistency with the other platforms.
Miod Vallat
2015-07-03
Fix cast in atomic_swap_ptr()
Miod Vallat
2015-07-02
copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha.
David Gwynne
2015-07-02
introduce srp, which according to the manpage i wrote is short for
David Gwynne
2015-05-05
emul_native is only used for kernel threads which can't dump core, so
Philip Guenther
2015-04-30
Remove SIZE_MAX from limits.h. It was added years ago before we
Todd C. Miller
2015-03-06
Unbreak IPL_TTY == IPL_SOFTTTY case. ok deraadt@
Miod Vallat
2015-03-03
Add pcic(4) support on luna88k.
Kenji Aoyama
2015-02-15
Change pmap_remove_holes() to take a vmspace instead of a map as its argument.
Miod Vallat
2015-02-11
no md code wants lockmgr locks, so no md code needs to include sys/lock.h
David Gwynne
2015-02-11
make the rwlock implementation MI.
David Gwynne
2015-02-10
Convert to uiomove().
Miod Vallat
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-02-10
Enable `va < VM_MIN_ADDRESS' check now that VM_MIN_ADDRESS is nonzero.
Miod Vallat
2015-02-10
increase min address to page size for all remaining min == 0 systems.
Ted Unangst
2015-02-09
Do not even try to call uvm_grow() from sendsig. It will be invoked
Miod Vallat
2014-12-24
Pass real sizes to free().
Miod Vallat
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-10-09
revert unintentional commit unrelated to LKM
Ted Unangst
2014-10-09
remove LKM devices
Ted Unangst
[next]