summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* In freebsd32_sendmsg(), replace the call to sockargs() followed by amarcel2014-04-051-32/+75
* Remove instances of variables that were set, but never used. gcc 4.9imp2014-03-301-4/+0
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-223-12/+12
* Make the array pointed to by AT_PAGESIZES auxv properly aligned.kib2014-03-191-22/+27
* Regen per r263318.attilio2014-03-185-64/+8
* Remove dead code from umtx support:attilio2014-03-181-2/+2
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-184-28/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-1611-11/+11
* change td_retval into a union w/ off_t, with defines to mask thejmg2014-03-161-1/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-25/+26
* linprocfs: add support for /sys/kernel/random/uuideadler2014-02-271-0/+22
* The posix_madvise(3) and posix_fadvise(2) should return error onkib2014-01-301-2/+4
* The posix_fallocate(2) syscall should return error number on error,kib2014-01-231-2/+3
* Implement a kqueue notification path for sendfile.adrian2014-01-171-1/+33
* Refactor out the common sendfile code from the do_sendfile() and theadrian2014-01-091-24/+3
* Migrate the sendfile_sync structure into a public(ish) API in preparationadrian2013-12-011-1/+19
* jail_v0.ip_number was always in host byte order. This was handledpeter2013-11-281-1/+1
* Add an kinfo sysctl to retrieve signal trampoline location for thekib2013-11-261-0/+6
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-6/+6
* Fix the compat32 sendfile() to be in line with my recent changes.adrian2013-11-261-1/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-259-9/+0
* Fix build.glebius2013-11-051-7/+8
* Axe IFF_SMART. Fortunately this layering violating flag was never used,glebius2013-11-051-1/+1
* Drop support for historic ioctls and also undefine them, so that codeglebius2013-11-051-3/+13
* - Provide necessary includes.glebius2013-10-291-0/+1
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* Provide includes that are needed in these files, and before were readglebius2013-10-262-1/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-265-0/+5
* Add padding to match the compat32 struct stat32 definition to the realkib2013-10-041-0/+1
* Fix some typos that were causing probe argument types to show up as unknown.markj2013-10-012-2/+2
* Regenerate syscall argument strings after r255777.markj2013-09-211-4/+4
* Regen.jhb2013-09-195-5/+143
* Extend the support for exempting processes from being killed when swap isjhb2013-09-193-0/+31
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-182-622/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-182-0/+622
* Regenerate for freebsd32_cap_enter().jilles2013-09-175-10/+16
* Disallow cap_enter() in freebsd32 compatibility mode.jilles2013-09-172-1/+21
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-093-12/+11
* Regenerate after r255219.pjd2013-09-055-112/+34
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-0512-70/+123
* Add the ability to display the default FIB number for a process to thewill2013-08-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-252-7/+7
* Regenerate after r254491.pjd2013-08-185-17/+73
* The cap_rights_limit(2) system calls needs a wrapper for 32bit binariespjd2013-08-182-2/+28
* Move the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO defines to apjd2013-08-182-10/+48
* Regenerate after r254481.pjd2013-08-185-22/+36
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)pjd2013-08-182-4/+159
* Remove a couple of unused macros.markj2013-08-171-5/+0
* Regenerate after r254447.pjd2013-08-175-12/+93
* Make pdfork(2), pdkill(2) and pdgetpid(2) syscalls available for 32bitpjd2013-08-171-4/+4
OpenPOWER on IntegriCloud