Age | Commit message (Expand) | Author |
2010-06-27 | If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h> | Miod Vallat |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt |
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-01 | use --warn-common for linking (some arch's will show new warnings), and | Theo de Raadt |
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt |
2010-05-28 | ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately | Philip Guenthe |
2010-05-25 | The _arch and _mach variables now come from config(8), decreasing even further | Theo de Raadt |
2010-05-25 | Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. The | Theo de Raadt |
2010-05-25 | ${SRCS} is only used once, and fits onto the line where it is used | Theo de Raadt |
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-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 | 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-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-20 | more misuse of user.h and sysctl.h | Theo de Raadt |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-03-31 | if bthub defines are needed by conf.c, they must come from files.bluetooth | Theo de Raadt |
2010-03-31 | fix typo | Theo de Raadt |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth |
2010-03-25 | architectures which expect to hand-count the number of cpus must clear | Theo de Raadt |
2010-03-03 | Add athn(4). | Mark Kettenis |
2010-03-03 | Add support for the ipp_ind_ext_int[0] interrupt. | Mark Kettenis |
2010-02-15 | Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.mini | Mark Kettenis |
2010-02-15 | Since strip doesn't know how to strip a U-boot image, don't attempt to | Mark Kettenis |
2010-02-15 | Descend into mbr subdirectory. | Mark Kettenis |
2010-02-15 | MBR for rb600 installation miniroot image. | Mark Kettenis |
2010-02-14 | Bump version number (to 1.0). | Mark Kettenis |
2010-02-14 | Enable loading kernels compressed by gzip(1). | Mark Kettenis |
2010-02-13 | Install boot.elf in /usr/mdec, since we need it as a bootloader on the rb600. | Mark Kettenis |
2009-12-23 | - add and enable uthum | Jasper Lievisse Adriaanse |
2009-12-21 | Cleanup promiscuous mode and multicast handling. From Brad. | Mark Kettenis |
2009-11-08 | Relocate FDT blob such that it doesn't clash with the kernel we're going to | Mark Kettenis |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |