Age | Commit message (Expand) | Author |
2000-10-16 | Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions. | mjacob |
2000-09-21 | initialize sc_link.openings to it's (currently) default value of 4 | Michael Shalayeff |
2000-09-18 | fix reversed muting; patch from: jason@ | Brad Smith |
2000-07-14 | on a SparcStation Voyager, the 2nd zs device does not exist. | Theo de Raadt |
2000-07-11 | NKDD? no -- NKBD, bad mjacob | Theo de Raadt |
2000-07-07 | Fix some spl handling. | Artur Grabowski |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson |
2000-07-06 | Use isp_handle_index functions. Reorder when things get | mjacob |
2000-07-05 | Fix spl-handling in cnstart. | Artur Grabowski |
2000-07-05 | Change splsoftclock to spltty. spltty is probably too paranoid, but it's | Artur Grabowski |
2000-07-05 | OpenBSD-tag | Artur Grabowski |
2000-07-04 | missing splx | Artur Grabowski |
2000-07-04 | Missing splx. | Artur Grabowski |
2000-06-28 | look in kbd.h to see whether we have configured a keyboard | mjacob |
2000-06-18 | don't reset the chip on NORXD, and certainly don't print a message about it | Jason Wright |
2000-06-18 | remove unused junk | Jason Wright |
2000-06-18 | hmm, you'd never know these started out as if_ie.c.... | Jason Wright |
2000-06-12 | move cfdriver to ncr53c9x.c and device declaration to conf/files. | Federico G. Schwindt |
2000-06-02 | rework interrupt handling completely, and be more careful with the CD180 | Jason Wright |
2000-05-18 | add machdep.vsyncblank sysctl for controlling whether vsync is disabled | Jason Wright |
2000-03-22 | allow opening of the fga char device | Jason Wright |
2000-03-03 | $OpenBSD$ | Todd T. Fries |
2000-02-20 | Add support for CDBs > 12 bytes. | mjacob |
2000-01-09 | Do the bootpath_store dance so we can boot off of a disk attached | mjacob |
1999-12-10 | fix rx mbuf allocation | Jason Wright |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way | Jason Wright |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jason Wright |
1999-12-08 | make sure video timing is enabled (not always done by prom); NetBSD. | Jason Wright |
1999-11-22 | Far too many things to note- a complete new revision coming in. | mjacob |
1999-09-20 | delay for longer after each zsputc | Theo de Raadt |
1999-09-10 | roundup(foo, NBPG) -> round_page(foo) | Artur Grabowski |
1999-09-07 | print pri | Jason Wright |
1999-09-07 | add tadpole microcontroller device driver; from NetBSD | Jason Wright |
1999-09-06 | unbreak things after the pmap_enter change | Artur Grabowski |
1999-09-06 | remove debugging cruft | Jason Wright |
1999-09-06 | p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd's | Jason Wright |
1999-09-05 | use small font if size <= 800x600 (was if size < 800x600) | Jason Wright |
1999-09-05 | support for the "short" mouse protocol on tadpole; from netbsd | Jason Wright |
1999-08-29 | simplfy attachment of fvme children | Jason Wright |
1999-08-20 | uninitialized variable; art@ | Jason Wright |
1999-08-06 | reformat and simplify a little | Jason Wright |
1999-08-06 | take advantage of new interrupt handler #ifdef AUDIO_C_HANDLER | Jason Wright |
1999-07-25 | move around ioctl definitions | Jason Wright |
1999-07-23 | Drivers for the FORCE CPU-5V: | Jason Wright |
1999-07-20 | add support for "floating accent" and compose. -moj | Mats O Jansson |
1999-07-18 | print layout as %x, to match kbd(8) | Theo de Raadt |
1999-07-18 | Add code to support none us keyboards in kernel. -moj | Mats O Jansson |
1999-07-09 | vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t | Artur Grabowski |
1999-07-05 | but make it work for multiple cards... i think | Theo de Raadt |
1999-07-05 | calculate ca_offset correctly | Theo de Raadt |