| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind | |
| consistency. Remove some unnecessary malloc.h inclusions as well. | |||
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind | |
| 2009-04-16 | - remove an extra decl of cn_tab, which is in <dev/cons.h> | tsutsui | |
| - some KNF | |||
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl | |
| There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.) | |||
| 2009-02-28 | Return EIO rather than getting an infinite loop in the nullcons read function | tsutsui | |
| so that getty(8) against nullcons console fails properly. Problem on Cobalt Qube2700 reported by Wolfgang Solfrank on port-cobalt. | |||
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin | |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos | |
| 2005-12-11 | merge ktrace-lwp. | christos | |
| 2005-02-27 | nuke trailing whitespace | perry | |
| 2005-02-04 | de-__P | perry | |
| 2003-10-17 | Introduce null console. This pseudo device acts as a normal console with the | cdi | |
| exception that it discards any output, and is useful for booting the kernel on headless boxes. | |||
