aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Add EBADRQC to errno.hEmmanuel Vadot2020-05-131-0/+2
* linuxkpi: print stack trace in WARN_ON macrosAndriy Gapon2020-05-131-0/+2
* linuxkpi: Really add bitmap_alloc and bitmap_zallocEmmanuel Vadot2020-05-101-0/+13
* linuxkpi: Add bitmap_alloc and bitmap_freeEmmanuel Vadot2020-05-101-0/+7
* linuxkpi: Add bitmap_copy and bitmap_andnotEmmanuel Vadot2020-05-091-0/+22
* linuxkpi: Add pci_iomap and pci_iounmapEmmanuel Vadot2020-05-072-0/+45
* Optimise use of sg_page_count() in __sg_page_iter_next() in the LinuxKPI.Hans Petter Selasky2020-05-041-2/+7
* Implement more scatter and gather functions in the LinuxKPI.Hans Petter Selasky2020-05-041-5/+24
* Fix warning about sleeping with non-sleepable lock when allocatingHans Petter Selasky2020-05-041-2/+2
* Implement more PCI-express bandwidth functions in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+41
* Implement mutex_lock_killable() in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+12
* Implement DIV64_U64_ROUND_UP() in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+9
* Implement more lockdep macros in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+6
* Implement kstrtou64() in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+15
* sysent: re-roll after 360236 (AUE_CLOSERANGE used)Kyle Evans2020-04-241-1/+1
* close_range(2): use newly assigned AUE_CLOSERANGEKyle Evans2020-04-241-1/+1
* Factor code in LinuxKPI to allow attach and detach using any BSD device.Hans Petter Selasky2020-04-222-14/+50
* Implement the atomic fetch add unless functions for the LinuxKPI.Hans Petter Selasky2020-04-203-0/+42
* Implement aligned LinuxKPI types for u16, u32 and u64.Hans Petter Selasky2020-04-201-0/+4
* Allow test_bit() in the LinuxKPI to accept a const pointer.Hans Petter Selasky2020-04-201-1/+1
* Allow the ERR_CAST() function in the LinuxKPI to take a const void pointer.Hans Petter Selasky2020-04-201-2/+4
* Remove a vestigal reference to kmem_object.Mark Johnston2020-04-171-1/+1
* Convert canary, execpathp, and pagesizes to pointers.Brooks Davis2020-04-161-6/+6
* Export argc, argv, envc, envv, and ps_strings in auxargs.Brooks Davis2020-04-151-0/+2
* Make ps_strings in struct image_params into a pointer.Brooks Davis2020-04-151-0/+1
* Remove bogus use of useracc() in (clock_)nanosleep.Brooks Davis2020-04-141-7/+2
* Centralize compatability translation macros.Brooks Davis2020-04-143-41/+6
* sysent: re-roll after r359930Kyle Evans2020-04-144-25/+3
* Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_rangeKyle Evans2020-04-141-1/+1
* sysent: re-roll after introduction of close_range in r359836Kyle Evans2020-04-124-1/+34
* Implement a close_range(2) syscallKyle Evans2020-04-121-0/+2
* Clone the RCU interface into a sleepable and a non-sleepable partHans Petter Selasky2020-04-082-49/+73
* Some fixes for SRCU in the LinuxKPI.Hans Petter Selasky2020-04-081-3/+6
* Retire procfs-based process debugging.John Baldwin2020-04-011-1/+0
* compat/linux/linux.h depends on queue.h since r353725.Mark Johnston2020-03-261-0/+2
* Implement a workaround for kms-drm modulesWarner Losh2020-03-202-1/+6
* linuxkpi: Add infrastructure to pass FreeBSD IOV method calls intoKonstantin Belousov2020-03-182-0/+54
* Add support for the device statistics IOCTL, needed by the comingHans Petter Selasky2020-03-102-1/+5
* Move compat.linux.map_sched_prio sysctl definition to linux_mib.c so it isTijl Coosemans2020-03-053-10/+11
* Introduce kern_mmap_req().Brooks Davis2020-03-041-5/+14
* When closing a LinuxKPI file always use the real release function to avoidHans Petter Selasky2020-03-031-2/+8
* fd: move vnodes out of filedesc into a dedicated structureMateusz Guzik2020-03-011-20/+8
* linuxulator: Map scheduler priorities to Linux priorities.Tijl Coosemans2020-03-012-7/+130
* Make linuxulator warn about unsupported getsockopt/setsockopt flags.Edward Tomasz Napierala2020-02-271-3/+10
* Extend the range of the return value from nsecs_to_jiffies64() to supportHans Petter Selasky2020-02-272-22/+83
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-264-5/+8
* linuxkpi: Move shmem related functions in it's own fileEmmanuel Vadot2020-02-214-104/+184
* linuxkpi: Add str_has_prefixEmmanuel Vadot2020-02-201-0/+9
* linuxkpi: Add list_is_first functionEmmanuel Vadot2020-02-201-0/+7
* make sysent for r358172 ("vfs: add realpathat syscall")Mateusz Guzik2020-02-204-1/+42