Mention KTR_IFQ and KTR_IF_START
[dragonfly.git] / sys /
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-13 Matthew DillonHAMMER 44/Many: Stabilization pass, user-guaranteed...
2008-05-13 Hasso TepperRemove udbp(4) form tree. It was never connected to...
2008-05-13 Hasso TepperAssorted fixes to ugen(4) from FreeBSD.
2008-05-13 Matthew DillonHAMMER 43C/Many: Performance cleanup
2008-05-13 Matthew DillonHAMMER 43B/Many: Correct delete-on-disk record bug.
2008-05-12 Matthew DillonHAMMER 43A/Many: Cleanup, bug fixes.
2008-05-12 Matthew DillonHAMMER 43/Many: Remove records from the media format...
2008-05-12 Matthew DillonHAMMER 42E/Many: Cleanup.
2008-05-11 Matthew DillonHAMMER 42D/Many: Stabilization.
2008-05-11 Matthew DillonFix UP real kernel crash, a vkernel define was being...
2008-05-11 Hasso TepperAdd useconds_t and suseconds_t used for time in microse...
2008-05-10 Matthew DillonHAMMER Utilities: scan feedback
2008-05-10 Matthew DillonHAMMER 42C/Many: Stabilization.
2008-05-10 Matthew DillonHAMMER 42B/Many: Stabilization.
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-10 Sepherosa Ziehauiwi(4) does not support hardware based WEP encryption...
2008-05-10 Matthew DillonFix feature logic so changing kern.pipe.dwrite_enable...
2008-05-09 Matthew DillonHAMMER 42A/Many: Stabilization.
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-09 Matthew DillonHAMMER 42/Many: Cleanup.
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-05-09 Matthew DillonFix fork/vfork statistics. forks and vforks were being...
2008-05-09 Matthew DillonFix a nasty memory corruption issue which can occur...
2008-05-08 Matthew DillonFix a race between the namecache and the vnode recycler...
2008-05-08 Matthew DillonFix some lock ordering issues in the pipe code.
2008-05-08 Matthew DillonRecode the resource limit core (struct plimit) to fix...
2008-05-08 Matthew DillonClear the direction flag (CLD) on entry to the kernel...
2008-05-07 Matthew DillonBump base development version to 197700 so it is proper...
2008-05-07 Matthew DillonCorrect comments and minor variable naming and sysctl...
2008-05-06 Matthew DillonFix a sizeof() the wrong variable name. The correct...
2008-05-06 Matthew DillonEnable kern.trap_mpsafe and kern.syscall_mpsafe by...
2008-05-06 Matthew DillonRemove the SMP_MAXCPU override for vkernels, causing...
2008-05-06 Sepherosa ZiehauAdd strings for some AMD features
2008-05-06 Matthew DillonHAMMER 41B/Many: Cleanup.
2008-05-06 Matthew DillonKeep track of the number of buffers undgoing IO, and...
2008-05-05 Matthew DillonOnly call bwillwrite() for regular file write()s, inste...
2008-05-05 Matthew DillonHAMMER 41/Many: Implement CRC checking (WARNING: On...
2008-05-05 Sepherosa Ziehau- Add lwkt_serialize_adaptive_enter(9), it is same...
2008-05-05 Sepherosa ZiehauUse mask instead of modulo, since bo->backoff is always...
2008-05-04 Matthew DillonHAMMER 40G/Many: UNDO cleanup & stabilization.
2008-05-04 Matthew DillonHAMMER 40F/Many: UNDO cleanup & stabilization.
2008-05-04 Matthew DillonThe direct-write pipe code has a bug in it somewhere...
2008-05-04 Sepherosa Ziehau- Randomize spinlock exponential backoff value, which...
2008-05-03 Matthew DillonHAMMER 40F/Many: Inode/link-count sequencer cleanup...
2008-05-03 Matthew DillonHAMMER 40E/Many: Inode/link-count sequencer cleanup...
2008-05-03 Matthew DillonHAMMER 40D/Many: Inode/link-count sequencer cleanup...
2008-05-02 Matthew DillonHAMMER 40C/Many: Inode/link-count sequencer cleanup...
2008-05-02 Sepherosa Ziehau- Put exit ktr in proper place
2008-05-02 Sepherosa ZiehauWhite space
2008-05-02 Sepherosa ZiehauIntroduce ETHER_INPUT_CHAIN option:
2008-05-02 Matthew DillonHAMMER 40B/Many: Inode/link-count sequencer cleanup...
2008-05-02 Sascha WildnerSweep over our manual pages and remove .Pp before a...
2008-05-02 Matthew DillonHAMMER 40A/Many: Inode/link-count sequencer.
2008-05-02 Simon SchubertProperly yield to userland processes.
2008-05-01 Sepherosa Ziehauktr the end of various ipiq sending operation.
2008-05-01 Sepherosa Ziehauktr cpu_send_ipiq
2008-05-01 Sepherosa Ziehau- Promote em(4) polling begin/end ktr into polling(4)
2008-04-30 Matthew DillonHave vfsync() call buf_checkwrite() on buffers with...
2008-04-30 Matthew DillonAdd pmap_unmapdev() calls to detach functions for drive...
2008-04-30 Matthew DillonCothreads do not have a globaldata context and cannot...
2008-04-30 Sepherosa ZiehauAdd tunable for each_burst.
2008-04-30 Sascha WildnerAdd KTR_TESTLOG to LINT.
2008-04-30 Matthew DillonChange the SMP wakeup() code to send an IPI to the...
2008-04-30 Matthew DillonAdd some assertions when a buffer is reused
2008-04-30 Matthew DillonThe driver was improperly using kmem_free() instead...
2008-04-29 Sepherosa ZiehauKTR various serializer operation
2008-04-29 Sepherosa ZiehauThree int arguments are used in IPIQ_STRING
2008-04-29 Matthew DillonHAMMER 39B/Many: Cleanup pass
2008-04-29 Matthew DillonHAMMER 39/Many: Parallel operations optimizations
2008-04-28 Matthew DillonPaging and swapping system fixes.
2008-04-28 Matthew DillonKTR_TESTLOG is a valid kernel option (it enables the...
2008-04-28 Matthew DillonFix a NULL poiner dereference in the statistics collect...
2008-04-28 Sascha WildnerFix typo: spam -> span
2008-04-28 Matthew DillonMinor code reordering and documentation adjustments.
2008-04-28 Matthew DillonFix some pmap races in pc32 and vkernel, and other...
2008-04-27 Matthew DillonHAMMER 38F/Many: Undo/Synchronization and crash recover...
2008-04-27 Sepherosa ZiehauAdd basic support for 8111C; hardware checksum offload...
2008-04-27 Sepherosa ZiehauPrint unknown hardware version.
2008-04-27 Matthew DillonHAMMER 38E/Many: Undo/Synchronization and crash recovery
2008-04-26 Sepherosa ZiehauRevert rev 1.40, which will cause deadlock, if task...
2008-04-26 Matthew DillonHAMMER 38E/Many: Undo/Synchronization and crash recovery
2008-04-26 Sepherosa Ziehauwi(4) depends on wlan(4)
2008-04-26 Sepherosa ZiehauDon't do following optimization in udp_disconnect():
2008-04-26 Matthew DillonHAMMER 38E/Many: Undo/Synchronization and crash recovery
2008-04-26 Matthew DillonHAMMER 38D/Many: Undo/Synchronization and crash recovery
2008-04-25 Matthew DillonHAMMER 38C/Many: Undo/Synchronization and crash recovery
2008-04-24 Matthew DillonHAMMER 38B/Many: Undo/Synchronization and crash recovery
2008-04-24 Matthew DillonHAMMER 38A/Many: Undo/Synchronization and crash recovery
2008-04-24 Matthew DillonFix panics which can occur when killing a threaded...
2008-04-23 Thomas NikolajsenAdd hammer_flusher.c, to make kernels with options...
2008-04-23 Matthew DillonFix two A-list corruption cases.
2008-04-23 Hasso TepperAdd a driver for Omnikey CardMan 4040 smartcard reader...
2008-04-23 Hasso TepperRegenerate.
2008-04-23 Hasso TepperAdd OMNIKEY CardMan 4040 smartcard reader.
2008-04-22 Matthew DillonHAMMER 37/Many: Add a flush helper thread, clean up...
2008-04-22 Matthew DillonFix some IO sequencing performance issues and reformula...
2008-04-21 Matthew DillonPass the current LWP to sigexit() instead of the curren...
2008-04-21 Matthew DillonDive the scheduler to implement the yield function...
2008-04-21 Matthew DillonAdd an interlock for certain usb task operations.
next