summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-08-13- remove the ef(4) chunk, it's unused now and the ioc ethernet driverJasper Lievisse Adriaanse
2009-08-13i forgot a commentDavid Gwynne
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-13Start using a linking script for this kernel. ThisTobias Weingartner
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
2009-08-13Make the i386 APIC code closer to the amd64 version. Many whitespace fixes,Mark Kettenis
2009-08-13- set DV_IFNET, instead of DV_NULLJasper Lievisse Adriaanse
2009-08-12Non-equivalent writable aliases (aka illegal aliases) are bad. Since PA-RISCMark Kettenis
2009-08-12Apple is hopelessly inconsistent with their firmware, so some machines haveMark Kettenis
2009-08-12Add support for the "Slots Power" sensor on the PowerMac9,1.Mark Kettenis
2009-08-11Do not bother initializing bufpages in the md code if the computation isMiod Vallat
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-11The PowerMac9,1 has 4 sensors on its smu(4), so increase the maximum number.Mark Kettenis
2009-08-11uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lameBret Lambert
2009-08-11fix some stupidity in x86 bus_space_map.Owain Ainsworth
2009-08-11Recent alignment fixes seem to make bwi(4) work at leastKenneth R Westerback
2009-08-10The shutdown hook is no longer required now that we shutdown all interfacesJoel Sing
2009-08-10use splhigh instead of splclock to block in the i386_ipiTheo de Raadt
2009-08-10right now, we only increment ci_idepth in struct cpuinfo whenOwain Ainsworth
2009-08-10gpio for amd64.Jonathan Gray
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09No need to clean genassym{.,o} during `make clean', genassym.sh does thisMiod Vallat
2009-08-09Another lost bit for SysV message queues.Bret Lambert
2009-08-09Add a dummy <machine/conf.h> so that MI code can rely upon its existence.Miod Vallat
2009-08-09Forgot to commit this bit for the SysV message queue cleanup.Bret Lambert
2009-08-09No options TIMEZONE and DST in GENERIC kernels.Miod Vallat
2009-08-09Unconditionally enable checks for writable non-uequivalent mappings. They'reMark Kettenis
2009-08-09Compile OpenBSD/sgi without -traditional-cpp. From jsg@.Joel Sing
2009-08-09Use the ANSI/ISO token paste operator. Requested by jsg@Joel Sing
2009-08-09if extent_alloc() fails, we don't clear the iomap properly beforeOwain Ainsworth
2009-08-09typo; bradMiod Vallat
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-08-09Rototill system V message queues.Bret Lambert
2009-08-09Clear the upper part of 64 bit memory BARs, for they show up as 0xffffffffMiod Vallat
2009-08-08add alc(4) to the i386 and amd64 RAMDISK_CD configsKevin Lo
2009-08-08alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.Kevin Lo
2009-08-06Make sure <machine/cpu.h> includes <machine/intr.h> when included with _LOCOREMiod Vallat
2009-08-06Work in progress support for Loongson2E/2F processors; need option CPU_LOONGSON2Miod Vallat
2009-08-06R4k-style coprocessor 0 config register uses 3 bits wide fields to tellMiod Vallat
2009-08-06Remove _InvalidateICachePage cache op, it isn't used by anything.Miod Vallat
2009-08-06Only compile RM7000 performance counter support if defined(RM7K_PERFCNTR).Miod Vallat
2009-08-06By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-06reintroduce the uvm_tree commit.Owain Ainsworth
2009-08-05By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-05timeout_add -> timeout_add_msecBret Lambert
2009-08-04By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-04By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-03By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-02Dynamic buffer cache support - a re-commit of what was backed outBob Beck
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat