summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-02-28Remove unused variable if_flags in struct carp_softc, ok mickey@Ryan Thomas McBride
2005-02-27avoid nameservice lookups in regress test; ok dtucker@Damien Miller
2005-02-27remove dead code of unsupported ioctls from FreeBSD. we do it in aReyk Floeter
2005-02-27Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 blockMiod Vallat
2005-02-27Document how to set CONSCODE to point to an SGC device if one wants to forceMiod Vallat
2005-02-27SGC frame buffers can now be used as consoles.Miod Vallat
2005-02-27use PW_SIZE and PW_COPY macros for simplified reading.Patrick Latifi
2005-02-27document mac68k backplane busMartin Reindl
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
2005-02-27Invoke hp300_cninit() twice, with a global variable letting theMiod Vallat
2005-02-27Decide whether to force serial console on the 425e based upon the serviceMiod Vallat
2005-02-27Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functionalMiod Vallat
2005-02-27Fix backtraces for kernel core dumps.Mark Kettenis
2005-02-27- only send exported vars (based on a diff from Solar Designer)Otto Moerbeek
2005-02-27support 'tagged' in translation rules, non-delayed tag lookupDaniel Hartmeier
2005-02-27be -> by, ok jmc@Pedro Martelletto
2005-02-27cleanup correctly in some error paths.Patrick Latifi
2005-02-271. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-basedMarkus Friedl
2005-02-27where possible, use bzero instead of memsetHans-Joerg Hoexer
2005-02-27Don't truncate logfile here eitherDarren Tucker
2005-02-27Add optional capability to log output from regress commands; ok markus@Darren Tucker
2005-02-27IBSS bits from NetBSD rtw.c -r 1.40Jonathan Gray
2005-02-27spelling fixesDavid Krause
2005-02-27spelling fixDavid Krause
2005-02-27capitalize OpenBSDDavid Krause
2005-02-27the theDavid Krause
2005-02-27SPF and route table calculation.Esben Norby
2005-02-27regenBrad Smith
2005-02-27MF -> MTBrad Smith
2005-02-27If test_unit_ready() in sdattach() returns EIO, try to spin up unitKenneth R Westerback
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2005-02-27specify directionBrad Smith
2005-02-26receive onlyBrad Smith
2005-02-26nge(4) doesn't support VLAN tagging/insertion just yet.Brad Smith
2005-02-26spelling fixesDavid Krause
2005-02-26fix {send,recv}data so they don't add -1 to pos in theMoritz Jodeit
2005-02-26Fix a problem introduced with the recent lru cache change.Jonathan Gray
2005-02-26ypu sure get the impression the number of memory leaks in error pathesHenning Brauer
2005-02-26cosmetic clean-upMarc Espie
2005-02-26simpler macros;Jason McIntyre
2005-02-26document wep;Jason McIntyre
2005-02-26- underlying file system of /tmp is not relevant here, so do notJason McIntyre
2005-02-25unlink() control socket in error path. Spotted by Theo.Claudio Jeker
2005-02-25add ar5211Reyk Floeter
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
2005-02-25- switch to rcsnum_parse() where appropriateJean-Francois Brousseau
2005-02-25exit with an error message if cvs_file_init() failsJean-Francois Brousseau
2005-02-25add rcsnum_parse() to simplify the most common caseJean-Francois Brousseau
2005-02-25document `cvs diff' options; input/ok jmc; ok jfb Joris Vink;Xavier Santolaria
2005-02-25no more Strncpy or Strncat, everTheo de Raadt