summaryrefslogtreecommitdiffstats
path: root/sys/dev/snp
Commit message (Expand)AuthorAgeFilesLines
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-0/+3
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.ed2011-06-261-2/+2
* Add ttydisc_rint_simple().ed2009-08-231-8/+3
* Keep this line shorter than 80 columns.ed2009-05-131-2/+2
* Add macros around the sx operations in snp(4).ed2009-05-111-4/+15
* Slightly improve the design of the TTY buffer.ed2009-02-031-1/+0
* Change ttyhook_register() second argument from thread to process pointer.mav2008-12-131-1/+2
* Reintroduce the snp(4) driver.ed2008-11-051-517/+231
* Even though snp(4) in SVN is still broken, remove the unneeded D_NEEDMINOR.ed2008-09-191-1/+1
* Convert the snp(4) driver to use cdevpriv.ed2008-08-151-66/+46
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+1
* Move the check for the snp device being already attached after thekib2007-12-241-11/+6
* Do not allow the SNPSTTY ioctl for the snoop device that has a ttykib2007-12-031-0/+3
* Adopt snp to the destroy_dev_sched() KPI after reverting of destroy_dev()kib2007-07-051-8/+9
* Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from snp clone handler.kib2007-07-031-3/+4
* Switch to ANSI function declarations.rodrigc2007-03-231-54/+16
* Restore the ability to detach from a tty via SIOCSTTY and documentru2005-09-191-5/+5
* Slightly change the API for the SNPSTTY ioctl so that the userland nowcognet2005-09-181-5/+14
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-2/+3
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-1/+3
* Disable two users of findcdev. They do the wrong thing now and willphk2005-03-151-0/+4
* 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
OpenPOWER on IntegriCloud