| Commit message (Expand) | Author | Age | Files | Lines |
* | On exec, single-threading must be enforced before arguments space is | kib | 2015-05-10 | 2 | -0/+24 |
* | Fix an error in r281551, part of the getfsstat() / kern_getfsstat() | peter | 2015-05-05 | 1 | -3/+4 |
* | Simplify linux_getcwd(), removing code that was longer used. | trasz | 2015-04-23 | 1 | -395/+18 |
* | Modify kern___getcwd() to take max pathlen limit as an additional | trasz | 2015-04-21 | 2 | -3/+6 |
* | Add back fdrop() missed in r281726. | trasz | 2015-04-19 | 1 | -0/+1 |
* | Optimize the O_NOCTTY handling hack in linux_common_open(). | trasz | 2015-04-19 | 1 | -29/+28 |
* | Remove unused code from linux_mount(), and make it possible to mount | trasz | 2015-04-18 | 1 | -29/+5 |
* | Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). This | trasz | 2015-04-15 | 2 | -16/+26 |
* | fd: remove filedesc argument from fdclose | mjg | 2015-04-11 | 1 | -2/+2 |
* | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h> | jhb | 2015-04-08 | 1 | -26/+0 |
* | Remove unused code. | trasz | 2015-04-02 | 1 | -21/+1 |
* | cred: add proc_set_cred helper | mjg | 2015-03-16 | 2 | -2/+2 |
* | 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 | 2 | -5/+5 |
* | Cast *path to silence clang -Wpointer-sign warning. | dchagin | 2015-01-02 | 1 | -1/+1 |
* | Remove Giant from linux_getcwd() due to VFS is MPSAFE now. | dchagin | 2015-01-02 | 1 | -3/+0 |
* | Fix Clang -Wpointer-sign warnings. | dchagin | 2015-01-01 | 1 | -2/+3 |
* | Fix Clang warning: passing 'unsigned int *' to parameter of type 'int *' conv... | dchagin | 2015-01-01 | 1 | -4/+5 |
* | Adjust printf format specifiers for dev_t and ino_t in kernel. | gleb | 2014-12-17 | 2 | -8/+11 |
* | Add a facility for non-init process to declare itself the reaper of | kib | 2014-12-15 | 2 | -4/+53 |
* | The process spin lock currently has the following distinct uses: | kib | 2014-11-26 | 2 | -10/+10 |
* | Improve support for XSAVE with debuggers. | jhb | 2014-11-21 | 1 | -2/+18 |
* | Remove the no-at variants of the kern_xx() syscall helpers. E.g., we | kib | 2014-11-13 | 10 | -56/+85 |
* | 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 |
* | These don't belong in the modules directory. | imp | 2014-11-06 | 2 | -0/+53 |
* | 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 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -17/+26 |
* | 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 |
* | Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one. | mav | 2014-09-24 | 1 | -13/+2 |
* | Bump minimum linux compat version to support Centos6 ports updates for linux. | sbruno | 2014-09-22 | 1 | -2/+2 |
* | Fix build on 32-bit machines. | glebius | 2014-09-18 | 1 | -1/+1 |
* | - Use if_get_counter() to fetch ifnet statistics. | glebius | 2014-09-18 | 1 | -12/+12 |
* | Implement most of timer_{create,settime,gettime,getoverrun,delete} | bz | 2014-09-18 | 2 | -0/+279 |
* | Add missing proctree locking to fill_kinfo_proc consumers. | mjg | 2014-08-30 | 1 | -0/+7 |
* | 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 |
* | All mbuf external free functions never fail, so let them be void. | glebius | 2014-07-11 | 2 | -6/+4 |
* | Remove ia64. | marcel | 2014-07-07 | 4 | -132/+3 |