aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] tty overrun time fixAndrew Morton1-0/+1
2005-03-07[PATCH] cleanup vc array accessRoman Zippel1-3/+1
2005-02-14Limit tty IO chunking to 2kBLinus Torvalds1-1/+6
2005-01-10[PATCH] drivers/char/: misc cleanupsAdrian Bunk1-25/+3
2005-01-07[PATCH] Lock initializer cleanup (character devices)Thomas Gleixner1-2/+2
2005-01-06[PATCH] First cut at setsid/tty lockingAlan Cox1-10/+29
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-2/+3
2005-01-04[PATCH] GP-REL data supportDavid Howells1-2/+2
2004-11-15[PATCH] CONFIG_UNIX98_PTY=n warning fixYoshinori Sato1-1/+1
2004-10-25[PATCH] serial send_break duration fixPaul Fulghum1-3/+3
2004-10-24[PATCH] mem leak in tty_io.cBrian Gerst1-2/+2
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds1-27/+58
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk1-1/+1
2004-10-18[PATCH] TIOCCONS securityOlaf Dabrunz1-2/+2
2004-10-02[PATCH] Update termios to use per tty semaphoreAlan Cox1-8/+5
2004-09-29[PATCH] tty locking cleanup and fixesAlan Cox1-88/+549
2004-09-02[PATCH] fixed pidhashing patchKirill Korotaev1-18/+12
2004-08-24Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-6/+16
2004-08-23[PATCH] /dev/ptmx open() fixesAlexander Viro1-56/+77
2004-08-10[PATCH] export legacy pty info via sysfsOlaf Hering1-6/+16
2004-08-07Mark tty's as being non-seekable, and remove the nowLinus Torvalds1-17/+1
2004-07-28[PATCH] Fix UNIX98 pty indices leakVladimir B. Savkin1-3/+4
2004-06-29[PATCH] Provide console_device()Russell King1-7/+2
2004-06-17[PATCH] Use first-fit for pty allocationH. Peter Anvin1-19/+64
2004-05-30[PATCH] sparse: tty_io annotationAlexander Viro1-40/+41
2004-05-10[PATCH] Fix race on tty closeAndrew Morton1-12/+12
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton1-68/+48
2004-04-11[PATCH] Fix VT open/close raceAndrew Morton1-1/+1
2004-04-11[PATCH] remove down_tty_sem()Andrew Morton1-17/+7
2004-03-14mergeGreg Kroah-Hartman1-16/+4
2004-03-14[PATCH] cdev: warning fixAndrew Morton1-1/+0
2004-03-12remove cdev_set_name completely as it is not needed.Greg Kroah-Hartman1-7/+0
2004-03-11[PATCH] cdev 2/2: hide cdev->kobjJonathan Corbet1-6/+6
2004-03-11[PATCH] cdev 1/2: Eliminate /sys/cdevJonathan Corbet1-7/+3
2004-03-09[PATCH] tty oops fixAndrew Morton1-15/+35
2004-02-22[PATCH] dynamic pty allocationAndrew Morton1-47/+102
2004-02-05[PATCH] Char drivers: cdev_unmap()Jonathan Corbet1-1/+0
2004-02-03[PATCH] VT locking fixesAndrew Morton1-1/+6
2004-01-19[PATCH] TTY: clean up sysfs class support for tty devicesGreg Kroah-Hartman1-80/+11
2003-10-21[PATCH] fix for do_tty_hangup() access of kfreed memoryAlexander Viro1-2/+2
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds1-43/+45
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo1-0/+8
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton1-45/+43
2003-09-23[PATCH] switch remaining serial drivers to initcallsAndrew Morton1-52/+0
2003-09-22[PATCH] prepare for 32-bit dev_t: tty usageAlexander Viro1-3/+0
2003-09-21[PATCH] move some more initializations out of drivers/char/mem.cAndrew Morton1-1/+3
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton1-5/+5
2003-09-04[PATCH] large dev_t - second series (7/15)Alexander Viro1-1/+1
2003-09-04[PATCH] large dev_t - second series (6/15)Alexander Viro1-69/+57
2003-09-04[PATCH] large dev_t - second series (5/15)Alexander Viro1-7/+6