Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-30 | AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton. | Miod Vallat | |
Added to floppy31 still fits. | |||
2002-06-30 | Art says I shouldn't be shy, so uncomment lc entries. | Miod Vallat | |
2002-06-30 | Add lc[01] at isa entries, commented out. Tested and work fine. | Miod Vallat | |
2002-06-30 | Dummy bus_space_read_raw_region implementation. | Miod Vallat | |
2002-06-30 | When duplicating isa_attach_args structures to build several attachement | Miod Vallat | |
possibilities for isapnp devices, make sure to carry the original ia_ic member. Although mostly unused on i386, it is vital on alpha. This makes isapnp on alpha attach without panicing. | |||
2002-06-30 | The #@$% message about the #$%@ cable down is going to drive me @#%$ insane. | Artur Grabowski | |
I'm not using this built-in tulip because it sucks and I want it to SHUT UP! | |||
2002-06-30 | Fix fallout from recent changes. | Artur Grabowski | |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino | |
the size of sockaddr_dl on if_attach() - for instance, see ether_ifattach(). from netbsd. fgs ok | |||
2002-06-29 | Be sure to correctly initialize the ahc_softc members before using | Miod Vallat | |
ahc_inb(), to prevent an early panic. This could only affect non-i386 architectures. | |||
2002-06-29 | Add Brazilian keymap (iso275). Create by me and tested by | Mats O Jansson | |
gustavo.rios@transport.alstom.com. -moj | |||
2002-06-29 | Latinamerica keymap from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>. | Mats O Jansson | |
-moj | |||
2002-06-29 | We know noone called Bill Fenenr | Theo de Raadt | |
2002-06-29 | kqfilter for the log. niels said i can commit it if it works | Michael Shalayeff | |
and i converted syslog to libevent and it works now (; | |||
2002-06-28 | Use %b and print the bitmask of the flags in the debugging message for the ↵ | Jason Wright | |
extent. | |||
2002-06-28 | Recognize the Fn-arrow combinations (PgUp, PgDwn, Home, End) keys on | Miod Vallat | |
Apple laptops. ok maja@ | |||
2002-06-28 | Fix usage counter for IPCOMP --- sam@errno.com | Angelos D. Keromytis | |
2002-06-28 | Whoops, don't actually register for MODEXP yet | Jason Wright | |
2002-06-28 | Implement MODEXP as MODMUL for debugging purposes until I understand the | Jason Wright | |
args for MODEXP. | |||
2002-06-28 | Oops. Doing a diff before commit is not enough. You have to read the diff too. | Artur Grabowski | |
2002-06-28 | The IEEE fp stuff changed the rules for how fpu should be enabled. | Artur Grabowski | |
We kept too much of the old code in trap handling. This should fix floppies and bsd.rd on some machines. | |||
2002-06-28 | Use slightly safer internal variable names in MALLOC and FREE. | Artur Grabowski | |
2002-06-28 | support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@ | Markus Friedl | |
2002-06-28 | sync | Markus Friedl | |
2002-06-28 | more ICH4 fxp chips; sync names w/ NetBSD; ok art@ | Markus Friedl | |
2002-06-28 | undo recent changes; they still crash for people (dhclient this time). | Theo de Raadt | |
This is a bullshit process. Test your shit before you toss it into the tree. | |||
2002-06-28 | Move the calculation of sc_link->openings to after the printf about | Todd C. Miller | |
tagged queueing which is where it was last time around. This fixes a panic I was seeing when there were lots of transactions (e.g. when i read my mail). | |||
2002-06-28 | actually, new new ahc uses these after all | Todd C. Miller | |
2002-06-28 | actually, new new ahc uses these after all | Todd C. Miller | |
2002-06-28 | not used by new ahc driver | Todd C. Miller | |
2002-06-28 | Return of new ahc | Steve Murphree | |
2002-06-28 | KNF | Theo de Raadt | |
2002-06-27 | Do not muck with the color palette unless the console depth is 8 bit. | Dale Rahn | |
32 bit depth console and wsfb now work (If firmware is forced to that depth). | |||
2002-06-27 | missing parenthesis in this macro. | Federico G. Schwindt | |
2002-06-27 | do not permit ktrace on P_SUGID; millert ok | Theo de Raadt | |
2002-06-27 | KNF | Theo de Raadt | |
2002-06-26 | stp at sparc will map this card always as big-endian. | Federico G. Schwindt | |
2002-06-26 | Check for associated socket. | Angelos D. Keromytis | |
2002-06-26 | ieee1394 for i386 too... | Thierry Deval | |
2002-06-26 | A bit more paranoid. | Angelos D. Keromytis | |
2002-06-26 | cardbus fwohci support. | Thierry Deval | |
from NetBSD | |||
2002-06-26 | various fixes + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | configrom input failover + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | pointer safeguards + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | Kill __FUNCTION__. | Marc Espie | |
2002-06-26 | Bump i386 kvm size to 768M. | Artur Grabowski | |
deraadt@ ok. | |||
2002-06-26 | rm duplicated decl of fwohci/fwlynx | Jun-ichiro itojun Hagino | |
2002-06-26 | forgot to commit - IEEE1394 bits | Jun-ichiro itojun Hagino | |
2002-06-26 | Update correct statistic if m_inject() fails --- from sam@errno.com | Angelos D. Keromytis | |
2002-06-25 | un __P() -ify. | Jun-ichiro itojun Hagino | |
2002-06-25 | and kill a now bogus comment | Michael Shalayeff | |