priv: Remove some uses of PRIV_ROOT/PRISON_ROOT
[dragonfly.git] / sys / platform /
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE' (early part)
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH' (early part)
2009-06-20 Matthew DillonHAMMER (and kernel) - Fix cpu-bound kernel thread issue.
2009-06-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-14 Sepherosa ZiehauMADT MP probe: Rework cpuid mapping, and cpuid to apici...
2009-06-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-13 Jordan Gordeevamd64: Fix a bug in cpu_prepare_lwp().
2009-06-13 Sepherosa ZiehauFallback to ACPI MADT CPU enumeration, if BIOS does...
2009-06-13 Sepherosa ZiehauAdd mp_set_cpuids(), which links CPU's logical id to...
2009-06-13 Sepherosa ZiehauImplement ACPI MADT parsing
2009-06-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-13 Sepherosa ZiehauMP table related static function renaming
2009-06-13 Sepherosa ZiehauGet rid of global variable 'boot_cpu_id'
2009-06-13 Sepherosa ZiehauCorrect mptable_pass[12]() function comment
2009-06-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-12 Sepherosa Ziehaump_probe() -> mptable_probe()
2009-06-12 Sepherosa ZiehauChange mptable mapping mechanism during mptable parsing.
2009-06-12 Sepherosa Ziehaump_probe(): Return physical address of the MP float...
2009-06-12 Sepherosa ZiehauReorder MP probing
2009-06-12 Sepherosa ZiehauDefer mptable_pass1() from mp_probe() to mp_enable()
2009-06-12 Sepherosa ZiehauSave EBDA address before mp_probe()
2009-06-12 Sepherosa Ziehaumptable_pass1: Don't set ncpus to 1; it has already...
2009-06-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-09 Sepherosa ZiehauRemove mp_capable; mp_enable() uses cpu_apic_address.
2009-06-09 Sepherosa ZiehauDefer LAPIC mapping from pmap_bootstrap() to mp_enable()
2009-06-08 Aggelos EconomopoulosMerge branch 'master' of /home/aggelos/devel/dfly/dfly...
2009-06-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-06 Sepherosa ZiehauACPI P-State CPU driver: shorten function name
2009-06-06 Sepherosa ZiehauACPI P-State support step 2/2: Add CPU driver for AMD...
2009-06-05 Jordan Gordeevamd64: Remove or disable most uses of kprintf0().
2009-06-05 Jordan GordeevMerge branch 'master' into amd64
2009-06-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-05 Matthew DillonFix amd64 build and UP build issues with recent commit.
2009-06-05 Jordan Gordeevamd64: Fix booting on machines with large ammounts...
2009-06-05 Jordan Gordeevamd64: Fix saving and restoring of FPU state.
2009-06-05 Jordan Gordeevamd64: Remove unneeded asserts. Fixes a bug.
2009-06-05 Jordan Gordeevamd64: Remove flag 'PCB_FULLCTX' now that it is unused.
2009-06-05 Jordan Gordeevamd64: Print more information when applications segfault.
2009-06-05 Jordan Gordeevamd64: Implement cpu_prepare_lwp().
2009-06-05 Jordan Gordeevamd64: Use 'doreti' to return from syscalls.
2009-06-05 Jordan Gordeevamd64: Fix 'hw.availpages' sysctl.
2009-06-05 Jordan Gordeevamd64: Take red zone into account when handling signals.
2009-06-05 Jordan GordeevMerge branch 'master' into amd64
2009-06-04 Matthew Dillonbus_dma_tag fixes and enhancements.
2009-06-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-03 Sepherosa ZiehauACPI P-State support step 1.5/2: Add CPU driver for...
2009-05-27 Jordan Gordeevamd64: Fixes for pmap_release() and related functions...
2009-05-27 Jordan Gordeevamd64: pmap: Fix sizes and indices related to the pm_pt...
2009-05-27 Jordan Gordeevamd64: pmap: Improve comments.
2009-05-27 Jordan Gordeevamd64: pmap: Use consistent names in comments.
2009-05-27 Jordan GordeevMerge branch 'master' into amd64
2009-05-24 Matthew Dillonvkernel - more crit section work to avoid pthread reent...
2009-05-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-23 Matthew DillonMiscellanious protection around pthread calls to avoid...
2009-05-21 Jordan GordeevMerge branch 'master' into amd64
2009-05-21 Sepherosa Ziehauioapic: Allow user to specify irq's destination CPU
2009-05-21 Sepherosa Ziehauioapic: Fix destination setting.
2009-05-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-19 Sepherosa Ziehau- Staticize cpu_initclocks()
2009-05-19 Sepherosa Ziehauamd64: Sync isa/clock.c with i386's
2009-05-19 Sepherosa ZiehauRevert "More clock cleanup:"
2009-05-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-17 Hasso TepperMake it possible to build ath(4) hal into the kernel.
2009-05-17 Sepherosa ZiehauDuplicate platform/pc32/isa/clock.c to platform/pc64...
2009-05-17 Sepherosa ZiehauMore clock cleanup:
2009-05-17 Sepherosa ZiehauAdd interrupt cputimer interface.
2009-05-15 Matthew Dillonvkernel - Fix races in stopsig() and ipisig().
2009-05-15 Matthew DillonAdd cothread_delete() to the vkernel cothread API.
2009-05-15 Matthew Dillonvkernel now autoprobes vkd0s1a as well as vkd0s0a to...
2009-05-14 Sepherosa ZiehauEnable lapic timer by default.
2009-05-14 Sepherosa ZiehauRemove lapic_timer_test
2009-05-14 Jordan Gordeevamd64: pmap: sync pmap_kmem_choose() with FreeBSD.
2009-05-14 Jordan Gordeevamd64: first steps towards 64-bit pmap
2009-05-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-13 Jordan Gordeevamd64: pmap: sync pmap_kmem_choose() with FreeBSD.
2009-05-13 Jordan GordeevMerge branch 'master' into amd64
2009-05-11 Sepherosa ZiehauCount inter-processor and LAPIC timer interrupts
2009-05-07 Matthew DillonRemoving debugging kprintf() in PTE race check.
2009-05-07 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-05-07 Matthew DillonReplace Debugger() entry with a kprintf().
2009-05-04 Sepherosa ZiehauAdd tunable to _not_ register i8254 interrupt if lapic...
2009-05-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-03 Sepherosa ZiehauAllow one shot timer to be switched on a running system...
2009-05-03 Sepherosa Ziehaulapic timer: Improve lapic timer vector code
2009-05-02 Jordan GordeevMerge branch 'master' into amd64
2009-05-02 Sepherosa ZiehauUnbreak VKERNEL compile: Add missing symbol
2009-05-02 Sepherosa Ziehaulapic timer: Correct AMD C1E handling
2009-05-02 Sepherosa Ziehaulapic timer: Finish the lapic timer support
2009-05-02 Sepherosa Ziehaulapic timer: Improve lapic timer testing
2009-05-02 Sepherosa Ziehausystimer/cputimer: Add {systimer,cputimer}_intr_enable()
2009-05-02 Sepherosa Ziehaulapic timer: Add lapic timer interrupt delivery testing
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer interru...
2009-05-02 Sepherosa Ziehaulapic timer: Setup AP lapic timer's divisor
2009-05-02 Sepherosa ZiehauMove sysbeepstop_ch initialization to the beginning...
next