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