summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-07-10bring in more libgcc type thingies for new libzTheo de Raadt
2011-07-10Oops. Copy just the comment about the checkdisklabel() call, notKenneth R Westerback
2011-07-10If there is recognized MD disk partitioning info, use it to determineKenneth R Westerback
2011-07-09Unbreak hppa boot(8) after zlib update.Joel Sing
2011-07-09Repair boot32 build after zlib upgrade.Miod Vallat
2011-07-09Switch to new write function that does range/chunk compression using zlibMike Larkin
2011-07-09Update hibernate_populate_resume_pt to include new ranges that need to beMike Larkin
2011-07-09Call (temporarily, until we have RLE page encoding) uvm_pmr_zero_everythingMike Larkin
2011-07-09syscall() can be a lot simpler on hpaa64.Mark Kettenis
2011-07-09Add an atomic compare and exchange operation dealing with addressesPaul Irofti
2011-07-09Extract hibernate_write_signature and hibernate_clear_signature to the MIMike Larkin
2011-07-09Extract MI pmap function hibernate_enter_resume_mapping, refactor old i386Mike Larkin
2011-07-09begone, fucking rotten appletalk shit. ok roomHenning Brauer
2011-07-09Add zlib reset, alloc, and free functions for hibernate image compressionMike Larkin
2011-07-09Separate some MD and MI bits and a bit of refactoring to make subsequentMike Larkin
2011-07-08Cleanup calculation of OpenBSD disklabel location on DPME partitions. The labelsKenneth R Westerback
2011-07-08Don't accidentally mask off the T_USER bit before calling trap().Mark Kettenis
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-07-08Remove useless labels from copyin and copyout.Paul Irofti
2011-07-08Only compile hibernate_machdep if option hibernate is set.Ariane van der Steldt
2011-07-08Unbreak macppc bootloader due to libz changes.Dale Rahn
2011-07-08Remove spurious prototype.Mark Kettenis
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07deraadt says disable bluetooth everywhere else tooTed Unangst
2011-07-07We cannot allow the past to impede future progress. So disable bluetoothTed Unangst
2011-07-07Add missing bits to the syscall entry path. Not perfect yet, but it worksMark Kettenis
2011-07-07Take more care to write 'dos' labels in the same place readdoslabel()Kenneth R Westerback
2011-07-07shrink the kernel by zapping old mms and lms driver. i'll come back for theTed Unangst
2011-07-07Stuff arg0-arg7 in the right slots of the trap frame.Mark Kettenis
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt
2011-07-07Raise the cache aliasing boundary to 4MB like we did on hppa a couple of yearsMark Kettenis
2011-07-07Bring over a few more cache flushing and TLB purging fixes from hppa.Mark Kettenis
2011-07-07Don't panic if uvm_fault fails, but enter ddb such that we can inspect theMark Kettenis
2011-07-07Set PSL_W bit for forked processes such that they execute in 64-bit modeMark Kettenis
2011-07-07There is a bunch of places in the kernel entry points where we don'tArtur Grabowski
2011-07-07Return retcode in correct register. 'better commit that' kettenis@Dale Rahn
2011-07-07Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzTheo de Raadt
2011-07-06Handle pci_conf_read() faults on reading non-existent registers that resultMark Kettenis
2011-07-06Handle pci_conf_read() faults on reading non-existent registers that resultMark Kettenis
2011-07-06Clean up after P_BIGLOCK removal.Artur Grabowski
2011-07-06Renumber root busses symbolic values, and drop more fields from struct bp_conf,Miod Vallat
2011-07-06These files no longer need to include <machine/nexus.h>Miod Vallat
2011-07-06Drop cpu_dep.cpu_subconf routine, which is no longer used after KA820 supportMiod Vallat
2011-07-06Cleanup presto(4) like other disk drivers.Matthew Dempsky
2011-07-06Remove support for non-microVAX, non-VAXstation, non-VXT hardware in theMiod Vallat
2011-07-06Ooops. Missed one 'readdoslabel() only' arch. Do the block <-> sector dance forKenneth R Westerback
2011-07-06On those archs that read their disk (vs iso/udf) disklabels exclusivelyKenneth R Westerback
2011-07-06Add MSI support to pyro(4). Tested on a v215 with the on-board mpi(4).Mark Kettenis
2011-07-06Split some generic MSI code out into its own file.Mark Kettenis