aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition in KfRaiseIrql().Rebecca Cran2012-03-041-4/+6
* On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This mightJuli Mallett2012-03-031-0/+4
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-038-18/+33
* Add procfs to jail-mountable filesystems.Martin Matuska2012-02-292-2/+2
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-1/+2
* Fix misuse of the kernel map in miscellaneous image activators.Konstantin Belousov2012-02-172-38/+22
* Remove direct access to si_name.Ed Schouten2012-02-103-5/+5
* Add 32-bit compat code for AIO kevent flags introduced in revision 230857.David Xu2012-02-051-0/+1
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-2/+10
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-3/+11
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wantMikolaj Golub2012-01-151-2/+2
* Convert files to UTF-8Ulrich Spörlein2012-01-158-8/+8
* In sys/compat/linux/linux_ioctl.c, work around a warning when a pointerDimitry Andric2012-01-031-1/+1
* In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory functionDimitry Andric2011-12-301-4/+1
* Implement linux_fadvise64() and linux_fadvise64_64() usingJohn Baldwin2011-12-291-0/+45
* Protect process environment variables with p_candebug().Mikolaj Golub2011-12-041-1/+1
* Retire linprocfs_doargv(). Instead use new functions, proc_getargv()Mikolaj Golub2011-11-221-146/+14
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-216-9/+81
* Make the Linux *at() calls a bit more complete.Ed Schouten2011-11-192-14/+16
* Regenerate system call tables.Ed Schouten2011-11-199-12/+12
* Improve *access*() parameter name consistency.Ed Schouten2011-11-194-11/+11
* - Split out a kern_posix_fadvise() from the posix_fadvise() system call soJohn Baldwin2011-11-141-11/+4
* struct timespec32: change types of tv_sec and tv_nsec fields to signedSergey Kandaurov2011-11-111-2/+2
* Correct the types of the arguments to return probes of the syscallRyan Stone2011-11-111-1/+1738
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-073-3/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-2/+2
* Regen.John Baldwin2011-11-045-6/+54
* Add the posix_fadvise(2) system call. It is somewhat similar toJohn Baldwin2011-11-042-1/+17
* Control the execution permission of the readable segments forKonstantin Belousov2011-10-151-2/+2
* Regen.John Baldwin2011-10-145-12/+12
* Use PAIR32TO64() for the offset and length parameters toJohn Baldwin2011-10-142-4/+4
* Use PTRIN().Marcel Moolenaar2011-10-131-1/+1
* Wrap mprotect(2) so that we can add execute permissions when readMarcel Moolenaar2011-10-136-10/+32
* Wrap mprotect(2)Marcel Moolenaar2011-10-131-1/+1
* In freebsd32_mmap() and when compiling for amd64 or ia64, alsoMarcel Moolenaar2011-10-131-0/+5
* Add curly braces missed in r226247.Christian Brueffer2011-10-111-1/+2
* Properly free linux_gidset in case of an error.Christian Brueffer2011-10-111-0/+1
* Use the caculated length instead of maximum length.Jung-uk Kim2011-10-061-2/+2
* Remove a now-defunct variable.Jung-uk Kim2011-10-061-16/+15
* Use uint32_t instead of u_int32_t. Fix style(9) nits.Jung-uk Kim2011-10-061-10/+9
* Make sure to ignore the leading NULL byte from Linux abstract namespace.Jung-uk Kim2011-10-061-2/+10
* Restore the original socket address length if it was not really AF_INET6.Jung-uk Kim2011-10-061-16/+19
* Retern more appropriate errno when Linux path name is too long.Jung-uk Kim2011-10-061-1/+1
* Inline do_sa_get() function and remove an unused return value.Jung-uk Kim2011-10-061-23/+9
* Unroll inlined strnlen(9) and make it easier to read. No functional change.Jung-uk Kim2011-10-061-10/+6
* Fix a bug in UNIX socket handling in the linux emulator which wasColin Percival2011-10-041-0/+15
* Auto-generated code from sys_ prefixing makesyscalls.sh changeKip Macy2011-09-165-297/+297
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-1619-231/+240
* Add experimental support for process descriptorsJonathan Anderson2011-08-181-3/+5
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-1110-37/+62