summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2012-11-21Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOCMark Kettenis
2012-11-21Trivial fixes for labels not followed by statements, which gcc 3 complainsMiod Vallat
2012-11-21Try to negotiate version 1.1 of the vDisk protocol such that we can getMark Kettenis
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-15Print UniNorth/U3 revision number, taken from opemfirmare, to know whichMartin Pieuchot
2012-11-13Do not advance the timecounter too fast on MULTIPROCESSOR kernels; noticedMiod Vallat
2012-11-10Recent x86 CPUs come with a constant time stamp counter. If this isMarcus Glocker
2012-11-08now that our make is more strict, fix ws issue; ok espie@Otto Moerbeek
2012-11-07Enable %tick access for userland on sun4u systems (sun4v systems already haveMark Kettenis
2012-11-06Fix comment.Mark Kettenis
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-05Switch sparc to timecounters. Heavily based on NetBSD.Miod Vallat
2012-11-04Simplify Makefiles a bit, removing redundant stuff. ok espie@Matthieu Herrb
2012-11-04Make the s-records boot loader use the same stage1/stage2 addresses as theMiod Vallat
2012-11-04Real prototypes, better integer types, pass -Wall. No functional change.Miod Vallat
2012-11-04Switch mvme68k to timecounters.Miod Vallat
2012-11-03Let this build again. diff from deraadt "Sure you can commit that" deraadt@Brandon Mercer
2012-11-02typoMiod Vallat
2012-11-02uvm_km_alloc() allocs bytes rounded up to the nearest page not pages.Jonathan Gray
2012-11-01Switch alpha to per-process astpending.Miod Vallat
2012-11-01In cpu_fork(), correctly set up the stack of the new process if required. ThisMiod Vallat
2012-11-01When possible, send multiple characters per packet. Also, stop sending whenMark Kettenis
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-29Set the type of a processed MSI data record to 0, and check that the typeMark Kettenis
2012-10-29On UltraSPARC T1/T2, block the current strand while spinning in the hopeMark Kettenis
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-29Bump version.Joel Sing
2012-10-29Enable softraid boot support in pxeboot(8).Joel Sing
2012-10-29Make pxeboot(8) work correctly when it is larger than 64KB in size. WhenJoel Sing
2012-10-29Bump version.Joel Sing
2012-10-29Enable softraid boot support in cdboot(8).Joel Sing
2012-10-29Make cdboot(8) work correctly when it is larger than 64KB in size. WhenJoel Sing
2012-10-28Use the same (shorter) error message as the i386 version.Joel Sing
2012-10-28Save and restore %ebx across the call to read. Otherwise we load the firstJoel Sing