summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2013-03-07Reword some wrong comments and some improperly formatted comments and addMike Larkin
2013-02-13De-magic IOM_END like in the rest of machdep.c. OK miod@.Martynas Venckus
2013-02-13- Detect and correct stale GDT user code segment limit causedKurt Miller
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11Fix kernel profiling on MP systems by using per-CPU buffer. PreviouslyMartin Pieuchot
2013-02-09Blame the right function when panic'ing.Miod Vallat
2013-01-29the bus_space api implies that there's a bus endianness that it willDavid Gwynne
2013-01-27Bump MAXTSIZ to 128 MB, some binaries are quite large.Federico G. Schwindt
2013-01-18fix bogus dependencies, and allow mkdep to runMarc Espie
2013-01-18Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-18Clean up/standardise makefiles for i386/stand.Joel Sing
2013-01-16cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; onlyMiod Vallat
2013-01-16properly distinguish /boot and biosboot in informational and error messagesChristian Weisgerber
2013-01-12add viomb driver for virtio balloon deviceStefan Fritsch
2013-01-02Zero out sbv_maskkey to make it boot when there's a softraid cryptoMartynas Venckus
2012-12-31Eliminate orig_errno, which could be uninitialized in one case, by doingPhilip Guenther
2012-12-08Make bus_dmamem_mmap(9) honor BUS_DMA_NOCACHE.Martin Pieuchot
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-04Implement bus_space_mmap(9).Mark Kettenis
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-11-29Enable rtsx(4) in GENERIC on i386 and amd64.Stefan Sperling
2012-11-27Add acpi_{acquire,release}_glk locking functions.Paul Irofti
2012-11-19Add atomic 32-bit cas operations.Paul Irofti
2012-11-19Use a more descriptive name for the userland cas operation.Paul Irofti
2012-11-18Small memcpy optimizationsStefan Fritsch
2012-11-16Add oce(4) / mfii(4) and virtio devicesBrad Smith
2012-11-10Recent x86 CPUs come with a constant time stamp counter. If this isMarcus Glocker
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-02uvm_km_alloc() allocs bytes rounded up to the nearest page not pages.Jonathan Gray
2012-11-01Fix merge errors.Joel Sing
2012-10-31Unbreak build on !i386.Joel Sing
2012-10-31Bump version numbers.Joel Sing
2012-10-31Enable softraid boot support for cdboot(8) and pxeboot(8).Joel Sing
2012-10-31Make cdboot(8) and pxeboot(8) work correctly when it is larger than 64KB inJoel Sing
2012-10-31Save and restore %ebx across the call to read. Otherwise we load the firstJoel Sing
2012-10-31Bump i386 boot(8) version.Joel Sing
2012-10-31Enable softraid boot support for i386 boot(8).Joel Sing
2012-10-31Bring softraid support to i386/stand/libsa.Joel Sing
2012-10-31Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature.Jonathan Gray
2012-10-30Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, makingJoel Sing
2012-10-30Actually remove the Makefiles.Joel Sing
2012-10-30Remove the now unused i386 libsa/libz Makefiles.Joel Sing
2012-10-29add (consistent) STANDARDS;Jason McIntyre
2012-10-29Build i386 cdboot(8) and pxeboot(8) using the same method as the amd64Joel Sing
2012-10-25Some LIBC_SCCS found lurking in the shadowsTheo de Raadt
2012-10-19add an #ifdef HIBERNATE for diffability with amd64Mike Larkin
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-17Swap arguments to wdog_register() since it is nicer, and prepareTheo de Raadt
2012-10-13pxe spec reference is better placed in STANDARDS;Jason McIntyre
2012-10-13Only build fdboot on the appropriate architectures. Also fix the path toJoel Sing