| Age | Commit message (Expand) | Author |
| 2023-04-11 | evbarm/plcom(4): Note ttylock in comment, not tty_lock. | riastradh |
| 2023-04-11 | evbarm/plcom(4): Sync some recent changes from com(4). | riastradh |
| 2023-01-24 | Add support for FIFOs and hardware flow-control to plcom driver. | mlelstv |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-09-27 | malloc -> kmem | skrll |
| 2021-10-20 | - microtime -> microuptime | jmcneill |
| 2021-10-17 | plcom: speed up close with HUPCL set | jmcneill |
| 2020-10-19 | remove superfluous parentheses in PREAD4/PWRITE4 macros | tnn |
| 2020-04-25 | plcom_common_putc: do not wait for FIFO to train after writing data | jmcneill |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-07-23 | Add cn_halt function, disable interrupts when halting | jmcneill |
| 2019-07-23 | Don't busy wait for a character in plcom_common_getc, but instead | skrll |
| 2019-07-23 | Trailing whitespace | skrll |
| 2018-10-23 | Fix blank line printed at attach on ACPI | jmcneill |
| 2018-10-12 | Don't write FBRD/IBRD if ref clk frequency is unknown | jmcneill |
| 2018-10-12 | If rate or frequency are unspecified, assume "use firmware configuration" for... | jmcneill |
| 2017-11-07 | Fix the "wait for any pending transmission to finish" - doesn't really | skrll |
| 2015-04-13 | MD rnd.h cleanups. Please let me know if I broke anything! | riastradh |
| 2014-11-15 | centralize the call unit / dialout macros | christos |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-12-14 | Sprinkle __unused. | skrll |
| 2013-09-05 | Whitespace | skrll |
| 2013-05-01 | For a polled console incoming characters are buffered on output. | mlelstv |
| 2013-03-03 | fix build for KGDB | mlelstv |
| 2012-10-10 | Fix #if 0'ed code. | skrll |
| 2012-08-17 | Backout previous - it breaks rpi console for me and jak. | skrll |
| 2012-08-12 | Improve support for transmit fifo support for plcom. | reinoud |
| 2012-07-25 | Add support for the PL011 to plcom. Pull across a bunch of fixes from | skrll |
| 2012-07-05 | Fix locking botch introduced in 1.36. | skrll |
| 2012-05-20 | device_t/softc split | skrll |
| 2012-05-20 | DOH. Replace a line that got accidently deleted in the last commit. | skrll |
| 2012-05-20 | Replace the simple_lock with a kmutex_t. Update the locking to match | skrll |
| 2012-05-14 | Rename register values. No functional change - same code before and after. | skrll |
| 2012-04-06 | avoid warning with options PLCOM_DEBUG for INTEGRATOR. | bsh |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2009-12-06 | Simplify the device-activation hook. Move some of the device | dyoung |
| 2009-11-21 | Use lwp_getpcb() on ARM (and acorn26/32), clean from struct user usage. | rmind |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-21 | Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE. | ad |
| 2008-01-05 | Make compile. | ad |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-11 | Remove a spurious brace. | he |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |