dragonfly.git
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 Sascha WildnerDeactivate -Werror for now.
2008-11-14 Sepherosa ZiehauDefault timeout is 1200
2008-11-14 Sepherosa Ziehau- Defer bridge callouts to BRIDGE_CFGPORT using dropabl...
2008-11-13 Sascha WildnerSome mdoc cleanup: Improve markup, adjust list width.
2008-11-13 Sascha WildnerUpdate and switch to UTF-8.
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 DillonAllow an error code to be returned in the head.error...
2008-11-13 Matthew DillonHAMMER: Correct minor oops in last commit. Do not...
2008-11-13 Matthew DillonHAMMER:
2008-11-13 Matthew DillonHAMMER utilities:
2008-11-12 Sascha WildnerSilence -Wold-style-definition.
2008-11-12 Sascha WildnerNo .Pp needed here.
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-12 Matthew DillonFix a bootstrapping issue, UF_NOHISTORY may not exist...
2008-11-11 Peter AvalosGrab some changes from FreeBSD:
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 -f and -v options to chflags.
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:
next