| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-05-29 | 1 | -0/+1 |
* | Fix ki_cow for compat32 binaries. | kib | 2012-05-27 | 1 | -1/+1 |
* | Regenerate system call tables. | ed | 2012-05-25 | 5 | -172/+172 |
* | Remove use of non-ISO-C integer types from system call tables. | ed | 2012-05-25 | 1 | -37/+37 |
* | Add kern_fhstat(), adjust sys_fhstat() to use it. | gleb | 2012-05-24 | 1 | -1/+2 |
* | - >500 static DTrace probes for the linuxulator | netchild | 2012-05-05 | 16 | -207/+2053 |
* | - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27 | jkim | 2012-04-16 | 1 | -0/+49 |
* | Remove some unnecessary includes. | tijl | 2012-03-18 | 1 | -9/+0 |
* | Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h. | tijl | 2012-03-18 | 1 | -93/+0 |
* | Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98 | tijl | 2012-03-18 | 1 | -0/+2 |
* | Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h. | tijl | 2012-03-16 | 1 | -27/+0 |
* | Fix race condition in KfRaiseIrql(). | brucec | 2012-03-04 | 1 | -4/+6 |
* | On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This might | jmallett | 2012-03-03 | 1 | -0/+4 |
* | o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl... | jmallett | 2012-03-03 | 8 | -18/+33 |
* | Add procfs to jail-mountable filesystems. | mm | 2012-02-29 | 2 | -2/+2 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -1/+2 |
* | Fix misuse of the kernel map in miscellaneous image activators. | kib | 2012-02-17 | 2 | -38/+22 |
* | Remove direct access to si_name. | ed | 2012-02-10 | 3 | -5/+5 |
* | Add 32-bit compat code for AIO kevent flags introduced in revision 230857. | davidxu | 2012-02-05 | 1 | -0/+1 |
* | Add support for the extended FPU states on amd64, both for native | kib | 2012-01-21 | 1 | -2/+10 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -3/+11 |
* | Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always want | trociny | 2012-01-15 | 1 | -2/+2 |
* | Convert files to UTF-8 | uqs | 2012-01-15 | 8 | -8/+8 |
* | In sys/compat/linux/linux_ioctl.c, work around a warning when a pointer | dim | 2012-01-03 | 1 | -1/+1 |
* | In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory function | dim | 2011-12-30 | 1 | -4/+1 |
* | Implement linux_fadvise64() and linux_fadvise64_64() using | jhb | 2011-12-29 | 1 | -0/+45 |
* | Protect process environment variables with p_candebug(). | trociny | 2011-12-04 | 1 | -1/+1 |
* | Retire linprocfs_doargv(). Instead use new functions, proc_getargv() | trociny | 2011-11-22 | 1 | -146/+14 |
* | - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() | lstewart | 2011-11-21 | 6 | -9/+81 |
* | Make the Linux *at() calls a bit more complete. | ed | 2011-11-19 | 2 | -14/+16 |
* | Regenerate system call tables. | ed | 2011-11-19 | 9 | -12/+12 |
* | Improve *access*() parameter name consistency. | ed | 2011-11-19 | 4 | -11/+11 |
* | - Split out a kern_posix_fadvise() from the posix_fadvise() system call so | jhb | 2011-11-14 | 1 | -11/+4 |
* | struct timespec32: change types of tv_sec and tv_nsec fields to signed | pluknet | 2011-11-11 | 1 | -2/+2 |
* | Correct the types of the arguments to return probes of the syscall | rstone | 2011-11-11 | 1 | -1/+1738 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 3 | -3/+4 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -2/+2 |
* | Regen. | jhb | 2011-11-04 | 5 | -6/+54 |
* | Add the posix_fadvise(2) system call. It is somewhat similar to | jhb | 2011-11-04 | 2 | -1/+17 |
* | Control the execution permission of the readable segments for | kib | 2011-10-15 | 1 | -2/+2 |
* | Regen. | jhb | 2011-10-14 | 5 | -12/+12 |
* | Use PAIR32TO64() for the offset and length parameters to | jhb | 2011-10-14 | 2 | -4/+4 |
* | Use PTRIN(). | marcel | 2011-10-13 | 1 | -1/+1 |
* | Wrap mprotect(2) so that we can add execute permissions when read | marcel | 2011-10-13 | 6 | -10/+32 |
* | Wrap mprotect(2) | marcel | 2011-10-13 | 1 | -1/+1 |
* | In freebsd32_mmap() and when compiling for amd64 or ia64, also | marcel | 2011-10-13 | 1 | -0/+5 |
* | Add curly braces missed in r226247. | brueffer | 2011-10-11 | 1 | -1/+2 |
* | Properly free linux_gidset in case of an error. | brueffer | 2011-10-11 | 1 | -0/+1 |
* | Use the caculated length instead of maximum length. | jkim | 2011-10-06 | 1 | -2/+2 |
* | Remove a now-defunct variable. | jkim | 2011-10-06 | 1 | -16/+15 |