aboutsummaryrefslogtreecommitdiff
path: root/arch/um/os-Linux/mem.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-17UML: add support for KASAN under x86_64Gravatar Patricia Alfonso 1-0/+22
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxGravatar Alex Dewar 1-1/+1
2017-07-05um: Use os_warn to print out pre-boot warning/error messagesGravatar Masami Hiramatsu 1-5/+5
2017-07-05um: Use os_info for the messages on normal pathGravatar Masami Hiramatsu 1-9/+9
2016-01-10um: Use race-free temporary file creationGravatar Mickaël Salaün 1-0/+11
2016-01-10um: Do not set unsecure permission for temporary fileGravatar Mickaël Salaün 1-6/+0
2014-04-20uml: Simplify tempdir logic.Gravatar Tristan Schmelcher 1-297/+75
2013-07-19uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c...Gravatar Tristan Schmelcher 1-41/+189
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-2/+2
2011-11-02um: -include user.h for USER_OBJ, trim includesGravatar Al Viro 1-2/+0
2011-07-25uml: free resourcesGravatar Davidlohr Bueso 1-2/+4
2010-06-29um: os-linux/mem.c needs sys/stat.hGravatar Liu Aleaxander 1-0/+1
2008-02-08uml: improved error handling while locating temp dirGravatar Jim Meyering 1-9/+6
2008-02-08uml: style fixes in arch/um/os-LinuxGravatar Jeff Dike 1-51/+50
2008-02-05uml: tidy kern_util.hGravatar Jeff Dike 1-1/+0
2008-02-05uml: const and other tidyingGravatar WANG Cong 1-3/+4
2008-02-05uml: code tidying under arch/um/os-LinuxGravatar WANG Cong 1-1/+4
2007-10-16uml: userspace files should call libc directlyGravatar Jeff Dike 1-3/+3
2007-05-07uml: convert libc layer to call read and writeGravatar Jeff Dike 1-3/+2
2007-05-07uml: add missing __init declarationsGravatar Jeff Dike 1-4/+5
2007-05-07uml: remove user_util.hGravatar Jeff Dike 1-1/+0
2007-02-11[PATCH] uml: fix style violationsGravatar Jeff Dike 1-4/+5
2007-02-11[PATCH] uml: locking comments in memory and tempfile codeGravatar Jeff Dike 1-0/+7
2006-09-29[PATCH] uml: close file descriptor leaksGravatar Jeff Dike 1-1/+5
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyGravatar Jeff Dike 1-3/+3
2006-06-30[PATCH] uml: fix off-by-one bug in VM file creationGravatar Jeff Dike 1-2/+5
2006-06-30[PATCH] uml: fix /proc/mounts parsing boundary conditionGravatar Jeff Dike 1-2/+12
2006-04-19[PATCH] uml: physical memory map file fixesGravatar Rob Landley 1-1/+117
2006-04-11[PATCH] uml: fix big stack userGravatar Paolo 'Blaisorblade' Giarrusso 1-10/+13
2006-03-31[PATCH] UML: Hotplug memory, take 2Gravatar Jeff Dike 1-26/+1
2005-11-07[PATCH] uml: big memory fixesGravatar Jeff Dike 1-3/+3
2005-09-17[PATCH] uml: move libc code out of mem_user.c and tempfile.cGravatar Jeff Dike 1-0/+161