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