summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement "_outb()" to the LinuxKPI for i386 and amd64 only.hselasky2016-05-231-0/+8
* Add support for "cdev_add_ext()" to the LinuxKPI.hselasky2016-05-231-0/+12
* Add more GFP related defines to the LinuxKPI.hselasky2016-05-231-0/+13
* Add support for atomic_long_inc_not_zero() to the LinuxKPI.hselasky2016-05-231-0/+1
* Add support for atomic_long_inc_not_zero() to the LinuxKPI.hselasky2016-05-231-1/+1
* Convert proto family in both directions. The linux and native values fordchagin2016-05-221-4/+12
* ndis(4): Undo unneeded workarounds in ndis' rand().pfg2016-05-221-2/+0
* Add a missing errno translation for SO_ERROR optname.dchagin2016-05-221-2/+11
* For future use move futex timeout code to the separate function anddchagin2016-05-221-41/+68
* Due to lack the priority propagation feature replace sx by mutex. WIth thisdchagin2016-05-221-44/+77
* Add my copyright as I rewrote most of the futex code. Minor style(9) cleanupdchagin2016-05-221-3/+4
* Minor style(9) cleanup, no functional changes.dchagin2016-05-221-117/+109
* ndis(4): adjustments for our random() specific implementation.pfg2016-05-221-1/+3
* ndis(4): Avoid overflow.pfg2016-05-211-1/+1
* ndis(4): Better mimic the behavior of rand() on Windows.pfg2016-05-211-6/+3
* Add implementation of robust mutexes, hopefully close enough to thekib2016-05-172-0/+6
* Only lock Giant when needed in the LinuxKPI.hselasky2016-05-161-6/+8
* Implement more Linux device related functions in the LinuxKPI. Whilehselasky2016-05-161-4/+118
* Don't dereference parent pointer when it is NULL.hselasky2016-05-161-3/+3
* Properly implement "cpu_has_clflush" macro.hselasky2016-05-162-1/+17
* Handle case of class being set, but not parent when callinghselasky2016-05-131-3/+7
* Add more PAGE related defines to the LinuxKPI. Move the definition ofhselasky2016-05-132-5/+22
* Implement "old_encode_dev()" for the LinuxKPI.hselasky2016-05-131-0/+6
OpenPOWER on IntegriCloud