aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/pty.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2009-12-11tty: push the BKL down into the handlers a bitGravatar Alan Cox 1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-2/+2
2009-11-12sysctl drivers: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-8/+2
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-09-30pty: reconnect the BSD TIOCSPTLCK handling to legacy ptysGravatar Linus Torvalds 1-21/+26
2009-09-18pty_write: don't do a tty_wakeup() when the buffers are fullGravatar Linus Torvalds 1-2/+4
2009-09-05pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Gravatar Linus Torvalds 1-9/+1
2009-08-10pty: fix data loss when stopped (^S/^Q)Gravatar Linus Torvalds 1-0/+2
2009-07-29pty: avoid forcing 'low_latency' tty flagGravatar OGAWA Hirofumi 1-2/+0
2009-07-27pty: quickfix for the pty ENXIO timing problemsGravatar Alan Cox 1-0/+2
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-07-08pty: Rework the pty layer to use the normal buffering logicGravatar Alan Cox 1-95/+59
2009-06-16pty: Narrow the race on ldisc lockingGravatar Alan Cox 1-13/+40
2009-06-11tty: rewrite the ldisc lockingGravatar Alan Cox 1-5/+5
2009-06-11pty: Fix a commentGravatar Alan Cox 1-1/+0
2009-01-12pty: Fix documentationGravatar Alan Cox 1-3/+1
2009-01-08Make various things staticGravatar Roel Kluin 1-1/+1
2009-01-02tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need toGravatar Alan Cox 1-3/+0
2009-01-02pty: simplify resizeGravatar Alan Cox 1-1/+53
2008-10-13pty: simplify unix98 allocationGravatar Alan Cox 1-11/+7
2008-10-13pty: Fix allocation failure double freeGravatar Alan Cox 1-2/+0
2008-10-13pty: Coding style and polishGravatar Alan Cox 1-42/+44
2008-10-13Add an instance parameter devpts interfacesGravatar Sukadev Bhattiprolu 1-8/+10
2008-10-13tty: extract the pty init time special casesGravatar Alan Cox 1-12/+114
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRGravatar Alan Cox 1-2/+4
2008-10-13tty: More driver operationsGravatar Alan Cox 1-0/+16
2008-10-13tty: kref the tty driver objectGravatar Alan Cox 1-1/+4
2008-10-13tty: Clean up the tty_init_dev changes furtherGravatar Alan Cox 1-1/+48
2008-10-13tty: Remove more special casing and out of place codeGravatar Alan Cox 1-0/+78
2008-10-13tty: shutdown methodGravatar Alan Cox 1-4/+11
2008-07-20tty: Ldisc revampGravatar Alan Cox 1-5/+5
2008-04-30pty: prepare for tty->ops changesGravatar Alan Cox 1-3/+26
2008-04-30tty: BKL pushdownGravatar Alan Cox 1-0/+3
2007-10-18sysctl: simplify the pty sysctl logicGravatar Eric W. Biederman 1-1/+23
2007-10-12PTY: add kernel parameter to overwrite legacy pty countGravatar Kay Sievers 1-2/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-1/+9
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Gravatar Linus Torvalds 1-6/+2
2006-06-28[PATCH] remove TTY_DONT_FLIPGravatar Paul Fulghum 1-1/+1
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGravatar Greg Kroah-Hartman 1-2/+2
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-2/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGravatar Greg Kroah-Hartman 1-1/+0
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-2/+2
2005-09-09[PATCH] pty_chars_in_buffer oops fixGravatar Jason Baron 1-3/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+412