summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
AgeCommit message (Expand)Author
2010-05-24give up on -Wvariable-declTheo de Raadt
2010-05-24Unify the dependency time check for whether an architecture has SFILESTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-23Does not need -Dlandisk, and instead, but -Dlandisk is nice since that isTheo de Raadt
2010-04-28clean up more more subtle and stupid differences between the variousTheo de Raadt
2010-04-27Killing a few more diffs for theo, arm makes #LINKFLAGS, beagle cleanup,Dale Rahn
2010-04-27Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line),Theo de Raadt
2010-04-27Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3Jonathan Gray
2010-04-27a bit more unification to the arm way of doing thisTheo de Raadt
2010-04-27shorten preambleTheo de Raadt
2010-04-27No need for a specific .SUFFIXES list; ok drahnTheo de Raadt
2010-04-27noone needs comments about QUOTA and TRACETheo de Raadt
2010-04-27over the years we have moved to a machine+architectures scheme that hasTheo de Raadt
2010-04-27use -f assymp.dep again; worked out with miodTheo de Raadt
2010-04-27alpha/conf/Makefile.alphaTheo de Raadt
2010-04-26even cleaner mach/arch/machdir/archdirTheo de Raadt
2010-04-26next step towards unification: make all the genassym chunks handle bothTheo de Raadt
2010-04-26next unification step: move all MD naming _mach, _machdir, _arch, and _archdirTheo de Raadt
2010-04-26first step of unification: spaces at end of lines; comments, etc.Theo de Raadt
2010-04-21- missing rcs idJasper Lievisse Adriaanse
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-17- correctly set cpu_model: instead of a vendor + model, set the cpu typeJasper Lievisse Adriaanse
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only theMiod Vallat
2010-03-30Add missing bthub device entries on arches that support bluetooth.Matthieu Herrb
2010-03-03Enable urndis(4) everywhere that has USB enabled to get it tested.Michael Knudsen
2010-01-25add uthum there too. ok drahn@Matthieu Herrb
2009-12-25Implement bus_space_vaddr().Miod Vallat
2009-11-24- add rcs id's.Jasper Lievisse Adriaanse
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13wire vscsi up to a cdevDavid Gwynne
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-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-05-17mux too, like GENERICarmish/conf/RAMDISKTheo de Raadt
2009-05-15Enable udl(4) and ukbd(4) because this lets a landisk actually have aTheo de Raadt
2009-05-15do not fake out some config-supplied foo.h / NFOO filesTheo de Raadt
2009-05-15pull in the right wscons/rasops partsTheo de Raadt
2009-05-01Add option USER_PCICONF.Miod Vallat
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-15In _bus_dmamem_alloc(), do not bother printing avail_start and avail_endMiod Vallat
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat
2009-02-10remove run(4) from some RAMDISKDamien Bergamini
2009-02-10enable run(4) everywhere where ural(4) and rum(4) are enabled.Damien Bergamini
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-11Fix a sed bug in the makefile's depend target.Paul Irofti
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06mpsafe intr_establish that doesn't get biglock, so that we may dream of the d...Ted Unangst