summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-20add some devices found in linux and freebsd driversJonathan Gray
2004-10-20regenJonathan Gray
2004-10-20some additional prism devices found in linux driversJonathan Gray
2004-10-20add devices found in linux driverJonathan Gray
2004-10-20regenJonathan Gray
2004-10-20disable the intel wireless stuff by defaultTheo de Raadt
2004-10-20usb wi devices found in linux driverJonathan Gray
2004-10-20put newlines at slightly different places during attach, leading to cleanTheo de Raadt
USB attach
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers.
2004-10-20Fix some 64 bit address problems.Per Fogelstrom
Some function names made more unique. Other changes for the upcoming Origin 200 support.
2004-10-20interrupt transfer support on usb2 controllers. allows the use of usb2 hubsDavid Gwynne
with usb2 hardware.
2004-10-20Use bus_addr_t instead of int for port address/offset, ok mickeyPer Fogelstrom
2004-10-20disconnect for invalid (out of range) message types.Markus Friedl
2004-10-20basic framework for delayed messages.Marc Espie
2004-10-20support C/C++Marc Espie
Ditch DESTDIR building. okay miod, theo.
2004-10-20Change tabs in string constants to \t. "of course" deraadt@Otto Moerbeek
2004-10-19fix printing of groups - instead of surrounding each neighbor statementHenning Brauer
which is part of a group by "group blah { .. }", so that each group decl occurs multiple times (that is valid, but confusing and ugly), stuff pointers to each peer into an a array and sort it based on group id. then print all neighbors whoch are not part of a group followed by each group with all its members. annoyed me for quite some time, now finally enough to sit down and fix it claudio ok
2004-10-19serverworks csb5 revision after 0x92 seems not to have 80-wireAlexander Yurchenko
cable check. Should fix PR 3958.
2004-10-19use queue.h provided macro when traversing the process list, no changesPedro Martelletto
in generated object file. from Joris Vink.
2004-10-19allow neighbor definitions to depend on interface state.Henning Brauer
with this, if a neighbor is configured as dependent on carp0 for example, the neighbor will remain in state IDLE as long as carp0 is not master. once carp0 becomes master the session(s) depending on it immediately go to CONNECT (or ACTIVE, if they're configured passive), reducing failover time. claudio ok, with some input from ryan as well
2004-10-19need to prepend destdir to pkgbase for libspecs checking.Marc Espie
2004-10-19fix-up name of routine.Marc Espie
noticed by David Krause.
2004-10-19Extra progress meter for the handling of shared items: first showMarc Espie
the reading of remaining stuff from installed packages, then the cleaning-up as it progresses.
2004-10-19suspend/resume supportDavid Gwynne
while here define EHCI_DEBUG when USB_DEBUG is defined ok pvalchev@ deraadt@
2004-10-19extra regression test: compute 500 digits of piOtto Moerbeek
2004-10-19Implement -e expression, for command line expression evaluation.Otto Moerbeek
ok deraadt@
2004-10-19Use inet6 pf rules only for inet6-capable setups, first spottedAlexander Yurchenko
by form@pdp-11.org.ru. ok todd@ henning@
2004-10-19did not compile, sighTheo de Raadt
2004-10-19syncTheo de Raadt
2004-10-18'random-id' no longer applies only to outgoing packets.Ryan Thomas McBride
2004-10-18Update to tzcode2004e from elsie.nci.nih.govTodd C. Miller
2004-10-18Do not pass -print-map to the linker anymore, as we don't care about thisMiod Vallat
output.
2004-10-18Update to tzdata2004e from elsie.nci.nih.govTodd C. Miller
2004-10-18Move exec.h out from sgi to share it with other mips64 ports; withAlexander Yurchenko
a tip from miod@. ok pefo@ miod@
2004-10-18fix a couple of wrongly used li's instead of dli's. spotted by as@gnu ;)Per Fogelstrom
2004-10-18syncTheo de Raadt
2004-10-18Documents @endfake and -Q semantics.Marc Espie
2004-10-18take window size into account.Marc Espie
window sizes changes are delayed, nothing to do about it, since perl keeps the signal around until it is safe to activate it...
2004-10-18quirks for the Creative Nomad from Michael AddaDavid Gwynne
push by deraadt@
2004-10-18syncDavid Gwynne
2004-10-18Creative Nomad from Michael AddaDavid Gwynne
push by deraadt@
2004-10-18syncTheo de Raadt
2004-10-18experimental progress meter.Marc Espie
not active unless you specify -x for pkg_add/pkg_delete. (option is bound to change)
2004-10-18syncTheo de Raadt
2004-10-18reduce linecount in dmesgTheo de Raadt
2004-10-18another aue device found in tokyoTheo de Raadt
2004-10-18Don't show libspec checking unless very verbose.Marc Espie
Split addition into `parsing' and actual addition. Don't show parsing info unless verbose, so that pkg_add only displays the actual pkg addition...
2004-10-18use OpenBSD::Getopt so that we can do -v -v.Marc Espie
Be much terser by default, start showing dependency information and various things only with at least one -v. Build a `flattened tree' of dependencies information in pkg_add, and show why we install a given package (idea from deraadt@).
2004-10-18revert, -B funky semantics ?Marc Espie
2004-10-18fix report of final problemsMarc Espie