aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/n_hdlc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman1-1007/+0
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-8/+8
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-22tty: n_hdlc add buffer flushingPaul Fulghum1-9/+37
2009-06-11tty: rewrite the ldisc lockingAlan Cox1-2/+2
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox1-1/+1
2008-07-22n_hdlc: honor O_NONBLOCK on writePaul Fulghum1-0/+4
2008-07-20tty: Ldisc revampAlan Cox1-3/+3
2008-04-30tty: The big operations reworkAlan Cox1-7/+4
2008-04-30tty: BKL pushdownAlan Cox1-6/+18
2008-04-28drivers: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2007-10-17n_hdlc.c: fix check-after-useAdrian Bunk1-1/+1
2007-07-16Char: n_hdlc, allow RESTARTSYS retval of tty writeJiri Slaby1-1/+6
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutexAlan Cox1-4/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[PATCH] n_hdlc.c: remove unused declarationGrant Coady1-1/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-17/+1
2006-01-03s/retreiv/retriev/gMatt Mackall1-1/+1
2005-11-07[PATCH] kfree cleanup: drivers/charJesper Juhl1-2/+1
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+978