dragonfly.git
2008-11-01 Sepherosa ZiehauUse the same indentation as the rest of the functions...
2008-11-01 Sepherosa ZiehauInstall pr_ctlport for the rest of the protocols.
2008-11-01 Peter AvalosSync with FreeBSD:
2008-10-30 Sepherosa ZiehauPut unknown hardware ids print back into bootverbose...
2008-10-30 Sepherosa ZiehauUse atomic_fetchadd_int() to avoid N->0 race when freei...
2008-10-30 Sepherosa ZiehauDon't use listen socket's route cache, it is not MPSAFE...
2008-10-29 Sascha WildnerFix gcc34 warnings.
2008-10-29 Sascha WildnerFix warnings which cropped up in the gcc34 build. While...
2008-10-29 Sascha WildnerRemove warning flags and raise WARNS where possible.
2008-10-28 Sascha WildnerRemove remaining LIBC_SCCS related stuff.
2008-10-28 Sascha WildnerWARNS= -> WARNS?=
2008-10-28 Sascha WildnerRemove some warning flags and raise WARNS where possible.
2008-10-28 Sepherosa ZiehauRecollect TX/RX descriptors if we are going to switch...
2008-10-28 Sepherosa ZiehauTry recollecting RX/TX descriptors if we are going...
2008-10-28 Sepherosa ZiehauIn ip_lengthcheck(), make sure that pkthdr.len is not...
2008-10-28 Sepherosa ZiehauAdd comment about ip_lengthcheck()
2008-10-28 Sepherosa Ziehau- The assertion in ip_input, should test sizeof(struct...
2008-10-27 Sascha WildnerSync zoneinfo database with tzdata2008i from elsie.
2008-10-27 Sepherosa ZiehauMonir style and white space changes
2008-10-27 Sepherosa Ziehau- Move unlinking ipflow from table/list out of ipflow_f...
2008-10-27 Sepherosa Ziehau- All of the ipflow table/list read/write operations...
2008-10-27 Sepherosa ZiehauWe obviously do not want protocol threads to be block...
2008-10-27 Sepherosa ZiehauBreak long line
2008-10-27 Sepherosa Ziehau- In addition to the IP flow hash table, put the flows...
2008-10-27 Hasso TepperFix CVE-2008-3831. Affects the Intel G33 series and...
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-10-26 Sascha WildnerRemove stale header file.
2008-10-26 Sepherosa ZiehauUpdate ips_total
2008-10-26 Sepherosa Ziehau- If a packet came in as link-level broadcast or link...
2008-10-26 Sepherosa Ziehau- ip_mport() will make sure following things for us:
2008-10-26 Sepherosa ZiehauPerform ipflow timeout, only if the CPU has active...
2008-10-26 Sepherosa ZiehauBring in following changes from NetBSD ip_flow.c
2008-10-26 Sepherosa Ziehau- Move ipflow definition from ip_flow.h to ip_flow...
2008-10-26 Sepherosa Ziehau- Return the real cluster limit used by the objcache
2008-10-26 Sascha Wildnerit's -> its
2008-10-25 Sepherosa Ziehau- RX/TX coal parameters could be set at any time.
2008-10-24 Sepherosa ZiehauUse atomic_fetchadd_int() to simplify the reference...
2008-10-23 Sascha WildnerRemove more stuff: ports/, root_skels/ (which we mainta...
2008-10-23 Sascha WildnerReduce differences with root_skels in contrib.
2008-10-22 Sascha WildnerAdd a periodic(8) script to run 'hammer cleanup' (snaps...
2008-10-22 Sepherosa ZiehauAdd 5906/5906M support. Based on my old patch with...
2008-10-22 Matthew DillonRaise the kmalloc limit for the M_HAMMER_INO pool based...
2008-10-22 Matthew DillonAdd kmalloc_raise_limit() - allow a subsystem to raise...
2008-10-21 Sascha WildnerRemove trailing whitespace.
2008-10-21 Sascha Wildner* Remove 'exit 1' so the script continues running.
2008-10-21 Sepherosa ZiehauAdd tunable net.inet.ip.mpsafe to register IP as MPSAFE...
2008-10-21 Sepherosa Ziehau- Move RX filter configuration from re_init() into...
2008-10-20 Sepherosa ZiehauUnbreak UP building
2008-10-20 Sepherosa ZiehauIn route_init(), call netmsg_service_port_init(); mainl...
2008-10-20 Sascha WildnerFix typo.
2008-10-19 Sascha WildnerSync libc/stdtime and zdump(8)/zic(8) with tzcode2008h...
2008-10-19 Sascha WildnerRegenerate the pciconf(8) database from the following...
2008-10-19 Sepherosa ZiehauAdd pcie_set_max_readrq() to avoid code duplication...
2008-10-19 Sepherosa ZiehauAdd m_devpad() to avoid code duplication in various...
2008-10-19 Hasso TepperUpdate sensorsd(8) to the latest code.
2008-10-19 Sepherosa ZiehauReduce RX coal ticks to 100us (favors performance a...
2008-10-19 Sepherosa Ziehau- In re_stop(), call re_reset(), which is supposed...
2008-10-19 Sepherosa Ziehau- Pack boolean fields into re_softc.re_flags
2008-10-19 Sepherosa Ziehau- Pack boolean fields into re_softc.re_flags
2008-10-19 Sepherosa ZiehauInstead of using lwkt_migratecpu(), use ifnet threads...
2008-10-19 Sepherosa Ziehau- Move PCIe chip detection into re_probe()
2008-10-18 Sepherosa ZiehauTry recollecting TX descriptors when we are short of...
2008-10-18 Sepherosa ZiehauThere are 4 fields in re_hwrev
2008-10-18 Sepherosa ZiehauReduce the threshold that control when "cut through...
2008-10-18 Sepherosa Ziehau- Don't claim 7422 MTU size is support by various 8111...
2008-10-18 Sepherosa ZiehauFix hardware vlan tagging support by setting vlan infor...
2008-10-18 Sepherosa ZiehauFix re_ioctl SIOCSIFCAP support, so that VLAN_HWTAGGING...
2008-10-18 Matthew DillonTry to do a better job aborting active requests when...
2008-10-18 Matthew DillonAllow an alignment default of 0 to be treated as 1.
2008-10-18 Matthew DillonAdd vfs.nfs.flush_on_hlink and default to off.
2008-10-17 Sepherosa ZiehauCorrect jumbo frame support for 8168C/CP/D.
2008-10-17 Sascha WildnerFix some typos.
2008-10-17 Sascha WildnerChange 'then' to 'than' in comparisons.
2008-10-17 Sascha WildnerUse standard markup for one or more files.
2008-10-16 Sascha WildnerChange 'then' to 'than' in comparisons.
2008-10-16 Matthew DillonAdd KQUEUE support to HAMMER.
2008-10-16 Matthew DillonAdd a new utility called 'monitor' which uses kqueue...
2008-10-16 Sepherosa ZiehauAdjust max read request size according to MTU; 512...
2008-10-16 Sepherosa ZiehauAccording to wpaul's comment, 8139C+ only support 64...
2008-10-16 Sepherosa ZiehauAdd hardware csum offload support for MAC style 2 chips...
2008-10-16 Sascha WildnerXref utrace(2) from ktrace(2) instead of ktrace(1).
2008-10-16 Matthias SchmidtAdd man page for utrace(2). With modifications from...
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()
next