summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead code from umtx support:attilio2014-03-181-2/+2
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-184-28/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-1611-11/+11
* change td_retval into a union w/ off_t, with defines to mask thejmg2014-03-161-1/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-25/+26
* linprocfs: add support for /sys/kernel/random/uuideadler2014-02-271-0/+22
* The posix_madvise(3) and posix_fadvise(2) should return error onkib2014-01-301-2/+4
* The posix_fallocate(2) syscall should return error number on error,kib2014-01-231-2/+3
* Implement a kqueue notification path for sendfile.adrian2014-01-171-1/+33
* Refactor out the common sendfile code from the do_sendfile() and theadrian2014-01-091-24/+3
* Migrate the sendfile_sync structure into a public(ish) API in preparationadrian2013-12-011-1/+19
* jail_v0.ip_number was always in host byte order. This was handledpeter2013-11-281-1/+1
* Add an kinfo sysctl to retrieve signal trampoline location for thekib2013-11-261-0/+6
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-6/+6
* Fix the compat32 sendfile() to be in line with my recent changes.adrian2013-11-261-1/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-259-9/+0
* Fix build.glebius2013-11-051-7/+8
* Axe IFF_SMART. Fortunately this layering violating flag was never used,glebius2013-11-051-1/+1
* Drop support for historic ioctls and also undefine them, so that codeglebius2013-11-051-3/+13
OpenPOWER on IntegriCloud