summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofcons.c
AgeCommit message (Expand)Author
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
2011-07-26convert to device_t, cfdata_t and CFATTACH_DECL_NEW.mrg
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2009-05-29Pass correct argument to q_to_b().rjs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-03remove extra semicolons.yamt
2008-06-12use device_lookup_private to get softccegger
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-07-09Merge some of the less invasive changes from the vmlocking branch:ad
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
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
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
2001-11-13add RCSIDslukem
2001-08-25Make this compile with -Wmissing-prototypes by adding appropriatematt
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2000-11-02Adapt to the new line discipline scheme.eeh
2000-04-14Fix some callout fallout. Hi Jason!scw
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1998-03-21Replace TS_WOPEN with t_wopen, per mail on tech-kern.mycroft
1998-02-24Several things:mycroft
1998-01-26of_decode_int() the stdin and stdout properties.cgd
1998-01-12Update for config changes.thorpej
1997-04-28DTRT if OF_read() returns 0 when no data is available.mycroft
1997-04-16Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-30PowerPC portws