Age | Commit message (Expand) | Author |
2010-05-31 | Do not use IF_ENQUEUE() but IF_INPUT_ENQUEUE() instead. The first makro | Claudio Jeker |
2010-05-30 | Tweak bufq code to handle corner cases. Makes upcoming cd(4) | Kenneth R Westerback |
2010-05-29 | merge subr.s into locore.S, which requires a fairly complicated dance | Theo de Raadt |
2010-05-29 | As noted by art, two processes with the same pid would be bad. Grab | Philip Guenthe |
2010-05-28 | ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately | Philip Guenthe |
2010-05-28 | Delete a fallback definition for CPU_INFO_UNIT that's both unnecessary | Philip Guenthe |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-05-28 | Add missing initialization. | Mark Kettenis |
2010-05-28 | Make sure the temporary buffer used to generate tcp options is properly | Mark Kettenis |
2010-05-27 | Switch the signal status "percent" sensor, which is currently | Stuart Henderson |
2010-05-27 | Add missing license (amd, mit/x11) | Owain Ainsworth |
2010-05-27 | We no longer need -traditional-cpp for hppa. | Joel Sing |
2010-05-27 | Generate exported names using token pasting rather than a macro. Otherwise | Joel Sing |
2010-05-26 | add a new getparam member to get the contents of scratch register 3 (the | Owain Ainsworth |
2010-05-26 | libevent has named two of it's new macros by the same name as our kernel | Theo de Raadt |
2010-05-26 | - no need for a separate mpii_minphys; | Marco Peereboom |
2010-05-26 | Trying this again. Mixing anoncvs with cvs is _not_ a good idea. | Thordur I. Bjornsson |
2010-05-26 | rename intvec.s to locore.S, and add the guts of locore.C to machdep.c | Theo de Raadt |
2010-05-26 | Reintroduce bufqs. A few changes since it was backed out after some good | Thordur I. Bjornsson |
2010-05-26 | Fallout from the proc.h include cleanup: proc.h must be included before | Philip Guenthe |
2010-05-26 | Bad tedu, no cookie. | Owain Ainsworth |
2010-05-26 | the addr field in read cap 16 is 8 bytes, not 4. pity, i had really big | David Gwynne |
2010-05-26 | PAGEFASTRECYCLE does not exist as an option after uvm_pmemrange; it is | Theo de Raadt |
2010-05-25 | eh.S includes eh_common.S to make eh.o; fix this dependency | Theo de Raadt |
2010-05-25 | Actively remove processes from the runqueues of a CPU when we stop it. | Mark Kettenis |
2010-05-25 | The logic in this function is a little tricky (though correct). | Owain Ainsworth |
2010-05-25 | Having just calculated which sequence number we wish to wait for (so | Owain Ainsworth |
2010-05-25 | The _arch and _mach variables now come from config(8), decreasing even further | Theo de Raadt |
2010-05-25 | rename struct drm_i915_private to struct inteldrm_softc, to be more in | Owain Ainsworth |
2010-05-25 | Remove the DRI1 code paths from inteldrm as promised two weeks ago. | Owain Ainsworth |
2010-05-25 | Fix previous. s/sfs->f_typename/bfs->fs_typename and | Thordur I. Bjornsson |
2010-05-25 | Use token paste operator to avoid nested __CONCAT() macros. This allows | Joel Sing |
2010-05-25 | Zero out svr4_statvfs and svr4_statvfs64 before using and copy the | Todd C. Miller |
2010-05-25 | Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. The | Theo de Raadt |
2010-05-25 | got the arch wrong | 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-25 | fix includes; fallout from the proc.h changes | Theo de Raadt |
2010-05-24 | give up on -Wvariable-decl | Theo de Raadt |
2010-05-24 | "scsi_ioh_add:" -> "scsi_ioh_del:" in scsi_ioh_del() panic msg. | Kenneth R Westerback |
2010-05-24 | Remove PHYs which don't have an associated driver | Jonathan Gray |
2010-05-24 | Support fibre PHY on BCM5709S. From FreeBSD via Brad. | Stuart Henderson |
2010-05-24 | regen | Jonathan Gray |
2010-05-24 | shrink | Jonathan Gray |
2010-05-24 | use the same idiom for stripping gdb kernels. This relies on strip -o | Theo de Raadt |
2010-05-24 | Unify the dependency time check for whether an architecture has SFILES | Theo de Raadt |
2010-05-24 | stupid typo snuck in | Theo de Raadt |
2010-05-24 | CPP and TOUCH are not used | Theo de Raadt |
2010-05-24 | typo regarding __mach__ | Theo de Raadt |
2010-05-24 | Correctly recognise extended partitions created prior to the addition of | Joel Sing |
2010-05-24 | sync to hppa: Add missing prototypes | Theo de Raadt |