MFC:
[dragonfly.git] / sys /
2008-07-30 Michael NeumannMFC:
2008-07-26 Sepherosa ZiehauMFC rev 1.89:
2008-07-26 Matthew DillonHAMMER commit - MFC ref count related panics when a...
2008-07-26 Sepherosa ZiehauMFC if_ethersubr.c rev1.77:
2008-07-19 Matthew DillonPre-2.0 release: Sync with HAMMER 64 - simplify PFS...
2008-07-19 Matthew DillonPre-2.0 release: Sync with HAMMER 64 - NFS and cross...
2008-07-19 Matthew DillonMFC 1.25: O_CREAT was being allowed to leak through...
2008-07-18 Sascha WildnerRemove outdated hammer.txt.
2008-07-18 Matthew DillonPre-2.0 release, MFC some driver fixes related to inter...
2008-07-18 Matthew DillonPre-2.0 release, MFC firewire disk changes to properly...
2008-07-18 Matthew DillonPre-2.0 release, MFC 63 - HAMMER I/O error handling...
2008-07-18 Matthew DillonMFC 1.45 for the 2.0 release: Properly set B_INVAL...
2008-07-18 Matthew DillonMFC CAM fixes for the 2.0 release.
2008-07-18 Matthew DillonMFC 1.113 - buffer cache adjustments for handling write...
2008-07-17 Matthew DillonMFC 1.21: Give krateprintf() a burst capability.
2008-07-17 Thomas NikolajsenMFC: HAMMER can now be demand-loaded.
2008-07-17 Sascha WildnerMFC: Enable building of hammer.ko.
2008-07-16 Matthew DillonPre-2.0 release, synchronize with HAMMER 62
2008-07-16 Matthew DillonMFC 1.79 - fix lock leak in nfs_create().
2008-07-15 Matthew DillonPre-2.0 release, synchronize with HAMMER 61H
2008-07-15 Matthew DillonPre-2.0 release, synchronize with HAMMER 61G
2008-07-14 Matthew DillonMFC 1.36: Fix a bug in the mount scan.
2008-07-14 Matthew DillonMFC NFS 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...
2008-07-12 Sepherosa ZiehauAdd tunable for number of TX desc
2008-07-12 Sepherosa ZiehauPrepare to rework nfe_start():
2008-07-12 Sepherosa Ziehau- Decrease NFE_MAX_SCATTER to 32, should be enough
2008-07-12 Sepherosa ZiehauUse softc sc_rx_ring_count to allocate jumbo frame...
2008-07-12 Sepherosa Ziehau- Correct max segment size passed to various bus_dma_ta...
2008-07-12 Matthew DillonHAMMER 61D/Many: Mirroring features
2008-07-12 Matthew DillonCorrect a bug in the last commit.
2008-07-12 Matthew DillonAdd a vclean_unlocked() call that allows HAMMER to...
2008-07-11 Thomas NikolajsenTunables are called loader tunables; fix this in a...
2008-07-11 Thomas NikolajsenUpdate LINT:
2008-07-11 Sascha WildnerAdd prototype for crc32_ext().
2008-07-11 Matthew DillonHAMMER 61C/Many: Stabilization
2008-07-11 Matthew DillonHAMMER 61B/Many: Stabilization
2008-07-10 Matthew DillonHAMMER 61A/Many: Stabilization
2008-07-10 Matthew DillonAdd crc32_ext() - allows continuation of a 32 bit crc.
2008-07-10 Matthew DillonHAMMER 60J/Many: Mirroring
2008-07-10 Thomas NikolajsenAdd some cross references.
2008-07-10 Aggelos EconomopoulosFix sockopt syscalls for the Nth time.
2008-07-09 Thomas NikolajsenFix typos.
2008-07-09 Thomas NikolajsenIn manual pages and LINT,
2008-07-09 Thomas NikolajsenChange name of kernel tunable from imtime to imtimer,
2008-07-09 Sepherosa Ziehau- Recollect TX descs, if et(4) is going to enter OACTIV...
2008-07-09 Sepherosa Ziehau- Increase RX coalesced packets from 32 to 129 to avoid...
2008-07-09 Matthew DillonHAMMER 60I/Many: Mirroring
2008-07-08 Sepherosa ZiehauMake et(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-07-08 Sepherosa ZiehauHandle MPLS on ETHER_INPUT2 code path
2008-07-08 Matthew DillonHAMMER 60H/Many: Stabilization pass
2008-07-08 Matthew DillonCleanup - move a warning so it doesn't spam the screen...
2008-07-08 Matthew DillonAdd the HAMMER filesystem to GENERIC and VKERNEL.
2008-07-07 Nuno AntunesAdd 'options MPLS' to LINT.
2008-07-07 Matthew DillonHAMMER 60G/Many: Mirroring, bug fixes
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-07-07 Matthew DillonUFS+softupdates can build up thousands of dirty 1K...
2008-07-07 Matthew DillonRename fid_reserved to fid_ext.
2008-07-07 Aggelos EconomopoulosDo copy{in,out} early in the {g,s}etsockopt system...
2008-07-07 Sepherosa ZiehauIFF_BROADCAST will never be changed
2008-07-07 Sepherosa ZiehauWhite space
2008-07-07 Sepherosa ZiehauThe MAC address of nfe(4), whose device id is above...
2008-07-07 Matthew DillonHAMMER 60F/Many: Mirroring
2008-07-07 Matthew DillonHAMMER 60E/Many: Mirroring, bug fixes
2008-07-06 Nicolas TheryChange soopt_mcopyin() and soopt_mcopyout() to not...
2008-07-06 Michael NeumannAdd Makefile that compiles serial port enabled boot...
2008-07-06 Michael NeumannExtend boot loader so that it can be compiled to work...
2008-07-06 Sepherosa ZiehauNuke unused macro and comment
2008-07-06 Sepherosa ZiehauPrint chip informantion in bge_attach() instead of...
2008-07-06 Sepherosa ZiehauAdjust default interrupt moderation variables
2008-07-06 Sepherosa ZiehauFor PCI Express devices:
2008-07-06 Sepherosa ZiehauTX coalesce ticks can't be more than 1023
2008-07-06 Sepherosa ZiehauAdd bits for PCI Express device control register
2008-07-05 Matthew DillonHAMMER 60D/Many: Mirroring, bug fixes
2008-07-05 Sepherosa ZiehauIf boot verbose, print asicrev, chiprev and bus type.
2008-07-05 Sepherosa Ziehau- Add delay in MII registers reading
2008-07-05 Sepherosa ZiehauUse hardware timer to simulate interrupt moderation.
2008-07-05 Sepherosa ZiehauSplit hardware capabilities and softc flags
2008-07-05 Sepherosa ZiehauFirst step to split hardware capabilities and softc...
2008-07-05 Sepherosa ZiehauNuke unused field
2008-07-04 Matthew DillonHAMMER 60C/many: Mirroring
2008-07-03 Simon SchubertMake ip_forward public, so that it can be used from...
2008-07-03 Matthew DillonHAMMER 60B/many: Stabilization
2008-07-02 Matthew DillonHAMMER 60A/many: Mirroring work
2008-07-01 Matthew DillonHAMMER 59J/Many: Features
next