Age | Commit message (Expand) | Author |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-11-24 | Prefer vaddr_t and paddr_t types in device softc, instead of void * and | Miod Vallat |
2004-08-09 | Unbreak RAMDISK; deraadt | Miod Vallat |
2004-07-31 | Always reset the cd2400 chip if console, and do not partially reprogram | Miod Vallat |
2004-07-30 | Move struct evcount inside struct intrhand, and modernize intrhand | Miod Vallat |
2004-07-30 | Switch mvme68k to evcount interrupt counters. | Miod Vallat |
2004-07-02 | Remove unused code, per mvme88k. | Miod Vallat |
2004-07-02 | Kill ca_master in autoconf structures. Drivers either only attach to one | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2003-12-20 | Passl -Wformat. Fix some blatant -Wuninitialized errors as well. | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | license cleanup of my files | Theo de Raadt |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-06-11 | cnputc() routines are void, not int. | Miod Vallat |
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2001-06-27 | recieve -> receive | Nathan Binkert |
2000-07-06 | Make the handling of going into ddb from the console more like the | Artur Grabowski |
2000-03-26 | callout.h is gone | Theo de Raadt |
2000-01-25 | fix dmesg print | Theo de Raadt |
2000-01-06 | Added support for MVME177 (mc68060) | Steve Murphree |
1999-10-04 | Fixed garbled dmesg. | Steve Murphree |
1997-07-27 | time_t is not long | Theo de Raadt |
1997-04-02 | add off-level character recieve. | Dale S. Rahn |
1996-06-11 | tty_attach() | Theo de Raadt |
1996-06-11 | use void * for pa/va instead of caddr_t | Theo de Raadt |
1996-05-10 | Add some code bulletproofing, I have had this around for some time | Dale S. Rahn |
1996-05-07 | delete impossible to reach code, use more defined constants | Theo de Raadt |
1996-04-28 | cfattach/cfdriver split | Theo de Raadt |
1995-12-16 | Two changes are made in this checkin. | Dale S. Rahn |
1995-12-01 | we cannot jump into ddb until the interrupt has been acknowledged to the | Theo de Raadt |
1995-12-01 | previous verbosity patch was wrong | Theo de Raadt |
1995-12-01 | add CONSOLEBREAKDDB support. also be less verbose at boot.. | Theo de Raadt |
1995-12-01 | fixed ddb, improved fifo handling, new still-not-working dma support | Theo de Raadt |
1995-11-19 | in clcninit: we need to use IIOV to convert the physical address of | chuck |
1995-11-07 | $Id$ throughout | Theo de Raadt |
1995-10-29 | fixes from dale | Theo de Raadt |
1995-10-18 | mvme68k port by me. some parts by dale rahn. | Theo de Raadt |