| Age | Commit message (Expand) | Author |
| 2014-11-17 | PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros | christos |
| 2014-11-15 | centralize the call unit / dialout macros | christos |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-07-05 | Appease gcc48 -Wunused-but-set-variable warning. | tsutsui |
| 2014-03-29 | Make sure to acquire proc_lock mutex on calling psignal(9) in EV_WAKEUP(). | tsutsui |
| 2014-03-26 | kill sprintf | christos |
| 2014-03-24 | - remove unused | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-19 | Fix kernel crash when a user tries to switch to nonexistent terminal. | tsutsui |
| 2013-01-26 | use sizeof(buffer) - 1, not sizeof(buffer - 1) | apb |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-06-30 | Fix buffer overrun (off by one). PR port-atari/42717 | tsutsui |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2011-10-04 | expand the attr array to hold all the bytes we store in it. | chs |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-10 | Split device_t/softc. Compile test only. | tsutsui |
| 2011-06-05 | A few missed device_t, cfdata_t cleanups | matt |
| 2011-06-05 | Split device_t/softc. Also rename some softc variables. Tested on TT030. | tsutsui |
| 2011-06-05 | Split device_t/softc. No crash on TT030. | tsutsui |
| 2011-06-05 | - use CFATTACH_DECL_NEW() (no softc) | tsutsui |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-04-17 | extern inline -> static inline | tsutsui |
| 2010-04-13 | Misc KNF and cosmetics. | tsutsui |
| 2010-04-13 | Misc KNF. | tsutsui |
| 2010-04-13 | Misc KNF. | tsutsui |
| 2010-04-13 | Include "ioconf.h" to declare struct cfdriver foo_cd. | tsutsui |
| 2010-04-12 | Replace old MD sicallback functions with MI softint(9). | tsutsui |
| 2010-04-12 | - more cosmetics | tsutsui |
| 2010-04-12 | KNF and cosmetics. | tsutsui |
| 2010-04-10 | Always schedule callback functions via add_sicallback(), | tsutsui |
| 2010-04-10 | Make local functions static. | tsutsui |
| 2010-04-09 | - establish zs interrupts via common intr_establish() function rather than | tsutsui |
| 2010-04-09 | minor constify | tsutsui |
| 2010-04-09 | More KNF. | tsutsui |
| 2010-04-09 | Split device_t/softc. | tsutsui |
| 2010-04-09 | Rename variables and members of softc for readability. | tsutsui |
| 2010-04-09 | Remove unnecessary volatile keyword against struct zschan. | tsutsui |
| 2010-04-09 | - misc KNF | tsutsui |
| 2010-04-09 | Include ioconf.h for struct cfdriver. | tsutsui |
| 2010-04-09 | minor constify | tsutsui |
| 2010-04-09 | Make options SERCONSOLE (force serial console if DCD is detected) | tsutsui |