Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-14 | ahci hibernate device selection code; not yet tested | Mike Larkin | |
This code is from deraadt@ | |||
2011-11-13 | Fix a handful of bugs that were causing reboots and other bad behavior | Mike Larkin | |
during hibernate resumes. | |||
2011-11-13 | If a softraid chunk is offline we are not necessarily going to have the | Joel Sing | |
disk/partition name - in this case print the chunk number instead. | |||
2011-11-11 | Re-add overro board support. ok drahn@ | Matthieu Herrb | |
2011-11-10 | Assert copyright; spotted by drahn@ | Uwe Stuehler | |
2011-11-10 | Missing UART irqs. | Dale Rahn | |
2011-11-10 | Eliminate more useless differences between hppa and hppa64 | Theo de Raadt | |
2011-11-10 | setting COM_FREQ here is very wrong | Theo de Raadt | |
2011-11-10 | Missing interrupts on gpio. | Dale Rahn | |
2011-11-10 | mindless unification with hppa64; remove meaningless differences before | Theo de Raadt | |
attacking the complicated stuff | |||
2011-11-10 | Reduce autoconf(4) overuse on beagle | Uwe Stuehler | |
Renamed `ahb' to `omap' and extended it to configure the on-chip devices directly, based a board-specific table instead of trying to maintain addresses, interrupt numbers and such for two OMAP variants in the same config file. This may be an intermediate step, but should provide us some relief already. :) Suggestions from deraadt and drahn; ok drahn@ | |||
2011-11-10 | Recognize a few more v6 and v7 instructions. | Miod Vallat | |
2011-11-10 | Remove unused %s from a printf(), properly cast const void* to const | Kenneth R Westerback | |
int*. From Marco Trillo via tech@ long ago. | |||
2011-11-10 | Fix bug where 'now' recomputation was incorrect, | Dale Rahn | |
do not bother subtracting the old 'now' from the 64bit counters to determine which was sooner, add event counters for the clock/stat Do not have timers unless debugging the driver. Switch statclock to multiple of hz; | |||
2011-11-10 | Deal with the register offset on omap4430 where the registers moved by 0x100. | Dale Rahn | |
2011-11-10 | Add gumstix overo support. It's very similar to be beagleboard at this | Matthieu Herrb | |
point. So add it's card id and handle it like the beagleboard. ok drahn@, miod@ | |||
2011-11-09 | Add magic to use %r2 as the userland thread register. | Mark Kettenis | |
ok guenther@ | |||
2011-11-09 | Auto-repeat keys in WSKBD_RAW mode is not needed. | Alexandr Shadchin | |
WSKBD_RAW mode used in X, but X independently implements auto-repeat keys. ok miod@ | |||
2011-11-09 | Fix manual wfi instruction encoding. | Miod Vallat | |
2011-11-09 | Missing argument to error printf() | Miod Vallat | |
2011-11-09 | In pmap_remove(), don't forget to do tlb flushes even in the !pmap_cachevivt | Miod Vallat | |
case. ok drahn@ | |||
2011-11-09 | Use the new priority as the priority to check against, | Dale Rahn | |
not the current (not yet lowered) priority. problem spotted by miod. | |||
2011-11-09 | External ampintc interrupts need to add 32 to the interrupt number, | Dale Rahn | |
while 'internal' should not. no complaints uwe@ miod@ | |||
2011-11-08 | Cookies? Beagle don't need no stinkin' cookies. To get boot params | Kenneth R Westerback | |
anyways. ok (sight unseen) deraadt@ drahn@ | |||
2011-11-08 | Make the userland bits actually compile. | Mark Kettenis | |
ok guenther@ | |||
2011-11-08 | Let beagle GENERIC work as 'swap generic'. | Kenneth R Westerback | |
ok deraadt@ drahn@ | |||
2011-11-08 | consistant "config bsd" lines; ok miod | Theo de Raadt | |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb | |
2011-11-08 | merge cpu_coredump() back to where it belongs, ok drahn miod | Theo de Raadt | |
2011-11-08 | merge cpu_coredump() back to where it belongs; ok miod drahn | Theo de Raadt | |
2011-11-08 | remove support for big endian; ok drahn | Theo de Raadt | |
2011-11-08 | compat_13 support died ages ago | Theo de Raadt | |
2011-11-08 | Save and restore cr27 and add the necessary glue to use it as the userland | Mark Kettenis | |
thread register. ok guenther@, jsing@ | |||
2011-11-08 | On PCXS processors, reading %cr26 and %cr27 from userland causes a | Miod Vallat | |
privileged register trap. Cope with this in the trap handler to let userland use these registers; this will be necessary in the not-so-distant future. | |||
2011-11-08 | arm has no need for procfs | Theo de Raadt | |
2011-11-08 | procfs for solaris compat? not anymore; ok miod | Theo de Raadt | |
2011-11-07 | Cleanup and make initialization more readable. ok drahn@ uwe@ | Miod Vallat | |
2011-11-07 | TLS-lite support for i386 | Philip Guenthe | |
2011-11-07 | Lift the copyout() from i386_get_threadbase() to sys_sysarch(), so that | Philip Guenthe | |
it can be used correctly from linux_sys_get_thread_area() and tcb.h. linux_sys_set_thread_area() should use the copied in value instead of deferencing SCARG() again. i386_set_threadbase() should only update curcpu's GDT if it's being called for curproc. ok pirofti@ | |||
2011-11-07 | Fix the definition of L1_S_V7_AP(). | Miod Vallat | |
2011-11-06 | For now turn back on the pmap PTE modification in pmap_l2ptp_ctor | Dale Rahn | |
as was there before the PMAP_INCLUDE_PTE_SYNC changes. Beagle xM is happier this way. | |||
2011-11-06 | Correctly report WB and WT cache modes on v7 (they were swapped). ok uwe@ | Miod Vallat | |
2011-11-06 | Build boot(8) for i386 in the same manner that we build boot(8) for amd64 - | Joel Sing | |
specify a list of source files to compile, instead of building and linking against libraries. ok deraadt@ | |||
2011-11-06 | Fix GTIMER_STATUS offset | Miod Vallat | |
2011-11-06 | Further on the road to working. | Dale Rahn | |
2011-11-05 | More effort to use filesystem time if the rtc doesn't exist, thanks miod. | Dale Rahn | |
2011-11-05 | Introduce clock registration code, to deal with having multiple | Dale Rahn | |
delay/cpu_initclock operations from different drivers. | |||
2011-11-05 | Remove incorrect logic leading to skip page table flushes because | Miod Vallat | |
PMAP_NEEDS_PTE_SYNC would get defined to zero on kernels lacking StrongArm support. discussed with and ok drahn@ | |||
2011-11-05 | rename gptimer_delay to gptimer_wait, as it waits on the bit to be cleared | Dale Rahn | |
dont include bus.h twice. | |||
2011-11-05 | Many fixes. | Dale Rahn | |