Age | Commit message (Expand) | Author |
2013-10-18 | Remove an incorrect assert used in the real mode parking code for | Mike Larkin |
2013-10-18 | Disable global page mappings before we start to unpack. This was likely | Mike Larkin |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-16 | Revert unintended changes. | Florian Obser |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-10-05 | Use K1X_FID macro on msr read. | Bryan Steele |
2013-10-05 | Revert one chunk from previous: don't need another #include here | Philip Guenther |
2013-10-05 | Use monitor/mwait to idle when available. Make cpu_unidle() do nothing | Philip Guenther |
2013-10-02 | Format string fixes | Stefan Fritsch |
2013-09-29 | Get rid of cnset(). It is only used on amd64/i386 and doesn't really do | Mark Kettenis |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-26 | Use the cpuid vendor string instead of the model string when enabling | Jonathan Gray |
2013-09-08 | Enable vmx(4) on i386 and amd64. | Reyk Floeter |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-08-24 | fix use of uninitialized variables (used only in a DEBUG printf) | Mike Larkin |
2013-08-24 | Remove call to sched_start_secondary_cpus in MP unhibernate case until we | Mike Larkin |
2013-08-24 | Cleanup amd64 and i386 MTRR code - | Mike Larkin |
2013-08-21 | Use the console locator to make sure wsdisplay0 always is the glass console. | Mark Kettenis |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-20 | ehci(4) without usb(4) is useless... from Alexey E. Suslikov. | Martin Pieuchot |
2013-08-15 | Blast uhts(4). This code was merged into ums(4) last week. | Edd Barrett |
2013-08-15 | Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets | Mark Kettenis |
2013-08-13 | Let ray(4) rot in the attic. OK mpi, jsg, kettenis, henning, millert. | Mike Belopuhov |
2013-08-12 | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. | Jonathan Gray |
2013-08-03 | Don't flush the cache on page inflate for hibernate on amd64. | Mike Larkin |
2013-07-30 | Or in the CPUID_NXE bit from ci->ci_feature_eflags into ci->ci_feature_flags | Mark Kettenis |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-07-01 | Make the acpi global lock functions actually work. Luckily these functions | Mark Kettenis |
2013-06-29 | Remove unsigned comparison >= 0. | Brad Smith |
2013-06-26 | Since interrupts at IPL_AUDIO no longer grab the kernel lock, and nobody | Mark Kettenis |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-04 | Remove remaining references to HIBERNATE_COPY_PAGE. It was effectively | Mike Larkin |
2013-06-04 | Cpu topology for AMD64. | Christiano F. Haesbaert |
2013-06-04 | Add RCS ids. | Paul Irofti |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-02 | Revert previous: libsa/ufs.c was fixed to not use big types when not | Philip Guenther |
2013-06-02 | Fix a bug where the calibration loop could show wrong CPU frequencies. | Gerhard Roth |
2013-06-02 | Fix descriptions of structures | Philip Guenther |
2013-06-02 | Don't need gdt.h here | Philip Guenther |
2013-06-02 | fix tpyo | Philip Guenther |
2013-06-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-06-01 | Introduce a new amd64 IPI, x86_ipi_halt_realmode to park CPUS into real | Mike Larkin |
2013-06-01 | Call x86_ipi_halt_realmode to park APs in real mode before unpacking image | Mike Larkin |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | Fix offset error when clearing the resume time stack pages | Mike Larkin |