aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Add missing header dependency.Ed Schouten2016-08-241-0/+2
* Add source files generated from the 32-bit system call table.Ed Schouten2016-08-215-0/+2375
* Add CPU independent code for running 32-bits CloudABI executables.Ed Schouten2016-08-218-0/+1025
* Don't forget to define __ELF_WORD_SIZE.Ed Schouten2016-08-211-0/+1
* Add a utility macro for converting 64-bit pointers to native pointers.Ed Schouten2016-08-214-20/+25
* Move the linker script from cloudabi64/ to cloudabi/.Ed Schouten2016-08-211-1/+1
* Use the right _MAX constant.Ed Schouten2016-08-211-1/+1
* Use memcpy() to copy 64-bit timestamps into the syscall return values.Ed Schouten2016-08-211-2/+2
* Regenerate system call table after r304483.Ed Schouten2016-08-194-4/+4
* Import the new automatically generated system call table for CloudABI.Ed Schouten2016-08-197-189/+157
* Remove the obsolete and unused openbsd_poll system call. (Phase 2)George V. Neville-Neil2016-08-185-37/+7
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-2/+1
* Eliminate use of sys_fsync() and sys_fdatasync().Ed Schouten2016-08-152-11/+3
* Let CloudABI use fdatasync() as well.Ed Schouten2016-08-151-3/+2
* Regen after r304176, fdatasync(2) addition.Konstantin Belousov2016-08-155-5/+30
* Add an implementation of fdatasync(2).Konstantin Belousov2016-08-151-0/+1
* Provide the CloudABI vDSO to its executables.Ed Schouten2016-08-104-0/+155
* Regenerate after r303755.Bryan Drewery2016-08-041-1/+1
* Regenerate system call tables for r303699 and r303700.Ed Schouten2016-08-035-7/+7
* mprotect(): Change prototype to comply to POSIX.Ed Schouten2016-08-031-1/+1
* Don't create pointless backups of generated files in "make sysent".Brooks Davis2016-07-282-9/+0
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+4
* Add shmatt_t.Ed Schouten2016-07-261-1/+1
* Partially revert r257696/r257713, which have an issue with writing to userGleb Smirnoff2016-07-241-14/+5
* Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin2016-07-102-0/+306
* Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag.Dmitry Chagin2016-07-104-6/+86
* Fix a bug introduced in r283433.Dmitry Chagin2016-06-261-8/+6
* Regen post r302096 and implement svr4_pipe().Brooks Davis2016-06-235-7/+37
* Declare a svr4 version of pipe() now that sys_pipe() is no more.Brooks Davis2016-06-231-1/+1
* Generate syscall tables and update pipe() implementation after r302094.Brooks Davis2016-06-226-17/+48
* Mark the pipe() system call as COMPAT10.Brooks Davis2016-06-221-1/+2
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-2/+2
* Add a missing error check for a malloc() call in idr_get().Mark Johnston2016-06-141-1/+2
* swap_dev_info() does not require Giant, so Giant locking aroundKonstantin Belousov2016-06-121-4/+2
* Fallback to arc4rand() in the LinuxKPI when read_random() returnsHans Petter Selasky2016-06-072-4/+7
* Fix kernel stack disclosures in the Linux and 4.3BSD compat layers.Gleb Smirnoff2016-05-312-0/+3
* The SCHEDULER_STOPPED() macro already contains a predict false statement.Hans Petter Selasky2016-05-272-5/+5
* Define ATOMIC_LONG_INIT() in the LinuxKPI.Hans Petter Selasky2016-05-261-0/+2
* Add support for runtime modifiable module parameters in the LinuxKPI.Hans Petter Selasky2016-05-261-21/+25
* Add more module parameter macros to the LinuxKPI.Hans Petter Selasky2016-05-261-0/+6
* Add support for boolean module parameters in the LinuxKPI.Hans Petter Selasky2016-05-261-0/+6
* Implement Linux module parameters as read-only tunable SYSCTLs.Hans Petter Selasky2016-05-252-200/+83
* Add checks for SCHEDULER_STOPPED() so that code using the LinuxKPI canHans Petter Selasky2016-05-253-1/+13
* Add __iowrite32_copy() to the Linux kernel compatibility layer.Kevin Lo2016-05-241-7/+12
* Use the DROP_GIANT() and PICKUP_GIANT() macros instead of makingHans Petter Selasky2016-05-241-4/+4
* Set "current" for all PCI enumeration callbacks.Hans Petter Selasky2016-05-243-4/+37
* Use make_dev_s() instead of make_dev() to avoid race settingHans Petter Selasky2016-05-241-8/+37
* Don't leak fp in case where fo_ioctl() returns an error.Dmitry Chagin2016-05-241-1/+1
* Implement "atomic_long_add_unless()" in the LinuxKPI and fix theHans Petter Selasky2016-05-231-1/+16
* A missing definition needed by ktime_to_ms().Hans Petter Selasky2016-05-231-0/+1