* Fix a number of alignment errors that was causing garbage to be parsed.
[dragonfly.git] / sys /
2005-07-05 Matthew DillonThe size of a nesting record may not be known (due...
2005-07-04 Jeroen Ruigrok/asmodaiRename the variable PROG to LDR to remove a warning...
2005-07-04 Matthew DillonFix a few issues in the kernel-side journal.
2005-07-04 Matthew DillonThe pipe code was not properly handling kernel space...
2005-07-04 Matthew DillonDo not abort the entire core dump if VOP_VPTOFH() fails...
2005-07-04 Joerg SonnenbergerUse M_ASSERTPKTHDR. (Obtained-from: FreeBSD)
2005-07-04 Joerg SonnenbergerUse local storage for MAC address.
2005-07-03 Joerg SonnenbergerDeorbit Alpha.
2005-07-03 Joerg SonnenbergerSlightly chance the order of interrupt handling. First...
2005-07-03 Simon SchubertDon't unconditionally compile in ATLQ.
2005-07-03 Simon Schubert- Use __inline instead of __inline__. Therefore include...
2005-07-03 Simon Schubert- Convert `inline' to `__inline__' to make gcc happy...
2005-07-02 Simon SchubertLots of third party programs declare
2005-07-01 Joerg SonnenbergerFix some stupid style bugs. Call bus_setup_intr after...
2005-07-01 Joerg SonnenbergerRemove a bunch of breaks after return, merge a return...
2005-07-01 Joerg SonnenbergerRemove some unused macros. Constify. Minor style changes.
2005-07-01 Joerg SonnenbergerPush device_t's down to vxattach, not the softc.
2005-07-01 Joerg SonnenbergerAdd support for Broadcom BCM4401-B0.
2005-07-01 Joerg SonnenbergerRegen.
2005-07-01 Joerg SonnenbergerAdd PCI ID for BCM4401-B0.
2005-06-30 Joerg SonnenbergerTear down interrupt in wi_free when necessary.
2005-06-30 Matthew DillonRe-commit usched_bsd4.c (losing the history) to try...
2005-06-30 Joerg SonnenbergerRemove now unnecessary messing with PCI command register.
2005-06-30 Joerg SonnenbergerUse if_printf, especially for DPRINTF. Merge two DPRINT...
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-29 Matthew DillonYet more scheduler work. Revamp the batch detection...
2005-06-28 Joerg SonnenbergerHack in support for ar(4) based devices.
2005-06-28 Matthew DillonThe recent commit to propogate kernel options to module...
2005-06-27 Matthew DillonRemove an assertion that does not compile due to a...
2005-06-27 Matthew DillonPrint out additional information for a magic number...
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-06-27 Joerg SonnenbergerRemove redundant verbosity. The description of the...
2005-06-27 Simon SchubertRemove references to NBPFILTER. We unconditionally...
2005-06-27 Simon SchubertIf compiling a module with the kernel, suck in opt_glob...
2005-06-27 Simon SchubertDon't unconditionally compile in ALTQ.
2005-06-27 Sascha WildnerRemove PC98 support.
2005-06-27 Sascha WildnerChange spl*() to critical sections.
2005-06-27 Sascha WildnerFix wrong list head which crept in with the last commit.
2005-06-26 Matthew DillonMove more scheduler-specific defines from various place...
2005-06-26 Matthew DillonMove remaining scheduler-specific functions into the...
2005-06-25 Matthew DillonCleanup indentation, no operational changes.
2005-06-25 Matthew DillonAssociate a userland scheduler control structure with...
2005-06-25 Matthew DillonRemove unused variables (from prior spl->critical secti...
2005-06-25 Matthew DillonRepo-copy kern_switch.c to usched_4bsd.c, remove kern_s...
2005-06-25 Matthew DillonDo a quick cleanup pass on the userland scheduler and...
2005-06-25 Matthew DillonFix a race between fork() and ^Z. If the ^Z is handled...
2005-06-22 Joerg SonnenbergerInstead of emulating a userland system call via stackga...
2005-06-22 Joerg SonnenbergerDefancy the infinite loop. Fix a bug where the loop...
2005-06-22 Matthew DillonThe recent file descriptor work is significant enough...
2005-06-22 Matthew DillonRandomize the initial stack pointer for a user process...
2005-06-22 Joerg SonnenbergerSuSE includes a special .note.SuSE section descriping...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-21 Jeffrey HsuReplace the linear search in file descriptor allocation...
2005-06-21 Matthew DillonBump fd_lastfile, freefile, and refcnt to 32 bit ints...
2005-06-21 Joerg SonnenbergerAdd BCM5751.
2005-06-21 Joerg SonnenbergerRegen.
2005-06-21 Joerg SonnenbergerAdd BCM5751.
2005-06-21 Joerg SonnenbergerRestore copy of revid in softc.
2005-06-21 Matthew DillonAdd KTR support to the IPIQ code.
2005-06-21 Matthew DillonAdd additional sanity checks to IPIQ processing, do...
2005-06-20 Matthew DillonCorrect KTR masks for memory logging.
2005-06-20 Matthew DillonCorrect a missing macro element for the NON-KTR case.
2005-06-20 Matthew DillonAdd KTR support to the slab allocator. Track malloc...
2005-06-20 Matthew DillonInclude a bitmap of allocated entries when built with...
2005-06-20 Matthew DillonUse KTR's built-in call chain recording rather then...
2005-06-20 Matthew DillonAdd a caller backtrace feature (enabled by default...
2005-06-20 Matthew DillonUse the KTR facility to trace token operations.
2005-06-20 Matthew DillonReimplement the kernel tracepoint facility. The new...
2005-06-20 Matthew DillonIntroduce an ultra-simple, non-overlapping, int-aligned...
2005-06-20 Joerg Sonnenbergerqueue(3) for if_multiaddrs.
2005-06-20 Joerg SonnenbergerUse queue(3) macros for if_multiaddrs.
2005-06-20 Joerg SonnenbergerSetup interrupt last in txp_attach. Protect against...
2005-06-20 Joerg SonnenbergerCommon PCI probe style.
2005-06-20 Joerg SonnenbergerExplicitly set error before jumping to fail.
2005-06-20 Joerg SonnenbergerUse local storage for MAC instead of arpcom.ac_enaddr.
2005-06-20 Joerg SonnenbergerUse ether_crc32_be.
2005-06-20 Joerg SonnenbergerUse queue(3).
2005-06-20 Joerg SonnenbergerUse PCI accessor functions, don't change memory / port...
2005-06-20 Joerg Sonnenberger- pass dev directly to txp_release_resources, call...
2005-06-20 Joerg SonnenbergerUse vr_detach as common error path.
2005-06-20 Joerg SonnenbergerUse ether_crc32_be.
2005-06-20 Joerg SonnenbergerUse PCI accessor functions. Stop changing port / memory...
2005-06-20 Joerg Sonnenberger- initialise interface name early
2005-06-20 Matthew DillonAdd a DEBUG_TOKENS option which causes token operations...
2005-06-20 Matthew DillonTokens are recursive in the context of the same thread...
2005-06-20 Matthew DillonFix a serious SMP bug. The RWLOCK support used by...
2005-06-20 Matthew DillonAdd a missing crit_exit(). The code path in question...
2005-06-19 Matthew DillonFix a bug in the physmap[] array limit calculation...
2005-06-19 Matthew DillonAdd more magic numbers for the token code.
2005-06-19 Matthew DillonFix two bugs in the LWKT token code.
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-18 Simon Schubertremove conditional to get required macros
2005-06-18 Eirik NygaardWe are in callout_stop, not callout_reset. Tell that...
2005-06-17 Matthew DillonAbstract out the location of an m_tag's data by adding...
2005-06-17 Matthew DillonWhen cleaning an mbuf header for reinsertion into the...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-16 Matthew Dillonspl->critical section conversion.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Joerg SonnenbergerConvert to critical section.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
next