Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-20 | Provide real console drivers on installation media, and deem pcons obsolete | Miod Vallat | |
(I still need to port a few SBUS video drivers from sparc to sparc64 for pcons to become really really unlikely used). GENERIC is just being reordered, RAMDISK* get the real additions, and it still fits even on the U1/1E/2 floppy disk. | |||
2004-10-20 | vr(4) now works out of the box and brings defenceless sparc64 in a new age | Miod Vallat | |
of misery, reported by Jean-Marc "Batou" Harang. | |||
2004-10-20 | defined in pcidevs now | Theo de Raadt | |
2004-10-20 | sync | Theo de Raadt | |
2004-10-20 | PRO/2200BG_3 | Theo de Raadt | |
2004-10-20 | CAPINFO_BITS from the current net/if_ieee80211.h header; fixes | Federico G. Schwindt | |
CHNL_AGILITY printing too. deraadt ok. | |||
2004-10-20 | install net80211 headers; millert and deraadt ok. | Federico G. Schwindt | |
2004-10-20 | bit of roto-tilling | Theo de Raadt | |
2004-10-20 | sync | Theo de Raadt | |
2004-10-20 | make all route commands use -qn; ok mcbride henning | Theo de Raadt | |
2004-10-20 | make more like wicontrol for argument parsing | Theo de Raadt | |
2004-10-20 | Tiny typo | Ian Darwin | |
2004-10-20 | More mips executables from NetBSD. | Alexander Yurchenko | |
ok ian@ tedu@ | |||
2004-10-20 | Mention ipw and iwi here too. | Miod Vallat | |
2004-10-20 | .Xr ipw and iwi. | Miod Vallat | |
2004-10-20 | Shorter synopsis lines, more .Xr, and minor cleaning. | Miod Vallat | |
2004-10-20 | fix potential memleaks & small cleanup. found by patrick latifi, thanks! | Hans-Joerg Hoexer | |
ok ho | |||
2004-10-20 | merge changes from mod_ssl 2.8.20, in particular a fix for CAN-2004-0885 | Henning Brauer | |
2004-10-20 | put newline at right place during attach | Theo de Raadt | |
2004-10-20 | add some devices found in linux and freebsd drivers | Jonathan Gray | |
2004-10-20 | regen | Jonathan Gray | |
2004-10-20 | some additional prism devices found in linux drivers | Jonathan Gray | |
2004-10-20 | add devices found in linux driver | Jonathan Gray | |
2004-10-20 | regen | Jonathan Gray | |
2004-10-20 | disable the intel wireless stuff by default | Theo de Raadt | |
2004-10-20 | usb wi devices found in linux driver | Jonathan Gray | |
2004-10-20 | put newlines at slightly different places during attach, leading to clean | Theo de Raadt | |
USB attach | |||
2004-10-20 | support for Intel 2100/2200BG/2915ABG wireless devices written by | Theo 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-20 | Fix some 64 bit address problems. | Per Fogelstrom | |
Some function names made more unique. Other changes for the upcoming Origin 200 support. | |||
2004-10-20 | interrupt transfer support on usb2 controllers. allows the use of usb2 hubs | David Gwynne | |
with usb2 hardware. | |||
2004-10-20 | Use bus_addr_t instead of int for port address/offset, ok mickey | Per Fogelstrom | |
2004-10-20 | disconnect for invalid (out of range) message types. | Markus Friedl | |
2004-10-20 | basic framework for delayed messages. | Marc Espie | |
2004-10-20 | support C/C++ | Marc Espie | |
Ditch DESTDIR building. okay miod, theo. | |||
2004-10-20 | Change tabs in string constants to \t. "of course" deraadt@ | Otto Moerbeek | |
2004-10-19 | fix printing of groups - instead of surrounding each neighbor statement | Henning 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-19 | serverworks csb5 revision after 0x92 seems not to have 80-wire | Alexander Yurchenko | |
cable check. Should fix PR 3958. | |||
2004-10-19 | use queue.h provided macro when traversing the process list, no changes | Pedro Martelletto | |
in generated object file. from Joris Vink. | |||
2004-10-19 | allow 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-19 | need to prepend destdir to pkgbase for libspecs checking. | Marc Espie | |
2004-10-19 | fix-up name of routine. | Marc Espie | |
noticed by David Krause. | |||
2004-10-19 | Extra progress meter for the handling of shared items: first show | Marc Espie | |
the reading of remaining stuff from installed packages, then the cleaning-up as it progresses. | |||
2004-10-19 | suspend/resume support | David Gwynne | |
while here define EHCI_DEBUG when USB_DEBUG is defined ok pvalchev@ deraadt@ | |||
2004-10-19 | extra regression test: compute 500 digits of pi | Otto Moerbeek | |
2004-10-19 | Implement -e expression, for command line expression evaluation. | Otto Moerbeek | |
ok deraadt@ | |||
2004-10-19 | Use inet6 pf rules only for inet6-capable setups, first spotted | Alexander Yurchenko | |
by form@pdp-11.org.ru. ok todd@ henning@ | |||
2004-10-19 | did not compile, sigh | Theo de Raadt | |
2004-10-19 | sync | Theo de Raadt | |
2004-10-18 | 'random-id' no longer applies only to outgoing packets. | Ryan Thomas McBride | |
2004-10-18 | Update to tzcode2004e from elsie.nci.nih.gov | Todd C. Miller | |