summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-2913-7/+175
* Arithmetic on pointers takes into account the size of the type. Properly cast...dchagin2013-01-251-2/+2
* Don't assume that all Linux TCP-level socket options are identical tojhb2013-01-231-4/+24
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-052-4/+4
* MFS security patches which seem to have accidentally not reached HEAD:cperciva2012-11-231-2/+3
* Style fixes for r242958.kib2012-11-161-2/+0
* Regenkib2012-11-135-5/+60
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-133-0/+48
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-3/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-225-43/+13
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
* Remove redundant checkkevlo2012-09-121-5/+0
* Remove some more NetBSD compat shims and other unused bits from thesejhb2012-09-101-57/+0
* regen.davidxu2012-08-174-4/+4
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-175-3/+35
* Regenerate.kib2012-08-154-10/+10
* Provide 32bit compat for truncate(2) and ftruncate(2).kib2012-08-151-2/+3
* Regenerate.kib2012-08-144-7/+7
* Implement the old mmap syscall for compat32, when COMPAT_43 option iskib2012-08-141-1/+2
* Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for structkib2012-07-222-9/+10
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-021-2/+3
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* Fix ki_cow for compat32 binaries.kib2012-05-271-1/+1
* Regenerate system call tables.ed2012-05-255-172/+172
* Remove use of non-ISO-C integer types from system call tables.ed2012-05-251-37/+37
* Add kern_fhstat(), adjust sys_fhstat() to use it.gleb2012-05-241-1/+2
* - >500 static DTrace probes for the linuxulatornetchild2012-05-0516-207/+2053
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-161-0/+49
* Remove some unnecessary includes.tijl2012-03-181-9/+0
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-181-93/+0
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98tijl2012-03-181-0/+2
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.tijl2012-03-161-27/+0
* Fix race condition in KfRaiseIrql().brucec2012-03-041-4/+6
* On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This mightjmallett2012-03-031-0/+4
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-038-18/+33
* Add procfs to jail-mountable filesystems.mm2012-02-292-2/+2
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-172-38/+22
* Remove direct access to si_name.ed2012-02-103-5/+5
* Add 32-bit compat code for AIO kevent flags introduced in revision 230857.davidxu2012-02-051-0/+1
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-2/+10
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-3/+11
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wanttrociny2012-01-151-2/+2
* Convert files to UTF-8uqs2012-01-158-8/+8
* In sys/compat/linux/linux_ioctl.c, work around a warning when a pointerdim2012-01-031-1/+1
* In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory functiondim2011-12-301-4/+1
* Implement linux_fadvise64() and linux_fadvise64_64() usingjhb2011-12-291-0/+45
* Protect process environment variables with p_candebug().trociny2011-12-041-1/+1
OpenPOWER on IntegriCloud