| Commit message (Expand) | Author | Age | Files | Lines |
* | In freebsd32_sendmsg(), replace the call to sockargs() followed by a | marcel | 2014-04-05 | 1 | -32/+75 |
* | Remove instances of variables that were set, but never used. gcc 4.9 | imp | 2014-03-30 | 1 | -4/+0 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 3 | -12/+12 |
* | Make the array pointed to by AT_PAGESIZES auxv properly aligned. | kib | 2014-03-19 | 1 | -22/+27 |
* | Regen per r263318. | attilio | 2014-03-18 | 5 | -64/+8 |
* | Remove dead code from umtx support: | attilio | 2014-03-18 | 1 | -2/+2 |
* | Update NetBSD Foundation copyrights to 2-clause BSD | emaste | 2014-03-18 | 4 | -28/+0 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | rwatson | 2014-03-16 | 11 | -11/+11 |
* | change td_retval into a union w/ off_t, with defines to mask the | jmg | 2014-03-16 | 1 | -1/+1 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 1 | -25/+26 |
* | linprocfs: add support for /sys/kernel/random/uuid | eadler | 2014-02-27 | 1 | -0/+22 |
* | The posix_madvise(3) and posix_fadvise(2) should return error on | kib | 2014-01-30 | 1 | -2/+4 |
* | The posix_fallocate(2) syscall should return error number on error, | kib | 2014-01-23 | 1 | -2/+3 |
* | Implement a kqueue notification path for sendfile. | adrian | 2014-01-17 | 1 | -1/+33 |
* | Refactor out the common sendfile code from the do_sendfile() and the | adrian | 2014-01-09 | 1 | -24/+3 |
* | Migrate the sendfile_sync structure into a public(ish) API in preparation | adrian | 2013-12-01 | 1 | -1/+19 |
* | jail_v0.ip_number was always in host byte order. This was handled | peter | 2013-11-28 | 1 | -1/+1 |
* | Add an kinfo sysctl to retrieve signal trampoline location for the | kib | 2013-11-26 | 1 | -0/+6 |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2013-11-26 | 1 | -6/+6 |
* | Fix the compat32 sendfile() to be in line with my recent changes. | adrian | 2013-11-26 | 1 | -1/+4 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 9 | -9/+0 |
* | Fix build. | glebius | 2013-11-05 | 1 | -7/+8 |
* | Axe IFF_SMART. Fortunately this layering violating flag was never used, | glebius | 2013-11-05 | 1 | -1/+1 |
* | Drop support for historic ioctls and also undefine them, so that code | glebius | 2013-11-05 | 1 | -3/+13 |
* | - Provide necessary includes. | glebius | 2013-10-29 | 1 | -0/+1 |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 1 | -0/+1 |
* | Provide includes that are needed in these files, and before were read | glebius | 2013-10-26 | 2 | -1/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 5 | -0/+5 |
* | Add padding to match the compat32 struct stat32 definition to the real | kib | 2013-10-04 | 1 | -0/+1 |
* | Fix some typos that were causing probe argument types to show up as unknown. | markj | 2013-10-01 | 2 | -2/+2 |
* | Regenerate syscall argument strings after r255777. | markj | 2013-09-21 | 1 | -4/+4 |
* | Regen. | jhb | 2013-09-19 | 5 | -5/+143 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 3 | -0/+31 |
* | Revert r255672, it has some serious flaws, leaking file references etc. | rdivacky | 2013-09-18 | 2 | -622/+0 |
* | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | rdivacky | 2013-09-18 | 2 | -0/+622 |
* | Regenerate for freebsd32_cap_enter(). | jilles | 2013-09-17 | 5 | -10/+16 |
* | Disallow cap_enter() in freebsd32 compatibility mode. | jilles | 2013-09-17 | 2 | -1/+21 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 3 | -12/+11 |
* | Regenerate after r255219. | pjd | 2013-09-05 | 5 | -112/+34 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 12 | -70/+123 |
* | Add the ability to display the default FIB number for a process to the | will | 2013-08-26 | 1 | -0/+1 |
* | Give (*ext_free) an int return value allowing for very sophisticated | andre | 2013-08-25 | 2 | -7/+7 |
* | Regenerate after r254491. | pjd | 2013-08-18 | 5 | -17/+73 |
* | The cap_rights_limit(2) system calls needs a wrapper for 32bit binaries | pjd | 2013-08-18 | 2 | -2/+28 |
* | Move the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO defines to a | pjd | 2013-08-18 | 2 | -10/+48 |
* | Regenerate after r254481. | pjd | 2013-08-18 | 5 | -22/+36 |
* | Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2) | pjd | 2013-08-18 | 2 | -4/+159 |
* | Remove a couple of unused macros. | markj | 2013-08-17 | 1 | -5/+0 |
* | Regenerate after r254447. | pjd | 2013-08-17 | 5 | -12/+93 |
* | Make pdfork(2), pdkill(2) and pdgetpid(2) syscalls available for 32bit | pjd | 2013-08-17 | 1 | -4/+4 |