summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-31Pass the buffer to send_packet() instead of spliting it up. This removesClaudio Jeker
2009-01-30Add missing free. Found by norby@ in ospfctl, same fix.Stefan Sperling
2009-01-30when decreasing ssl related counters, make sure the session was flagged asGilles Chehade
2009-01-30improve statistics for smtp process. not only collect the current sessionsGilles Chehade
2009-01-30clear the F_EVLOCK flag earlier to prevent the error event handler fromGilles Chehade
2009-01-30avoid an alloc/free loop while looking for a bpf.Pierre-Yves Ritschard
2009-01-30When don't-fragment packets need to get fragemnted some code tries toClaudio Jeker
2009-01-30Do not break header for messages received via smtp.Oleg Safiullin
2009-01-30Change section: we're talking about the symlink system call, not thePhilip Guenthe
2009-01-30bump descriptors limit to the max and set the maximum connections count toGilles Chehade
2009-01-30sync the part copied from ip_output: always initialize IP checksumChristian Weisgerber
2009-01-30Delete code which was never used (rtsock.c is even not there).Rainer Giedat
2009-01-30fix a very annoying events masking issue which would cause a fatal() to beGilles Chehade
2009-01-30Use if_nametosdl implementation from rtadvd, which is much nicer.Rainer Giedat
2009-01-30If the "peer" address is not specified or derived from "to" forAlexander Bluhm
2009-01-30Set mbuf watermarks.Mark Kettenis
2009-01-30Deal with running out of receive buffers.Mark Kettenis
2009-01-30Add missing free.Esben Norby
2009-01-30Mark routers internal as uninstalled after deleting the default route.Rainer Giedat
2009-01-30"XXX: should this be performed under splnet()?"... Yes, yes it should.Ryan Thomas McBride
2009-01-30Properly clean out our rings when we down the interface.Mark Kettenis
2009-01-30sprinkle splassert(IPL_SOFTNET) around the code that inserts, unlinks, andDavid Gwynne
2009-01-30more const -> sizeof()Oleg Safiullin
2009-01-30fix debug messageOleg Safiullin
2009-01-30Turns out we need to look one frame deeper to find the saved return addressMark Kettenis
2009-01-30add missing ellipsis to the list of options.Igor Sobrado
2009-01-30use a consistent spacing in expressions and wordlists.Igor Sobrado
2009-01-30tweak previous;Jason McIntyre
2009-01-30o remove useless `if'sOleg Safiullin
2009-01-30missing ssl_sock_init() call in init_client() (used byDamien Miller
2009-01-30remove some gratuitous changes that do nothing other than inreaseDamien Miller
2009-01-30- add missing trailing 't' of the mos(4) entry's 'Etherne'Jasper Lievisse Adriaanse
2009-01-29KNF (whitespace fixes). ok grunk@Alexander Bluhm
2009-01-29pass "xerrok" status across the execution call stack to more closelyJared Yanovich
2009-01-29``beginning'' is spelled with 2 `g' and 3 `n'.Miod Vallat
2009-01-29tweak usage()Igor Sobrado
2009-01-29fix compiler warningJacek Masiulaniec
2009-01-29Remove KASSERT() that could trigger when an rthread in sigwait()Philip Guenthe
2009-01-29Add a few cache operations after I/O completes.Miod Vallat
2009-01-29The ``flush before inval'' 88410 workaround needs to be done inMiod Vallat
2009-01-29Update to reflect renaming of the st_[acm]timespec members to st_[acm]timPhilip Guenthe
2009-01-29Switch struct stat's timespec members to the names standardized inPhilip Guenthe
2009-01-29Implement "smtpctl show stats"; ok gilles@Jacek Masiulaniec
2009-01-29better parsing of .forward filesOleg Safiullin
2009-01-29Some of the latest macppc laptops with no adb subsystem at all, spontaneouslyMiod Vallat
2009-01-29Oops, correct logic when requested font index is out of bounds. ThankfullyMiod Vallat
2009-01-29Correctly byte-swap the link state ID when building Intra-Area-PrefixStefan Sperling
2009-01-29One more step on the long road of beautifying ospf6ctl output:Stefan Sperling
2009-01-29Don't print a header line above every individual Intra-Area-Prefix LSAStefan Sperling
2009-01-29Document SIOCSIFPRIORITY and friend. Found on my HD. OK jmc@Claudio Jeker