aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ia64.Marcel Moolenaar2014-07-074-132/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-10/+5
* Revert r267961, r267973:Glen Barber2014-06-272-5/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-10/+5
* - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't supportAlexander Motin2014-06-041-0/+3
* Overhaul CAM SG driver IOCTL interfaces.Alexander Motin2014-06-023-5/+196
* Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIMEDmitry Chagin2014-05-311-31/+40
* In r218101 I have not changed properly the futex syscall definition.Dmitry Chagin2014-05-281-13/+16
* In freebsd32_sendmsg(), replace the call to sockargs() followed by aMarcel Moolenaar2014-04-051-32/+75
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-301-4/+0
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-223-12/+12
* Make the array pointed to by AT_PAGESIZES auxv properly aligned.Konstantin Belousov2014-03-191-22/+27
* Regen per r263318.Attilio Rao2014-03-185-64/+8
* Remove dead code from umtx support:Attilio Rao2014-03-181-2/+2
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-184-28/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-1611-11/+11
* change td_retval into a union w/ off_t, with defines to mask theJohn-Mark Gurney2014-03-161-1/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-25/+26
* linprocfs: add support for /sys/kernel/random/uuidEitan Adler2014-02-271-0/+22
* The posix_madvise(3) and posix_fadvise(2) should return error onKonstantin Belousov2014-01-301-2/+4
* The posix_fallocate(2) syscall should return error number on error,Konstantin Belousov2014-01-231-2/+3
* Implement a kqueue notification path for sendfile.Adrian Chadd2014-01-171-1/+33
* Refactor out the common sendfile code from the do_sendfile() and theAdrian Chadd2014-01-091-24/+3
* Migrate the sendfile_sync structure into a public(ish) API in preparationAdrian Chadd2013-12-011-1/+19
* jail_v0.ip_number was always in host byte order. This was handledPeter Wemm2013-11-281-1/+1
* Add an kinfo sysctl to retrieve signal trampoline location for theKonstantin Belousov2013-11-261-0/+6
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-6/+6
* Fix the compat32 sendfile() to be in line with my recent changes.Adrian Chadd2013-11-261-1/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-259-9/+0
* Fix build.Gleb Smirnoff2013-11-051-7/+8
* Axe IFF_SMART. Fortunately this layering violating flag was never used,Gleb Smirnoff2013-11-051-1/+1
* Drop support for historic ioctls and also undefine them, so that codeGleb Smirnoff2013-11-051-3/+13
* - Provide necessary includes.Gleb Smirnoff2013-10-291-0/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-262-1/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-265-0/+5
* Add padding to match the compat32 struct stat32 definition to the realKonstantin Belousov2013-10-041-0/+1
* Fix some typos that were causing probe argument types to show up as unknown.Mark Johnston2013-10-012-2/+2
* Regenerate syscall argument strings after r255777.Mark Johnston2013-09-211-4/+4
* Regen.John Baldwin2013-09-195-5/+143
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-193-0/+31
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-182-622/+0