summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
Commit message (Expand)AuthorAgeFilesLines
* Regenerate syscalls.adrian2015-07-115-1/+73
* On exec, single-threading must be enforced before arguments space iskib2015-05-101-0/+10
* Fix an error in r281551, part of the getfsstat() / kern_getfsstat()peter2015-05-051-3/+4
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). Thistrasz2015-04-151-2/+3
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-26/+0
* 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-041-1/+1
* Add a facility for non-init process to declare itself the reaper ofkib2014-12-152-4/+53
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-131-6/+12
* 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
* 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
* 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
* 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
* Remove ia64.marcel2014-07-072-123/+3
* Overhaul CAM SG driver IOCTL interfaces.mav2014-06-022-0/+72
* 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
* 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 kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-163-3/+3
* change td_retval into a union w/ off_t, with defines to mask thejmg2014-03-161-1/+1
* 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
* Fix the compat32 sendfile() to be in line with my recent changes.adrian2013-11-261-1/+4
* Add padding to match the compat32 struct stat32 definition to the realkib2013-10-041-0/+1
* Regenerate syscall argument strings after r255777.markj2013-09-211-4/+4
* Regen.jhb2013-09-195-5/+143
* Extend the support for exempting processes from being killed when swap isjhb2013-09-193-0/+31
* Regenerate for freebsd32_cap_enter().jilles2013-09-175-10/+16
* Disallow cap_enter() in freebsd32 compatibility mode.jilles2013-09-172-1/+21
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-6/+4
OpenPOWER on IntegriCloud