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
/
solbourne
Age
Commit message (
Expand
)
Author
2015-09-08
Give the pool page allocator backends more sensible names. We now have:
Mark Kettenis
2015-09-01
missing splx
Jonathan Gray
2015-05-02
add missing splx calls
Jonathan Gray
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-10
Convert to uiomove().
Miod Vallat
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-02-09
Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean.
Miod Vallat
2015-01-16
Don't bother to initialize %g1; we don't do this on sparc either.
Mark Kettenis
2015-01-13
for the install: target, use cmp as a rough attempt for avoiding repeated
Theo de Raadt
2015-01-11
switch prototype warnings to implicit-declaration warnings.
Ted Unangst
2014-12-17
remove simplelocks (trivial)
Theo de Raadt
2014-12-10
retire shutdown hooks; ok deraadt, krw
Mike Belopuhov
2014-11-18
Nuke some obvious #include duplications.
Kenneth R Westerback
2014-11-18
(except for the arm architectures...) unify the way the ld.script is
Theo de Raadt
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-10-04
Switch the kernel configs over to using -Wframe-larger-than= instead of
Brad Smith
2014-09-26
remove the last uses of -Wno-format
Jonathan Gray
2014-09-20
Use config_suspend_all(9).
Mark Kettenis
2014-07-21
boot(9): Reduce annoying style diffs
Masao Uebayashi
2014-07-13
boot(9): Cosmetic changes to improve diff'ability.
Masao Uebayashi
2014-07-13
Cosmetic changes to reduce diffs.
Masao Uebayashi
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-11
boot(9): Undo curproc-overriding hacks
Masao Uebayashi
2014-07-10
Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or
Martin Pieuchot
2014-07-10
boot(9): Remove comments about RB_*, "cold", and savectx()
Masao Uebayashi
2014-07-10
boot(): Remove comments about RB_TIMEBAD to reduce diffs
Masao Uebayashi
2014-07-10
boot(): Unify declarations
Masao Uebayashi
2014-05-31
Revert previous diff setting cold to 1 on shutdown because it breaks machine
Martin Pieuchot
2014-05-30
Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or
Martin Pieuchot
2014-05-25
Turn on blinky things by default, very useful here
Theo de Raadt
2014-05-11
Move the increment of uvmexp.softs back to the caller of mi_ast():
Philip Guenther
2014-05-10
Factor out the common ast bits into mi_ast()
Philip Guenther
2014-04-18
Have each thread keeps its own (counted!) reference to the process's ucreds
Philip Guenther
2014-03-26
Move p_emul and p_sigcode from proc to process.
Philip Guenther
2014-03-22
Move p_sigacts from struct proc to struct process.
Philip Guenther
2014-03-13
get rid of the assumption that the head of the alldevs list is the
David Gwynne
2014-01-30
Move declaration of struct vm_page_md from <machine/vmparam.h> to
Miod Vallat
2014-01-24
add a missing argument to a debug printf
Jonathan Gray
2013-12-08
reflect reality, mark as NOOBJ
Marc Espie
2013-11-20
Update comments mentioning `resource maps' to mention `extents' instead.
Miod Vallat
2013-10-15
Rewrite the awk script that generates the data for option DDB_STRUCT:
Philip Guenther
2013-09-28
In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb
Miod Vallat
2013-06-23
Stop using -traditional-cpp on gcc3/4 platforms.
Miod Vallat
2013-06-13
ovbcopy begone
Theo de Raadt
2013-06-01
add missing license (PD) block
Jasper Lievisse Adriaanse
2013-04-21
Unify the zs tty driver.
Sebastian Reitenbach
2013-03-30
reorder include search directories. cuts lookups by quite a bit.
Ted Unangst
2013-03-26
sync TDIRS with reality
Jasper Lievisse Adriaanse
2013-03-26
PGSHIFT and PGOFSET are now contained inside the kernel namespace.
Theo de Raadt
[next]