Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-04 | update netbsd rcsid, which we seem to be up to | Michael Shalayeff | |
2000-09-04 | printing XaQti on 5 consecutive lines is stupid | Theo de Raadt | |
2000-09-04 | match pcic at isa memory config, free resources on failure (-1 panic); aaron@ ok | Michael Shalayeff | |
2000-09-04 | fix dmesg output | Theo de Raadt | |
2000-09-04 | export pcibios config flags | Michael Shalayeff | |
2000-09-04 | regen | Jun-ichiro itojun Hagino | |
2000-09-04 | Brooktree Bt8474 Multichannel Synchronous Communictaions Controller (MUSYCC) | Jun-ichiro itojun Hagino | |
2000-09-04 | Correct EDP register. This has fixed some device timeout problems. | Federico G. Schwindt | |
Patch by belu@hak.feldkirch.com; checked against linux. I'd be nice if ppl having problems with these cards test this. | |||
2000-09-04 | futhers futher | Michael Shalayeff | |
2000-09-04 | sync w/ netbsd | Michael Shalayeff | |
2000-09-04 | under pressure | Michael Shalayeff | |
2000-09-04 | newmedia .wavjammer | Michael Shalayeff | |
2000-09-04 | do not panic on detach | Michael Shalayeff | |
2000-09-03 | fix revision parsing, print local revision | Michael Shalayeff | |
2000-09-03 | add bzero.oto OBJS, since it's generated by other means but .mk rules | Michael Shalayeff | |
2000-09-03 | a note about 705/35 graphics; from he@obt.runit.no | Michael Shalayeff | |
2000-09-02 | Amiga joystick driver. Stylistic comments by Niklas. | Marc Espie | |
Missing documentation yet. | |||
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | repairs | Theo de Raadt | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | a comment | Theo de Raadt | |
2000-09-01 | Kernel support for new PCVT console mouse features. | Aaron Campbell | |
- Basic cut/paste functionality. - Wheel mouse support (wheel rolls page-by-page through scrollback buffer). - Copybuffer ownership. i.e., if User X logs in the console and selects text, when User Y logs in later the buffer cannot be pasted. Big thanks to Jean-Baptiste Marchand, Julien Montagne, and Jerome Verdon for implementing this. | |||
2000-09-01 | re | Michael Shalayeff | |
2000-09-01 | 3ware escalade | Michael Shalayeff | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | newish stuff, based on various trawling | Theo de Raadt | |
2000-08-31 | re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.h | Eric Jackson | |
so they can be used for osf1 emul. | |||
2000-08-31 | add missing \n to log(). sync with kame. | Jun-ichiro itojun Hagino | |
2000-08-30 | regen. | Federico G. Schwindt | |
2000-08-30 | Remove entry added during the ne break. Should work fine now. | Federico G. Schwindt | |
2000-08-30 | - Finally fix the problem introduced after the ax88190 support; the MAC | Federico G. Schwindt | |
should be read correctly in all cards. - Disable support for AX88190 till I get some card for testing. Thanks to palante@subterrain.net for testing. | |||
2000-08-30 | remove duplicate inclusion of sys/ioctl.h | Brad Smith | |
2000-08-30 | additional range checking; From: NetBSD | Brad Smith | |
2000-08-30 | more gig on the CD | Theo de Raadt | |
2000-08-30 | add xmphy and brgphy's here too | Jason Wright | |
2000-08-29 | From FreeBSD: split out the support for XMAC-II phys and other phys | Jason Wright | |
add xmphy & brgphy to GENERIC | |||
2000-08-29 | openbsdisms | Jason Wright | |
2000-08-29 | more | Theo de Raadt | |
2000-08-29 | do not forward packets with unspecified source (::). | Jun-ichiro itojun Hagino | |
this is clarification made to rfc2460 recently. sync with kame. | |||
2000-08-29 | remove duplicate inclusion of sys/ioctl.h | Brad Smith | |
2000-08-28 | Prototypes for interrupt handlers should go into .h file, not .c | Miod Vallat | |
2000-08-28 | Less magic numbers | Miod Vallat | |
2000-08-28 | Add lkm, ch and ses support | Miod Vallat | |
2000-08-28 | Remove unneeded constants | Miod Vallat | |
2000-08-28 | Allocate memory for the correct size, not some forgotten constant | Miod Vallat | |
2000-08-28 | Always claim scsi interrupts, prevents looping interrupts (from NetBSD) | Miod Vallat | |
2000-08-28 | Use sparc version (more realistic settings) of header file for ie | Miod Vallat | |
2000-08-28 | Repair badly looking printf | Miod Vallat | |
2000-08-28 | Define major device number for cd-rom drives | Miod Vallat | |
2000-08-28 | changing the size of if_data has heavy impact on userland compat. there | Theo de Raadt | |
was even a u_char slot available for ifi_link_state, which clearly does not need a full 32 bits. |