summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-1/+1
* fork: plug a use after free of the returned processmjg2016-02-041-2/+0
* fork: pass arguments to fork1 in a dedicated structuremjg2016-02-042-6/+22
* Update and add various macros to the LinuxKPI and resolve a macrohselasky2016-01-265-9/+17
* LinuxKPI list updates:hselasky2016-01-262-36/+62
* Implement ether_addr_equal(), ether_addr_equal_64bits() andhselasky2016-01-261-0/+24
* Implement is_vlan_dev() and vlan_dev_vlan_id() for the LinuxKPI.hselasky2016-01-261-1/+18
* Implement bitmap_weight() and bitmap_equal() for the LinuxKPI.hselasky2016-01-261-1/+31
* Add more network related macros and functions to the LinuxKPI.hselasky2016-01-261-0/+15
* Add definition for the NETDEV_CHANGE event and tidy up the LinuxKPIhselasky2016-01-261-19/+17
* Define __get_user() and __put_user() for the LinuxKPI.hselasky2016-01-261-1/+12
* Add more LinuxKPI PCI related functions and defines.hselasky2016-01-261-56/+51
* Implement 64-bit atomic operations for the LinuxKPI.hselasky2016-01-211-0/+104
* LinuxKPI atomic fixes:hselasky2016-01-212-22/+22
* Use function macro instead of non-function macro to reduce chance ofhselasky2016-01-211-1/+1
* Implement idr_preload(), idr_preload_end(), idr_alloc() andhselasky2016-01-212-16/+101
* Initialize vm_page_prot to VM_MEMATTR_DEFAULT instead of 0.jhb2016-01-201-1/+1
* Prevent double free of control in common sendmsg path as sosenddchagin2016-01-171-0/+1
* Implement support for PCI suspend, resume and shutdown events in thehselasky2016-01-152-2/+49
* Call crextend() before copying old credentials to the new credentialsglebius2016-01-141-1/+3
* Change linux get_robust_list system call to match actual linux one.glebius2016-01-141-1/+1
* Unlock process lock when return error from getrobustlist call and adddchagin2016-01-101-1/+5
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-092-0/+2
* LinuxKPI style changes:hselasky2016-01-085-126/+130
* Implement RCU mechanism using shared exclusive locks.hselasky2016-01-052-1/+84
* Handle when filedescriptors are closed before initialized. An earlyhselasky2015-12-311-3/+4
* Minor LinuxKPI code cleanup:hselasky2015-12-316-182/+192
* Make the kobject refcounting compliant with Linux. Refcounting on thehselasky2015-12-312-4/+8
* Reduce memory consumption when allocating kobject strings in thehselasky2015-12-282-24/+45
* Return EINVAL in case of incorrect sigev_signo value specified instead of pan...dchagin2015-12-261-0/+4
* Do not allow access to emuldata for non Linux processes.dchagin2015-12-261-0/+2
* Implement drain_workqueue() function.hselasky2015-12-212-1/+19
* In the zero delay case in queue_delayed_work() use the return valuehselasky2015-12-211-5/+7
* Minor workqueue cleanup:hselasky2015-12-212-63/+71
* Implement sleepable RCU mechanism using shared exclusive locks.hselasky2015-12-211-0/+72
* Implement ACCESS_ONCE(), WRITE_ONCE() and READ_ONCE().hselasky2015-12-211-0/+16
* Fix style issues around existing SDT probes.markj2015-12-161-2/+2
* Add some structures and defines which will be used when decoding smallhselasky2015-12-031-0/+19
* Remove incorrect defines. The proper version of these macros ishselasky2015-12-031-4/+0
* Add more functions and types to the LinuxKPI.hselasky2015-11-302-2/+19
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-282-6/+0
* Split kerne timekeep ABI structure vdso_sv_tk out of the structkib2015-11-231-1/+1
* Add assert and note about the size of "unsigned long" inside thehselasky2015-11-131-0/+8
* Build fixes:hselasky2015-11-123-7/+34
* linuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid GCC warningcem2015-11-091-1/+1
* Make all the LinuxKPI include files compile standalone.hselasky2015-11-0325-26/+72
* Finish process of moving the LinuxKPI module into the default kernel build.hselasky2015-10-2995-0/+13644
* Fix build for the KTR-enabled kernels.kib2015-10-231-2/+9
* Refactoring: move out generic bits from cloudabi64_sysvec.c.ed2015-10-222-0/+158
* Properly format pointer size independent CloudABI system calls.ed2015-10-081-0/+7
OpenPOWER on IntegriCloud