| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS security patches which seem to have accidentally not reached HEAD: | Colin Percival | 2012-11-23 | 1 | -2/+3 |
| * | Style fixes for r242958. | Konstantin Belousov | 2012-11-16 | 1 | -2/+0 |
| * | Regen | Konstantin Belousov | 2012-11-13 | 5 | -5/+60 |
| * | Add the wait6(2) system call. It takes POSIX waitid()-like process | Konstantin Belousov | 2012-11-13 | 3 | -0/+48 |
| * | The r241025 fixed the case when a binary, executed from nullfs mount, | Konstantin Belousov | 2012-11-02 | 1 | -3/+5 |
| * | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 5 | -43/+13 |
| * | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
| * | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
| * | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | Konstantin Belousov | 2012-09-28 | 1 | -1/+1 |
| * | Remove redundant check | Kevin Lo | 2012-09-12 | 1 | -5/+0 |
| * | Remove some more NetBSD compat shims and other unused bits from these | John Baldwin | 2012-09-10 | 1 | -57/+0 |
| * | regen. | David Xu | 2012-08-17 | 4 | -4/+4 |
| * | Implement syscall clock_getcpuclockid2, so we can get a clock id | David Xu | 2012-08-17 | 5 | -3/+35 |
| * | Regenerate. | Konstantin Belousov | 2012-08-15 | 4 | -10/+10 |
| * | Provide 32bit compat for truncate(2) and ftruncate(2). | Konstantin Belousov | 2012-08-15 | 1 | -2/+3 |
| * | Regenerate. | Konstantin Belousov | 2012-08-14 | 4 | -7/+7 |
| * | Implement the old mmap syscall for compat32, when COMPAT_43 option is | Konstantin Belousov | 2012-08-14 | 1 | -1/+2 |
| * | Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for struct | Konstantin Belousov | 2012-07-22 | 2 | -9/+10 |
| * | Extend the KPI to lock and unlock f_offset member of struct file. It | Konstantin Belousov | 2012-07-02 | 1 | -2/+3 |
| * | Make sure that each va_start has one and only one matching va_end, | Kevin Lo | 2012-05-29 | 1 | -0/+1 |
| * | Fix ki_cow for compat32 binaries. | Konstantin Belousov | 2012-05-27 | 1 | -1/+1 |
| * | Regenerate system call tables. | Ed Schouten | 2012-05-25 | 5 | -172/+172 |
| * | Remove use of non-ISO-C integer types from system call tables. | Ed Schouten | 2012-05-25 | 1 | -37/+37 |
| * | Add kern_fhstat(), adjust sys_fhstat() to use it. | Gleb Kurtsou | 2012-05-24 | 1 | -1/+2 |
| * | - >500 static DTrace probes for the linuxulator | Alexander Leidinger | 2012-05-05 | 16 | -206/+2052 |
| * | - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27 | Jung-uk Kim | 2012-04-16 | 1 | -0/+49 |
| * | Remove some unnecessary includes. | Tijl Coosemans | 2012-03-18 | 1 | -9/+0 |
| * | Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h. | Tijl Coosemans | 2012-03-18 | 1 | -93/+0 |
| * | Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98 | Tijl Coosemans | 2012-03-18 | 1 | -0/+2 |
| * | Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h. | Tijl Coosemans | 2012-03-16 | 1 | -27/+0 |
| * | Fix race condition in KfRaiseIrql(). | Rebecca Cran | 2012-03-04 | 1 | -4/+6 |
| * | On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This might | Juli Mallett | 2012-03-03 | 1 | -0/+4 |
| * | o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl... | Juli Mallett | 2012-03-03 | 8 | -18/+33 |
| * | Add procfs to jail-mountable filesystems. | Martin Matuska | 2012-02-29 | 2 | -2/+2 |
| * | Fix found places where uio_resid is truncated to int. | Konstantin Belousov | 2012-02-21 | 1 | -1/+2 |
| * | Fix misuse of the kernel map in miscellaneous image activators. | Konstantin Belousov | 2012-02-17 | 2 | -38/+22 |
| * | Remove direct access to si_name. | Ed Schouten | 2012-02-10 | 3 | -5/+5 |
| * | Add 32-bit compat code for AIO kevent flags introduced in revision 230857. | David Xu | 2012-02-05 | 1 | -0/+1 |
| * | Add support for the extended FPU states on amd64, both for native | Konstantin Belousov | 2012-01-21 | 1 | -2/+10 |
| * | Make sure all intermediate variables holding mount flags (mnt_flag) | Kirk McKusick | 2012-01-17 | 1 | -3/+11 |
| * | Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always want | Mikolaj Golub | 2012-01-15 | 1 | -2/+2 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 8 | -8/+8 |
| * | In sys/compat/linux/linux_ioctl.c, work around a warning when a pointer | Dimitry Andric | 2012-01-03 | 1 | -1/+1 |
| * | In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory function | Dimitry Andric | 2011-12-30 | 1 | -4/+1 |
| * | Implement linux_fadvise64() and linux_fadvise64_64() using | John Baldwin | 2011-12-29 | 1 | -0/+45 |
| * | Protect process environment variables with p_candebug(). | Mikolaj Golub | 2011-12-04 | 1 | -1/+1 |
| * | Retire linprocfs_doargv(). Instead use new functions, proc_getargv() | Mikolaj Golub | 2011-11-22 | 1 | -146/+14 |
| * | - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() | Lawrence Stewart | 2011-11-21 | 6 | -9/+81 |
| * | Make the Linux *at() calls a bit more complete. | Ed Schouten | 2011-11-19 | 2 | -14/+16 |
| * | Regenerate system call tables. | Ed Schouten | 2011-11-19 | 9 | -12/+12 |