summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
...
* x86_64 Linux do not use multiplexing on ipc system calls.dchagin2015-05-241-0/+10
* Remove stale comment about a signal trampoline whichdchagin2015-05-241-1/+0
* Put linux_platform into the vdso to avoid copying it onto the stack atdchagin2015-05-243-16/+16
* Eliminate a now unused global declaration of elf_linux_sysvec.dchagin2015-05-241-2/+0
* Implement vdso - virtual dynamic shared object. Through vdso Linuxdchagin2015-05-245-30/+256
* Regen for r283403.dchagin2015-05-245-8/+45
* Implement pselect6() system call.dchagin2015-05-242-2/+3
* Regen for r283401.dchagin2015-05-245-7/+34
* Implement prlimit64() system call.dchagin2015-05-242-3/+4
* Regen for r283399.dchagin2015-05-245-7/+29
* Implement dup3() system call.dchagin2015-05-242-2/+2
* Regen for r283396.dchagin2015-05-245-7/+29
* Implement rt_sigqueueinfo() system call.dchagin2015-05-242-2/+2
* Regen for r283394.dchagin2015-05-245-8/+40
* Implement waitid() system call.dchagin2015-05-242-2/+3
* To reduce code duplication introduce linux_copyout_rusage() method.dchagin2015-05-243-39/+16
* Some style(9) && whitespaces fixes. No functional changes.dchagin2015-05-241-3/+3
* Switch linuxulator to use the native 1:1 threads.dchagin2015-05-242-14/+14
* Regen for r283379.dchagin2015-05-245-26/+38
* Implement a Linux version of sched_getparam() && sched_setparam().dchagin2015-05-241-4/+4
* Remove a now unused include.dchagin2015-05-241-1/+0
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-16/+0
* Regen for r283370.dchagin2015-05-245-11/+16
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-2/+1
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-2/+4
* On exec, single-threading must be enforced before arguments space iskib2015-05-101-1/+9
* Regen after r276508, r276509.dchagin2015-01-015-7/+7
* Correct an argument status of wait4 syscall for Linuxulator.dchagin2015-01-011-1/+1
* Re-gen after r271743 implementing most ofbz2014-09-185-19/+109
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-183-10/+12
* Revert r266925 as it can lead to instant panic at fexecve():dchagin2014-06-171-2/+2
* To allow to run the interpreter itself add a new ELF branding type.dchagin2014-05-311-2/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-141-22/+2
* Regen.rdivacky2013-09-185-94/+16
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-182-6/+8
* Regen.rdivacky2013-09-185-16/+95
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-182-8/+6
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+4
* Retire write-only PCB_GS32BIT pcb flag on amd64.dchagin2013-05-092-3/+2
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-292-160/+1
* Don't assume that all Linux TCP-level socket options are identical tojhb2013-01-231-0/+7
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Regenerate system call tables.ed2012-05-255-10/+10
* Remove use of non-ISO-C integer types from system call tables.ed2012-05-251-2/+2
* - >500 static DTrace probes for the linuxulatornetchild2012-05-052-0/+10
* Regen for r234359.jkim2012-04-165-7/+7
* Correct an argument type of iopl syscall for Linuxulator. This also fixesjkim2012-04-161-1/+1
OpenPOWER on IntegriCloud