| Commit message (Expand) | Author | Age | Files | Lines |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -1/+1 |
* | On exec, single-threading must be enforced before arguments space is | Konstantin Belousov | 2015-05-10 | 2 | -0/+24 |
* | Fix an error in r281551, part of the getfsstat() / kern_getfsstat() | Peter Wemm | 2015-05-05 | 1 | -3/+4 |
* | Simplify linux_getcwd(), removing code that was longer used. | Edward Tomasz Napierala | 2015-04-23 | 1 | -395/+18 |
* | Modify kern___getcwd() to take max pathlen limit as an additional | Edward Tomasz Napierala | 2015-04-21 | 2 | -3/+6 |
* | Add back fdrop() missed in r281726. | Edward Tomasz Napierala | 2015-04-19 | 1 | -0/+1 |
* | Optimize the O_NOCTTY handling hack in linux_common_open(). | Edward Tomasz Napierala | 2015-04-19 | 1 | -29/+28 |
* | Remove unused code from linux_mount(), and make it possible to mount | Edward Tomasz Napierala | 2015-04-18 | 1 | -29/+5 |
* | Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). This | Edward Tomasz Napierala | 2015-04-15 | 2 | -16/+26 |
* | fd: remove filedesc argument from fdclose | Mateusz Guzik | 2015-04-11 | 1 | -2/+2 |
* | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h> | John Baldwin | 2015-04-08 | 1 | -26/+0 |
* | Remove unused code. | Edward Tomasz Napierala | 2015-04-02 | 1 | -21/+1 |
* | cred: add proc_set_cred helper | Mateusz Guzik | 2015-03-16 | 2 | -2/+2 |
* | Run make sysent. | Jilles Tjoelker | 2015-01-23 | 5 | -5/+85 |
* | Add futimens and utimensat system calls. | Jilles Tjoelker | 2015-01-23 | 2 | -0/+48 |
* | Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger | Konstantin Belousov | 2015-01-18 | 1 | -0/+8 |
* | fcntl F_O{GET,SET}LK take pointer as the arg, handle them properly for | Konstantin Belousov | 2015-01-15 | 1 | -0/+3 |
* | Regen for r276654 (__getcwd()). | Dmitry Chagin | 2015-01-04 | 5 | -6/+6 |
* | Indeed, instead of hiding the kern___getcwd() bug by bogus cast | Dmitry Chagin | 2015-01-04 | 2 | -5/+5 |
* | Cast *path to silence clang -Wpointer-sign warning. | Dmitry Chagin | 2015-01-02 | 1 | -1/+1 |
* | Remove Giant from linux_getcwd() due to VFS is MPSAFE now. | Dmitry Chagin | 2015-01-02 | 1 | -3/+0 |
* | Fix Clang -Wpointer-sign warnings. | Dmitry Chagin | 2015-01-01 | 1 | -2/+3 |
* | Fix Clang warning: passing 'unsigned int *' to parameter of type 'int *' conv... | Dmitry Chagin | 2015-01-01 | 1 | -4/+5 |
* | Adjust printf format specifiers for dev_t and ino_t in kernel. | Gleb Kurtsou | 2014-12-17 | 2 | -8/+11 |
* | Add a facility for non-init process to declare itself the reaper of | Konstantin Belousov | 2014-12-15 | 2 | -4/+53 |
* | The process spin lock currently has the following distinct uses: | Konstantin Belousov | 2014-11-26 | 2 | -10/+10 |
* | Improve support for XSAVE with debuggers. | John Baldwin | 2014-11-21 | 1 | -2/+18 |
* | Remove the no-at variants of the kern_xx() syscall helpers. E.g., we | Konstantin Belousov | 2014-11-13 | 10 | -56/+85 |
* | Regen for r274462. | Dmitry Chagin | 2014-11-13 | 5 | -5/+50 |
* | Add the ppoll() system call. | Dmitry Chagin | 2014-11-13 | 2 | -0/+31 |
* | Fix build. | Gleb Smirnoff | 2014-11-11 | 1 | -0/+2 |
* | Remove SF_KQUEUE code. This code was developed at Netflix, but was not | Gleb Smirnoff | 2014-11-11 | 1 | -37/+9 |
* | These don't belong in the modules directory. | Warner Losh | 2014-11-06 | 2 | -0/+53 |
* | Replace some calls to fuword() by fueword() with proper error checking. | Konstantin Belousov | 2014-10-28 | 1 | -3/+8 |
* | Avoid dynamic syscall overhead for statically compiled modules. | Mateusz Guzik | 2014-10-26 | 2 | -10/+17 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 1 | -17/+26 |
* | Update the ULE scheduler + thread and kinfo structs to use int for cpuid | Adrian Chadd | 2014-10-18 | 1 | -2/+4 |
* | Regenerate after r272823: | Marcel Moolenaar | 2014-10-09 | 4 | -8/+8 |
* | Move the SCTP syscalls to netinet with the rest of the SCTP code. The | Marcel Moolenaar | 2014-10-09 | 1 | -4/+4 |
* | Fix fcntl(2) compat32 after r270691. The copyin and copyout of the | Konstantin Belousov | 2014-09-25 | 1 | -2/+2 |
* | Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one. | Alexander Motin | 2014-09-24 | 1 | -13/+2 |
* | Bump minimum linux compat version to support Centos6 ports updates for linux. | Sean Bruno | 2014-09-22 | 1 | -2/+2 |
* | Fix build on 32-bit machines. | Gleb Smirnoff | 2014-09-18 | 1 | -1/+1 |
* | - Use if_get_counter() to fetch ifnet statistics. | Gleb Smirnoff | 2014-09-18 | 1 | -12/+12 |
* | Implement most of timer_{create,settime,gettime,getoverrun,delete} | Bjoern A. Zeeb | 2014-09-18 | 2 | -0/+279 |
* | Add missing proctree locking to fill_kinfo_proc consumers. | Mateusz Guzik | 2014-08-30 | 1 | -0/+7 |
* | Return real parent pid in kinfo (used by e.g. ps) | Mateusz Guzik | 2014-08-28 | 1 | -0/+1 |
* | Regen. | Konstantin Belousov | 2014-08-27 | 5 | -13/+20 |
* | Fix handling of the third argument for fcntl(2). The native syscall | Konstantin Belousov | 2014-08-27 | 2 | -1/+27 |
* | All mbuf external free functions never fail, so let them be void. | Gleb Smirnoff | 2014-07-11 | 2 | -6/+4 |