summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2014-10-17reinstate i386/bus_space diff now that serial consoles are fixed inStuart Henderson
2014-10-17Initialize comconsiot. Fixes problems with the (now backed out) i386Mark Kettenis
2014-10-17backout i386/bus_space diff for now, req'd by deraadt@ - problems at bootStuart Henderson
2014-10-17Also remove trailing spaces from the CPU brand string.Mark Kettenis
2014-10-17revert previous. It isn't just i386 which cares about the setperfTheo de Raadt
2014-10-17In the new world order, setperf does not exist on ramdisks.Theo de Raadt
2014-10-17bring the twisting of bus_space from amd64 over to i386. this is:David Gwynne
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09remove LKM devicesTed Unangst
2014-10-08Add virtio_membar_* macrosStefan Fritsch
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-10-01Fix some incorrect format specifiers in a debug printf.Mike Larkin
2014-10-01Move some hibernate #defines to pte.h and eliminate some duplicate definesMike Larkin
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-24remove some stuff to make this fitTheo de Raadt
2014-09-23Fix constraint.Brad Smith
2014-09-22Add missing format specifier.Brad Smith
2014-09-21Don't check LAPIC_DLSTAT_BUSY again after an IPIStefan Fritsch
2014-09-20On i386, agp_map_subregion might sleep, which is not allowed in some ofMark Kettenis
2014-09-19Use config_suspend_all(9).Mark Kettenis
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-12Remove the code that attempts to synchronize P-state transitions between CPUs.Mark Kettenis
2014-09-11mplement membar(9) API for i386.Mark Kettenis
2014-09-08...and the other file I missed cvs rm'ing in the procfs purge.Philip Guenther
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
2014-09-03Sync amd64 and i386 GENERIC.MP with other arches byBret Lambert
2014-08-30Make sure we check for GPT in writedisklabel() if kernel is compiled with GPTMiod Vallat
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov
2014-08-15lofn(4) and nofn(4) are going awayMike Belopuhov
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-20look up correct dev_t. This matters for the case where a device isTheo de Raadt
2014-07-20Support hibernating to softraid crypto volumes.Mike Larkin
2014-07-20This pulls in <ddb/db_output.h>, so don't redeclare ddb functionsPhilip Guenther
2014-07-17interrupt handlers established via the ioapic didnt get theirDavid Gwynne
2014-07-16Save and restore NVS ranges when hibernating, as per The Spec.Mike Larkin
2014-07-16Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501Christian Weisgerber
2014-07-16Reenable hibernate RLE support and flush+zero all memory after unpack.Mike Larkin
2014-07-15mode 644 for installing these filesTheo de Raadt
2014-07-15delete commented out slTheo de Raadt
2014-07-14More comment cleanup in boot().Masao Uebayashi
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Comment out option GPT until the matching userland bits are in place.Miod Vallat
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13The correct place to call _bus_dmamap_sync() is after we copy data *to* theMark Kettenis
2014-07-13Initial support to read GPT partition tables in the kernel, if option GPT.Miod Vallat
2014-07-13Stop using old n_long and n_short types.Martin Pieuchot
2014-07-13use nitems() instead of handrolling something identicalJasper Lievisse Adriaanse