summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-04do not shuffle dev 4 under the carpet; make svnd work again; uncookieOtto Moerbeek
for deraadt@ ok irc@
2007-06-04Use 166.67 and 266.67 for bus_clock and not 166.66 and 266.66,Jonathan Gray
as per recommended values from Intel documentation. ok tedu@
2007-06-04document -C option of bioctlTodd T. Fries
use a simpler form of options with variable number of args suggestions jmc@ ok marco@
2007-06-04use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up duringMarco Peereboom
autoconf. ok drahn@
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
ok claudio@
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
to the bottom, after common functions. ok marco
2007-06-03the kernel starts with setperf=100, even though the bios may have throttled.Ted Unangst
this confuses apmd, so when using auto adjust modes, first cycle through 0 and 100 to make sure we're in a known state. ok deraadt
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
actually work, surprise surprise; ok claudio cnst
2007-06-03backout rev 1.91 and 1.92, it causes proceses to hang on low memOtto Moerbeek
machines. ok deraadt@
2007-06-03Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.Todd C. Miller
With help from otto@
2007-06-03virtual device drivers tend not to need machine/bus.h. also importantTheo de Raadt
because mvme68k (and perhaps others) do not have it. showed it to dlg who just shook his head
2007-06-03The firmware converts every 802.11 RX data frame into a 802.3 frame,Marcus Glocker
including the LLC/SNAP header. Mgmt frames are handled completely inside the firmware, we won't ever see any mgmt frame for this device. Remove the LLC/SNAP header in the driver to get an useable frame which we can pass up to the network stack. Remove some unused firmware commands.
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
From NetBSD and verified in Intel doc #253669 ok tedu@
2007-06-03During autoassemble get the actual raid level instead of always 1.Marco Peereboom
Sprinkle debug throughout crypto discipline. Various knf, bad tedu!
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
spinning and flooding syslog in that case was not so nice.
2007-06-02syncTheo de Raadt
2007-06-02Add support for ICH8M IDE.Jonathan Gray
Tested by Daniel Dickman <didickman@gmail.com> pciide(4) does not need to be updated as it does not split SATA/IDE support up into different sections (ICH8M already listed).
2007-06-02Match on ICH8M.Jonathan Gray
Tested by Daniel Dickman <didickman@gmail.com>
2007-06-02s/FALLTROUGH/FALLTHROUGH/Moritz Jodeit
2007-06-02softraid already enabled in GENERIC; ok marcoJason McIntyre
2007-06-02zap trailing whitespace;Jason McIntyre
2007-06-02oops, why did i delete this. bizzareTheo de Raadt
2007-06-02regenJonathan Gray
2007-06-02Add some devices found on an Intel 965GM/ICH8M laptop.Jonathan Gray
From Daniel Dickman <didickman@gmail.com>
2007-06-02knock out FIBMAP (which we got rid of)Theo de Raadt
2007-06-02remove elements of the solver that correspond to dependencies `in-transit'Marc Espie
since they're now recorded as true dependencies. (helps me think about future improvements)
2007-06-02show the font commands being run in very verbose state. After all, we showMarc Espie
ldconfig -R
2007-06-02move the check that dependencies are satisfied inside the solver objectMarc Espie
2007-06-02slight refactor, move wantlib dependencies handling inside the solver.Marc Espie
2007-06-02reorder codeMarc Espie
2007-06-02move most of the code that deals with dependencies in the solver objectMarc Espie
2007-06-02move the solver object up to the set level.Marc Espie
2007-06-02move dependency registration into its own function.Marc Espie
2007-06-02move the dependency handling into separate functions.Marc Espie
2007-06-02document how fragments work.Marc Espie
document a few `internal' keywords document some of the checks that pkg_create does during archive creation.
2007-06-02Initialize pkthdr.rcvif.Artur Grabowski
ok claudio@
2007-06-02memory leak on error path; from arnaud.lacombe.1 AT ulaval.caDamien Miller
2007-06-02don't try to parse a server conflict message as a date.Niall O'Higgins
makes cvs remote merging with conflicts work a bit better. ok joris@ xsa@
2007-06-02installboot not just for i386; ok krwJason McIntyre
2007-06-02little fixes to get hotkeys working again. from alexey vatchenkoTed Unangst
2007-06-02Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than justKenneth R Westerback
convert version 0 to version 1 disklabels. Suggested by deraadt@. ok deraadt@ otto@
2007-06-02convert all daddr_t types to either daddr64_t or uint32_t or other suchTheo de Raadt
things based on their use. ok with fixes from tom, tested by grange too