aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-2421-525/+274
* Add newfstatat system call for 64-bit Linuxulator.Dmitry Chagin2015-05-241-0/+30
* Fix compilation with -DDEBUG option.Dmitry Chagin2015-05-243-6/+8
* When only 2 bytes can be read from a 4 byte UTF-16 character in a base64Tijl Coosemans2015-05-241-24/+19
* Add 64 bit support to the vdso.Dmitry Chagin2015-05-242-2/+6
* x86_64 Linux do not use multiplexing on ipc system calls.Dmitry Chagin2015-05-244-12/+22
* Disable i386 call for x86-64 Linux.Dmitry Chagin2015-05-245-14/+36
* Print out proper procmap entry for 64 bit binaries.Dmitry Chagin2015-05-241-2/+9
* 64-bit paltforms, like x86_64, do not use multiplexing onDmitry Chagin2015-05-242-122/+146
* Get ready to commit x86_64 Linux emulation.Dmitry Chagin2015-05-241-10/+9
* Remove stale comment about a signal trampoline whichDmitry Chagin2015-05-242-2/+0
* Put linux_platform into the vdso to avoid copying it onto the stack atDmitry Chagin2015-05-246-22/+22
* Eliminate a now unused global declaration of elf_linux_sysvec.Dmitry Chagin2015-05-242-3/+0
* Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin2015-05-2416-71/+870
* Fix decoding of UTF-7 when a base64 encoded chunk appears at the end ofTijl Coosemans2015-05-241-5/+1
* Regen for r283403.Dmitry Chagin2015-05-2410-16/+90
* Implement pselect6() system call.Dmitry Chagin2015-05-245-4/+90
* Regen for r283401.Dmitry Chagin2015-05-2410-14/+68
* Implement prlimit64() system call.Dmitry Chagin2015-05-246-6/+82
* Regen for r283399.Dmitry Chagin2015-05-2410-14/+58
* Implement dup3() system call.Dmitry Chagin2015-05-245-4/+23
* Sched_rr_get_interval returns EINVAL in case when the invalid pidDmitry Chagin2015-05-241-0/+7
* Regen for r283396.Dmitry Chagin2015-05-2410-14/+58
* Implement rt_sigqueueinfo() system call.Dmitry Chagin2015-05-246-4/+60
* Regen for r283394.Dmitry Chagin2015-05-2410-16/+80
* Implement waitid() system call.Dmitry Chagin2015-05-246-4/+74
* Regen for r283392.Dmitry Chagin2015-05-245-7/+7
* struct l_rusage does not defined for i386 Linuxulator due to it's nature.Dmitry Chagin2015-05-241-1/+1
* To reduce code duplication introduce linux_copyout_rusage() method.Dmitry Chagin2015-05-246-70/+47
* Add a function for converting wait options.Dmitry Chagin2015-05-242-1/+31
* Add a siginfo_t conversion function.Dmitry Chagin2015-05-242-26/+114
* Remove a now unused define.Dmitry Chagin2015-05-241-4/+0
* Introduce LINUX_VERSION_STR, LINUX_VERSION_CODE macro for use insteadDmitry Chagin2015-05-242-4/+15
* Some style(9) && whitespaces fixes. No functional changes.Dmitry Chagin2015-05-242-12/+12
* pthread_join() caller do futex_wait on child_clear_tid. As a resultsDmitry Chagin2015-05-241-1/+1
* Switch linuxulator to use the native 1:1 threads.Dmitry Chagin2015-05-2415-670/+551
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-2415-0/+24
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* Regen for r283379.Dmitry Chagin2015-05-2410-52/+76
* Implement a Linux version of sched_getparam() && sched_setparam().Dmitry Chagin2015-05-243-8/+80
* Remove a now unused include.Dmitry Chagin2015-05-241-1/+0
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-242-24/+87
* Regen for r283375.Dmitry Chagin2015-05-245-11/+17
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-2/+2
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-244-19/+48
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-242-10/+20
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-242-4/+11
* Regen for r283370.Dmitry Chagin2015-05-2410-22/+32
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-243-4/+16
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-242-4/+8