Randomize the initial stack pointer for a user process. Introduce a
[dragonfly.git] / sys /
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.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Matthew Dillonspl->critical section conversion.
2005-06-16 Joerg SonnenbergerLet the compiler decide what code should be inlined...
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Matthew Dillonspl->critical section conversion. Also fixes a missed...
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Matthew Dillonspl->critical section conversion.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Matthew DillonRip out bad spl manipulating junk from mpt and clean...
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-16 Joerg SonnenbergerRemove now unused variables.
2005-06-16 Matthew DillonThe callout timer init code was using { SI_SUB_CPU...
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-15 Joerg SonnenbergerConvert to critical sections. Rename a local variable...
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-06-15 Joerg SonnenbergerConvert to critical sections. Stop messing with the...
2005-06-15 Joerg SonnenbergerConvert to critical sections. Drop a splz.
2005-06-15 Joerg SonnenbergerFix another bunch of missing ether_ifdetach calls.
2005-06-15 Joerg SonnenbergerMissing ether_ifdetach in error path.
2005-06-15 Matthew DillonRemove illegal parens from #ifndef.
2005-06-15 Jeroen Ruigrok/asmodaiRemove extraneous closing brace.
2005-06-14 Joerg SonnenbergerNuke compatiblity parts.
2005-06-14 Joerg Sonnenbergertypo
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections. Stop updating interrupt...
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerForgotten from the ALTQ conversion.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerUse if_printf.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerUse if_printf for TUNDEBUG.
2005-06-14 Joerg Sonnenbergersimplify.
2005-06-14 Joerg SonnenbergerConvert to critical sections. Be a bit more conservativ...
2005-06-14 Matthew DillonAdd additional sanity checks, remove unused arguments...
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg Sonnenberger- convert to critical sections
2005-06-14 Joerg Sonnenberger- convert to critical sections
2005-06-14 Joerg SonnenbergerAdd missing breaks.
2005-06-14 Sascha WildnerFix controller names.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerUse PCI accessor functions and nuke the port / memory...
2005-06-14 Joerg Sonnenberger- convert to critical sections
2005-06-14 Joerg SonnenbergerConvert to critical sections.
next