| Age | Commit message (Expand) | Author |
| 2006-09-01 | s/E2BIG/EFBIG/ for bus_dma(9) errors. this is what every other | mrg |
| 2006-08-23 | make this compile when DEBUG is set | jnemeth |
| 2006-08-18 | Fix wrong prom_getoption() return value checks | martin |
| 2006-07-28 | Remove 'unused variable p'. | hannken |
| 2006-07-26 | Make it compile again | martin |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-07-12 | Initialize batt for gcc 4.x, and while here add $NetBSD$ comment. | gdamore |
| 2006-07-10 | New psm driver for use on Ultrabook IIi. Right now it supports the power | gdamore |
| 2006-07-04 | Initialize the "console screen" once - no matter if we are console or | martin |
| 2006-05-22 | void casts. | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-12 | De-__P. | uwe |
| 2006-04-18 | Invert carrier detect sense, from Jonathan A. Kollasch | martin |
| 2006-04-15 | Remove the getwschar and putwschar accessops from wsdisplay drivers as | jmmv |
| 2006-04-12 | make this compile again | macallan |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Use device_is_a(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-02-25 | Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), | wiz |
| 2006-02-23 | Use device_parent(). | thorpej |
| 2006-02-13 | ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions. | cdi |
| 2006-02-11 | ANSIfication: u_intN_t -> uintN_t, use ANSI function declarations/definitions | cdi |
| 2006-02-01 | Do not assume the bootstrap CPU has UPA id 0 - on some machines it hasn't. | martin |
| 2005-12-17 | Check the PROM stdin path for the string "/usb@0". If we find a match, call | jdc |
| 2005-12-12 | more proc -> lwp conversions. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-24 | bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer. | yamt |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-08-26 | kill some more simple submatch() functions, use config_stdsubmatch() | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-07-19 | use zstty_get_tty_from_dev() instead of using a zstty_softc lookalike hack, | macallan |
| 2005-07-04 | Only set up the console screen on the console ffb. | jdc |
| 2005-05-31 | fixed a stupid typo that chained copycols to itself | macallan |
| 2005-05-31 | added missing ffb_ras_wait() | macallan |
| 2005-05-31 | added support for virtual consoles | macallan |
| 2005-05-31 | - sprinkle const | christos |
| 2005-05-27 | fixed a bug in ffbfb_mmap to make XFree's sunffb driver work, added another | macallan |
| 2005-05-15 | Just ignore (and don't fail) FBIO{S,G}CURSOR. | martin |
| 2005-05-13 | Fill in fb_depth, fb_width, and fb_height in the fb_type info. XFree86 works | mhitch |
| 2005-05-04 | Make ffb take part in the /dev/fbN circus. | martin |
| 2005-05-04 | Ansify. | martin |
| 2005-05-04 | Use ansi function header style consistently. | martin |
| 2005-04-29 | Avoid returning -1 from ffb_ioctl() - we want EPASSTHROUGH or EIO. | martin |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-02-25 | Nuke options RASTERCONSOLE for sparc64 | martin |
| 2004-12-04 | the arguments to BUS_ADDR() are (space, offset), not the other way around. | chs |