summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Run make sysent.jilles2015-01-235-5/+85
* Add futimens and utimensat system calls.jilles2015-01-232-0/+48
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerkib2015-01-181-0/+8
* fcntl F_O{GET,SET}LK take pointer as the arg, handle them properly forkib2015-01-151-0/+3
* Regen for r276654 (__getcwd()).dchagin2015-01-045-6/+6
* Indeed, instead of hiding the kern___getcwd() bug by bogus castdchagin2015-01-042-5/+5
* Cast *path to silence clang -Wpointer-sign warning.dchagin2015-01-021-1/+1
* Remove Giant from linux_getcwd() due to VFS is MPSAFE now.dchagin2015-01-021-3/+0
* Fix Clang -Wpointer-sign warnings.dchagin2015-01-011-2/+3
* Fix Clang warning: passing 'unsigned int *' to parameter of type 'int *' conv...dchagin2015-01-011-4/+5
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-172-8/+11
* Add a facility for non-init process to declare itself the reaper ofkib2014-12-152-4/+53
* The process spin lock currently has the following distinct uses:kib2014-11-262-10/+10
* Improve support for XSAVE with debuggers.jhb2014-11-211-2/+18
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-1310-56/+85
* Regen for r274462.dchagin2014-11-135-5/+50
* Add the ppoll() system call.dchagin2014-11-132-0/+31
* Fix build.glebius2014-11-111-0/+2
* Remove SF_KQUEUE code. This code was developed at Netflix, but was notglebius2014-11-111-37/+9
* These don't belong in the modules directory.imp2014-11-062-0/+53
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-281-3/+8
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-262-10/+17
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-17/+26
* Update the ULE scheduler + thread and kinfo structs to use int for cpuidadrian2014-10-181-2/+4
* Regenerate after r272823:marcel2014-10-094-8/+8
* Move the SCTP syscalls to netinet with the rest of the SCTP code. Themarcel2014-10-091-4/+4
* Fix fcntl(2) compat32 after r270691. The copyin and copyout of thekib2014-09-251-2/+2
* Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one.mav2014-09-241-13/+2
* Bump minimum linux compat version to support Centos6 ports updates for linux.sbruno2014-09-221-2/+2
* Fix build on 32-bit machines.glebius2014-09-181-1/+1
* - Use if_get_counter() to fetch ifnet statistics.glebius2014-09-181-12/+12
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-182-0/+279
* Add missing proctree locking to fill_kinfo_proc consumers.mjg2014-08-301-0/+7
* Return real parent pid in kinfo (used by e.g. ps)mjg2014-08-281-0/+1
* Regen.kib2014-08-275-13/+20
* Fix handling of the third argument for fcntl(2). The native syscallkib2014-08-272-1/+27
* All mbuf external free functions never fail, so let them be void.glebius2014-07-112-6/+4
* Remove ia64.marcel2014-07-074-132/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-10/+5
* Revert r267961, r267973:gjb2014-06-272-5/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-10/+5
* - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't supportmav2014-06-041-0/+3
* Overhaul CAM SG driver IOCTL interfaces.mav2014-06-023-5/+196
* Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIMEdchagin2014-05-311-31/+40
* In r218101 I have not changed properly the futex syscall definition.dchagin2014-05-281-13/+16
* In freebsd32_sendmsg(), replace the call to sockargs() followed by amarcel2014-04-051-32/+75
* Remove instances of variables that were set, but never used. gcc 4.9imp2014-03-301-4/+0
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-223-12/+12
* Make the array pointed to by AT_PAGESIZES auxv properly aligned.kib2014-03-191-22/+27
* Regen per r263318.attilio2014-03-185-64/+8
OpenPOWER on IntegriCloud