summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/biconsdev.c
AgeCommit message (Expand)Author
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-15- include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *ichiro
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-02when bootinfo has no framebuffer information, don't attach bicons.uch
2001-11-13add RCSIDlukem
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-02-09add hpcmips/hpcsh common device directoryuch