aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't supportAlexander Motin2014-06-041-0/+3
* Overhaul CAM SG driver IOCTL interfaces.Alexander Motin2014-06-023-5/+196
* Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIMEDmitry Chagin2014-05-311-31/+40
* In r218101 I have not changed properly the futex syscall definition.Dmitry Chagin2014-05-281-13/+16
* In freebsd32_sendmsg(), replace the call to sockargs() followed by aMarcel Moolenaar2014-04-051-32/+75
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-301-4/+0
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-223-12/+12
* Make the array pointed to by AT_PAGESIZES auxv properly aligned.Konstantin Belousov2014-03-191-22/+27
* Regen per r263318.Attilio Rao2014-03-185-64/+8
* Remove dead code from umtx support:Attilio Rao2014-03-181-2/+2
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-184-28/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-1611-11/+11
* change td_retval into a union w/ off_t, with defines to mask theJohn-Mark Gurney2014-03-161-1/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-25/+26
* linprocfs: add support for /sys/kernel/random/uuidEitan Adler2014-02-271-0/+22
* The posix_madvise(3) and posix_fadvise(2) should return error onKonstantin Belousov2014-01-301-2/+4
* The posix_fallocate(2) syscall should return error number on error,Konstantin Belousov2014-01-231-2/+3
* Implement a kqueue notification path for sendfile.Adrian Chadd2014-01-171-1/+33
* Refactor out the common sendfile code from the do_sendfile() and theAdrian Chadd2014-01-091-24/+3
* Migrate the sendfile_sync structure into a public(ish) API in preparationAdrian Chadd2013-12-011-1/+19
* jail_v0.ip_number was always in host byte order. This was handledPeter Wemm2013-11-281-1/+1
* Add an kinfo sysctl to retrieve signal trampoline location for theKonstantin Belousov2013-11-261-0/+6
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-6/+6
* Fix the compat32 sendfile() to be in line with my recent changes.Adrian Chadd2013-11-261-1/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-259-9/+0
* Fix build.Gleb Smirnoff2013-11-051-7/+8
* Axe IFF_SMART. Fortunately this layering violating flag was never used,Gleb Smirnoff2013-11-051-1/+1
* Drop support for historic ioctls and also undefine them, so that codeGleb Smirnoff2013-11-051-3/+13
* - Provide necessary includes.Gleb Smirnoff2013-10-291-0/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-262-1/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-265-0/+5
* Add padding to match the compat32 struct stat32 definition to the realKonstantin Belousov2013-10-041-0/+1
* Fix some typos that were causing probe argument types to show up as unknown.Mark Johnston2013-10-012-2/+2
* Regenerate syscall argument strings after r255777.Mark Johnston2013-09-211-4/+4
* Regen.John Baldwin2013-09-195-5/+143
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-193-0/+31
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-182-622/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-182-0/+622
* Regenerate for freebsd32_cap_enter().Jilles Tjoelker2013-09-175-10/+16
* Disallow cap_enter() in freebsd32 compatibility mode.Jilles Tjoelker2013-09-172-1/+21
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-093-12/+11
* Regenerate after r255219.Pawel Jakub Dawidek2013-09-055-112/+34
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-0512-70/+123
* Add the ability to display the default FIB number for a process to theWill Andrews2013-08-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-252-7/+7
* Regenerate after r254491.Pawel Jakub Dawidek2013-08-185-17/+73
* The cap_rights_limit(2) system calls needs a wrapper for 32bit binariesPawel Jakub Dawidek2013-08-182-2/+28
* Move the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO defines to aPawel Jakub Dawidek2013-08-182-10/+48
* Regenerate after r254481.Pawel Jakub Dawidek2013-08-185-22/+36