Remove wrong semicolon.
[dragonfly.git] / sys /
2008-08-21 Sascha WildnerRemove wrong semicolon.
2008-08-21 Sepherosa Ziehau- Correct 'forward' support
2008-08-21 Sepherosa ZiehauDon't terminate the fragment iteration upon error;...
2008-08-19 Matthias SchmidtAdd another Qualcomm device ID.
2008-08-17 Nicolas TheryAdd minimal support for post-mortem (core dump) debuggi...
2008-08-17 Sepherosa ZiehauUtilize ifnet_{domsg,forwardmsg}()
2008-08-17 Sepherosa ZiehauAdd assertion to make sure that the next cpuid is withi...
2008-08-17 Sepherosa Ziehau- Rename ifa_{domsg,forwardmsg}() to ifnet_{domsg,forwa...
2008-08-17 Sepherosa ZiehauPass cpuid to ifa_domsg()
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-08-17 Sepherosa ZiehauVarious tap functions of bpf(4) are the only non-MPSAFE...
2008-08-16 Thomas NikolajsenAdd missing `)'.
2008-08-16 Hasso TepperFix some NULL pointer dereferences, most of the in...
2008-08-16 Sepherosa Ziehau- bpfpoll() is a static function
2008-08-16 Sepherosa Ziehauipfw(4) parallelize stage 1, step 2/2: per-CPU static...
2008-08-16 Nicolas TheryRemove useless NULL check after kmalloc(M_WAITOK).
2008-08-15 Nicolas TheryAllocate unpcb structs with kmalloc() instead of zalloc().
2008-08-15 Nicolas TheryAllocate sackblock structs with kmalloc() instead of...
2008-08-15 Nicolas TheryAllocate socket structs with kmalloc() instead of zalloc.
2008-08-14 Hasso TepperRemove some useless variables and assignments from...
2008-08-14 Sascha WildnerUse "ipl" as module name and not the full version strin...
2008-08-13 Sascha WildnerRemove a useless assignment and two unused variables.
2008-08-13 Sascha WildnerRemove unused variable.
2008-08-13 Sascha WildnerMove declaration and assignment of minr into #if 0.
2008-08-13 Sascha WildnerRemove useless variable/assignments and add a missing...
2008-08-13 Matthew DillonDon't bump intr_context when running from the softint...
2008-08-11 Sascha WildnerRemove two unused variables and improve readability...
2008-08-10 Matthew DillonRemove daddr_t dependancies in the swap code. Move...
2008-08-10 Hasso TepperFix interrupt pipe processing to treat a ugensa(4)...
2008-08-10 Hasso TepperCleanup err/error mess in the uticom_download_fw().
2008-08-10 Matthew DillonImplement a bounce buffer for physio if the buffer...
2008-08-10 Sascha WildnerRemove useless assignment.
2008-08-10 Sascha WildnerRemove unused variable.
2008-08-10 Sascha WildnerRemove unused variable.
2008-08-10 Sascha WildnerRemove useless assignment.
2008-08-10 Sascha WildnerRemove some useless code I forgot to remove in r1.24.
2008-08-09 Sepherosa Ziehau- Group together the declaration of static rule related...
2008-08-09 Sepherosa ZiehauThough following code sequence is safe currently (even...
2008-08-09 Matthew DillonHAMMER 2.0:02 - rmdir, stability
2008-08-09 Sepherosa ZiehauDon't allow set 1 or 0 to dyn_buckets
2008-08-09 Sepherosa Ziehauipfw(4) parallelize stage 1, step 1/2: lock dynamic...
2008-08-08 Hasso TepperDetach correctly so there is no need to panic during...
2008-08-06 Matthew DillonHAMMER 2.1:01 - Stability
2008-08-05 Nuno Antunes* Don't call ifp->if_output() from inside mpls_output...
2008-08-05 Sepherosa Ziehau- Use sysctl_int_range() for autoinc_step
2008-08-05 Sepherosa Ziehau- In dc_intr(), check IFF_RUNNING instead of IFF_UP...
2008-08-05 Sepherosa Ziehau- Add serializer assertion in all NIC driver's interfaces
2008-08-04 Matthew DillonKeep UFS compatible on 32 and 64 bit builds by changing...
2008-08-03 Sepherosa ZiehauPromote sysctl_int_range()
2008-08-03 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces.
2008-08-03 Sepherosa ZiehauWhite space
2008-08-03 Matthew DillonFix a panic on boot that can occur if you hit keys...
2008-08-02 Matthew DillonHAMMER: fsync blocking fixes
2008-08-02 Sepherosa ZiehauIntroduce dynamic rule hash array generation, so that...
2008-08-02 Sepherosa Ziehau- Use NULL
2008-08-02 Sepherosa Ziehau- Make dynamic rule allocation non-blocking
2008-08-02 Matthew DillonAdd amd64 files for the ISA and PCI busses and adjust...
2008-08-02 Sepherosa Ziehau- Add macro for cpu_portfn(0), on which all ipfw config...
2008-08-02 Sepherosa Ziehau- ipfw_add_rule will never fail
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-08-01 Matthew DillonAMD64 work:
2008-08-01 Matthew DillonCast to unsigned long to match the rest of the expressi...
2008-07-31 Matthew DillonHAMMER: Mirroring work
2008-07-31 Sascha WildnerFix 'unused variable' warning in case neither BOOTP...
2008-07-31 Sepherosa ZiehauAssert that static rules' count is only updated on...
2008-07-31 Sepherosa ZiehauWhite space and style changes
2008-07-31 Sepherosa ZiehauWhite space and style changes
2008-07-31 Sepherosa Ziehau- Undefine temporary macro
2008-07-31 Sepherosa ZiehauWhite space and style changes
2008-07-31 Sepherosa ZiehauWhite space and style changes
2008-07-31 Sepherosa ZiehauRemove unused macro; undefine temporary macro
2008-07-31 Matthew DillonHAMMER: Mirroring, misc bug fixes
2008-07-30 Sepherosa ZiehauMinor white space and style changes
2008-07-30 Sepherosa ZiehauMinor white space and style changes
2008-07-30 Sepherosa ZiehauMinor white space and style changes
2008-07-29 Matthew DillonPass the correct string to md_mount() when doing a...
2008-07-29 Sepherosa ZiehauUnbreak kernel building.
2008-07-28 Sepherosa ZiehauDispatch ipfw control to netisr0. To avoid possible...
2008-07-28 Sepherosa ZiehauUse seperate variable to indicate whether ipfw has...
2008-07-28 Sepherosa Ziehau- Dispatch ipfw loading/unloading to netisr0
2008-07-28 Sepherosa Ziehau- Staticize ip_fw_default_rule
2008-07-28 Sascha WildnerRemove some old driver remains.
2008-07-28 Sascha WildnerRemove old TINDERBOX kernel config.
2008-07-27 Michael NeumannBefore installing kernel modules, make sure that the...
2008-07-27 Matthew DillonHAMMER - fix kmalloc exhaustion w/ 3G ram
2008-07-27 Michael NeumannImplement mounting of a Hammer filesystem as a root...
2008-07-27 Matthew DillonAdjust the desiredvnodes (kern.maxvnodes) calculation...
2008-07-27 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-07-27 Sepherosa ZiehauStaticize ether_input
2008-07-27 Sepherosa ZiehauBorrow comment from ether_input and ether_demux
2008-07-27 Sepherosa ZiehauAdd function comment about ether_input_chain2
2008-07-26 Michael NeumannFix style(9).
2008-07-26 Sepherosa Ziehau- Serialize re_{resume,suspend}()
2008-07-26 Sepherosa ZiehauBring following change from FreeBSD (yar@freebsd.org):
2008-07-26 Sepherosa ZiehauAdd jme(4)
2008-07-26 Sepherosa ZiehauAdd support for JMicron Gigabit/Fast Ethernet chips.
2008-07-26 Sepherosa ZiehauEnable hardware timer simulated interrupt moderation...
2008-07-26 Sepherosa ZiehauMove em(4) from MD conf/files to MI conf/files
2008-07-26 Matthew DillonHAMMER commit
next