Age | Commit message (Expand) | Author |
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-31 | there is no spllpt(), since lpt's are just tty devices (call tty functions, | 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-05-23 | alpha does not need to -Dalpha | Theo de Raadt |
2010-05-14 | don't warn about libsa's exit(); pull in declaration for memcpy() | Christian Weisgerber |
2010-04-28 | no need to depend on a file twice | 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 | 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 | next phase: get rid of bogus dependencies on Makefile from the day when | 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 | Make sure IPL_SCHED is always defined by MD headers, instead of having a MI | Miod Vallat |
2010-04-21 | more proc.h needed | Theo de Raadt |
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-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-10 | pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead of | Owain Ainsworth |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat |
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-27 | Similar fix to amd64 and i386 for isa bus_dma. | Owain Ainsworth |
2010-03-06 | remove the (now inaccurate) note about not being able to run | Jason McIntyre |
2010-03-03 | Enable urndis(4) everywhere that has USB enabled to get it tested. | Michael Knudsen |
2010-02-20 | minor tweak to improve consistency with other drivers; startup | Igor Sobrado |
2010-02-18 | improve startup messages rewording them in a more usual way; as a | Igor Sobrado |
2009-12-25 | Add bus_space_vaddr() when applicable; from NetBSD. | Miod Vallat |
2009-12-23 | - add and enable uthum | Jasper Lievisse Adriaanse |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-07 | Blink leds on the DEC 3000 models (three different led types). | Miod Vallat |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-26 | Do not do strncmp comparisons on dv_xname because longer device names which | Theo de Raadt |