summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regen for r283399.dchagin2015-05-2410-14/+58
* Implement dup3() system call.dchagin2015-05-245-4/+23
* Sched_rr_get_interval returns EINVAL in case when the invalid piddchagin2015-05-241-0/+7
* Regen for r283396.dchagin2015-05-2410-14/+58
* Implement rt_sigqueueinfo() system call.dchagin2015-05-246-4/+60
* Regen for r283394.dchagin2015-05-2410-16/+80
* Implement waitid() system call.dchagin2015-05-246-4/+74
* Regen for r283392.dchagin2015-05-245-7/+7
* struct l_rusage does not defined for i386 Linuxulator due to it's nature.dchagin2015-05-241-1/+1
* To reduce code duplication introduce linux_copyout_rusage() method.dchagin2015-05-246-70/+47
* Add a function for converting wait options.dchagin2015-05-242-1/+31
* Add a siginfo_t conversion function.dchagin2015-05-242-26/+114
* Remove a now unused define.dchagin2015-05-241-4/+0
* Introduce LINUX_VERSION_STR, LINUX_VERSION_CODE macro for use insteaddchagin2015-05-242-4/+15
* Some style(9) && whitespaces fixes. No functional changes.dchagin2015-05-242-12/+12
* pthread_join() caller do futex_wait on child_clear_tid. As a resultsdchagin2015-05-241-1/+1
* Switch linuxulator to use the native 1:1 threads.dchagin2015-05-2415-670/+551
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-2415-0/+24
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* Regen for r283379.dchagin2015-05-2410-52/+76
* Implement a Linux version of sched_getparam() && sched_setparam().dchagin2015-05-243-8/+80
* Remove a now unused include.dchagin2015-05-241-1/+0
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-242-24/+87
* Regen for r283375.dchagin2015-05-245-11/+17
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-2/+2
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-244-19/+48
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-242-10/+20
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-242-4/+11
* Regen for r283370.dchagin2015-05-2410-22/+32
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-243-4/+16
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-242-4/+8
* Enable SMP on the qemu virt platform. We use the device tree to find whichandrew2015-05-243-1/+122
* Remove trailing whitespace from sys/arm/armandrew2015-05-2437-283/+279
* Add more cp15_ functions, and use them in cpufunc.c where possible.andrew2015-05-243-31/+26
* Fix SIOCGI2C structure requirement.melifaro2015-05-241-1/+1
* Rework the PSCI cpu on code to allow it to work before device drivers haveandrew2015-05-241-18/+39
* Include the ofw cpu driver. This allows us to get a list of cpus enabledandrew2015-05-241-0/+2
* Add kernel config and dts files for an aml8726-m3ganbold2015-05-243-0/+340
* This implements default-state support as described in:ganbold2015-05-243-5/+28
* Remove directory for test that has been integrated in under tests/sys/...ngie2015-05-243-293/+0
* Enable leds for VSATV102 in dts.ganbold2015-05-241-0/+11
* Fix a lock up where we enter swapper() with interrupts disabled.andrew2015-05-231-0/+1
* Use the wait-for-event instruction to put the core we have just enabledandrew2015-05-231-2/+9
* The NFS client generated directory block(s) with d_fileno == 0rmacklem2015-05-231-38/+0
* Update P_TOTAL_STOP commentary.pluknet2015-05-231-1/+1
* If thread requested to not stop on non-boundary, then not onlykib2015-05-231-5/+2
* Simplify the allocation of page table pages for mips64. Specifically,alc2015-05-231-1/+1
* ddb: de-registerpfg2015-05-235-18/+16
* Remove an unused header.andrew2015-05-232-92/+0
* Properly update TX statistics for wlan(4).ae2015-05-232-8/+21
OpenPOWER on IntegriCloud