aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/pty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-2/+2
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-8/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-30pty: reconnect the BSD TIOCSPTLCK handling to legacy ptysLinus Torvalds1-21/+26
2009-09-18pty_write: don't do a tty_wakeup() when the buffers are fullLinus Torvalds1-2/+4
2009-09-05pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Linus Torvalds1-9/+1
2009-08-10pty: fix data loss when stopped (^S/^Q)Linus Torvalds1-0/+2
2009-07-29pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi1-2/+0
2009-07-27pty: quickfix for the pty ENXIO timing problemsAlan Cox1-0/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-07-08pty: Rework the pty layer to use the normal buffering logicAlan Cox1-95/+59
2009-06-16pty: Narrow the race on ldisc lockingAlan Cox1-13/+40
2009-06-11tty: rewrite the ldisc lockingAlan Cox1-5/+5
2009-06-11pty: Fix a commentAlan Cox1-1/+0
2009-01-12pty: Fix documentationAlan Cox1-3/+1
2009-01-08Make various things staticRoel Kluin1-1/+1
2009-01-02tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need toAlan Cox1-3/+0
2009-01-02pty: simplify resizeAlan Cox1-1/+53
2008-10-13pty: simplify unix98 allocationAlan Cox1-11/+7
2008-10-13pty: Fix allocation failure double freeAlan Cox1-2/+0
2008-10-13pty: Coding style and polishAlan Cox1-42/+44
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu1-8/+10
2008-10-13tty: extract the pty init time special casesAlan Cox1-12/+114
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox1-2/+4
2008-10-13tty: More driver operationsAlan Cox1-0/+16
2008-10-13tty: kref the tty driver objectAlan Cox1-1/+4
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox1-1/+48
2008-10-13tty: Remove more special casing and out of place codeAlan Cox1-0/+78
2008-10-13tty: shutdown methodAlan Cox1-4/+11
2008-07-20tty: Ldisc revampAlan Cox1-5/+5
2008-04-30pty: prepare for tty->ops changesAlan Cox1-3/+26
2008-04-30tty: BKL pushdownAlan Cox1-0/+3
2007-10-18sysctl: simplify the pty sysctl logicEric W. Biederman1-1/+23
2007-10-12PTY: add kernel parameter to overwrite legacy pty countKay Sievers1-2/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+9
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-6/+2
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum1-1/+1
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-2/+2
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-2/+2
2005-09-09[PATCH] pty_chars_in_buffer oops fixJason Baron1-3/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+412