aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] uml: factor out common code in user-obj handlingPaolo \'Blaisorblade\' Giarrusso4-17/+7
2005-03-09[PATCH] uml: ptrace interface cleanupJeff Dike5-4/+53
2005-01-11[PATCH] UML: code tidyingJeff Dike3-4/+7
2005-01-11[PATCH] UML: Separate out signal receptionJeff Dike2-2/+50
2005-01-11[PATCH] UML: Factor out register saving and restoringJeff Dike5-1/+221
2005-01-03[PATCH] uml: Allow vsyscall code to build on 2.4Jeff Dike1-0/+1
2005-01-03[PATCH] uml: small vsyscall fixesJeff Dike2-3/+6
2005-01-03[PATCH] uml: kill host processes properlyJeff Dike1-0/+7
2005-01-03[PATCH] uml: add elf vsyscall supportJeff Dike2-2/+69
2004-11-10[PATCH] uml: use sys_getpid bypassing glibc (fixes UML on Gentoo)Paolo \'Blaisorblade\' Giarrusso1-0/+4
2004-11-07[PATCH] uml: Lots of little fixes by Jeff Dike.Paolo \'Blaisorblade\' Giarrusso1-1/+2
2004-11-07[PATCH] uml: fix ptrace() hang on 2.6.9 host due to host changesPaolo \'Blaisorblade\' Giarrusso1-0/+8
2004-09-16[PATCH] uml: export memmoveJeff Dike1-0/+2
2004-09-16[PATCH] uml: eliminate signal order delivery dependencyJeff Dike1-4/+0
2004-09-16[PATCH] uml: cleaning upJeff Dike2-3/+4
2004-09-16[PATCH] uml: convert the real-time clock to gettimeofday from rdtscJeff Dike2-2/+23
2004-09-13[PATCH] uml: disable pending signals across a rebootJeff Dike1-0/+10
2004-08-23[PATCH] uml: Fix os_process_pc and os_process_parent for corner cases.Paolo \'Blaisorblade\' Giarrusso1-6/+8
2004-08-23[PATCH] uml: Handles correctly errno == EINTR in lots of places.Paolo \'Blaisorblade\' Giarrusso3-3/+7
2004-08-23[PATCH] uml: Avoids compile failure when host misses tkill().Paolo \'Blaisorblade\' Giarrusso1-1/+4
2004-08-23[PATCH] uml: Uml base patchPaolo \'Blaisorblade\' Giarrusso8-160/+566
2003-06-02[NET]: Eliminate init_etherdev usage from arch/um drivers.David S. Miller2-16/+13
2003-05-25[PATCH] arch/* strlcpy conversionBen Collins1-1/+1
2003-02-05Merged a conflict in ptrace.h.Jeff Dike5-57/+66
2003-01-18Fixed the time locking bug.Jeff Dike1-1/+1
2003-01-18A bunch of minor changes ported up from 2.4.Jeff Dike1-4/+13
2002-12-28Missed an initializer in the ethertap backend.Jeff Dike1-8/+8
2002-12-28Converted all initializers over to C99 syntax.Jeff Dike4-45/+45
2002-12-28Fixed a merge conflict in port_kern.cJeff Dike4-6/+47
2002-12-27MergeLinus Torvalds1-1/+3
2002-12-26Forward ported a bunch of fixes from 2.4.Jeff Dike1-0/+1
2002-12-16Merged the 2.5.52 Makefile changes.Jeff Dike4-6/+47
2002-12-16Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5Jeff Dike1-1/+2
2002-12-14[PATCH] Remove Rules.make from Makefiles (1/3)Brian Gerst2-4/+0
2002-11-21Some small build fixes to the IP checksum merge.Jeff Dike2-4/+5
2002-11-20Merged most of the rest of the skas changes.Jeff Dike2-1/+36
2002-11-19Fixed a couple of buglets in the signal frame merge.Jeff Dike1-0/+2
2002-11-18Merged the os_kill_process and the driver from_user changes fromJeff Dike1-1/+4
2002-11-18Merged a number of bug fixes from the 2.4 pool.Jeff Dike1-1/+2
2002-11-15Updated to 2.5.45.Jeff Dike1-1/+3
2002-10-17A number of small fixes.Jeff Dike1-4/+3
2002-10-08Merge http://jdike.stearns.org/fixes-2.5Linus Torvalds1-4/+4
2002-10-02A bunch of network updates from 2.4.19.Jeff Dike5-128/+55
2002-10-02A set of small bug fixes brought over from 2.4.19-8.Jeff Dike1-4/+4
2002-09-22kbuild: arch/um cleanup / O_TARGET removalKai Germaschewski2-13/+0
2002-09-11[PATCH] UML arch (user-mode Linux)Jeff Dike14-0/+1397