summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC 305836: Remove 'cpu' and 'cpu_class' on amd64.jhb2016-11-081-29/+2
* MFC r303818, r303833, r303941, r304478, r304481, r304483, r304484, r304554,ed2016-10-1229-212/+3741
* MFC r304740:ed2016-10-121-0/+2
* MFC 306480sephe2016-10-111-3/+8
* MFC r306451:hselasky2016-10-101-9/+20
* Regen.kib2016-10-025-246/+241
* MFC r305954:kib2016-10-024-22/+286
* MFC r306081:kib2016-09-281-0/+3
* MFC r305896:dchagin2016-09-241-0/+9
* MFC r304182 (by ed):kib2016-08-292-12/+3
* Regenkib2016-08-295-5/+30
* MFC r304176:kib2016-08-291-0/+1
* MFC r303382:kib2016-08-261-0/+4
* Regenerate for r303857.bdrewery2016-08-084-5/+5
* Merge r303263:glebius2016-08-021-14/+5
* MFC r302517:dchagin2016-07-182-0/+306
* MFC r302515:dchagin2016-07-184-6/+86
* Fix a bug introduced in r283433.dchagin2016-06-261-8/+6
* Regen post r302096 and implement svr4_pipe().brooks2016-06-235-7/+37
* Declare a svr4 version of pipe() now that sys_pipe() is no more.brooks2016-06-231-1/+1
* Generate syscall tables and update pipe() implementation after r302094.brooks2016-06-226-17/+48
* Mark the pipe() system call as COMPAT10.brooks2016-06-221-1/+2
* Update comments for the MD functions managing contexts for newkib2016-06-161-2/+2
* Add a missing error check for a malloc() call in idr_get().markj2016-06-141-1/+2
* swap_dev_info() does not require Giant, so Giant locking aroundkib2016-06-121-4/+2
* Fallback to arc4rand() in the LinuxKPI when read_random() returnshselasky2016-06-072-4/+7
* Fix kernel stack disclosures in the Linux and 4.3BSD compat layers.glebius2016-05-312-0/+3
* The SCHEDULER_STOPPED() macro already contains a predict false statement.hselasky2016-05-272-5/+5
* Define ATOMIC_LONG_INIT() in the LinuxKPI.hselasky2016-05-261-0/+2
* Add support for runtime modifiable module parameters in the LinuxKPI.hselasky2016-05-261-21/+25
* Add more module parameter macros to the LinuxKPI.hselasky2016-05-261-0/+6
* Add support for boolean module parameters in the LinuxKPI.hselasky2016-05-261-0/+6
* Implement Linux module parameters as read-only tunable SYSCTLs.hselasky2016-05-252-200/+83
* Add checks for SCHEDULER_STOPPED() so that code using the LinuxKPI canhselasky2016-05-253-1/+13
* Add __iowrite32_copy() to the Linux kernel compatibility layer.kevlo2016-05-241-7/+12
* Use the DROP_GIANT() and PICKUP_GIANT() macros instead of makinghselasky2016-05-241-4/+4
* Set "current" for all PCI enumeration callbacks.hselasky2016-05-243-4/+37
* Use make_dev_s() instead of make_dev() to avoid race settinghselasky2016-05-241-8/+37
* Don't leak fp in case where fo_ioctl() returns an error.dchagin2016-05-241-1/+1
* Implement "atomic_long_add_unless()" in the LinuxKPI and fix thehselasky2016-05-231-1/+16
* A missing definition needed by ktime_to_ms().hselasky2016-05-231-0/+1
* Fix some data types and add "inline" keyword for __reg_op() function.hselasky2016-05-231-17/+18
* Implement ror32() in the LinuxKPI.hselasky2016-05-231-0/+6
* Define more copy to/from userspace functions in the LinuxKPI.hselasky2016-05-231-0/+3
* Add more printf() related functions to the LinuxKPI.hselasky2016-05-231-1/+33
* Set an invalid IRQ number when no PCI IRQ is available in the LinuxKPI.hselasky2016-05-231-1/+1
* Add more ktime related functions to the LinuxKPI.hselasky2016-05-231-0/+32
* Implement "kref_put_mutex()" for the LinuxKPI.hselasky2016-05-231-0/+19
* Add more list_xxx() functions to the LinuxKPI.hselasky2016-05-232-0/+61
* Make header file standalone by including definitions for neededhselasky2016-05-231-0/+1
OpenPOWER on IntegriCloud