summaryrefslogtreecommitdiffstats
path: root/drivers/char/pty.c
Commit message (Expand)AuthorAgeFilesLines
* pty: simplify unix98 allocationAlan Cox2008-10-131-11/+7
* pty: Fix allocation failure double freeAlan Cox2008-10-131-2/+0
* pty: Coding style and polishAlan Cox2008-10-131-42/+44
* Add an instance parameter devpts interfacesSukadev Bhattiprolu2008-10-131-8/+10
* tty: extract the pty init time special casesAlan Cox2008-10-131-12/+114
* tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox2008-10-131-2/+4
* tty: More driver operationsAlan Cox2008-10-131-0/+16
* tty: kref the tty driver objectAlan Cox2008-10-131-1/+4
* tty: Clean up the tty_init_dev changes furtherAlan Cox2008-10-131-1/+48
* tty: Remove more special casing and out of place codeAlan Cox2008-10-131-0/+78
* tty: shutdown methodAlan Cox2008-10-131-4/+11
* tty: Ldisc revampAlan Cox2008-07-201-5/+5
* pty: prepare for tty->ops changesAlan Cox2008-04-301-3/+26
* tty: BKL pushdownAlan Cox2008-04-301-0/+3
* sysctl: simplify the pty sysctl logicEric W. Biederman2007-10-181-1/+23
* PTY: add kernel parameter to overwrite legacy pty countKay Sievers2007-10-121-2/+7
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-1/+9
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-6/+2
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-2/+2
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-2/+0
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-281-1/+1
|/
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-2/+2
* [PATCH] pty_chars_in_buffer oops fixJason Baron2005-09-091-3/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+412