summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/dev/bugtty.c
AgeCommit message (Expand)Author
2004-05-14Attach a working bugtty device - userland needs at least a console tty.Miod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-08Fix device and console device prototypes.Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2001-11-06-Wall -Werror cleanup.Miod Vallat
2001-06-26Initial import of mvmeppc.Steve Murphree