aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Regenerate syscalls.Adrian Chadd2015-07-115-1/+73
* On exec, single-threading must be enforced before arguments space isKonstantin Belousov2015-05-101-0/+10
* Fix an error in r281551, part of the getfsstat() / kern_getfsstat()Peter Wemm2015-05-051-3/+4
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). ThisEdward Tomasz Napierala2015-04-151-2/+3
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>John Baldwin2015-04-081-26/+0
* 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-041-1/+1
* Add a facility for non-init process to declare itself the reaper ofKonstantin Belousov2014-12-152-4/+53
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-131-6/+12
* 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
* 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
* 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
* 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
* Remove ia64.Marcel Moolenaar2014-07-072-123/+3
* Overhaul CAM SG driver IOCTL interfaces.Alexander Motin2014-06-022-0/+72
* 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
* 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 kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-163-3/+3
* change td_retval into a union w/ off_t, with defines to mask theJohn-Mark Gurney2014-03-161-1/+1
* 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
* Fix the compat32 sendfile() to be in line with my recent changes.Adrian Chadd2013-11-261-1/+4
* Add padding to match the compat32 struct stat32 definition to the realKonstantin Belousov2013-10-041-0/+1
* 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
* Regenerate for freebsd32_cap_enter().Jilles Tjoelker2013-09-175-10/+16
* Disallow cap_enter() in freebsd32 compatibility mode.Jilles Tjoelker2013-09-172-1/+21
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-6/+4