summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
Commit message (Expand)AuthorAgeFilesLines
* x86, um: get rid of arch/um/os symlinkAl Viro2008-10-221-11/+0
* x86, um: get rid of excessive includes of uml-config.hAl Viro2008-10-221-1/+0
* uml: remove the dead TTY_LOG codeAdrian Bunk2008-10-162-220/+0
* UML: make several more things staticWANG Cong2008-07-244-4/+4
* uml: work around broken host PTRACE_SYSEMUJeff Dike2008-06-121-9/+16
* uml: remove include of asm/user.hJeff Dike2008-06-121-2/+2
* uml: PATH_MAX needs limits.hIngo Molnar2008-06-061-0/+1
* uml: stub needs to tolerate SIGWINCHJeff Dike2008-06-061-1/+1
* uml: deal with inaccessible address space startTom Spink2008-06-062-9/+24
* uml: deal with host time going backwardsJeff Dike2008-06-061-0/+7
* fix include order in sys-i386/registers.cAl Viro2008-05-211-0/+1
* uml: track and make up lost ticksJeff Dike2008-05-132-4/+51
* uml: random driver fixesJeff Dike2008-05-131-14/+21
* uml: fix build when SLOB is enabledJeff Dike2008-05-134-7/+7
* uml: tidy ptrace interfaceJeff Dike2008-05-131-2/+3
* uml: style fixesJeff Dike2008-05-131-1/+1
* uml: redo host capability detection and disablingJeff Dike2008-05-131-40/+41
* arch/um/os-Linux/sys-i386/task_size.c: improve a bitWANG Cong2008-04-281-4/+8
* arch/um/os-Linux/start_up.c: various improvements.WANG Cong2008-04-281-8/+6
* uml: fix build errorIngo Molnar2008-04-261-0/+1
* uml: fix FP register corruptionJeff Dike2008-02-233-0/+41
* uml: improved error handling while locating temp dirJim Meyering2008-02-081-9/+6
* uml: style fixes in arch/um/os-LinuxJeff Dike2008-02-0813-118/+98
* uml: runtime host VMSPLIT detectionJeff Dike2008-02-084-2/+127
* uml: move register initializationJeff Dike2008-02-051-3/+7
* uml: add newlines to printksJeff Dike2008-02-051-4/+4
* uml: implement O_APPENDJeff Dike2008-02-051-0/+2
* uml: remove init_irq_signalsJeff Dike2008-02-052-12/+4
* uml: signal handling tidyingJeff Dike2008-02-051-21/+12
* uml: clean up sig_handler_common_skasJeff Dike2008-02-051-45/+18
* uml: move sig_handler_common_skasJeff Dike2008-02-053-76/+65
* uml: don't allow processes to call into stubJeff Dike2008-02-051-0/+3
* uml: tidy helper codeJeff Dike2008-02-053-46/+32
* uml: use barrier() instead of mb()Jeff Dike2008-02-051-20/+8
* uml: install panic notifier earlierJeff Dike2008-02-051-2/+0
* uml: eliminate setjmp_wrapperJeff Dike2008-02-051-15/+0
* uml: style fixes in file.cJeff Dike2008-02-051-114/+118
* uml: miscellaneous code cleanupsJeff Dike2008-02-052-28/+13
* uml: syle fixes in arch/um/os-LinuxJeff Dike2008-02-052-118/+150
* uml: kill processes instead of panicing kernelJeff Dike2008-02-053-102/+188
* uml: use ptrace directly in libc codeJeff Dike2008-02-052-12/+12
* uml: simplify SIGSEGV handlingJeff Dike2008-02-051-7/+4
* uml: convert functions to voidKarol Swietlicki2008-02-051-3/+1
* arch/um: remove duplicate includesLucas Woods2008-02-051-1/+0
* uml: tidy kern_util.hJeff Dike2008-02-0512-64/+46
* uml: const and other tidyingWANG Cong2008-02-053-5/+6
* uml: code tidying under arch/um/os-LinuxWANG Cong2008-02-055-14/+22
* uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka2007-12-177-30/+42
* uml: after_sleep_interval should return somethingJeff Dike2007-12-031-0/+1
* uml: fix !NO_HZ busy-loopJeff Dike2007-11-291-3/+51