| Age | Commit message (Expand) | Author |
| 2022-02-16 | powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks. | riastradh |
| 2022-02-13 | PR port-macppc/56091: on G5 macs we currently can not easily make | martin |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-03-05 | Convert to intr_establish_xname(). | rin |
| 2011-06-30 | Modify mapiodev to take a third argument indicating whether the space | matt |
| 2009-10-27 | Drop 3rd and 4th clauses. Approved by gwr@ and wrstuden@ (copyright | snj |
| 2008-12-07 | Fix attach messages. (extra colons, misplaced newline etc.) | tsutsui |
| 2008-06-13 | use device_lookup_private to get softc | cegger |
| 2008-03-29 | Split softc and device_t for zsc(4) and its children. | tsutsui |
| 2007-11-19 | Use the softint API. | ad |
| 2007-11-09 | Call zs_lock_init() to set up the chanstate's lock. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-24 | s/independant/independent/, from Zafer. | wiz |
| 2006-11-02 | Remove a function declaration of zssoft() which was | tsutsui |
| 2006-11-02 | Pass zsc_softc to zshard() directly rather than searching it in zshard(). | tsutsui |
| 2006-11-02 | macppc always defines __HAVE_GENERIC_SOFT_INTERRUPTS, | tsutsui |
| 2006-08-15 | back out previous commit since it breaks console output when not using a | macallan |
| 2006-08-05 | 1st cut of Powermac G5 support (uses bridge mode). | sanjayl |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-03 | cleanup const/volatile/shadowing | matt |
| 2005-01-24 | Initialize zsconschannel to -1 so that it can't matched unless zscninit | matt |
| 2005-01-10 | use a global variable to ensure that only one instance is configured | chs |
| 2005-01-10 | de-__P, remove register, ansify. | chs |
| 2004-03-24 | Add latent generic soft interrupt support. | matt |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-02-15 | Add prototypes for ZS_TXDMA functions. | tsutsui |
| 2003-01-28 | Provide locking required by the interrupt handlers running at IPL_SERIAL. | pk |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-01-06 | add support for kgdb over zs | dbj |
| 2001-07-22 | bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. | wiz |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-06-08 | Make macppc compile by default with -Wall -Wmissing-prototype in addition | matt |
| 2000-06-07 | * Access hardware directly in zscn* instead of calling OF. | tsubai |
| 2000-03-06 | - Implement cnbell() -- ring the console bell. The cn_bell entrypoint | thorpej |
| 2000-02-27 | Don't use hardcoded speed value when this is a console. Instead, read | tsubai |
| 1999-03-23 | Oops. macppc doesn't use PCLK as a baud rate source. | wrstuden |
| 1999-02-11 | Minor cleanup. | mycroft |
| 1999-02-03 | Don't set DCD_IE in the frontends. KGDB doesn't even use DCD, and the tty | mycroft |
| 1998-12-29 | Fix a bug of last change. | tsubai |
| 1998-12-28 | Use "interrupt" property if "AAPL,interrupt" is not found. | tsubai |
| 1998-09-09 | Turn on support for 115,200 and 230,400 baud. Should work, but might | wrstuden |