aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/os.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-22x86, um: take arch/um/include/* out of the wayAl Viro1-304/+0
2008-06-06uml: deal with inaccessible address space startTom Spink1-1/+1
2008-05-13uml: random driver fixesJeff Dike1-0/+1
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike1-1/+4
2008-02-05uml: remove init_irq_signalsJeff Dike1-1/+0
2008-02-05uml: move sig_handler_common_skasJeff Dike1-3/+0
2008-02-05uml: tidy helper codeJeff Dike1-1/+1
2008-02-05uml: eliminate setjmp_wrapperJeff Dike1-1/+0
2008-02-05uml: style fixes in file.cJeff Dike1-1/+0
2008-02-05uml: miscellaneous code cleanupsJeff Dike1-2/+1
2008-02-05uml: kill processes instead of panicing kernelJeff Dike1-5/+3
2008-02-05uml: convert functions to voidKarol Swietlicki1-5/+1
2008-02-05uml: tidy kern_util.hJeff Dike1-4/+0
2008-02-05uml: code tidying under arch/um/os-LinuxWANG Cong1-6/+6
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka1-1/+1
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike1-2/+0
2007-10-16uml: time build fixJeff Dike1-2/+2
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike1-3/+2
2007-10-16uml: tickless supportJeff Dike1-0/+1
2007-10-16uml: separate timer initializationJeff Dike1-0/+1
2007-10-16uml: simplify interval settingJeff Dike1-1/+1
2007-10-16uml: fix timer switchingJeff Dike1-1/+1
2007-10-16uml: userspace files should call libc directlyJeff Dike1-2/+1
2007-10-16uml: remove os_* usage from userspace filesJeff Dike1-1/+0
2007-10-16uml: get rid of do_longjmpJeff Dike1-3/+2
2007-10-16uml: style fixes pass 3Jeff Dike1-9/+7
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-3/+3
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-26/+0
2007-10-16uml: stop saving process FP stateJeff Dike1-0/+2
2007-10-16uml: tidy recently-moved codeJeff Dike1-1/+0
2007-07-16uml: simplify helper stack handlingJeff Dike1-4/+2
2007-05-11uml: remove task_protectionsJeff Dike1-1/+0
2007-05-07uml: more page fault path trimmingJeff Dike1-4/+2
2007-05-07uml: speed page fault pathJeff Dike1-1/+1
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike1-2/+0
2007-05-07uml: dump core on panicJeff Dike1-0/+1
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike1-0/+2
2007-05-07uml: move remaining useful contents of user_util.hJeff Dike1-0/+6
2007-05-07uml: host_info tidyingJeff Dike1-1/+1
2007-03-08[PATCH] um: remove dead code about os_usr1_signal() and os_usr1_process()Paolo 'Blaisorblade' Giarrusso1-1/+2
2007-02-11[PATCH] uml: x86_64 thread fixesJeff Dike1-0/+2
2007-02-11[PATCH] uml: libc-dependent code should call libc directlyJeff Dike1-1/+0
2006-11-25[PATCH] uml: make execvp safe for our usagePaolo 'Blaisorblade' Giarrusso1-0/+2
2006-10-11[PATCH] uml: readd forgot prototypePaolo 'Blaisorblade' Giarrusso1-0/+1
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike1-6/+4
2006-09-27[PATCH] uml: mark some tt-mode codeJeff Dike1-1/+2
2006-09-26[PATCH] uml: timer cleanupsJeff Dike1-1/+3
2006-09-26[PATCH] uml: SIGIO cleanupsJeff Dike1-0/+1
2006-07-14[PATCH] uml: header formatting cleanupsJeff Dike1-34/+34
2006-07-10[PATCH] uml: make some symbols staticJeff Dike1-1/+0
2006-07-10[PATCH] uml: remove os_isattyJeff Dike1-2/+1
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike1-1/+1
2006-03-31[PATCH] uml: check for differences in host supportPaolo 'Blaisorblade' Giarrusso1-0/+1
2006-03-31[PATCH] uml: tls support: hack to make it compile on any hostPaolo 'Blaisorblade' Giarrusso1-3/+4
2006-03-31[PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso1-0/+4
2006-03-31[PATCH] UML: Hotplug memory, take 2Jeff Dike1-0/+2
2006-03-27[PATCH] uml: oS header cleanupsJeff Dike1-0/+14
2006-03-27[PATCH] uml: move sigio_user.c to os-Linux/sigio.cJeff Dike1-0/+5
2006-03-27[PATCH] uml: move SIGIO startup code to os-Linux/start_up.cJeff Dike1-0/+1
2006-03-27[PATCH] uml: move libc-dependent irq code to os-LinuxJeff Dike1-0/+16
2006-02-24[PATCH] uml: fix usage of kernel_errno in place of errnoPaolo 'Blaisorblade' Giarrusso1-0/+3
2006-01-18[PATCH] uml: move libc-dependent skas process handlingGennady Sharapov1-0/+19
2006-01-18[PATCH] uml: move libc-dependent skas memory mapping codeGennady Sharapov1-0/+17
2006-01-18[PATCH] uml: move libc-dependent time codeGennady Sharapov1-1/+11
2006-01-18[PATCH] uml: move libc-dependent utility proceduresGennady Sharapov1-0/+10
2006-01-08[PATCH] uml: move libc-dependent code from trap_user.cGennady Sharapov1-0/+6
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov1-0/+10
2006-01-06[PATCH] uml: umid cleanupJeff Dike1-2/+2
2006-01-06[PATCH] uml: separate libc-dependent umid codeJeff Dike1-11/+6
2005-11-07[PATCH] uml: big memory fixesJeff Dike1-1/+1
2005-11-07[PATCH] uml: separate libc-dependent helper codeJeff Dike1-0/+8
2005-11-07[PATCH] uml: separate libc-dependent uaccess codeGennady Sharapov1-0/+6
2005-10-12[PATCH] uml: compile-time fix recent patchPaolo 'Blaisorblade' Giarrusso1-0/+5
2005-09-30[PATCH] uml: clear SKAS0/3 flags when running in TT modePaolo 'Blaisorblade' Giarrusso1-0/+4
2005-09-17[PATCH] uml: move libc code out of mem_user.c and tempfile.cJeff Dike1-0/+5
2005-09-05[PATCH] uml: move libc-dependent startup and signal codeGennady Sharapov1-0/+15
2005-06-08[PATCH] uml: compile fixes for gcc 4Jeff Dike1-1/+1
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+183