net: Factor out ASSERT_IN_NETISR and ASSERT_IS_NETISR
[dragonfly.git] / sys /
2015-08-01 Sepherosa Ziehaunet: Factor out ASSERT_IN_NETISR and ASSERT_IS_NETISR
2015-07-31 Sascha Wildneri386 removal, part 27/x: Remove i386 specific stuff...
2015-07-31 Sascha Wildnerkernel: Uncomment VINUMDEBUG in LINT64. It compiles...
2015-07-31 Sascha Wildnerkernel: Add prototypes for setjmp()/longjmp() to <sys...
2015-07-30 Sascha Wildneri386 removal, part 26/x: Remove i386 specific lib/libc...
2015-07-30 Sepherosa Ziehausocket: Close the soreference() race against socket...
2015-07-30 Sepherosa Ziehausocket: Group accept queue operations together
2015-07-30 Sepherosa Ziehausocket: Nuke unused so_pru_abort()
2015-07-30 Sepherosa Ziehausocket: Remove unused soabort()
2015-07-30 Sepherosa Ziehauinet6: Use M_INTWAIT for DAD record
2015-07-30 Sepherosa Ziehauinet6: Use static initializer to initialize DAD queue
2015-07-29 Sascha Wildner<sys/systm.h>: Small indent fix.
2015-07-29 Sascha Wildneri386 removal, part 24/x: Remove i386 specific parts...
2015-07-29 Sepherosa Ziehaumcast: Use M_INTWAIT for multicast addresses allocation
2015-07-29 Sepherosa Ziehauinet6: Use M_INTWAIT for prefix and prefix's router...
2015-07-29 Sepherosa Ziehauifaddr: Use M_INTWAIT for ifaddr allocation
2015-07-28 Antonio Huete Jimenezdirfs - Add kqueue(2) support
2015-07-28 Sepherosa Ziehauinet6: No need to explicitly avoid calling ioctl(SIOCSADDR)
2015-07-28 Sepherosa Ziehauinet6: Use M_WAITOK on SIOCAIFADDR_IN6 path.
2015-07-28 Sepherosa Ziehauroute: Enhance panic message
2015-07-27 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_BTREE_TYPE_NONE
2015-07-27 Tomohiro Kusumisys/vfs/hammer: Keep root node signature on root split
2015-07-27 Antonio Huete Jimenezdirfs - Do not acquire dirfs' mount token
2015-07-27 Antonio Huete Jimenezdirfs - Remove no longer needed comment
2015-07-27 Antonio Huete Jimenezdirfs - Change debug levels
2015-07-27 Matthew Dillonboot - Fix minor memory leak, statistics
2015-07-27 Sepherosa Ziehautcpdrop: Drop a specific tcp connection or all tcp...
2015-07-26 Matthew Dillonboot - Put loader heap in high memory
2015-07-25 Sepherosa Ziehaunetif: Configure mbuf clusters/jclusters limits
2015-07-25 Sepherosa Ziehauifnet: Allow drivers to adjust mbuf cluster/jcluster...
2015-07-25 Nuno Antuneskernel/route: Use the netisr threads to initialize...
2015-07-24 Imre Vadaszlm(4): Remove unneeded kernel configuration entries
2015-07-24 Sepherosa Ziehaumbuf: Add helper functions to inc/dec mbuf limits
2015-07-24 Sepherosa Ziehaumbuf: Staticize mbupdatelimits
2015-07-24 Sepherosa Ziehaumbuf: Don't allow mbuf thresholds be configured too...
2015-07-24 Sepherosa Ziehaumbuf: Hold mbuf update lock, only if the thresholds...
2015-07-24 Sascha Wildnerkernel/usb4bsd: Remove bogus header file.
2015-07-24 Sascha Wildneri386 removal, part 23/x: Remove i386 specific DEBUG_INT...
2015-07-24 Sascha Wildneri386 removal, part 22/x: Remove some i386 specific...
2015-07-24 Matthew Dillonkernel - Allow nmbufs, nmbclusters, and nmbjclusters...
2015-07-24 Matthew Dillonkernel - Add objcache_set_cluster_limit()
2015-07-23 Matthew Dillonkernel - wbsio: support NCT6776F (0xc3); supported...
2015-07-23 Sascha Wildneri386 removal, part 21/x: Remove obsolete i386 specific...
2015-07-23 Sascha Wildneri386 removal, part 19/x: Remove bogus message in acpi...
2015-07-23 Sascha Wildnerkernel/kbdmux: Fix a panic upon 'shutdown -h now'.
2015-07-21 Sascha Wildnerkernel/acpi_toshiba: Use NULL for pointers.
2015-07-21 Tomohiro Kusumisys/vfs/hammer: Fix comments
2015-07-21 Tomohiro Kusumisys/vfs/hammer: Remove unused typedef
2015-07-21 Sascha Wildnerkernel/syscons: Enable kern.kms_console by default...
2015-07-21 Matthew Dillonkernel - Hack pcm audio for firefox issue
2015-07-20 Matthew Dillonkernel - Fix pmap_change_attr() use cases.
2015-07-20 Matthew Dillonkernel - Fix general MSI/interrupt issue with HDAA
2015-07-20 Markus Pfeifferusb4bsd/pci: Correct typo in bootverbose message
2015-07-20 Matthew Dillonkernel - Quick Baytrail to disable MSI
2015-07-20 Matthew Dillondrm - Add valleyview support
2015-07-20 Matthew Dillonkernel - Add valleyview PCI ids and support to agp.
2015-07-20 Matthew Dillonkernel - Add PCI functionality
2015-07-19 Sascha Wildnerkernel/acpi: Prefer _BIX to _BIF for battery info if...
2015-07-19 Sascha Wildnerkernel/usb4bsd: Fix buildkernel.
2015-07-19 Sascha Wildnerddb: Add a command to call the ACPICA debugger if ACPI_...
2015-07-19 Sascha Wildnerkernel/kprintf: Implement the space flag, as in '%...
2015-07-19 Sascha Wildnerkernel/usb4bsd: Add device enumeration and port power...
2015-07-18 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_BLOCKMAP_LAYER[12]_INDEX()
2015-07-18 John MarinoMerge branch 'vendor/GCC50'
2015-07-18 Nuno Antunesdevfs: Use lwkt_domsg() instead of lwkt_sendmsg() ...
2015-07-18 Nuno Antuneskernel: Use lwkt_domsg() instead of lwkt_sendmsg()...
2015-07-18 Sascha WildnerSync ACPICA with Intel's version 20150717.
2015-07-17 Tomohiro Kusumisbin/hammer: Fix wrong free big-blocks counter
2015-07-17 Tomohiro Kusumisys/vfs/hammer: Make HAMMER_ENCODE() take zone index...
2015-07-17 Tomohiro Kusumisys/vfs/hammer: Add zoneX version of hammer_xlate_to_zo...
2015-07-17 Sepherosa Ziehauipiq: Add description for ipi latency measurement sysctls
2015-07-17 Matthew Dillonkernel - Reduce ACPI dmesg spam a little
2015-07-17 Matthew Dillonkernel - MFC 160de052b2 from FreeBSD (persist timer)
2015-07-17 Matthew Dillonkernel - Reduce mountroot intr_config_hook wait to...
2015-07-17 Matthew Dillonkernel - Fix mountroot / usb diskkey race.
2015-07-15 François Tigeotkernel/linux: Implement idr_preload() and idr_preload_end()
2015-07-15 Sascha Wildneri386 removal, part 18/x: Remove an i386 specific option.
2015-07-15 Sascha WildnerAdd wpi(4) to our default config.
2015-07-15 Sepherosa Ziehaux86_64/mwait: Expose preamble mask for C3+ transition
2015-07-15 Sepherosa Ziehauacpi/pstate: Force CPU package power domain for Intel...
2015-07-14 Matthew Dillonsyscons - improve debugger entry
2015-07-14 François Tigeotkernel/linux: Fix a bug in idr_alloc()
2015-07-14 Matthew Dillonkernel - Fix live lock in vfs_conf.c mountroot>
2015-07-14 John MarinoBump __DragonFly_version after replacement of libm
2015-07-14 Matthew Dillonipiq: Add simple IPI latency measure sysctls (2)
2015-07-14 Sepherosa Ziehauipiq: Add simple IPI latency measure sysctls
2015-07-13 Matthew Dillonkernel - Fix mlock() related panic and memory leak
2015-07-13 Sepherosa Ziehaubus: Clear device description when we set driver.
2015-07-12 John MarinoMerge branch 'vendor/OPENBSD_LIBM'
2015-07-12 Tomohiro Kusumisys/vfs/hammer: Fix comments
2015-07-12 Tomohiro Kusumisys/vfs/hammer: Cleanup whitespace(0x20) before tab
2015-07-12 Tomohiro Kusumisys/vfs/hammer: Add comment on multi-master clustering
2015-07-12 Sepherosa Ziehaucam: Initialize counted_to_config properly in xpt_bus_r...
2015-07-12 Sepherosa Ziehauacpi/pstate: Fix and cleanup 465a6ec
2015-07-12 Sepherosa Ziehauacpi/pstate: Since AMD 11h, 8 P-states are supported.
2015-07-11 François Tigeotdrm: Implement set_memory_wc() and set_memory_wb()
2015-07-11 Sepherosa Ziehauaperf: Sensor for effective CPU frequency using APERF...
2015-07-11 Sepherosa Ziehausensors: Add frequency sensor type
2015-07-11 Sepherosa Ziehausensors: Fix value type
2015-07-10 Tomohiro Kusumisys/vfs/hammer: Add hammer_node_max_elements()
next