| Age | Commit message (Expand) | Author |
| 2007-12-04 | Adapt sun68k ports to recent interrupt handling changes. | tsutsui |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-09 | Call zs_lock_init() to set up the chanstate's lock. | ad |
| 2007-10-21 | Move declaration of kd_later() up before the first use. | he |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-23 | Fix a warning from gcc 4 about stripping the volatile qualifier by a cast | hauke |
| 2007-03-11 | Print correct softipl number. | tsutsui |
| 2007-03-11 | Fix a comment. | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-16 | More spllowersoftclock() fallout. | ad |
| 2006-10-05 | Remove incorrect comment. | tsutsui |
| 2006-10-03 | - change find_prom_map() to take paddr_t and return vaddr_t rather than | tsutsui |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks! | elad |
| 2006-10-01 | First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: | tsutsui |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-28 | Use device_is_a(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-06-19 | Move common Sun ID PROM definitions into <dev/sun/idprom.h>. | thorpej |
| 2005-06-03 | Add const. | tsutsui |
| 2005-06-03 | Fix shadowing variable warning. | tsutsui |
| 2005-06-03 | Add const. | tsutsui |
| 2005-01-22 | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t. | chs |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2003-12-04 | NetBSD.ORG -> NetBSD.org | keihan |
| 2003-10-30 | This driver was broken by bouyer on 2003/01/20. | mycroft |
| 2003-08-25 | Undo previous as it broke things. | uwe |
| 2003-08-24 | #include "opt_rcons.h" | uwe |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-01-28 | Provide locking required by the interrupt handlers running at IPL_SERIAL. | pk |
| 2003-01-20 | bzero the part of the buffer used to pad the packet to | bouyer |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-12-13 | bcopy -> memcpy, bzero -> memset | fredette |
| 2002-10-23 | g/c cons_ocount, it's not used by anything | jdolecek |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-10 | Pass a struct cons_channel * to cc_iclose, not a struct kbd_softc *. | martin |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |