# bootpef/Makefile # $Id: Makefile,v 1.3 1994/12/22 11:33:12 cgd Exp $ PROG= bootpef SRCDIR= ${.CURDIR}/../bootpd CFLAGS+= -DETC_ETHERS -DDEBUG -I${SRCDIR} .PATH: ${SRCDIR} SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c \ lookup.c hwaddr.c report.c tzone.c MAN= bootpef.8 .include ogo' rowspan='2'>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/qbus/dl.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-06-11use device_lookup_private() to get the softc -- while device/softcdrochner
2008-05-27PR kern/38763 "hanging in tty" bugfix breaks the build for vax (andad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
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-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-02-26White space nits.simonb
2004-03-22Move my copyright notice to the 3-clause UCB licence.bjh21
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
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-25Don't include <sys/map.h>.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-05-26Use cdev_decl() instead of local prototyping.ragge
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-03-31Remove unnecessary test of tp->t_linesw against NULL; they are resultsenami
2000-11-02Adapt to the new line discipline scheme.eeh
2000-06-05Adjust to new evcnt stuff.matt
2000-06-04More event counter stuff. Plus a little cruft cleanup while doing it.matt
2000-03-30Remove register declarations.augustss
2000-01-24Revamp the VAX interrupt handling code. Make it compatible with all thematt
1999-06-06Fix map register/DMA wait queues.ragge
1999-05-27Moved from ../dec/qbus/dl.c,vragge