Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-04 | remove IPX, agreed by many | Henning Brauer | |
libc and kernel side awaiting a libc major bump to piggyback to | |||
2007-06-04 | remove IPX support, agreed by many | Henning Brauer | |
2007-06-04 | add -t flag to pkg_info to enable listing of the ``top level'' packages, | Pierre-Yves Ritschard | |
i.e those who are not a dependency of another package. useful to show the packages you actually use. ok espie@ | |||
2007-06-04 | - remove an extraneous .Bl | Jason McIntyre | |
- -C before -c | |||
2007-06-04 | fix keep_old_files | Marc Espie | |
2007-06-04 | Forgot this in my last committ. | Marc Balmer | |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer | |
ok jsg@ | |||
2007-06-04 | do not shuffle dev 4 under the carpet; make svnd work again; uncookie | Otto Moerbeek | |
for deraadt@ ok irc@ | |||
2007-06-04 | Use 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-04 | document -C option of bioctl | Todd T. Fries | |
use a simpler form of options with variable number of args suggestions jmc@ ok marco@ | |||
2007-06-04 | use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up during | Marco Peereboom | |
autoconf. ok drahn@ | |||
2007-06-03 | sync | Damien Miller | |
2007-06-03 | Add WCH/QinHeng CH341 serial/parallel | Damien Miller | |
2007-06-03 | unbreak 802.11 element parsing by using the TCHECK2 macro correctly | Reyk Floeter | |
ok claudio@ | |||
2007-06-03 | if the 915gm didn't work on i386, it's worrisome here too. remove it. | Ted Unangst | |
2007-06-03 | put raidc inside ifdef CRYPTO, since it won't work without it | Ted Unangst | |
2007-06-03 | shuffle the raid 1 specific functions to be all together and closer | Ted Unangst | |
to the bottom, after common functions. ok marco | |||
2007-06-03 | the 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-03 | Implement transmission of ACL and SCO packets | Uwe Stuehler | |
2007-06-03 | Make RX path work on big endian, too. | Marcus Glocker | |
2007-06-03 | delete two extra lines which are not needed because that is how strings | Theo de Raadt | |
actually work, surprise surprise; ok claudio cnst | |||
2007-06-03 | backout rev 1.91 and 1.92, it causes proceses to hang on low mem | Otto Moerbeek | |
machines. ok deraadt@ | |||
2007-06-03 | Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. | Todd C. Miller | |
With help from otto@ | |||
2007-06-03 | virtual device drivers tend not to need machine/bus.h. also important | Theo de Raadt | |
because mvme68k (and perhaps others) do not have it. showed it to dlg who just shook his head | |||
2007-06-03 | The 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-03 | Dummy <machine/bus.h> for softraid to compile. | Miod Vallat | |
2007-06-03 | Add 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-03 | During autoassemble get the actual raid level instead of always 1. | Marco Peereboom | |
Sprinkle debug throughout crypto discipline. Various knf, bad tedu! | |||
2007-06-02 | do not shadow globals (in if_exists) | Henning Brauer | |
2007-06-02 | on 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-02 | sync | Theo de Raadt | |
2007-06-02 | Add 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-02 | Match on ICH8M. | Jonathan Gray | |
Tested by Daniel Dickman <didickman@gmail.com> | |||
2007-06-02 | s/FALLTROUGH/FALLTHROUGH/ | Moritz Jodeit | |
2007-06-02 | softraid already enabled in GENERIC; ok marco | Jason McIntyre | |
2007-06-02 | zap trailing whitespace; | Jason McIntyre | |
2007-06-02 | oops, why did i delete this. bizzare | Theo de Raadt | |
2007-06-02 | regen | Jonathan Gray | |
2007-06-02 | Add some devices found on an Intel 965GM/ICH8M laptop. | Jonathan Gray | |
From Daniel Dickman <didickman@gmail.com> | |||
2007-06-02 | knock out FIBMAP (which we got rid of) | Theo de Raadt | |
2007-06-02 | remove 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-02 | show the font commands being run in very verbose state. After all, we show | Marc Espie | |
ldconfig -R | |||
2007-06-02 | move the check that dependencies are satisfied inside the solver object | Marc Espie | |
2007-06-02 | slight refactor, move wantlib dependencies handling inside the solver. | Marc Espie | |
2007-06-02 | reorder code | Marc Espie | |
2007-06-02 | move most of the code that deals with dependencies in the solver object | Marc Espie | |
2007-06-02 | move the solver object up to the set level. | Marc Espie | |
2007-06-02 | move dependency registration into its own function. | Marc Espie | |
2007-06-02 | move the dependency handling into separate functions. | Marc Espie | |
2007-06-02 | document how fragments work. | Marc Espie | |
document a few `internal' keywords document some of the checks that pkg_create does during archive creation. |