summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2011-07-06Move pci_msi_enable() out of the vpci(4) driver into the MD pci(4) code.Mark Kettenis
2011-07-06Eliminate redundant buf validation checks in xxstrategy() methods nowMatthew Dempsky
2011-07-06That file is supposed to have been removed ages ago.Miod Vallat
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-07-06Oops. I did an oga. Put back important line (set b_bcount) I didn't mean to d...Kenneth R Westerback
2011-07-06Make alpha consistent with our other architectures by using "longMatthew Dempsky
2011-07-05Add DIOCGPDINFO to rxioctl(), as a synonym for DIOCGDINFO, the lastKenneth R Westerback
2011-07-05Replace last remaining users of link->scsibus withMatthew Dempsky
2011-07-05Don't write /boot to sector 0 on non-floppy devices. Non-floppyKenneth R Westerback
2011-07-05More non-512-byte sector groundwork. Don't let disklabel hint thatKenneth R Westerback
2011-07-05N: Thou shalt not call hardclock() with biglock held.Owain Ainsworth
2011-07-05remove comment: yes, they should be independentTheo de Raadt
2011-07-05Add disklabel defines for ia64. Okay krw@.Paul Irofti
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-07-05disable COMPAT_AOUT, it's useless now, but leave the code in the treeTed Unangst
2011-07-05Remove the osyscall() kernel-entry; we do not use it anymore.Theo de Raadt
2011-07-04In fact using our own limits.h is the way to go. Okay kettenis@.Paul Irofti
2011-07-04Clean-up NETBSD specific defines. Prodded by kettenis@.Paul Irofti
2011-07-04Add ia64 kernel include files needed for userland.Paul Irofti
2011-07-04remove all the compat svr4 filesTed Unangst
2011-07-04remove compat_svr4 support. ok deraadtTed Unangst