summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-04error code: if we can't find a given libspec, we look through allMarc Espie
2007-06-04If it's cold at panic time, attempt to show a small backtrace, there are tooMiod Vallat
2007-06-04Bring presto's readdisklabel() usage into line with other uses. i.e.Kenneth R Westerback
2007-06-04avoid parsing libraries by hand.Marc Espie
2007-06-04stricter regexp for libraries.Marc Espie
2007-06-04add a lib parsing routine to PackingElement::Lib so I don't have toMarc Espie
2007-06-04do not inlcude ipx headersHenning Brauer
2007-06-04bye bye ipxHenning Brauer
2007-06-04I am on drugs, I don't know where I found split can take strings asMarc Espie
2007-06-04zap dead code: we no longer use DirRm.Marc Espie
2007-06-04some minor systematic changes.Marc Espie
2007-06-04use warn() where warn() is intended, not err()Henning Brauer
2007-06-04Remove evhttp leftover, okay millert@Pedro Martelletto
2007-06-04no more ipxHenning Brauer
2007-06-04remove IPX, agreed by manyHenning Brauer
2007-06-04remove IPX support, agreed by manyHenning Brauer
2007-06-04add -t flag to pkg_info to enable listing of the ``top level'' packages,Pierre-Yves Ritschard
2007-06-04- remove an extraneous .BlJason McIntyre
2007-06-04fix keep_old_filesMarc Espie
2007-06-04Forgot this in my last committ.Marc Balmer
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
2007-06-04do not shuffle dev 4 under the carpet; make svnd work again; uncookieOtto Moerbeek
2007-06-04Use 166.67 and 266.67 for bus_clock and not 166.66 and 266.66,Jonathan Gray
2007-06-04document -C option of bioctlTodd T. Fries
2007-06-04use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up duringMarco Peereboom
2007-06-03syncDamien Miller
2007-06-03Add WCH/QinHeng CH341 serial/parallelDamien Miller
2007-06-03unbreak 802.11 element parsing by using the TCHECK2 macro correctlyReyk Floeter
2007-06-03if the 915gm didn't work on i386, it's worrisome here too. remove it.Ted Unangst
2007-06-03put raidc inside ifdef CRYPTO, since it won't work without itTed Unangst
2007-06-03shuffle the raid 1 specific functions to be all together and closerTed Unangst
2007-06-03the kernel starts with setperf=100, even though the bios may have throttled.Ted Unangst
2007-06-03Implement transmission of ACL and SCO packetsUwe Stuehler
2007-06-03Make RX path work on big endian, too.Marcus Glocker
2007-06-03delete two extra lines which are not needed because that is how stringsTheo de Raadt
2007-06-03backout rev 1.91 and 1.92, it causes proceses to hang on low memOtto Moerbeek
2007-06-03Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.Todd C. Miller
2007-06-03virtual device drivers tend not to need machine/bus.h. also importantTheo de Raadt
2007-06-03The firmware converts every 802.11 RX data frame into a 802.3 frame,Marcus Glocker
2007-06-03Dummy <machine/bus.h> for softraid to compile.Miod Vallat
2007-06-03Add a check for Intel Core processors with Scalable Bus Speed of 200 MHz.Jonathan Gray
2007-06-03During autoassemble get the actual raid level instead of always 1.Marco Peereboom
2007-06-02do not shadow globals (in if_exists)Henning Brauer
2007-06-02on pcap error, check wether the interface went away and exit if it did.Henning Brauer
2007-06-02syncTheo de Raadt
2007-06-02Add support for ICH8M IDE.Jonathan Gray
2007-06-02Match on ICH8M.Jonathan Gray
2007-06-02s/FALLTROUGH/FALLTHROUGH/Moritz Jodeit
2007-06-02softraid already enabled in GENERIC; ok marcoJason McIntyre
2007-06-02zap trailing whitespace;Jason McIntyre