kernel/isa: Remove empty isa_init() (formerly used for COMPAT_OLDISA).
[dragonfly.git] / sys /
2013-02-23 Sascha Wildnerkernel/isa: Remove empty isa_init() (formerly used...
2013-02-23 Matthew Dillonkernel - Implement shared namecache locks
2013-02-23 Matthew Dillonkernel - cpu_pause() needs to be memory-modifying
2013-02-23 Sascha WildnerUse NULL for pointers in a couple of places.
2013-02-22 Matthew Dillonkernel - Fix cross-mount handling in tmpfs hardlink...
2013-02-22 Matthew Dillonkernel - Fix deadlock in tmpfs
2013-02-22 Matthew Dillonkernel - Remove getnewvnode() bottlenecks
2013-02-22 Matthew Dillonkernel - Add negative caching to cache_findmount()
2013-02-22 Matthew Dillonkernel - Increase NCMOUNT_NUMCACHE, add enable & statistics
2013-02-22 Sepherosa Ziehaubce: Move RX serializers before TX serializers
2013-02-22 Sepherosa Ziehaubce: Free serializer array in detach path
2013-02-22 Sepherosa Ziehaualtq/hfsc: Fix wrong malloc size
2013-02-22 Matthew Dillonkernel - Fix performance issue due to buffer fragmentation
2013-02-22 Matthew Dillonkernel - Add frontend cache for cache_findmount()
2013-02-22 Matthew Dillonkernel - Fix network lockup due to msgport bug
2013-02-22 Antonio Huete Jimenezvkd(4) - Announce virtual disks upon initialization.
2013-02-22 Antonio Huete Jimenezvke(4) - Show backing tap only if one was used.
2013-02-22 Antonio Huete Jimenezvkernel - Settable serial numbers for virtual disks.
2013-02-21 Matthew Dillonkernel - Fix issue with ARP packets stalling out entire...
2013-02-21 Matthew Dillonkernel - Add critical section in lwkt_yield_quick()
2013-02-21 Sascha Wildnerasr(4): Remove a case that is not a member of the enum...
2013-02-21 Sepherosa Ziehaubce: Fix tick/pulse callout target CPU setting
2013-02-21 Sepherosa Ziehauigb: Fix timer cpuid settings when entering/exiting...
2013-02-21 Matthew Dillonkernel - Fix cpu/token starvation, vfs_busy deadlocks...
2013-02-21 Matthew Dillonkernel - Fix excessive kprintf()s during refcount_wait()
2013-02-21 Matthew Dillonkernel - Implement vm.read_shortcut support in tmpfs
2013-02-21 Matthew Dillonkernel - add yields in the swap pager freeing path
2013-02-21 Matthew Dillonkernel - cleanup
2013-02-21 Matthew Dillonkernel - Remove remaining mplock use cases from tmpfs
2013-02-21 Sepherosa Ziehauicmp: ICMP is MPSAFE
2013-02-21 Sepherosa Ziehaubce: RX and TX ring counts are not required to be same
2013-02-21 Matthew Dillonkernel - Fix cpu/token starvation, vfs_busy deadlocks...
2013-02-20 Sascha Wildnervkernel/vke: Comment out 'ifp', just like the code...
2013-02-20 Sepherosa Ziehaubce: Switch to IFQ subqueue functions and use per-TX...
2013-02-20 Sascha Wildner<sys/bus.h>: Fix wording.
2013-02-20 Sascha Wildnerkernel: Use DEVMETHOD_END in the drivers.
2013-02-20 Sascha Wildner<sys/bus.h>: Add DEVMETHOD_END.
2013-02-20 Matthew Dillonkernel - Properly account system time for contending...
2013-02-19 Matthew Dillonvkernel - Fix if_vke
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-19 Sepherosa Ziehaubce: Reimplement polling in non-compat mode
2013-02-19 Sepherosa Ziehaubce: Split TX/RX serializer
2013-02-19 Sepherosa Ziehaubce: Defer interrupt allocation until the TX/RX rings...
2013-02-19 Sepherosa Ziehaubce: Regroup function declaration
2013-02-19 Sepherosa Ziehaubce: Fix supported devices list in comment
2013-02-19 Sepherosa Ziehaubce: Put RX related fields into bce_rx_ring
2013-02-18 Matthew Dillonkernel - Fix a race and enable the VM read shortcut...
2013-02-18 Matthew Dillonkernel - Fix rare race in namecache
2013-02-17 Sepherosa Ziehaubce: Put TX related fields into bce_tx_ring
2013-02-17 Antonio Huete Jimenezvkernel - Allow setting MAC addresses from within the...
2013-02-17 Sepherosa Ziehaubce: Factor out bce_xmit()
2013-02-17 Sepherosa Ziehauicmp: Disable icmplim_output by default
2013-02-17 Sepherosa Ziehauif: Add compat mode for ifnet stats so that 3rd party...
2013-02-17 Sascha Wildnerkernel/vinum: Fix userland fallout from my -Wundef...
2013-02-16 Sascha Wildnerkernel: Move some externs under INET too.
2013-02-16 Sascha Wildnerkernel: A few small fixes to make a minimal kernel...
2013-02-16 Sascha Wildnermfi(4): Add D_MPSAFE to the disk flags.
2013-02-16 Sascha Wildnerkernel: Fix various -Wundef warnings.
2013-02-16 Sascha Wildnerkernel/sound: Use pci_{get,set}_powerstate(). Fixes...
2013-02-16 Sepherosa Ziehaubnx: Support 5717 C0, which is almost same as 5720 A0
2013-02-16 Sepherosa Ziehaupcidevs: regen
2013-02-16 Sepherosa Ziehaupcidevs: Add PCi device ID for Broadcom 5717C
2013-02-16 Sascha Wildnerkernel/nmdm: Comment variables which are only used...
2013-02-16 Sascha Wildnerkernel/drm: Put two variables under #if 0 for future...
2013-02-16 Sascha Wildnerkernel: Remove some unused variables.
2013-02-16 Sascha Wildnerkernel: Handle some variables only used in debug output.
2013-02-16 Sepherosa Ziehaubce: Remove debug stuffs
2013-02-16 Sascha Wildnertws(4): Fix a typo in a debug message.
2013-02-16 Sepherosa Ziehaujme: Avoid using magic number for TX register writing...
2013-02-16 Sepherosa Ziehaubce: Make TX register writing aggregation tunable
2013-02-16 Sepherosa Ziehaubnx: Avoid using magic number for TX register writing...
2013-02-16 Sepherosa Ziehaubge: Avoid using magic number for TX register writing...
2013-02-16 Sepherosa Ziehaukernel: Use __debugvar for stack variables used only...
2013-02-16 Sepherosa Ziehauem/emx: Avoid using magic number for TX register writin...
2013-02-16 Sepherosa Ziehauigb: Fix comment
2013-02-16 Sepherosa Ziehauigb: Remove unused macros
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 3/3
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 2/3
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 1/3
2013-02-14 Peter AvalosDrag libdialog into the 21st century.
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-13 Sepherosa Ziehautap: Define TAP_MANUALMAKE; unbreak building
2013-02-13 Sepherosa Ziehaubridge: Disable TSO on member interface
2013-02-13 Matthew Dillonkernel - Do not auto-destroy tap interfaces which are...
2013-02-12 Sascha Wildnerkernel/callout: Remove some unused old code.
2013-02-12 Sepherosa Ziehauifaddr: Cache align ifaddr_container
2013-02-11 Sascha WildnerFix our tree for -Wmissing-include-dirs.
2013-02-10 Sascha Wildnerkernel: Nuke ISA sound card support.
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-09 François Tigeotkernel: Properly lock dounmount()
2013-02-09 Sepherosa Ziehaupf: Fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehauip6/mroute: Partly fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehauwlan: Partly fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehauacpica: Fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehauath: Partly fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehauiwn: Fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehaural: Fix set-but-unused gcc47 warning
2013-02-09 Sepherosa Ziehausln: Fix set-but-unused gcc47 warning
2013-02-08 Sascha Wildnerkernel/firewire: Remove #ifdef __DragonFly__ jungle.
2013-02-08 Sascha Wildnerkernel/virtio: Constify some struct members to silence...
next