<utime.h> shall define time_t.
[dragonfly.git] / sys /
2008-11-30 Sepherosa ZiehauRecognize TTTech MC322
2008-11-30 Sepherosa Ziehauregen
2008-11-30 Sepherosa ZiehauAdd TTTech
2008-11-30 Sepherosa ZiehauFilter out 8139 chips by PCI revid. It looks like...
2008-11-30 Sepherosa ZiehauRemove jumbo frame support for 8169; it never works...
2008-11-30 Sepherosa Ziehau- Use a longer timeout value for firmware handshaking.
2008-11-26 Sepherosa ZiehauResurrect priority message support; there is always...
2008-11-26 Sepherosa Ziehau- In sys_setsockopt():
2008-11-26 Sepherosa Ziehau- Proper handle flags passed to bridge_rtflush() and...
2008-11-26 Sepherosa Ziehau- JMC260 with full mask revision 2 and ECO revision...
2008-11-24 Sascha WildnerAdd/sync some feature strings.
2008-11-24 Hasso TepperAdd hardware type value define for IP over firewire...
2008-11-23 Sepherosa ZiehauSave the value read from TX queue CSR, so we don't...
2008-11-23 Sepherosa ZiehauAdd comment about how to survive blocking operation...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 2/2:
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 1.85/2
2008-11-22 Sepherosa Ziehaubstp_input() always returns NULL, so nuke its return...
2008-11-22 Sepherosa ZiehauFactor out ether_reinput_oncpu(). Mainly used by pseud...
2008-11-21 Sepherosa Ziehau- IFF_MONITOR processing will happen in ether_input_oncpu()
2008-11-21 Sepherosa ZiehauWhite space changes
2008-11-21 Sepherosa Ziehau- Update bridge ifnet's if_imcasts
2008-11-21 Sepherosa ZiehauParallelize bridge_input step 1.8/2:
2008-11-20 Sepherosa ZiehauSince kmalloc's limit testing is not synchronized acros...
2008-11-20 Hasso TepperMake apps using '#define _POSIX_C_SOURCE' compile.
2008-11-19 Sepherosa ZiehauDon't use "timeout" mode for RX HC. The "collect"...
2008-11-19 Hasso TepperHopefully more bulletproof workaround to fix problems...
2008-11-17 Sascha WildnerMake ath(4) compilable into the kernel and add it to...
2008-11-17 Hasso TepperBring in some fixes from FreeBSD. Amongst other fixes...
2008-11-16 Sascha WildnerFix some typos in user visible messages.
2008-11-15 Sepherosa ZiehauRestore rev1.6 in different form
2008-11-15 Sepherosa ZiehauReturn the value returned by lwkt_domsg()
2008-11-15 Sepherosa ZiehauParallelize bridge_input step 1/2:
2008-11-15 Sepherosa Ziehau- Defer deep copyout which happens in bridge_ioctl_...
2008-11-14 Sepherosa Ziehau- Defer bridge callouts to BRIDGE_CFGPORT using dropabl...
2008-11-13 Sepherosa ZiehauSerialize bridge up/down by netisr0; this could ease...
2008-11-13 Sepherosa ZiehauMT_TAG has gone for a long timer, GC bridge_handoff_notag()
2008-11-13 Matthew DillonHAMMER: Correct minor oops in last commit. Do not...
2008-11-13 Matthew DillonHAMMER:
2008-11-12 Sepherosa Ziehau- Update comment: bridge_rtupdate() is no longer called...
2008-11-12 Sepherosa ZiehauAllocate if_start_nmsg from M_LWKTMSG
2008-11-11 Sepherosa ZiehauRecord number of valid ifaddr containers in ifaddr...
2008-11-11 Sepherosa Ziehau- Use priority message to carry out ipfw callout.
2008-11-11 Sepherosa Ziehau- If we receive redirect or host dead ICMP message...
2008-11-11 Peter AvalosAdd the lchflags() syscall.
2008-11-10 Peter AvalosAdd an entry for lchflags using the same number as...
2008-11-10 Matthew DillonAdd required range checks prior to kmalloc()ing socket...
2008-11-10 Sepherosa ZiehauReconfigure default interrupt moderation parameters:
2008-11-09 Matthew DillonMove the HAMMER option around a little and add ALTQ...
2008-11-09 Sepherosa ZiehauWe don't need to register route threads for netmsg_serv...
2008-11-09 Sepherosa ZiehauUse priority messages to carry out syncache callout...
2008-11-09 Sepherosa Ziehau- During ARP resolving, current thread msgport or curre...
2008-11-09 Sepherosa Ziehau- Add priority message queue to msgport. Send a messag...
2008-11-08 Sepherosa ZiehauThe workaround is no longer needed after netinet/tcp_su...
2008-11-03 Sascha Wildnercrc32()/crc32_ext() prototypes are for userland.
2008-11-03 Peter AvalosBring in some changes to bsd.sys.mk from FreeBSD.
2008-11-01 Matthew DillonThe priority mask used to compartmentalize the comparis...
2008-11-01 Sascha WildnerFix comment.
2008-11-01 Sepherosa ZiehauFactor out _lwkt_pushmsg() and _lwkt_enqueue_reply...
2008-11-01 Sepherosa ZiehauAll of the thread port backend functions are static.
2008-11-01 Sepherosa Ziehau- Add comment for lwkt_initport_serialize()
2008-11-01 Sepherosa ZiehauUse the same indentation as the rest of the functions...
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-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-28 Sascha WildnerRemove remaining LIBC_SCCS related stuff.
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 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-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-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 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-19 Sepherosa ZiehauAdd pcie_set_max_readrq() to avoid code duplication...
2008-10-19 Sepherosa ZiehauAdd m_devpad() to avoid code duplication in various...
next