dragonfly.git
2005-06-21 Matthew DillonAdd additional sanity checks to IPIQ processing, do...
2005-06-21 Matthew DillonRewrite a good chunk of the ktrdump utility to work...
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 SonnenbergerAlso include files in the .OBJDIR.
2005-06-19 Joerg SonnenbergerFix some glitches.
2005-06-19 Joerg SonnenbergerRemove old libf2c.
2005-06-19 Joerg SonnenbergerUnhook old g2c from build and start building the GCC...
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-19 Joerg SonnenbergerInclude the fortran library sources from GCC 3.4.4.
2005-06-19 Max Okumotocleanup exit status handling
2005-06-19 Max OkumotoRename noBuiltins to builtins and invert logic.
2005-06-19 Max OkumotoAdd better comments for main()
2005-06-19 Max Okumotoo cleanup usage of outOfDate variable.
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-18 Max OkumotoPass DEFSHELLNAME into Shell_Init(), and remove the...
2005-06-17 Sascha WildnerUse csh for {foo,bar} filename substitutions.
2005-06-17 Sascha WildnerMop up OLDCARD remains.
2005-06-17 Max OkumotoAdd a few highlevel comments in main, describing what...
2005-06-17 Liam J. Foy- Document mined(1) key bindings
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-17 Simon Schuberttake cvs 1.12.11 sources out of duty
2005-06-17 Max OkumotoBetter comment for chdir_verify_path()
2005-06-17 Max OkumotoStyle(9) - add blank line before first statement in...
2005-06-17 Max OkumotoRemove extra white space.
2005-06-17 Max OkumotoRemove spaces infront of tabs.
2005-06-17 Max OkumotoFix order of functions Shell_Init() uses ShellMatch()
2005-06-16 Max OkumotoReduce diffs
2005-06-16 Max OkumotoSome more style(9) stuff and took some comment from...
2005-06-16 Max OkumotoFix some style(9) errors.
2005-06-16 Max OkumotoFreeBSD-Date: 2005/06/14 12:50:52
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/25 17:06:14
2005-06-16 Max OkumotoReorder functions to reduce determining what harti...
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/25 09:46:31
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 16:48:10
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 16:45:11
2005-06-16 Liam J. Foy- Make rwhod now use poll(2) instead of signals
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-16 Max OkumotoRenamed ProcExec() to Proc_Exec() to follow code conven...
2005-06-16 Max OkumotoSome DDEFSHELLNAME cleanups noted by harti
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 14:14:23
2005-06-16 Max OkumotoMoved free() out of both branches of if statement.
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 11:59:08
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 11:55:00
2005-06-16 Max OkumotoAdd meta to free routine
2005-06-16 Max OkumotoUse new meta and builtins fields, to process command...
2005-06-16 Max OkumotoRestructure .SHELL parser
2005-06-16 Max OkumotoAdd Shell_Dump()
2005-06-16 Max OkumotoAdd meta and builtins to ShellMatch()
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 Max OkumotoCorrect some spelling errors
2005-06-16 Simon SchubertAdd notes how to get xauth forwarding going with pkgsrc
2005-06-16 Matthew DillonThe callout timer init code was using { SI_SUB_CPU...
2005-06-15 Liam J. Foy- Small message
2005-06-15 Sascha Wildner1) When randomly placing ships, allow them to be anywhe...
next