summaryrefslogtreecommitdiffstats
path: root/sys/dev/snp
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Include fcntl.h not vnode.h.phk2004-12-221-2/+3
* Walk through the snp softc list instead of abusing tp->ts_c to find thecognet2004-11-051-8/+17
* Hold thread reference while we frob cdevsw.phk2004-09-241-3/+9
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Switch snoop device to using C99 initialization for struct linesw.rwatson2004-07-141-2/+8
* Second half of the dev_t cleanup.phk2004-06-171-7/+7
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-12/+12
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Add clone_setup() function rather than rely on lazy initialization.phk2004-03-111-0/+1
* Don't set d_flags twice. The second setting clobbered D_NOGIANT.bde2004-02-241-2/+1
* Device megapatch 5/6:phk2004-02-211-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 2/6:phk2004-02-211-18/+12
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* msgphk2003-02-261-2/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Declare the snp ioctl()s to work on udev_t, since that is what theytmm2002-11-111-1/+1
* Treat input on the snp device as an `unsigned char'. According to thedd2002-04-101-1/+1
* Remove __P.alfred2002-03-201-7/+7
* Fixes to make select/poll mpsafe.alfred2002-03-141-2/+0
* Make the diagnostics printfs less ugly.dd2002-03-111-4/+6
* Check the return value of tsleep() in snpread(). This may bedd2001-11-241-1/+4
* Return EBUSY if we try to attach to a tty that is already beingdd2001-11-241-0/+2
* Create a snpbasedev variable which holds a reference to the first snpdd2001-11-241-3/+9
* 'error' is now unused, since its only purpose was to catch therwatson2001-11-151-1/+0
* Temporarily disable unloading, as it appears to be broken (read: causesrwatson2001-11-151-0/+2
* o Rely on /dev/snp* permissions, rather than using suser() in snpopen()rwatson2001-11-151-3/+0
* KSE Milestone 2julian2001-09-121-11/+11
* Don't allocate a 512 byte buffer on the stack in snplwrite. It'sdd2001-08-161-5/+12
* Move the kernel stuff out of snoop.h. It was only there because somedd2001-07-251-0/+39
* Keep track of all "struct snoop"'s so that snp_modevent can fail withdd2001-07-181-1/+9
* Add a line discipline close routine which restores some functionalitydd2001-06-051-5/+21
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)dd2001-06-051-111/+127
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.dd2001-06-041-10/+0
* Remove unused includes, use *min() inline functions rather than add2001-06-031-26/+8
* Convert this driver to (ab?)use line disciplines to get the input itdd2001-05-221-17/+84
* Make this driver play ball with devfs(5).dd2001-04-171-3/+19
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove unused #include "snp.h"peter2001-01-291-1/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Unstaticize this driver. You can have as many snoop devices as you cangreen2000-04-021-65/+61
* Remove cdevsw_add() - the make_dev() calls are already there.peter1999-11-181-8/+1
OpenPOWER on IntegriCloud