| Age | Commit message (Expand) | Author |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-03 | fxsave() is a function, don't re-use the name. | ad |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-08 | fix pasto: sigframe.sf_sc is of type linux_sigcontext | pooka |
| 2007-06-30 | Call fp->f_ops->fo_ioctl() directly (not by sys_ioctl() for LINUX_VT_GETMODE | dsl |
| 2007-06-23 | Read and write the ldt without using the stackgap. | dsl |
| 2007-06-13 | regen | christos |
| 2007-06-13 | Get ready for NPTL but don't turn it on as of yet. | christos |
| 2007-06-13 | regen. | christos |
| 2007-06-13 | Add futex. | christos |
| 2007-06-13 | cleanup some bitrot; from Matthew Orgass | christos |
| 2007-05-24 | Fix restart of interrupted system calls. | njoly |
| 2007-05-21 | rename si_sigval -> si_value to match POSIX RTS. | christos |
| 2007-05-10 | - linux uname -m on x86 returns i{3,4,5,6}86 make it so. | christos |
| 2007-04-23 | Linux's uname should return x86_64 as machine_arch | manu |
| 2007-04-16 | Share the sysarch stuff between the x86 ports. PR kern/36046. | ad |
| 2007-04-05 | Enable stat/stat64 nsec time support, for amd64 compat linux/linux32. | njoly |
| 2007-03-26 | Remove duplicate #include <sys/param.h>, | hubertf |
| 2007-03-26 | Update i386 LINUX_{TIOCGPTN,TIOCSPTLCK} definitions for latest | njoly |
| 2007-03-14 | Add ptmx fakedevice hack for amd64 | manu |
| 2007-03-14 | Regen (statfs/fstatfs fixes). | njoly |
| 2007-03-14 | Fix compat linux statfs/fstatfs syscalls on amd64. | njoly |
| 2007-03-05 | more caddr_t lossage. | christos |
| 2007-03-05 | Use (char *) cast on pointer arith. | tsutsui |
| 2007-03-04 | fix fallout from caddr_t changes. | yamt |
| 2007-03-04 | Use (char *) on pointer arith. | tsutsui |
| 2007-03-04 | fix caddr_t fallout. | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-19 | Make this build. | ad |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-15 | Fix Linux compat on amd64. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-12-26 | Adapt to recent machdep scope changes. | elad |
| 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-31 | Changed error message of ENOPROTOOPT to "Protocol option not available". | cbiere |
| 2006-10-14 | sprinkle __unused. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-22 | Pretend to implement TIOCSPTLCK. Although failing is harmless, there is no | christos |
| 2006-09-20 | Proprely convert devices on amd64 | manu |
| 2006-09-13 | avoid empty if | christos |
| 2006-09-01 | When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in case | matt |
| 2006-09-01 | Regen. | matt |
| 2006-09-01 | Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealt | matt |
| 2006-08-30 | Regen | matt |
| 2006-08-30 | Update to deal with options PTRACE | matt |