Age | Commit message (Expand) | Author |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-09-23 | Add pppx(4) to the cdevs of the remaining archs. | Claudio Jeker |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-27 | Bunch of include adjustements to restore compilability. | 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-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-02 | has GENERIC.MP | Theo de Raadt |
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 | eh.S includes eh_common.S to make eh.o; fix this dependency | Theo de Raadt |
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 | use the same idiom for stripping gdb kernels. This relies on strip -o | Theo de Raadt |
2010-05-24 | Reduce differences between the Makefile.* files for all architectures. | Theo de Raadt |
2010-05-02 | Precompute the userland process apr cache bits into a global variable. | Miod Vallat |
2010-04-28 | clean up more more subtle and stupid differences between the various | Theo de Raadt |
2010-04-27 | Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line), | Theo de Raadt |
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 | 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-25 | Update various comments. | Miod Vallat |
2010-04-25 | Simplify the 6:1 pfsr extraction block: process data CMMU first, and do not | Miod Vallat |
2010-04-24 | AViiON VDM and VDIT defines, to be used by disksubr.c very soon. | Miod Vallat |
2010-04-24 | SMP support for models 4600 and 530, adapted from the MVME188 code. Models | Miod Vallat |
2010-04-24 | Replace heuristics used to figure out which model we are running on, and | Miod Vallat |
2010-04-21 | More reworking of interrupt handling and VME support, and rename various | Miod Vallat |
2010-04-20 | Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605. | Miod Vallat |
2010-04-18 | Work in progress support for AViiON models 4600 and 530. | Miod Vallat |
2010-04-18 | Correctly identify a machine of the 530 family even if the expansion I/O board | Miod Vallat |
2010-04-18 | Parse commandline options in netboot, and force the onboard ethernet address | Miod Vallat |
2010-04-18 | Apply the same interrupt enable bit fiddling protection as done for le@fwio | Miod Vallat |
2010-04-18 | Allow for multiple options after a dash (getopt style). | Miod Vallat |
2010-04-18 | Fix esym computation logic. | Miod Vallat |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |