Revert part of my previous commit which was removing too much.
[dragonfly.git] / sys /
2008-09-28 Matthew DillonLinux emulation adjustments.
2008-09-28 Matthew DillonUse the new vop_stdpathconf() instead of rolling our...
2008-09-28 Matthew DillonAdd vop_stdpathconf and default it so filesystems do...
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-27 Sepherosa ZiehauRevoke the INTR_MPSAFE flag; nata is not MPSAFE yet.
2008-09-27 Sepherosa ZiehauFor SMP kernel
2008-09-26 Sepherosa ZiehauSchedule ipfw_tick() to IPFW_CFGPORT to run, this funct...
2008-09-26 Hasso TepperAttempt to fix the crash if accessing usb device(s...
2008-09-25 Sepherosa Ziehau- Minor style and white space changes
2008-09-25 Sepherosa ZiehauIf not in debugger, output kernel debug information...
2008-09-25 Sepherosa ZiehauAdd NETISR_TO_MSGF() to convert netisr.ni_flags to...
2008-09-24 Sepherosa ZiehauIf the current thread is not a network thread then...
2008-09-24 Sepherosa ZiehauAdd NETISR_FLAG_NOTMPSAFE, which could be used as the...
2008-09-24 Sepherosa ZiehauMark all msgs used by polling(4) as MPSAFE ones
2008-09-24 Sepherosa ZiehauInclude necessary head file for {get,rel}_mplock()...
2008-09-24 Matthew Dillonsleep for a shorter period of time when an excessive...
2008-09-24 Matthew DillonRename the PFSD structure's prune_path[64] to snapshots...
2008-09-23 Matthew DillonFix a double-flush which was occuring for every unlinke...
2008-09-23 Matthew DillonChange the autoflush code to autoflush when a flush...
2008-09-23 Matthew DillonMake two more changes to the ata request queue sorting...
2008-09-23 Sepherosa Ziehaupolling(4)'s poll/pollmore netmsg handler will not...
2008-09-23 Sepherosa ZiehauOn ethernet input path:
2008-09-23 Sepherosa ZiehauUse netmsg_service_sync() to protect vlan_input_p
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-22 Hasso TepperAdd _SC_PAGE_SIZE as alias to _SC_PAGESIZE to make...
2008-09-21 Matthew DillonHAMMER: Fix a couple of minor non-corrupting bugs in...
2008-09-20 Sepherosa Ziehau- Add KTR of ethernet operations
2008-09-20 Sepherosa ZiehauAdd PFIL_MPSAFE flag to give hint to pfil(9) that the...
2008-09-20 Sepherosa ZiehauInstead of rejecting the eligible packet back into...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-09-19 Sepherosa ZiehauUpdate comment
2008-09-19 Sepherosa ZiehauCheck ipfw static rules generation after get the BGL
2008-09-19 Sepherosa ZiehauAdd workaround for JMC250A2 under 10/100 hdx mode.
2008-09-19 Sepherosa Ziehau- Add workaround field in softc
2008-09-18 Matthew DillonUnbreak buildworld a slightly different way. Adjust...
2008-09-18 Sepherosa ZiehauIn bridge(4), if the packet is tagged for dummynet...
2008-09-18 Sepherosa ZiehauIf there are no pfil hooks, just remove the dummynet...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-09-17 Sepherosa ZiehauCall ifnet.if_output() in netisr0, so it executes in...
2008-09-17 Sepherosa Ziehau'dst' does not need to be static
2008-09-17 Sepherosa ZiehauEmbed a netmsg in ifaddr_container, so IFAFREE could...
2008-09-17 Sepherosa ZiehauMake net/netmsg.h userspace friendly
2008-09-17 Sepherosa ZiehauUse absolute inclusion path
2008-09-17 Sepherosa ZiehauAlways enable ETHER_INPUT_CHAIN support
2008-09-17 Sepherosa ZiehauRemove the '2' suffix from ether_input_chain and vlan_i...
2008-09-17 Sepherosa ZiehauNuke unused function
2008-09-17 Sepherosa Ziehau- Remove unnecessary crit sections
2008-09-17 Sepherosa ZiehauFactor out ipfw_match_uid(), put it under BGL explicitly
2008-09-16 Sascha WildnerSilence warnings about unhandled enum values.
2008-09-16 Sepherosa ZiehauFix stack variable names inheritted from ip_{input...
2008-09-16 Sascha WildnerIf ae is NULL, just print that the controller is unsupp...
2008-09-16 Sepherosa ZiehauAdd DUMMYNET_DEBUG option
2008-09-16 Sepherosa Ziehau- Rework ipfw(4) debug print macro
2008-09-16 Sepherosa ZiehauSave flags pass by caller
2008-09-16 Sepherosa Ziehaustruct packet_filter_hook is actually implementation...
2008-09-16 Sepherosa Ziehauip_dn_stop() and ip_dn_stop_dispatch() is used only...
2008-09-16 Sepherosa ZiehauHeader inclusion
2008-09-16 Sepherosa Ziehaumycpu->gd_cpuid -> mycpuid
2008-09-16 Sepherosa ZiehauSYSCTL_NODE is always defined
2008-09-16 Sepherosa ZiehauBump ipfw static rules generation when set/clear IPFW_F...
2008-09-16 Sascha WildnerIf a NULL pointer was passed, panic like everywhere...
2008-09-15 Thomas Nikolajsen * Move description of hw.usb.hack_defer_exploration
2008-09-15 Thomas Nikolajsen * Break line at end of sentence
2008-09-15 Thomas NikolajsenFix old ATA driver name.
2008-09-15 Thomas NikolajsenChange how DESTKERNNAME is handled:
2008-09-15 Matthew DillonFix an invalidation case that tends to occur under...
2008-09-15 Sepherosa ZiehauWe always wait during pfil hook's adding and removing...
2008-09-14 Sepherosa ZiehauMake pfil(4) MPSAFE using following way:
2008-09-14 Sepherosa ZiehauSerialize pfil hooks' adding/removing by netisr0
2008-09-14 Hasso TepperPut IPV6_RTHDR_TYPE_0 define back until the world fixes...
2008-09-14 Sepherosa Ziehautypedef pfil_func_t
2008-09-14 Sepherosa ZiehauMerge pfil_hook_get() into pfil_run_hooks(), use TAILQ_...
2008-09-14 Sepherosa Ziehau- Use {TAILQ,LIST}_FOREACH
2008-09-14 Sepherosa Ziehaupfil_hook_get() is only used in pfil.c, so hide it
2008-09-13 Sascha WildnerAdd line width calculations for 15/16 and 24/32 bit...
2008-09-13 Sepherosa ZiehauMove ipfw(4) code for ip_{input,output}() into ip_fw2...
2008-09-13 Simon SchubertConsolidate moved variables.
2008-09-13 Simon SchubertEnable hammer read support in boot2.
2008-09-13 Sepherosa ZiehauAdd a place holder sysctl function to enable and disabl...
2008-09-13 Sepherosa ZiehauMove ipfw(4) related bits into ip_fw2_glue.c
2008-09-13 Sepherosa Ziehaupf(4) may reassemble ip fragments, so we probably shoul...
2008-09-13 Sepherosa Ziehau- Move IPDIVERT related bits into netinet/ip_divert.c
2008-09-13 Sepherosa ZiehauAdd FW_MBUF_REDISPATCH, which should be set by various...
2008-09-13 Sepherosa Ziehau- Let caller of ip_fw_dn_io_ptr call ip_dn_queue()...
2008-09-13 Sepherosa ZiehauUse extended interface FIFO depth to workaround CRC...
2008-09-13 Sepherosa Ziehau- Save device caps in device id array
2008-09-13 Sepherosa ZiehauSplit capabilities and flags
2008-09-13 Sepherosa Ziehau- Clean up header inclusion
2008-09-13 Sepherosa ZiehauUse IDs from pcidevs.h
2008-09-13 Sepherosa Ziehauregen
2008-09-13 Sepherosa ZiehauAdd IDs for JMicron and its JMC250/JMC260
2008-09-12 Sepherosa Ziehau- Fix function parameters order bug:
2008-09-11 Sascha WildnerSync libmd with FreeBSD:
2008-09-11 Sepherosa Ziehau- Add rtfree_remote(), which send rtentry to its owner...
2008-09-11 YONETANI Tomokazu#ifdef DDB without including "opt_ddb.h"
2008-09-11 Matthew DillonImprove code flow for KASSERT and KKASSERT using __pred...
2008-09-10 Matthew DillonAugment loader.conf's manual page to describe hw.usb...
2008-09-10 YONETANI Tomokazumissing crit_exit()
2008-09-09 Sepherosa Ziehau- ipfw(4) does not need opt_ipdn.h and opt_ipdivert.h
next