aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_tty.c
Commit message (Expand)AuthorAgeFilesLines
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-131-13/+13
* Revert "tty: Add a new file /proc/tty/consoles"Linus Torvalds2010-10-231-158/+0
* tty: Add a new file /proc/tty/consolesDr. Werner Fink2010-10-221-0/+158
* proc tty: remove struct tty_operations::read_procAlexey Dobriyan2009-04-011-14/+4
* proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan2009-04-011-7/+13
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-1/+0
* tty: Ldisc revampAlan Cox2008-07-201-48/+0
* tty: The big operations reworkAlan Cox2008-04-301-4/+2
* proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan2008-04-291-31/+45
* proc: switch to proc_create()Alexey Dobriyan2008-04-291-4/+1
* procfs: constify function pointer tablesJan Engelhardt2008-02-081-1/+1
* proc: simplify function prototypesAlexey Dobriyan2008-02-081-3/+0
* Make /proc/tty/drivers use seq_list_xxx helpersPavel Emelianov2007-07-161-12/+3
* Protect tty drivers list with tty_mutexAlexey Dobriyan2007-05-081-0/+3
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+242