dragonfly.git
2008-10-16 Sascha Wildner* Silence -Wold-style-definition (i.e., ansify).
2008-10-15 Matthew DillonChange hammer_str_to_tid() and its callers to restrict...
2008-10-15 Hasso TepperAdd code to parse the utrace(2) entries generated by...
2008-10-15 Matthias SchmidtFix another path
2008-10-15 Aggelos EconomopoulosUse cred from componentname, don't access curthread
2008-10-15 Matthias SchmidtFix path to the dhcpd.conf file.
2008-10-15 Matthias SchmidtAdd some DragonFly specific tips.
2008-10-14 Sascha WildnerRemove unused variable.
2008-10-14 Sepherosa Ziehau- Adjust PCI latency timer on all types of chips
2008-10-14 Sepherosa Ziehau0x28000000 is 8168D according to Realtek r8168-8.008...
2008-10-13 Sascha WildnerSync zoneinfo database with tzdata2008h from elsie.
2008-10-13 Sepherosa ZiehauAdd some PHY fixups before we do mii_phy_probe()
2008-10-13 Sepherosa ZiehauBring in some PCI register settings from RealTek BSD...
2008-10-13 Sepherosa Ziehau- Read ethernet address from IDRx registers.
2008-10-13 Sepherosa Ziehaure_softc.re_swcum_lim is applied to ethernet frame...
2008-10-12 Sepherosa ZiehauAvoid following possible race:
2008-10-12 Sepherosa Ziehau- Nuke re_type, add RE_C_8139CP to indicate the chip...
2008-10-12 Sepherosa ZiehauRework re_probe()
2008-10-09 Sepherosa ZiehauRename some HWREV
2008-10-09 Sepherosa ZiehauUpdate man page to reflect recent changes
2008-10-09 Sepherosa ZiehauIncrease default RX/TX descriptor count from 64 to 256
2008-10-09 Sepherosa ZiehauUse hardware timer to simulate interrupt moderation...
2008-10-09 Matthew DillonAdd code to verify the data CRC by default, in addition...
2008-10-08 Thomas Nikolajsen - sync usage() to man
2008-10-08 Sepherosa ZiehauLINKCHG interrupt is still needed
2008-10-07 Thomas Nikolajsen - fix UP build
2008-10-07 Thomas Nikolajsen - sync usage() to manual
2008-10-07 Thomas Nikolajsen - null mount for PFS slave can't be set up before...
2008-10-07 Sepherosa Ziehau- According to Realtek's BSD driver v176, we could...
2008-10-07 Sepherosa Ziehau- It does not make sense to disable TX interrupt moderation
2008-10-07 Sepherosa Ziehau- Nuke interrupt bits definition which don't apply...
2008-10-07 Sascha WildnerAdd missing .Lb
2008-10-06 Sascha WildnerAdd some xrefs.
2008-10-06 Sascha WildnerPOSIX conformance:
2008-10-06 Sascha WildnerSync zoneinfo database with tzdata2008g from elsie.
2008-10-06 Sepherosa Ziehau- Rearrange comment
2008-10-06 Sepherosa ZiehauAdd RX interrupt moderation suport for PCI-E GigaE...
2008-10-05 Sascha WildnerFix bug: sprintf() was used where snprintf() was meant.
2008-10-05 Sascha WildnerNuke obsolete DEVICE_SYSCTLS option.
2008-10-05 Sepherosa Ziehaure_freebufmem() may be re-entered, so set the mbuf...
2008-10-05 Sepherosa Ziehau- Set hardware timer according to bus clock. Adjust...
2008-10-05 Sepherosa ZiehauGet bus clock, which will be used to fix broken TCTR...
2008-10-05 Sepherosa ZiehauSet ifq maxlen according to number of TX descriptors
2008-10-05 Sepherosa ZiehauAdd tunable for RX/TX descriptor count
2008-10-05 Sepherosa ZiehauDon't assume that RE_RX_DESC_CNT and RE_TX_DESC_CNT...
2008-10-05 Sepherosa ZiehauMove some macros from if_rereg.h to if_revar.h; regroup...
2008-10-05 Sepherosa Ziehaure_chain_data is never used
2008-10-04 Sascha WildnerWhitespace adjustment.
2008-10-04 Sascha WildnerRemove unnecessary .Pp
2008-10-04 Sascha Wildner* Constify return type of gai_strerror() as per bwg2001-009
2008-10-04 Sascha WildnerSilence warning on UP build with KTR.
2008-10-04 Sepherosa Ziehau- Add tunable (net.link.ether.inet.arp_mpsafe) to regis...
2008-10-04 Sepherosa ZiehauOn ethernet output path:
2008-10-04 Sepherosa ZiehauRecheck ifnet.if_bpf after we hold the BGL
2008-10-04 Sepherosa Ziehau- For relative newer parts (8168B), setting MTPS (max...
2008-10-04 Hasso TepperHow buggy this little piece of code could be? Repair...
2008-10-03 Thomas Nikolajsen - adjust boot command description for booting from
2008-10-03 Thomas NikolajsenStart sentence on new line.
2008-10-03 Sascha WildnerSilence remaining "'packed' attribute ignored for field...
2008-10-03 Thomas Nikolajsen - fix description of time (cleanup): suffix is mandantory
2008-10-03 Sepherosa ZiehauFree sysctl tree during detach
2008-10-03 Sepherosa ZiehauTransmit csum offload does not work at all on certain...
2008-10-03 Hasso TepperDon't allocate space for empty banners. Makes me able...
2008-10-03 Sepherosa ZiehauPrint hardware revision during attach
2008-10-03 Sascha Wildnerether_demux() is now ether_demux_oncpu().
2008-10-03 Sascha WildnerRe-add some previously removed docs about devd(8) notifies.
2008-10-03 Sascha WildnerRemove extra comma and bump .Dd
2008-10-03 Sascha WildnerBump .Dd
2008-10-03 Sascha WildnerAdjust for recent devd(8) import.
2008-10-03 Sepherosa Ziehau- Don't substract ETHER_ALIGN from the fragment length...
2008-10-03 Sascha WildnerPrefix hex numbers with '0x' in debug messages.
2008-10-03 Hasso TepperCorrectly handle Intel g33 chips and add support for...
2008-10-03 Sepherosa ZiehauFactor out re_free_rxchain()
2008-10-03 Hasso TepperIf a neighbor solictation or neighbor advertisement...
2008-10-03 Sepherosa ZiehauRework DMA stuffs' allocation/free
2008-10-03 Sepherosa ZiehauIf RX/TX ring initialization failed, then stop re(4...
2008-10-03 Sepherosa ZiehauRework re_newbuf() and re_encap()
2008-10-03 Hasso Tepperdevctl(4)/devd(8) support in acpi_thinkpad(4).
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-10-02 Sascha WildnerRegenerate the pciconf(8) database from the following...
2008-10-02 Sepherosa Ziehau- Instead of using magic number 4 define it as RE_TXDES...
2008-10-01 Sascha WildnerDon't use .Fn for getcap. Reference it with .Xr instead.
2008-10-01 Sascha WildnerAdd KTR_ETHERNET.
2008-10-01 Sepherosa ZiehauSplit arprequest() into two parts, arpreq_alloc() and...
2008-10-01 Sepherosa Ziehau- Constify 'enaddr'
2008-09-30 Matthew DillonHAMMER Utilities: Adjust 'show' defaults.
2008-09-30 Sascha WildnerFix HISTORY.
2008-09-30 Sascha WildnerSilence warnings.
2008-09-30 Sascha WildnerRaise WARNS to 6.
2008-09-30 Sascha WildnerAnsify (i.e., silence -Wold-style-definition) the rest...
2008-09-30 Sascha WildnerUse spaces instead of tabs like everywhere else.
2008-09-30 Sascha WildnerAdd MLINKS.
2008-09-30 Hasso TepperThe devinfo(3) library provides userspace access to...
2008-09-30 Sascha WildnerRemove trailing whitespace.
2008-09-30 Sascha WildnerUse .In for include files.
2008-09-29 Matthew DillonDo not return an EINVAL error for certain abort and...
2008-09-29 Matthew DillonAdd support for "RealTek 8102EL PCIe 10/100baseTX"...
2008-09-29 Hasso TepperUpdate acpi_battery(4) related code to the latest one...
2008-09-28 Thomas Nikolajsen * Fix `cleanup' usage to match program
2008-09-28 Thomas Nikolajsen * Add note on HAMMER use for NFS exporting PFSs
next