aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/chan_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-27um: chan_user: Fix winch_tramp() return valueJohannes Berg1-4/+5
2021-06-17um: fix error return code in winch_tramp()Zhen Lei1-1/+2
2020-12-13um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar1-1/+1
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger1-6/+6
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-2/+2
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Al Viro1-1/+6
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-2/+0
2008-05-13uml: fix build when SLOB is enabledJeff Dike1-0/+1
2007-12-03uml: work around host tcsetattr bugJeff Dike1-1/+10
2007-10-16uml: arch/um/drivers formattingJeff Dike1-7/+11
2007-10-16uml: remove os_* usage from userspace filesJeff Dike1-16/+21
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-2/+1
2007-10-16uml: fix console writing bugsJeff Dike1-1/+10
2007-10-16uml: console subsystem tidyingJeff Dike1-53/+58
2007-10-16uml: tidy recently-moved codeJeff Dike1-15/+15
2007-10-16uml: move userspace code to userspace fileJeff Dike1-0/+49
2007-07-16uml: simplify helper stack handlingJeff Dike1-1/+1
2007-07-16uml: SIGIO support cleanupJeff Dike1-32/+38
2007-07-16uml: DEBUG_SHIRQ fixesEduard-Gabriel Munteanu1-1/+7
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike1-5/+5
2007-05-07uml: formatting fixes around os_{read_write}_file callersJeff Dike1-11/+0
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike1-5/+5
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-05-07uml-driver-formatting-fixes-fixAndrew Morton1-1/+1
2007-05-07uml: driver formatting fixesJeff Dike1-1/+1
2006-11-30Fix typos in doc and commentsJan Engelhardt1-1/+1
2006-02-07[PATCH] uml: close TUN/TAP file descriptorsJeff Dike1-8/+7
2005-11-13[PATCH] uml console channels: fix the API of console_writePaolo 'Blaisorblade' Giarrusso1-1/+1
2005-11-07[PATCH] uml: separate libc-dependent helper codeJeff Dike1-1/+0
2005-09-05[PATCH] uml: fix SIGWINCH handler race while waiting for signals.Bodo Stroesser1-5/+6
2005-06-08[PATCH] uml: clean up error pathJeff Dike1-8/+16
2005-06-08[PATCH] uml: compile fixes for gcc 4Jeff Dike1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+210