summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-18syncTheo de Raadt
2005-11-18PCIX -> PCI-X in a few commentsBrad Smith
2005-11-18Casefold on replace was killed ages ago (it was wrong). Remove aKjell Wooding
2005-11-18Kill a stupid interface. kgrow should take direction, not TRUE/FALSE.Kjell Wooding
2005-11-18add some comments explaining the general CPU reset code and the AMD GeodeBrad Smith
2005-11-18One liner to fix doubled yank buffer issue (c-K, c-Y, M-x undo, c-Y).Kjell Wooding
2005-11-18splimp -> splvm. no binary diff.Brad Smith
2005-11-18fix attribution, spotted by jmcTheo de Raadt
2005-11-18FIONASYNC -> FIOASYNCJason McIntyre
2005-11-18- new sentence, new lineJason McIntyre
2005-11-18do not devide by zeroMichael Shalayeff
2005-11-18Work around yet another race on non-locking file systems: when callingPedro Martelletto
2005-11-18Bump copyright (watchdog addition).Alexander Yurchenko
2005-11-18use new libpcap-provided datalink_x_to_y functions instead of local copiesDamien Miller
2005-11-18pull in the good bits of libpcap-0.9.4's API without the cross-platformDamien Miller
2005-11-18remove stray .Ed;Jason McIntyre
2005-11-18sort list of masters;Jason McIntyre
2005-11-18restructure some text slightly;Jason McIntyre
2005-11-18minor knf;Xavier Santolaria
2005-11-18don't assume that close() can fail, from deraadtCamiel Dobbelaar
2005-11-18Major improvements to the aac(4) device driver.Nathan Binkert
2005-11-18Use bus_addr_t for address in em_fill_descriptors().Brad Smith
2005-11-18fix wrong htole usage in the 82544 PCI-X workaround codepath in em_encap().Brad Smith
2005-11-18syncTheo de Raadt
2005-11-18revert part of rev 1.45 ..Brad Smith
2005-11-18Add some more cards. Mostly from Stuart Henderson.Marco Peereboom
2005-11-18kill more dumb or contextless.Kjell Wooding
2005-11-18added code yesterdayTheo de Raadt
2005-11-18Protect biodone() with splbio().Miod Vallat
2005-11-18Define the CS/80 identify structure only once and correctly, instead ofMiod Vallat
2005-11-17Don't forget to device_unref() in sdclose() if sdlock() fails; ok krw@Miod Vallat
2005-11-17kvtop() is not used anymore. Thanks for the fish.Miod Vallat
2005-11-17Factorize DMA cache flush code, use modern types and constants, ansify.Miod Vallat
2005-11-17fix byteorder for "s" and "l" formats; ok henning@ krw@Kevin Steves
2005-11-17document "log (user)"Joel Knight
2005-11-17Regen.Alexander Yurchenko
2005-11-17Unify SMBus controllers ids.Alexander Yurchenko
2005-11-17remove stale NAMEDB; ok theoJakob Schlyter
2005-11-17Use sectors as the size units for the RAW_PART (i.e. 'c') partition inKenneth R Westerback
2005-11-17typo, ok hshoexer@Alexander von Gernler
2005-11-17for pfctl -f rules, open the file before resetting options. when openingDaniel Hartmeier
2005-11-17Work around a gcc optimization problem. Spotted by biorn@; fixOtto Moerbeek
2005-11-17errx is better hereOtto Moerbeek
2005-11-17Test a few more rint functions.Otto Moerbeek
2005-11-17Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viaOtto Moerbeek
2005-11-17some knf and whitespace cleanup.Moritz Jodeit
2005-11-17sort hosts, even when specified on the command line.Moritz Jodeit
2005-11-17style; no binary change.Federico G. Schwindt
2005-11-17syncTheo de Raadt
2005-11-17yet another output fix;Xavier Santolaria