Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-02 | sync | Theo de Raadt | |
2002-06-02 | missing first port on titan 800L; noted via seb@script.jussieu.fr | Theo de Raadt | |
2002-06-02 | duplicate vendor | Theo de Raadt | |
2002-06-02 | knf, spaces, no \n in panic | Michael Shalayeff | |
2002-06-02 | Fix ordering and typo problem | Constantine Sapuntzakis | |
2002-05-31 | put the right thing into the audio name; pt out by Sebastian Stark ↵ | Michael Shalayeff | |
<seb@todesplanet.de> | |||
2002-05-31 | Allow IBSS creation on Symbol cards with station firmware >= 2.5 | Todd C. Miller | |
From John Hay via Warner Losh | |||
2002-05-31 | Support for "Intel PRO/100 VM" w/ id 0x1038. | Mike Pechkin | |
art@ ok | |||
2002-05-30 | fallout from the radio attachment fix | Michael Shalayeff | |
2002-05-30 | remove silly ifdef's; mickey@ jason@ ok. | Federico G. Schwindt | |
2002-05-30 | make radio attach, not steal other audio attachments | Michael Shalayeff | |
2002-05-30 | proper support for vt8233; from freebsd; tested by Jolan Luff ↵ | Michael Shalayeff | |
<jolan@encryptedemail.net> | |||
2002-05-29 | Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5). | Mats O Jansson | |
This is needed since eg Swedish type 4 and 5 keyboard has keycodes with different keycodes. eg AltGr and Compose are switched in type 5 compared with type 4. This change will need a new Xserver to allow sun type 5 keyboards. -moj ok miod@ | |||
2002-05-29 | there is no need to store ioaddr/iosize into the softc | Michael Shalayeff | |
2002-05-29 | oops | Michael Shalayeff | |
2002-05-29 | oops | Michael Shalayeff | |
2002-05-29 | regen | Michael Shalayeff | |
2002-05-29 | i830 and 80312 chps; from form@ | Michael Shalayeff | |
2002-05-29 | remove unneeded header. | Federico G. Schwindt | |
2002-05-28 | splbio protection for biodone() | Thierry Deval | |
ok art@ | |||
2002-05-28 | o spaces, tabs, spelling cleanup. | Federico G. Schwindt | |
o remove unneeded headers. o makes this to compile if RASOPS_SMALL is defined. o makes rasops2 to compile. | |||
2002-05-28 | make this compile; jason@ ok. | Federico G. Schwindt | |
2002-05-28 | fix the fms attachment printfs and move out the radio parts to the ↵ | Michael Shalayeff | |
fmsradio.c; from jumbo@ and some fixes from mickey@ | |||
2002-05-28 | regen | Michael Shalayeff | |
2002-05-28 | add an id for nokia c110/c111; attach both w/ the if_wi_pcmcia ↵ | Michael Shalayeff | |
(prism1-prism2 clones, according to linux) | |||
2002-05-27 | typo | Thierry Deval | |
2002-05-27 | sunix is 8x speed serial | Theo de Raadt | |
2002-05-27 | kill unused arc4random_8() API | Theo de Raadt | |
2002-05-24 | More splbio around biodone protection. | Artur Grabowski | |
In these drivers I'm probably using more paranoia than necessary. If you really need to squeeze out the last drop of performance from the fd driver, call me. | |||
2002-05-24 | Make sure that b_iodone handlers are called at splbio (and ↵ | Artur Grabowski | |
splassert(IPL_BIO) in all known callers, just to make sure). | |||
2002-05-24 | protect biodone with splbio. | Artur Grabowski | |
2002-05-24 | protect biodone with splbio (this is the first time the splbio is | Artur Grabowski | |
not really needed, just added to satisfy the assert). | |||
2002-05-24 | Replace a home-grown splassert-like thing with the real stuff. | Artur Grabowski | |
2002-05-23 | Protect biodone calls with splbio. | Artur Grabowski | |
2002-05-23 | sync | Theo de Raadt | |
2002-05-23 | correct pci id for the sunix 8 port puc | Theo de Raadt | |
2002-05-23 | protect biodone with splbio. | Artur Grabowski | |
2002-05-22 | add WSDISPLAY_TYPE_SUNFFB | Jason Wright | |
2002-05-22 | max length of debug variables | Thierry Deval | |
2002-05-22 | regen | Michael Shalayeff | |
2002-05-22 | another 4800 weirdo from cisco; from condor@vcable.net | Michael Shalayeff | |
2002-05-21 | Enable the blanker now that the X stuff is fixed | Jason Wright | |
2002-05-21 | Move enum definitions to global scope. Local scope is meaningless, and | Marc Espie | |
interferes with C99's anonymous stuff. ok millert@ | |||
2002-05-20 | Do not blindly call wsdisplay routines if no wsdisplay device is active | Miod Vallat | |
and the user presses a magic key. ok mickey@ | |||
2002-05-19 | make fsystrace available in systrace.h; keep some more stats. | Niels Provos | |
2002-05-19 | Provide a correct timeout behaviour, fixes some panics people had been | Miod Vallat | |
experienting. Discussed and brought to this shape by art@, drahn@ and myself. | |||
2002-05-18 | when detaching form a process don't forget to remove posted messages. | Niels Provos | |
2002-05-17 | Roll core version. | mjacob | |
Make the firmware pointer no longer a const- since the continuation mailbox code indexes off of this, compilers whine too much. Fix various other definitions. Add a bunch of interrupt related stats. | |||
2002-05-17 | Put in definitions pertinent for f/w crash dumps. | mjacob | |
2002-05-17 | Add new definitions for RIO operation, many new SNS commands, and structures | mjacob | |
(i.e., finally use a real CT Header for responses to nameserver commands). |