Age | Commit message (Expand) | Author |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
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 | Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need for | Philip Guenthe |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-18 | Remove obsolete dvmamap comment. | Miod Vallat |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
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-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-28 | Add missing initialization. | Mark Kettenis |
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 | Correctly recognise extended partitions created prior to the addition of | Joel Sing |
2010-05-24 | Reduce differences between the Makefile.* files for all architectures. | Theo de Raadt |
2010-05-23 | Move towards passing $PARAM around in CPPFLAGS, instead of compiling param.c | Theo de Raadt |
2010-05-22 | Blank lines at the start of a function are so .Nx. | Mark Kettenis |
2010-05-20 | Make fans run slower in Sun systems with tda controllers by bumping the | Edd Barrett |
2010-05-20 | remove unused variable. fallout from previous. | Thordur I. Bjornsson |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-05-19 | fix fallout from the removal of dkio.h from ioctl.h | David Gwynne |
2010-05-10 | /* XXX - we don't use __COMPILER_INT64__ */ so remove it. | Mark Kettenis |
2010-05-09 | Fix comments as well. | Mark Kettenis |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis |
2010-05-09 | Since libsa/stand.h provides an extern declaration of devsw[], we should make | Mark Kettenis |
2010-04-28 | clean up more more subtle and stupid differences between the various | Theo de Raadt |
2010-04-27 | Fix inline assembler to make it acceptable to gcc4. Based on a diff from | Mark Kettenis |
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-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 | introducing a 64-bit type to the disklabel structure leads some architectures | Theo de Raadt |
2010-04-24 | grammar in comments | Miod Vallat |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2010-04-20 | cleanup more confusion regarding user.h before proc.h, or missing proc.h | Theo de Raadt |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-19 | Add missing bits for complete softraid support to sparc/sparc64 | David Coppa |
2010-04-16 | Fix handling of shared interrupts. Make sure we use the lowest priority of | Mark Kettenis |
2010-04-15 | Add some missing splx()'s (and missing simple_unlock() no-ops) in pmap error | Mark Kettenis |
2010-04-15 | Print both the tx and the rx interrup vector numbers instead of the tx number | Mark Kettenis |