summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-03Remove a.out support from compat_linux(8).Paul Irofti
2013-11-02Cleanup bios_oconsdev_t. Make sure you have a halfway recent bootloaderMark Kettenis
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
2013-10-31Reenable compat_linux.Paul Irofti
2013-10-29unbreak glxsb(4) by properly allocating it's key schedule;Mike Belopuhov
2013-10-28Document softraid boot process for i386/amd64.Stefan Sperling
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenMartin Pieuchot
2013-10-26Remove unused variable.Mark Kettenis
2013-10-25some cleanup for "machine memory";Jason McIntyre
2013-10-23Crank bootblock versions after last commitMike Larkin
2013-10-23Allow uppercase "K/M/G" specification in "machine memory" boot command.Mike Larkin
2013-10-21enable support for VMware ParaVirtual SCSI via vmwpvs(4).David Gwynne
2013-10-20Realmode park is causing more problems than it's solving. Remove until weMike Larkin
2013-10-20Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes.Stefan Sperling
2013-10-20Simplify definition of the side-effect-free wd io routine.Theo de Raadt
2013-10-20SMEP (on Ivy Bridge and later CPUs) require page protections that includeMike Larkin
2013-10-19Use daddr_t * instead of int * for the partoffp parameter toKenneth R Westerback
2013-10-18Comment out cd* at scsibus? from installation media which lack CD9660 support.Miod Vallat
2013-10-18Disable global page mappings before we start to unpack. This was likelyMike Larkin
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-16Prefer ACPI over APM. For years, we had a SMBIOS-probing hack to preferTheo de Raadt
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-10-09Use monitor/mwait to idle when available. Make cpu_unidle() do nothingPhilip Guenther
2013-10-05Use K1X_FID macro on msr read.Bryan Steele
2013-10-05sadly, some removals to make things fitTheo de Raadt
2013-10-02Format string fixes: Use %l* for paddr_tStefan Fritsch
2013-10-01Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_tStefan Fritsch
2013-10-01Use %z* for size_tStefan Fritsch
2013-10-01format string fix: it's u_long *addrStefan Fritsch
2013-09-29Get rid of cnset(). It is only used on amd64/i386 and doesn't really doMark Kettenis
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-14Disable COMPAT_LINUX until it can be fixed post-time_t changePhilip Guenther
2013-09-08Enable vmx(4) on i386 and amd64.Reyk Floeter
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-08-25one change missed by jsging's commit is needed to unbreak the build;Mike Belopuhov
2013-08-24Remove call to sched_start_secondary_cpus in MP unhibernate case until weMike Larkin
2013-08-24Cleanup amd64 and i386 MTRR code -Mike Larkin
2013-08-21Use the console locator to make sure wsdisplay0 always is the glass console.Mark Kettenis
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
2013-08-18make them fit, sighTheo de Raadt
2013-08-15Blast uhts(4). This code was merged into ums(4) last week.Edd Barrett
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-08-13Let ray(4) rot in the attic. OK mpi, jsg, kettenis, henning, millert.Mike Belopuhov
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray
2013-08-07We uniformly define size_t to be unsigned long and ssize_t to be long. MakeMark Kettenis
2013-07-14IPL_VM is "mpsafe" now as well.Mark Kettenis