summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-01-29Originate Intra-Area-Prefix LSAs which reference a router LSA.Stefan Sperling
2009-01-29In Link LSAs, #prefixes is a 32bit value.Stefan Sperling
2009-01-29- fix .Nm and .DtJason McIntyre
2009-01-29fix a panic that occurs when IEEE80211_STA_ONLY is defined (SMALL_KERNEL).Damien Bergamini
2009-01-29various improvements; help/ok mbalmerJason McIntyre
2009-01-29Add some kernel socket documentation. Originally from FreeBSD with someClaudio Jeker
2009-01-29lsa_get_prefix() should return the number of bytes consumed and not theClaudio Jeker
2009-01-29from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too;Jason McIntyre
2009-01-29Fix offset calculation for lsa_prefix structs.Stefan Sperling
2009-01-29Better error handling.Marc Balmer
2009-01-29missing prototype for session_respond() in mta, move session_respond()'sGilles Chehade