summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2013-07-13unify register_t to long on all platformsTheo de Raadt
2013-07-10To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-07-05Take II, this time without flubbing off_t: : move several internalPhilip Guenther
2013-07-04format string fixStefan Fritsch
2013-07-04Format string fixes:Stefan Fritsch
2013-07-04backout previous; off_t must be signed and there might be other C++ APIOtto Moerbeek
2013-07-04To ease future changes, move several internal type definitions that arePhilip Guenther
2013-07-03fix: cast void * to char *, fix format args for (u)int64_t,Stefan Fritsch
2013-07-01Make the acpi global lock functions actually work. Luckily these functionsMark Kettenis
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-14give up on fitting siopTheo de Raadt
2013-06-13bcopy/memmove/memcpy are now in libkernTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-09remove fxp because uvm additions overflows all i386 install mediaTheo de Raadt
2013-06-09the kernel is supposed to provide memmove, but some archs are missing it.Ted Unangst
2013-06-04Remove remaining references to HIBERNATE_COPY_PAGE. It was effectivelyMike Larkin
2013-06-04Add RCS ids.Paul Irofti
2013-06-03Convert some internal APIs to use timespecs instead of timevalsPhilip Guenther
2013-06-03changes for isc fuse support. not enabled. ok beck deraadt.Ted Unangst
2013-06-02Revert previous: libsa/ufs.c was fixed to not use big types when notPhilip Guenther
2013-06-02Fix a bug where the calibration loop could show wrong CPU frequencies.Gerhard Roth
2013-06-01cleanup and consolidate the spinlock_lock (what a name!) code.Ted Unangst
2013-06-01Add vmx(4) to the kernel config, but comment it out for now.Reyk Floeter
2013-05-31We need to halt the APs on MP hibernate resume or else they will beMike Larkin
2013-05-31remove counters for simplelocksTed Unangst
2013-05-30Fix a bug in amd64 hibernate introduced when we moved the kernel to load atMike Larkin
2013-05-30Make interrupt handling in hibernate resume MI by providing MD-specificMike Larkin
2013-05-30If ACPI is not compiled in, pci_min_powerstate() has no facts to supportTheo de Raadt
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt