Age | Commit message (Expand) | Author |
2004-03-03 | The socket number diagnostic check was simply crying out for unsigned | Miod Vallat |
2004-03-02 | Rework the card insertion/removal detection logic: | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-01 | The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterly | Miod Vallat |
2003-07-25 | remove extra arg to printf | Jason Wright |
2003-07-15 | ansi | Jason Wright |
2003-07-07 | ansify and remove statics | Jason Wright |
2003-07-03 | ansify | Jason Wright |
2003-07-03 | ansify | Jason Wright |
2003-06-27 | ansi functions | Jason Wright |
2003-06-27 | These don't need linear mappings either. | Jason Wright |
2003-06-27 | Don't need LINEAR mappings. | Jason Wright |
2003-06-25 | fix #if/ifdef issue and use u_int16_t instead of int where appropriate | Michael Shalayeff |
2003-06-25 | Typo police: attribute is better written with an 'r'. | Miod Vallat |
2003-06-25 | Acknowledge the status interrupt in some odd and usually rare cases, which | Miod Vallat |
2003-06-25 | mimic delays pattern from i82365 on socket enable. actually pull the reset li... | Michael Shalayeff |
2003-06-25 | fix all the _BITS and their use | Michael Shalayeff |
2003-06-25 | Let the stp driver use different bus_space_tag_t for its own device access, | Miod Vallat |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim |
2003-06-23 | Split the stp driver into its core, and md attachment routines, and provide | Miod Vallat |
2003-06-18 | Switch to fbxxx() API. | Miod Vallat |
2003-06-17 | A few typos in the Bt initialisation sequence were introduced in 1.29, and | Miod Vallat |
2003-06-05 | 3/4 knockout for peter galbavy | Theo de Raadt |
2003-06-02 | Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo). | Jason Wright |
2003-05-31 | real register definitions for the brooktree 451/457/458 on the cgsix and | Jason Wright |
2003-05-14 | Silence the "lost carrier on FOO port" messages when the port has been set | Miod Vallat |
2003-05-14 | Make the "slot" and "offset" locators for sbus drivers optional in | Miod Vallat |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-03-28 | Fix the color inversion of the cursor (now it's not a solid block of black =) | Jason Wright |
2003-03-28 | more register defns (from linux) | Jason Wright |
2003-03-28 | Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWN | Jason Wright |
2003-03-28 | If console acceleration was not enabled, do not reinitialize the blitter | Miod Vallat |
2003-03-27 | map vid mem based on linebytes and height | Jason Wright |
2003-03-27 | Whoops, the rest of the *CURS* ioctl support | Jason Wright |
2003-03-27 | add support for *CURS* ioctls | Jason Wright |
2003-03-27 | don't need linear maps here either | Jason Wright |
2003-03-27 | map the vid mem based on linebytes and height | Jason Wright |
2003-03-27 | const and static cleaning | Jason Wright |
2003-03-27 | Don't need linear mappings in here. | Jason Wright |
2003-03-20 | Compute linebytes and such earlier and use them to decide how much | Jason Wright |
2003-03-05 | make sure asi and sasi are set in the bustag. Fixes the le@lebuffer problem | Jason Wright |
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim |
2003-02-14 | always need softintr after rxexception (avoids uninitialized variable); point... | Jason Wright |
2003-02-12 | Labels must be followed by a statement. (Pointed out by gcc3.) | Henric Jungheim |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-02-09 | make ESP_SBUS_DEBUG compile | Jason Wright |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-04 | simplify format setup | Jason Wright |