Age | Commit message (Expand) | Author |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-12-27 | Make the mvme188 interrupt handling closer to the aviion interrupt handling: | Miod Vallat |
2007-05-19 | Silence a diagnostic message in multiprocessor kernels, it makes things worse. | Miod Vallat |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat |
2006-04-17 | Oops, removed a safety check in dartopen() in previous commit by mistake. | Miod Vallat |
2006-04-15 | Access to the DART registers using bus_space instead of our own memory | Miod Vallat |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-10-13 | Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusive | Miod Vallat |
2005-04-30 | Remove disabled code which would disable all interrupts rather than switch | Miod Vallat |
2004-11-13 | Let the chip settle for a bit more time between trying to output two | Miod Vallat |
2004-08-24 | Oops, unbreak dartcngetc(). | Miod Vallat |
2004-08-19 | Fix (well, rewrite) the start() logic - not only would it eat characters, | Miod Vallat |
2004-08-02 | More include files cleaning: | Miod Vallat |
2004-07-31 | Always claim dart interrupts, even if they report disabled conditions, but | Miod Vallat |
2004-07-30 | Move evcount structures inside struct intrhand, this makes more sense and | Miod Vallat |
2004-07-23 | Better fix for the ttymodem issue. | Miod Vallat |
2004-07-23 | Be more careful when handling interrupts - especially the first one after | Miod Vallat |
2004-07-02 | Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now. | Miod Vallat |
2004-04-24 | Preliminary switch to an mvme88k bus_space world. Not all drivers have been | Miod Vallat |
2004-04-16 | Do not register console as CN_NORMAL priority if we are not in cdevsw[]. | Miod Vallat |
2004-04-15 | constify baud rate to hardware parameters structures. | Miod Vallat |
2004-02-11 | Keep using the BUG as the console device until autoconf is over, rather | Miod Vallat |
2004-02-10 | Check for the device existence in cnprobe() as done in match(), to be sure | Miod Vallat |
2004-02-10 | Fix cnprobe() and cninit() prototypes. | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2003-10-23 | No dependency on NDART needed here. | Miod Vallat |
2003-10-11 | Nuke trailing whitespace. | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-28 | Be sure to invoke tty_attach() after ttymalloc(). | Miod Vallat |
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat |
2003-08-21 | Bounds checking, prevents ioctls to non-existing dart devices from panic'ing | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-12 | Use spltty() instead of rolling our own expanded version. | Miod Vallat |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-04-28 | Use the prototypes defined via cdev_decl() macros, instead of rolling our | Miod Vallat |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | Introduce brdtyp and change what cputyp means. | Steve Murphree |
2001-12-16 | Revert the mvme88k to 20011212. Recent changes had not been merged correctly, | Miod Vallat |
2001-12-13 | Support for MVME197 completed. Fix SPL defs. | Steve Murphree |
2001-08-31 | I should get more sleep. | Miod Vallat |
2001-08-31 | Clean the DDB entry procedure for all console drivers, and honour | Miod Vallat |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat |
2001-08-24 | Pass a dev_t where a dev_t is expected. | Miod Vallat |
2001-08-24 | No newline at the end of panic messages. | Miod Vallat |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-03-09 | kernel will compile with -Werror. Added intr.h | Steve Murphree |