Add amd64 files for the ISA and PCI busses and adjust the header files
[dragonfly.git] / sys /
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
2008-07-26 Sepherosa ZiehauSimplify ether_mport(). This also fixes the bug that...
2008-07-26 Sascha WildnerRemove some *_load lines for stuff we don't have.
2008-07-25 Sascha WildnerMention loader_color (for a color version of Fred in...
2008-07-24 Sascha WildnerFix LINT now that we build with -Werror-implicit-functi...
2008-07-24 Sascha WildnerRemove stopgap definition of TAILQ_FOREACH_SAFE.
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-22 Sepherosa ZiehauDon't let PROMISC interfere hardware vlan tagging opera...
2008-07-22 Sepherosa Ziehau- Add bge_cksum_pad() to assist hardware csum offloadin...
2008-07-22 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces
2008-07-22 Sepherosa ZiehauIncrease RX ticks to 100us
2008-07-22 Sepherosa ZiehauAdd jmphy.c
2008-07-22 Sepherosa ZiehauAdd driver which supports PHYs from JMicron
2008-07-22 Sepherosa Ziehauregen
2008-07-22 Sepherosa ZiehauAdd OUI for PHYs from JMircon
2008-07-22 Sepherosa Ziehau- Remove the callout and related bits in mii_layer...
2008-07-21 Sascha WildnerFix typo.
2008-07-20 Nuno AntunesFix compilation warning.
2008-07-19 Matthew DillonHAMMER 65/Many: PFS cleanups and confusion removal
2008-07-19 Matthew DillonHAMMER 64/Many: NFS, cross-device links, synctid
2008-07-19 Matthew DillonO_CREAT was being allowed to leak through a read-only...
2008-07-18 Sascha WildnerRemove outdated hammer.txt.
2008-07-18 Matthew DillonTry to make fwohci work more reliably. Stop printing...
2008-07-18 Matthew DillonDetach the SIM when a firewire disk device is disconnec...
2008-07-18 Matthew DillonHAMMER 63/Many: IO Error handling features
2008-07-18 Matthew DillonWhen dealing with a failed read properly set B_INVAL.
2008-07-18 Matthew DillonFix multiple bugs in CAM related devices which go away...
2008-07-18 Matthew DillonMake some adjustments to the buffer cache:
2008-07-17 Matthew DillonGive krateprintf() an initial burst capability if count...
2008-07-17 Matthew DillonCode documentation only: Describe B_NOCACHE
2008-07-17 Thomas NikolajsenHAMMER can now be demand-loaded.
2008-07-17 Sascha WildnerFix MODULES_WITH_WORLD build.
2008-07-17 Sascha WildnerMake HAMMER build and work as a module and extend hamme...
2008-07-16 Matthew DillonHAMMER 62/Many: Stabilization, performance, and cleanup
2008-07-16 Matthew DillonFix a lock leak in nfs_create(), tracked down from...
2008-07-15 Matthew DillonHAMMER 61H/Many: Stabilization
2008-07-15 Matthew DillonHAMMER 61G/Many: Stabilization
2008-07-14 Matthew DillonFix a bug in vmntvnodescan() revealed by the recent...
2008-07-14 Matthew DillonHAMMER 61E/Many: Features
2008-07-14 Matthew DillonNFS performance fixes.
2008-07-14 Matthew Dillon2.0 Release Engineering:
2008-07-14 Matthew Dillon2.0 Release Engineering:
2008-07-14 Matthew DillonHAMMER 61F/Many: Stabilization w/ simultanious pruning...
2008-07-14 Matthew DillonKernel support for HAMMER:
2008-07-13 Sepherosa ZiehauUnload the bus dmamap, which was successfully loaded
2008-07-13 Nicolas TheryFix deadlock occuring when booting vkernel from gdb...
2008-07-13 Matthew DillonHAMMER 61E/Many: Stabilization, Performance
2008-07-13 Sepherosa ZiehauIncreate receive max coalesced bds to 80 to prevent...
2008-07-13 Matthew DillonHAMMER 61G/Many: Stabilization of new flush_group code
2008-07-12 Matthew DillonHAMMER 61F2/Many: Fix bug in last commit
2008-07-12 Matthew DillonHAMMER 61F/Many: Stabilization
2008-07-12 Matthew DillonHAMMER 61E/Many: Stabilization, Performance
2008-07-12 Peter AvalosAdd quirk for the Samsung YP-U3.
2008-07-12 Michael Neumann* Add support for the nVidia MCP61, MCP65, MCP67, MCP73...
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-12 Sepherosa Ziehau- Check number of free TX descs before trying to xmit...
next