kernel: Use NULL instead of 0 for pointers, part 1/x.
[dragonfly.git] / sys /
2012-09-10 Sascha Wildnerkernel: Use NULL instead of 0 for pointers, part 1/x.
2012-09-10 Sascha Wildnerkernel/acpi: Add missing include (for acpi_sci_irqno()).
2012-09-10 François Tigeotixgbe: Replace the TX lockmgr lock by a serializer
2012-09-10 François Tigeotixgbe: Do all RX/TX processing in ithreads
2012-09-10 Sepherosa Ziehauifpoll: Dispatch netmsgs to netisr, which is MPSAFE now
2012-09-10 Sepherosa Ziehauacpi/resource: Only skip SCI trigger/polarity configuration
2012-09-09 François Tigeotixgbe: Remove the Adaptative Interrupt Moderation code
2012-09-09 François Tigeotixgbe: Move sysctl creation to a separate function
2012-09-09 Sascha Wildnerkernel/bce: Fix an impossible && that should really...
2012-09-08 François Tigeotixgbe: Enable existing MSI-X code
2012-09-07 Sascha Wildnerkernel: Remove two bogus break statements.
2012-09-07 Sascha Wildnerkernel/hptmv: Fix the completion of a write.
2012-09-07 Sascha Wildnerkernel/ipx: Add a missing 'goto set_head;'.
2012-09-06 François Tigeotixgbe: Explicitely enable PCIe bus mastering
2012-09-06 Sascha Wildnerkernel: Use NULL for pointers in some places.
2012-09-06 Sascha Wildnerkernel: Remove pcidevs_data.h. It serves no purpose.
2012-09-04 Sascha Wildnerkernel/ixgbe: Add missing braces.
2012-09-04 Sepherosa Ziehautcp: Implement asynchronized pru_rcvd
2012-09-03 Sascha Wildneracpi: Remove some unused files.
2012-09-03 Sascha WildnerRemove another unused header (<machine/ultrasound.h>).
2012-09-03 Sascha WildnerRemove an unused old ral(4) firmware header.
2012-09-03 Sascha WildnerRemove an unused and empty header (<machine/mtpr.h>).
2012-08-31 Sascha Wildneramr(4): Remove some unused code (amr_timeout()).
2012-08-31 Sascha WildnerAdd CARP support to the GENERIC kernels.
2012-08-30 Alex Hornungusched_bsd4 - topology sched: go for safe defaults
2012-08-30 Sepherosa Ziehausorecvtcp: Remove unapplied code
2012-08-30 Sepherosa Ziehausocket: Replicate soreceive() to sorecvtcp() for cleanu...
2012-08-29 Sepherosa Ziehaujme: RX interrupt to ~6000Hz, TX interrupt to ~4000Hz
2012-08-29 Sepherosa Ziehaujme: Record number of times that RX ring becomes empty
2012-08-29 Sepherosa Ziehaujme: Allow MSI-X be evenly spreaded across CPUs
2012-08-29 Sepherosa Ziehauigb: Set default RX descriptor count to 512
2012-08-29 Sepherosa Ziehauacpi/sci: Test ACPI MADT interrupt override entry's...
2012-08-28 Sascha Wildnerkernel/acpi: Add smart battery support.
2012-08-28 Sascha Wildnermpt(4): We don't have MOD_QUIESCE.
2012-08-28 Sepherosa Ziehautcp/ncr: Avoid using magic number
2012-08-28 Sepherosa Ziehautcp: RFC3517bis is now officially RFC6675
2012-08-28 Sepherosa Ziehauacpi/pcib: Guard against invalid GSI provided by PRT
2012-08-28 Sepherosa Ziehauacpi/resource: Use legacy_intr_find to detect invalid...
2012-08-28 Sepherosa Ziehaupci: Guard against wrong user supplied IRQ assignment
2012-08-28 Sepherosa Ziehauacpi/fadt: Make sure that SCI IRQ is valid
2012-08-28 Sepherosa Ziehaupci/pir: Make sure that the IRQ is allowed to be configured
2012-08-28 Sepherosa ZiehauMachIntr: Add two methods to find IRQ
2012-08-28 Sepherosa Ziehauacpi/intr: Fix comment, source index is GSI _not_ IRQ
2012-08-27 Sascha Wildnerkernel: Turn the delay before mounting root into a...
2012-08-27 Sascha Wildner/boot/defaults/loader.conf: Adjust a comment.
2012-08-27 François Tigeotixgbe: add tso_pullup function
2012-08-27 François Tigeotixgbe: enable existing FreeBSD IPv4 TSO code
2012-08-27 François Tigeotkernel: IFCAP_TSO is really IPv4-specific
2012-08-26 Matthew Dillonkernel - reduce kern.maxvnodes default on 32 bit systems
2012-08-26 Sascha Wildnerkernel/ffs: Compare v_rdev directly when updating mounts.
2012-08-26 Sascha Wildnerkernel/linprocfs: Implement /proc/devices.
2012-08-26 Sascha Wildnerkernel/devfs: Fill out cdev_t's si_major field (and...
2012-08-26 Sascha Wildnerkernel/devfs: Pass more arguments to the callback for...
2012-08-26 Sascha Wildnerkernel/devfs: Rename devfs_nodetype members (conflicts...
2012-08-25 François Tigeotixgbe: enable VLAN code
2012-08-25 Sascha Wildnerkernel/devfs: Assert that the callback isn't NULL in...
2012-08-25 Matthew Dillonkernel - Do not allow destroyed namecache entries to...
2012-08-24 Matthew Dillontmpfs - Fix numerous races and adjust to use cache_unlink()
2012-08-24 Matthew Dillonkernel - Adjust devfs, hammer, and puffs to use the...
2012-08-24 Matthew Dillonkernel - add cache_unlink(), fix a rename issue.
2012-08-24 Matthew Dillonkernel - Add additional clock_gettime() modes
2012-08-24 Alex Hornungusched_bsd4 - use wakeup_mycpu as appropriate
2012-08-24 Alex Hornungusched_bsd4 - fix incorrect use of PINTERLOCKED tsleep
2012-08-24 Matthew Dillonkernel - Fix pmap_remove() issue.
2012-08-24 Matthew Dillonkernel - Implement Errata 721 for 32-bit kernels too
2012-08-24 Matthew Dillonkernel - Do not allow the time to be set to { 0, 0 }
2012-08-24 Matthew Dillonlinprocfs - Fix process exit / procfs vnode access...
2012-08-23 Matthew Dillonlinprocfs - Fix missing PRELE()s.
2012-08-23 Sascha Wildner<sys/devfs.h>: Fix comment typos.
2012-08-23 Sepherosa Ziehauvm: Put vm_page_alloc_contig debug prints under vm_cont...
2012-08-23 Sepherosa Ziehaujme: Add TSO support
2012-08-23 Sepherosa Ziehauroute: Routing table is replicated to all CPUs, not...
2012-08-22 Matthew Dillonkernel - Attempt to fix i386 wire_count panic (98)
2012-08-22 Matthew Dillonkernel - Fix 32-bit build
2012-08-22 Mihai Carabasusched_bsd4 - Topology-aware scheduling
2012-08-22 Mihai Carabasvkernel{,64} - CPU topology support
2012-08-22 Mihai CarabasCPU topology support
2012-08-22 Mihai Carabasktr - add KTR_COND_LOG
2012-08-22 Matthew Dillonkernel - Attempt to fix i386 wire_count panic
2012-08-22 Sepherosa Ziehaujme: Let the software to check hardware supplied hash
2012-08-22 Sepherosa Ziehauether: Add instrument to detect wrong hardware supplied...
2012-08-21 Sascha Wildnerkernel/linprocfs: Fix accessing files in /proc (such...
2012-08-21 Sascha Wildnerkernel/linprocfs: Fix a panic when accessing /proc...
2012-08-21 François Tigeotixgbe: Rework ixgbe_xmit()
2012-08-21 Sascha Wildnerkernel/procfs: Remove some unneeded parentheses.
2012-08-21 Sascha Wildnerkernel/linprocfs: Remove an unreached return.
2012-08-21 Sepherosa Ziehauip: Put fast dispatch/slow dispatch and hashing done...
2012-08-20 François Tigeotkernel: Set kern.ipc.shm_use_phys to 1 by default
2012-08-19 Sepherosa Ziehaujme: Cache align RX/TX data structure
2012-08-19 Sepherosa Ziehaujme: Only main serializer is needed for timeout callback
2012-08-19 Sepherosa Ziehaujme: Don't immediately recycle the TX descriptor even...
2012-08-18 Sepherosa Ziehaubce: Dispatch callouts to interrupt's target CPU
2012-08-18 Sepherosa Ziehaubce: Rework MSI checkout for 5706 and 5708
2012-08-18 Sepherosa Ziehaubge: Use MPSAFE callout
2012-08-18 Sepherosa Ziehaubge: Always configure MII mode register
2012-08-18 Sepherosa Ziehaubnx: Enable 500Khz MII management interface frequency
2012-08-17 Matthew Dillonkernel - Fix condvar races
2012-08-17 Matthew Dillonpuffs - Comment out namecache purge for now
2012-08-17 Sepherosa Ziehaupci: Enable PCIe memory mapped configuration again
2012-08-17 Sepherosa Ziehaupci: Disable memory address decoding before writing...
next