dragonfly.git
2008-11-11 Peter AvalosFix a copy/paste from chmod(1). We're changing file...
2008-11-11 Peter AvalosConditionalize the lchflags() call since chflags(1...
2008-11-11 Matthew Dillon* Change hc_remove() to return a -errno if an error...
2008-11-11 Peter AvalosAdd an interface to the lchflags(2) syscall. The new...
2008-11-11 Matthew DillonFix flags handling for the install program. Properly...
2008-11-11 Peter AvalosFix typo in comment.
2008-11-11 Peter AvalosAdd the lchflags() syscall.
2008-11-10 Sascha WildnerSome small fixes.
2008-11-10 Sascha WildnerAdjust uio(9) a bit more to reality.
2008-11-10 Peter AvalosAdd an entry for lchflags using the same number as...
2008-11-10 Peter AvalosFollow symbolic links named as command line arguments...
2008-11-10 Matthew DillonAdd required range checks prior to kmalloc()ing socket...
2008-11-10 Sascha WildnerFix 64-bit warning.
2008-11-10 Sascha WildnerFix warnings.
2008-11-10 Sascha WildnerFix a 64-bit warning. While here, also fix a gcc34...
2008-11-10 Sascha WildnerFix 64-bit warnings.
2008-11-10 Sascha WildnerFix 64-bit warnings.
2008-11-10 Sepherosa ZiehauReconfigure default interrupt moderation parameters:
2008-11-10 Sascha WildnerFix amd64 warnings.
2008-11-10 Sascha WildnerRaise WARNS to 6 and fix all resulting warnings.
2008-11-10 Sascha Wildner* Raise WARNS to 6 and fix all resulting warnings.
2008-11-09 Matthew DillonMove the HAMMER option around a little and add ALTQ...
2008-11-09 Sascha WildnerUpdate physio(9) for physread()/physwrite() separation.
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 Sascha Wildnerthen -> than
2008-11-09 Sepherosa Ziehau- During ARP resolving, current thread msgport or curre...
2008-11-09 Sascha WildnerAdd a bus_get_resource(9) manual page (based on bus_set...
2008-11-09 Sepherosa Ziehau- Add priority message queue to msgport. Send a messag...
2008-11-09 Matthew DillonAdd a new feature to mirror-copy and mirror-write....
2008-11-08 Sepherosa ZiehauThe workaround is no longer needed after netinet/tcp_su...
2008-11-05 Sepherosa ZiehauOur raw socket expects ip.{ip_len,ip_off} in host byte...
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-02 Sascha WildnerUse %z for printing size_t/ssize_t.
2008-11-02 Sascha WildnerClean up a bit.
2008-11-02 Sascha WildnerBump .Dd to when it was updated in DragonFly.
2008-11-02 Sascha WildnerRegenerate the pciconf(8) database from the following...
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-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...
next