| Age | Commit message (Expand) | Author |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 2007-07-17 | Add native mremap system call based on the UVM implementation for | joerg |
| 2007-07-04 | It seems that min(16,16) isn't a compile time constant. | dsl |
| 2007-06-30 | Match updates to kauth_cred_set/getgroups. | dsl |
| 2007-06-23 | Simplify code to get/set 16bit group lists. | dsl |
| 2007-06-23 | These now need sys/prot.h | dsl |
| 2007-06-04 | Fix select() without a timeout parameter. | dsl |
| 2007-06-02 | Call selcommon() directly instead of using the stackgap... | dsl |
| 2007-05-12 | There is no need to use the stackgap for get/setrlimit. | dsl |
| 2007-05-10 | - linux uname -m on x86 returns i{3,4,5,6}86 make it so. | christos |
| 2007-05-08 | Remember to copy the rusage to the users buffer. | dsl |
| 2007-05-07 | Split sys_wait4() so that compat code can fiddle with the returned 'status' | dsl |
| 2007-04-30 | Rework compat stat() and statvfs() code so that it no longer uses the stackgap. | dsl |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-04-11 | - Add compat amd64 linux32 statfs support, adapted from PR/35956. | njoly |
| 2007-03-23 | implement emul.linux.kern.machine, which can be set to "i686", like | mrg |
| 2007-03-14 | Fix compat linux statfs/fstatfs syscalls on amd64. | njoly |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-14 | Clean some KAUTH_GENERIC_ISSUSER usage in compat code. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-13 | Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly | manu |
| 2006-09-01 | When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in case | matt |
| 2006-08-30 | Allow this to build as an LKM by testing for _KERNEL_OPT before | he |
| 2006-08-30 | Update to deal with options PTRACE | matt |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-13 | change 20 to NZERO; pointed out by mrg. | christos |
| 2006-06-10 | PR/33671: Nicolas Joly: Add a getpriority syscall to account for the fact | christos |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-10 | don't allocate struct statvfs on stack as it's too large. | yamt |
| 2006-03-17 | Fix Coverity issues 2321 and 2320. Make sure to free allocated memory. | erh |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |
| 2006-01-31 | linux_sys_mremap: validate flags. | yamt |
| 2006-01-21 | implement compat_linux mremap. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-30 | Remove the debugging printf left in linux_sys_getrlimit(). | rpaulo |
| 2005-11-23 | Remove a debug printf | manu |
| 2005-11-23 | - Add Linux tkill and tgkill (partial emulation). | manu |
| 2005-11-07 | Include linux_machdep.h so that LINUX_UNAME_ARCH ges defined (fixes | manu |
| 2005-11-04 | Fix machine name returned by uname on Linux | manu |
| 2005-10-30 | add support for the linux PROT_GROWS{DOWN,UP} mprotect() flags. | chs |
| 2005-09-10 | Initial addition of tmpfs, an efficient memory file-system. This project | jmmv |
| 2005-06-02 | more cast-qual fallout | drochner |
| 2005-05-29 | - sprinkle const. | christos |
| 2005-05-03 | First work on COMPAT_LINUX/amd64 | manu |
| 2005-04-19 | PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS with | christos |
| 2005-02-26 | nuke trailing whitespace | perry |