summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-21- Use ETHER_MAX_DIX_LEN.Brad Smith
- Accept VLAN sized frames. based on diff from canacar@
2004-11-21syncAlexander Yurchenko
2004-11-21nvidia audio dev from dmesglogAlexander Yurchenko
2004-11-21Better printf for unknown product id.Alexander Yurchenko
ok todd@ tom@
2004-11-21move the system libraries registration code to SharedLibs.Marc Espie
2004-11-21pull the code that handles shared libraries (ldconfig for now) aside.Marc Espie
2004-11-21check_lib_specs -> check_lib_spec: check one spec at a time, and report on it.Marc Espie
Loop on libdepends now split lib specs by itself. Better reports, slightly more efficient, clearer. Use a local sub to factor out common code to deleting pkgspec and REQUIRING file contents. Rephrase message to say `removing dependency ON'.
2004-11-21solved_dependencies becomes a hash, more efficient.Marc Espie
2004-11-21subtle bug in for loop expansions,Marc Espie
reported by Florent Thoumie.
2004-11-21remove .Xr's that do not belong here anymore with the new pkg_* tools;Xavier Santolaria
espie@ ok.
2004-11-21syncAlexander Yurchenko
2004-11-21sort nvidia devsAlexander Yurchenko
2004-11-21syncAlexander Yurchenko
2004-11-21sort via devsAlexander Yurchenko
2004-11-21regenAlexander Yurchenko
2004-11-21a few more intel devs from dmesglog and netbsdAlexander Yurchenko
2004-11-21syncAlexander Yurchenko
2004-11-21sort intel devices and kill dups.Alexander Yurchenko
please keep device list sorted, this prevents you from creating duplicate entries mistakenly.
2004-11-21make Nx and Ox parsed; ok jmc, (previously) millertJared Yanovich
2004-11-21introduce the net80211 framework to atuDavid Gwynne
2004-11-21Fix theo's amd64Marco Peereboom
Fix vmware
2004-11-21a single port com puc from lavaTheo de Raadt
2004-11-20done itemsMarc Espie
2004-11-20opendir can use my variables.Marc Espie
2004-11-20regenBrad Smith
2004-11-20un-fat finger my last commitBrad Smith
2004-11-20regenBrad Smith
2004-11-20trim this down a bit more.Brad Smith
2004-11-20better names for 82801 devices just added and move 4 Intel id's so they'reBrad Smith
in order by PCI id.
2004-11-20regenBrad Smith
2004-11-20IDE -> SATABrad Smith
2004-11-20add Intel 82801 PCI ids (uhci, ehci, PCI-E bridge, SATA) found on my newBrad Smith
HP Compaq dc7100 SFF workstation.
2004-11-20syncAlexander Yurchenko
2004-11-20some via devices from dmesglogAlexander Yurchenko
2004-11-20remove redundant commented out bits for com@cardbusBrad Smith
2004-11-20forgot to remove a call to free() in my previous commit.Damien Bergamini
2004-11-20sgi tooTheo de Raadt
2004-11-20no tlp, we have dc.Brad Smith
2004-11-20When processing sysex stop bytes ensure the packet is not corruptedJonathan Gray
if we are building a new packet, from Alexandre Ratchov. ok deraadt@
2004-11-19regenDavid Gwynne
2004-11-19remove the atmel dwl120 since the product id appears to be a typo. reorderDavid Gwynne
the atmel section by product ids while here
2004-11-19remove the atmel dwl120 since its product ids dont seem to exist, it looksDavid Gwynne
like a typo. since the atmel at76c503a appears to be the real device we just remove the typo
2004-11-19cleanup includesDavid Gwynne
ok deraadt@
2004-11-19Be more conservative in openpic_enable_irq() and only reprogram the vectorMiod Vallat
register if it changes.
2004-11-19Better Raven PREP initialization, per the book, with an evil book mistakeMiod Vallat
corrected.
2004-11-19Better i8259 slave handling:Miod Vallat
- check for spurious interrupt conditions. - do not ack the slave irq on the master unless there are really no more interrupts to be serviced on the slave.
2004-11-19Write reject file in unified format if the original diff was inOtto Moerbeek
unified format. ok deraadt@
2004-11-19Allow for path names containing spaces and other funny chars (exceptOtto Moerbeek
tab) by scanning for the tab that separates the date from the pathname. If no tab is found, revert back to the old behaviour. Posix says there should be a space between the pathname and the date, but all known implementations of diff(1) use a tab. ok kurt@ deraadt@
2004-11-19repair display.focus pokus; from janjaap@ in pr#3990Michael Shalayeff
2004-11-19syncTheo de Raadt