aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge pipes and socket pairs.Ed Schouten2017-09-052-36/+9
* Add proper support for the md_label into md(4) ioctl compat layer.Maxim Sobolev2017-08-302-8/+10
* Complete the CloudABI networking refactoring.Ed Schouten2017-08-3012-269/+75
* Sync CloudABI compatibility against the latest upstream version (v0.13).Ed Schouten2017-08-2512-415/+88
* Set the bus number field when attaching a PCI device.Mark Johnston2017-08-231-0/+1
* Add some miscellaneous definitions to support the DRM drivers.Mark Johnston2017-08-225-0/+16
* Fix for deadlock situation in the LinuxKPI's RCU synchronize API.Hans Petter Selasky2017-08-211-0/+9
* Define prefetch() only if it hasn't already been defined.Mark Johnston2017-08-201-0/+2
* Add a couple of trivial headers to the LinuxKPI.Mark Johnston2017-08-202-0/+71
* Move some other SI_SUB_INIT_IF initializations to SI_SUB_TASKQConrad Meyer2017-08-182-4/+4
* Add device resource management fields to struct device.Mark Johnston2017-08-161-0/+6
* Make sure the "vm_flags" and "vm_page_prot" fields get set correctlyHans Petter Selasky2017-08-112-16/+14
* Add a specialized function for DRM drivers to register themselves.Mark Johnston2017-08-112-15/+65
* Use integer type to pass around jiffies and/or ticks values in theHans Petter Selasky2017-08-104-12/+13
* Fixes for wait event in the LinuxKPI. These are regression issuesHans Petter Selasky2017-08-101-7/+5
* Make sure the linux_wait_event_common() function in the LinuxKPI properlyHans Petter Selasky2017-08-101-1/+7
* Fix few issues of LinuxKPI workqueue.Alexander Motin2017-08-081-19/+39
* Add round_jiffies_up(), local_clock() and __setup_timer() to the LinuxKPI.Mark Johnston2017-08-082-9/+26
* Add macros for defining attribute groups and for WO and RW attributes.Mark Johnston2017-08-082-6/+19
* Fix hrtimer_active() in case of cancellation.Alexander Motin2017-08-072-12/+7
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* Add subsystem vendor and device ID fields to struct pci_dev.Mark Johnston2017-08-032-0/+7
* Fix LinuxKPI regression after r321920. The mda_unit and si_drv0 fields are notHans Petter Selasky2017-08-024-13/+22
* Remove cycle_t type from the LinuxKPI similar to Linux upstream.Hans Petter Selasky2017-07-311-4/+1
* Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code.Dmitry Chagin2017-07-302-9/+9
* Add inline functions to convert between sbintime_t and decimal time units.Ian Lepore2017-07-291-2/+2
* Upgrade to the latest sources generated from the CloudABI specification.Ed Schouten2017-07-2616-542/+302
* linuxkpi compiler.h: avoid gcc -Wunused-value in dummy expressionsRyan Libby2017-07-221-4/+4
* Style(9) whitespace fix.Dmitry Chagin2017-07-221-1/+1
* Correct sysent flags for dynamically loaded syscalls.Konstantin Belousov2017-07-141-2/+9
* Add some functions to jiffies.h.Mark Johnston2017-07-131-10/+47
* Add some functions to math64.h in the LinuxKPI, and fix nearby style.Mark Johnston2017-07-091-1/+33
* Add a few functions to ktime.h in the LinuxKPI, and fix nearby style.Mark Johnston2017-07-091-3/+24
* Free existing per-thread task structs when unloading linuxkpi.ko.Mark Johnston2017-07-091-0/+17
* Add some helper definitions to fs.h in the LinuxKPI.Mark Johnston2017-07-082-1/+8
* Fix the definitions of pgprot_{noncached,writecombine} after r316562.Mark Johnston2017-07-081-2/+4
* Add device_is_registered() to the LinuxKPI.Mark Johnston2017-07-081-1/+8
* Add TASK_COMM_LEN to the LinuxKPI.Mark Johnston2017-07-081-0/+2
* Complete r320189 which allows a NULL VM fault handler in the LinuxKPI.Hans Petter Selasky2017-07-071-12/+77
* Fix a bug in synchronize RCU when the calling thread is bound to a CPU.Hans Petter Selasky2017-07-071-1/+2
* Invoke suspend/resume methods from the driver pmops if available.Mark Johnston2017-07-041-11/+25
* Add some auxiliary types for device driver support.Mark Johnston2017-07-042-1/+13
* Add a field for the class code to struct pci_driver.Mark Johnston2017-07-042-2/+7
* Add some PCI class definitions.Mark Johnston2017-07-041-0/+7
* Rename the "driver" field to "bsddriver" to avoid a name collision.Mark Johnston2017-07-042-8/+9
* Hold the PCI device list lock when removing an element.Mark Johnston2017-07-041-0/+2
* Let io_mapping_init_wc() fall back to an uncacheable mapping.Mark Johnston2017-07-031-0/+5
* Port PowerPC kqueue(2) compat32 fix in r320500 to MIPS.Konstantin Belousov2017-07-012-5/+5
* Amend the layout of kevent32 on powerpc where uint64_t has 8-byteKonstantin Belousov2017-06-302-0/+10
* Store a 32-bit PT_LWPINFO struct for 32-bit process core dumps.John Baldwin2017-06-291-38/+0