| Commit message (Expand) | Author | Age | Files | Lines |
* | The sendfile(2) allows to send extra data from userspace before the file | glebius | 2016-03-29 | 1 | -1/+14 |
* | Regen. | jhb | 2016-03-12 | 1 | -16/+16 |
* | Regen. | jhb | 2016-03-09 | 5 | -133/+49 |
* | Simplify AIO initialization now that it is standard. | jhb | 2016-03-09 | 1 | -14/+14 |
* | Improve error handling for posix_fallocate(2) and posix_fadvise(2). | markj | 2016-02-25 | 1 | -6/+7 |
* | Regenerate syscalls. | adrian | 2015-07-11 | 5 | -1/+73 |
* | On exec, single-threading must be enforced before arguments space is | kib | 2015-05-10 | 1 | -0/+10 |
* | Fix an error in r281551, part of the getfsstat() / kern_getfsstat() | peter | 2015-05-05 | 1 | -3/+4 |
* | Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). This | trasz | 2015-04-15 | 1 | -2/+3 |
* | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h> | jhb | 2015-04-08 | 1 | -26/+0 |
* | Run make sysent. | jilles | 2015-01-23 | 5 | -5/+85 |
* | Add futimens and utimensat system calls. | jilles | 2015-01-23 | 2 | -0/+48 |
* | Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger | kib | 2015-01-18 | 1 | -0/+8 |
* | fcntl F_O{GET,SET}LK take pointer as the arg, handle them properly for | kib | 2015-01-15 | 1 | -0/+3 |
* | Regen for r276654 (__getcwd()). | dchagin | 2015-01-04 | 5 | -6/+6 |
* | Indeed, instead of hiding the kern___getcwd() bug by bogus cast | dchagin | 2015-01-04 | 1 | -1/+1 |
* | Add a facility for non-init process to declare itself the reaper of | kib | 2014-12-15 | 2 | -4/+53 |
* | Remove the no-at variants of the kern_xx() syscall helpers. E.g., we | kib | 2014-11-13 | 1 | -6/+12 |
* | Regen for r274462. | dchagin | 2014-11-13 | 5 | -5/+50 |
* | Add the ppoll() system call. | dchagin | 2014-11-13 | 2 | -0/+31 |
* | Fix build. | glebius | 2014-11-11 | 1 | -0/+2 |
* | Remove SF_KQUEUE code. This code was developed at Netflix, but was not | glebius | 2014-11-11 | 1 | -37/+9 |
* | Replace some calls to fuword() by fueword() with proper error checking. | kib | 2014-10-28 | 1 | -3/+8 |
* | Avoid dynamic syscall overhead for statically compiled modules. | mjg | 2014-10-26 | 2 | -10/+17 |
* | Update the ULE scheduler + thread and kinfo structs to use int for cpuid | adrian | 2014-10-18 | 1 | -2/+4 |
* | Regenerate after r272823: | marcel | 2014-10-09 | 4 | -8/+8 |
* | Move the SCTP syscalls to netinet with the rest of the SCTP code. The | marcel | 2014-10-09 | 1 | -4/+4 |
* | Fix fcntl(2) compat32 after r270691. The copyin and copyout of the | kib | 2014-09-25 | 1 | -2/+2 |
* | Return real parent pid in kinfo (used by e.g. ps) | mjg | 2014-08-28 | 1 | -0/+1 |
* | Regen. | kib | 2014-08-27 | 5 | -13/+20 |
* | Fix handling of the third argument for fcntl(2). The native syscall | kib | 2014-08-27 | 2 | -1/+27 |
* | Remove ia64. | marcel | 2014-07-07 | 2 | -123/+3 |
* | Overhaul CAM SG driver IOCTL interfaces. | mav | 2014-06-02 | 2 | -0/+72 |
* | 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 |
* | 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 kernel inclusions of capability.h to use capsicum.h instead; some | rwatson | 2014-03-16 | 3 | -3/+3 |
* | change td_retval into a union w/ off_t, with defines to mask the | jmg | 2014-03-16 | 1 | -1/+1 |
* | 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 |
* | Fix the compat32 sendfile() to be in line with my recent changes. | adrian | 2013-11-26 | 1 | -1/+4 |
* | Add padding to match the compat32 struct stat32 definition to the real | kib | 2013-10-04 | 1 | -0/+1 |
* | Regenerate syscall argument strings after r255777. | markj | 2013-09-21 | 1 | -4/+4 |