aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* On exec, single-threading must be enforced before arguments space isKonstantin Belousov2015-05-102-0/+24
* Fix an error in r281551, part of the getfsstat() / kern_getfsstat()Peter Wemm2015-05-051-3/+4
* Simplify linux_getcwd(), removing code that was longer used.Edward Tomasz Napierala2015-04-231-395/+18
* Modify kern___getcwd() to take max pathlen limit as an additionalEdward Tomasz Napierala2015-04-212-3/+6
* Add back fdrop() missed in r281726.Edward Tomasz Napierala2015-04-191-0/+1
* Optimize the O_NOCTTY handling hack in linux_common_open().Edward Tomasz Napierala2015-04-191-29/+28
* Remove unused code from linux_mount(), and make it possible to mountEdward Tomasz Napierala2015-04-181-29/+5
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). ThisEdward Tomasz Napierala2015-04-152-16/+26
* fd: remove filedesc argument from fdcloseMateusz Guzik2015-04-111-2/+2
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>John Baldwin2015-04-081-26/+0
* Remove unused code.Edward Tomasz Napierala2015-04-021-21/+1
* cred: add proc_set_cred helperMateusz Guzik2015-03-162-2/+2
* Run make sysent.Jilles Tjoelker2015-01-235-5/+85
* Add futimens and utimensat system calls.Jilles Tjoelker2015-01-232-0/+48
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerKonstantin Belousov2015-01-181-0/+8
* fcntl F_O{GET,SET}LK take pointer as the arg, handle them properly forKonstantin Belousov2015-01-151-0/+3
* Regen for r276654 (__getcwd()).Dmitry Chagin2015-01-045-6/+6
* Indeed, instead of hiding the kern___getcwd() bug by bogus castDmitry Chagin2015-01-042-5/+5
* Cast *path to silence clang -Wpointer-sign warning.Dmitry Chagin2015-01-021-1/+1
* Remove Giant from linux_getcwd() due to VFS is MPSAFE now.Dmitry Chagin2015-01-021-3/+0
* Fix Clang -Wpointer-sign warnings.Dmitry Chagin2015-01-011-2/+3
* Fix Clang warning: passing 'unsigned int *' to parameter of type 'int *' conv...Dmitry Chagin2015-01-011-4/+5
* Adjust printf format specifiers for dev_t and ino_t in kernel.Gleb Kurtsou2014-12-172-8/+11
* Add a facility for non-init process to declare itself the reaper ofKonstantin Belousov2014-12-152-4/+53
* The process spin lock currently has the following distinct uses:Konstantin Belousov2014-11-262-10/+10
* Improve support for XSAVE with debuggers.John Baldwin2014-11-211-2/+18
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-1310-56/+85
* Regen for r274462.Dmitry Chagin2014-11-135-5/+50
* Add the ppoll() system call.Dmitry Chagin2014-11-132-0/+31
* Fix build.Gleb Smirnoff2014-11-111-0/+2
* Remove SF_KQUEUE code. This code was developed at Netflix, but was notGleb Smirnoff2014-11-111-37/+9
* These don't belong in the modules directory.Warner Losh2014-11-062-0/+53
* Replace some calls to fuword() by fueword() with proper error checking.Konstantin Belousov2014-10-281-3/+8
* Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik2014-10-262-10/+17
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-17/+26
* Update the ULE scheduler + thread and kinfo structs to use int for cpuidAdrian Chadd2014-10-181-2/+4
* Regenerate after r272823:Marcel Moolenaar2014-10-094-8/+8
* Move the SCTP syscalls to netinet with the rest of the SCTP code. TheMarcel Moolenaar2014-10-091-4/+4
* Fix fcntl(2) compat32 after r270691. The copyin and copyout of theKonstantin Belousov2014-09-251-2/+2
* Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one.Alexander Motin2014-09-241-13/+2
* Bump minimum linux compat version to support Centos6 ports updates for linux.Sean Bruno2014-09-221-2/+2
* Fix build on 32-bit machines.Gleb Smirnoff2014-09-181-1/+1
* - Use if_get_counter() to fetch ifnet statistics.Gleb Smirnoff2014-09-181-12/+12
* Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-182-0/+279
* Add missing proctree locking to fill_kinfo_proc consumers.Mateusz Guzik2014-08-301-0/+7
* Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-281-0/+1
* Regen.Konstantin Belousov2014-08-275-13/+20
* Fix handling of the third argument for fcntl(2). The native syscallKonstantin Belousov2014-08-272-1/+27
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-112-6/+4