aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/pty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-25Fix possible pty line discipline race.Linus Torvalds1-2/+4
2005-01-10[PATCH] drivers/char/: misc cleanupsAdrian Bunk1-1/+1
2004-12-18[PATCH] Fix a race condition in pty.cZou Nanhai1-1/+1
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds1-39/+6
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk1-1/+1
2004-09-29[PATCH] tty locking cleanup and fixesAlan Cox1-4/+5
2004-08-23[PATCH] reduce pty.c ifdef clutterChristoph Hellwig1-92/+70
2004-06-30[PATCH] sparse: NULL vs 0 - drivers/char/*Mika Kukkonen1-2/+2
2004-05-28[PATCH] sparse: trivial part of drivers/char __user annotationAlexander Viro1-5/+5
2004-02-22[PATCH] dynamic pty allocationAndrew Morton1-11/+58
2003-09-23[PATCH] switch remaining serial drivers to initcallsAndrew Morton1-1/+2
2003-09-03[PATCH] devfs pty fixAndrew Morton1-1/+1
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-109/+99
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-24/+0
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-2/+0
2003-06-05[PATCH] Fix tty devfs messAndrew Morton1-8/+2
2003-04-23[PATCH] tty cleanups (12/12)Alexander Viro1-62/+48
2003-04-23[PATCH] tty cleanups (11/12)Alexander Viro1-1/+1
2003-04-23[PATCH] tty cleanups (7/12)Alexander Viro1-3/+3
2003-04-23[PATCH] tty cleanups (6/12)Alexander Viro1-5/+3
2003-04-23[PATCH] tty cleanups (2/12)Alexander Viro1-7/+7
2003-04-23[PATCH] tty cleanups (1/12)Alexander Viro1-5/+1
2003-04-16[PATCH] make devpts filesystem mandatory even for CONFIG_DEVFSChristoph Hellwig1-8/+0
2003-04-01[PATCH] [PATCH 2.5.63] pty tty_driver add .owner field remove MOD_INC_DEC_USE...Rusty Russell1-0/+1
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig1-1/+1
2002-12-29TTY: replace MIN and MAX macro usages with min() and max()Greg Kroah-Hartman1-3/+1
2002-12-29TTY: Change tty_*register_devfs() to tty_*register_device()Greg Kroah-Hartman1-1/+2
2002-10-07[PATCH] TTY_DO_WRITE_WAKEUPDave Jones1-0/+6
2002-07-04[PATCH] devpts cleanupAlexander Viro1-2/+0
2002-02-04v2.5.1.5 -> v2.5.1.6Linus Torvalds1-6/+6
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-2/+1
2002-02-04v2.4.9.13 -> v2.4.9.14Linus Torvalds1-1/+2
2002-02-04Import changesetLinus Torvalds1-0/+482