summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/start_up.c
Commit message (Expand)AuthorAgeFilesLines
* um: Add an internal header shared among the user codeTiwei Bie2024-04-301-2/+1
* um: Move declarations to proper headersTiwei Bie2024-04-221-0/+1
* um: Make errors to stop ptraced child fatal during startupBenjamin Berg2024-01-041-29/+12
* um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg2024-01-041-64/+6
* um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2021-12-211-1/+1
* um: Add support for host CPU flags and alignmentAnton Ivanov2021-06-171-0/+32
* um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar2019-09-151-1/+1
* Fix minor typos and grammar in UML start_up helpJames Pack2017-09-131-3/+3
* um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu2017-07-051-1/+1
* um: Use os_info for the messages on normal pathMasami Hiramatsu2017-07-051-12/+14
* uml: flush stdout before forkingVegard Nossum2016-01-101-0/+2
* um: Remove SKAS3/4 supportRichard Weinberger2015-04-131-154/+0
* um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich2013-03-111-0/+2
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-7/+7
* um: unify ptrace_user.hAl Viro2011-11-021-5/+4
* um: -include user.h for USER_OBJ, trim includesAl Viro2011-11-021-1/+0
* uml: improve error messagesWANG Cong2009-04-011-4/+4
* uml: work around broken host PTRACE_SYSEMUJeff Dike2008-06-121-9/+16
* uml: redo host capability detection and disablingJeff Dike2008-05-131-40/+41
* arch/um/os-Linux/start_up.c: various improvements.WANG Cong2008-04-281-8/+6
* uml: move register initializationJeff Dike2008-02-051-3/+7
* uml: miscellaneous code cleanupsJeff Dike2008-02-051-1/+2
* uml: kill processes instead of panicing kernelJeff Dike2008-02-051-1/+3
* uml: convert functions to voidKarol Swietlicki2008-02-051-3/+1
* uml: code tidying under arch/um/os-LinuxWANG Cong2008-02-051-1/+1
* uml: userspace files should call libc directlyJeff Dike2007-10-161-2/+3
* uml: replace clone with forkJeff Dike2007-10-161-35/+20
* uml: style fixes pass 3Jeff Dike2007-10-161-79/+74
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-1/+0
* uml: throw out CHOOSE_MODEJeff Dike2007-10-161-1/+0
* uml: throw out CONFIG_MODE_TTJeff Dike2007-10-161-10/+0
* uml: stop using libc asm/page.hJeff Dike2007-10-161-1/+0
* uml: remove PAGE_SIZE from libc codeJeff Dike2007-06-161-3/+4
* uml: improve PTRACE_SYSEMU checkingJeff Dike2007-05-231-8/+16
* uml: add missing __init declarationsJeff Dike2007-05-071-2/+2
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* uml: move SIGIO testing to sigio.cJeff Dike2007-05-071-145/+0
* uml: print coredump limitsJeff Dike2007-05-071-0/+25
* [PATCH] uml: fix error output during early bootJeff Dike2007-02-111-62/+92
* [PATCH] uml: libc-dependent code should call libc directlyJeff Dike2007-02-111-11/+28
* [PATCH] uml: style fixes in startup codeJeff Dike2007-02-111-6/+6
* [PATCH] uml: locking comments in startup codeJeff Dike2007-02-111-0/+2
* [PATCH] uml: stack usage reductionJeff Dike2006-09-261-1/+0
* [PATCH] uml: physical memory map file fixesRob Landley2006-04-191-23/+1
* [PATCH] UML: Hotplug memory, take 2Jeff Dike2006-03-311-20/+0
* [PATCH] uml: move SIGIO startup code to os-Linux/start_up.cJeff Dike2006-03-271-0/+128
* [PATCH] uml: block SIGWINCH in ptrace tester childJeff Dike2006-02-071-0/+1
* [PATCH] uml: move libc-dependent time codeGennady Sharapov2006-01-181-1/+0
* [PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov2006-01-081-1/+0
* [PATCH] uml: fix random segfaults at bootupPaolo 'Blaisorblade' Giarrusso2005-12-291-10/+12