| Age | Commit message (Expand) | Author |
| 2007-11-04 | - Replace lockmgr with mutex; | rmind |
| 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-08-29 | Constify: LLADDR() -> CLLADDR(). | dyoung |
| 2007-08-26 | Use satosdl(). | dyoung |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-07-17 | Add native mremap system call based on the UVM implementation for | joerg |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-04 | It seems that min(16,16) isn't a compile time constant. | dsl |
| 2007-07-01 | Fix long-term breakage in the definition of 'control' data for linux. | dsl |
| 2007-07-01 | Fix LINUX_HDIO_GET_IDENTITY so that it returns the entire 512 byte buffer. | dsl |
| 2007-06-30 | Use the new CDIOCREADSUBCHANNEL_BUF and CDIOREADTOCENTRIES_BUF ioctls to | 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-17 | Do the sysv ipc calls without the stackgap. | dsl |
| 2007-06-16 | Delete stuff in comment about use of stackgap. | dsl |
| 2007-06-06 | Wrap ktrace calls with #ifdef KTRACE. | rjs |
| 2007-06-04 | Fix select() without a timeout parameter. | dsl |
| 2007-06-02 | wrap #include "opt_ktrace.h" by #ifdef _KERNEL_OPT. | yamt |
| 2007-06-02 | Call selcommon() directly instead of using the stackgap... | dsl |
| 2007-06-01 | Split sys_bind() and sys_connect() so that compat code can use common code | dsl |
| 2007-06-01 | (Ab)use a KTR_USER trace entry for the linux socket command and arguments. | dsl |
| 2007-05-29 | Add a sockaddr_storage member to "struct ifreq" maintaining backwards | christos |
| 2007-05-13 | This is deja vu - I fixed this earlier.... | dsl |
| 2007-05-13 | Stop using the stackgap for time functions. | dsl |
| 2007-05-12 | Split the fcntl locking code out from its copyin/out. | dsl |
| 2007-05-12 | There is no need to use the stackgap for get/setrlimit. | dsl |
| 2007-05-12 | Fix comment and indent. | dsl |
| 2007-05-12 | Change the compat sys_[fl]utime code to not use the stackgap. | dsl |
| 2007-05-10 | - linux uname -m on x86 returns i{3,4,5,6}86 make it so. | christos |
| 2007-05-10 | move the #if 0 down a few lines so linux_machine gets initialized. Pointed | 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-05-06 | Remove change that obviously was not tested (since it uses LINUX_KERN_VERSION | christos |
| 2007-04-30 | Include extra header (vfs_syscalls.h). | dsl |
| 2007-04-30 | Rework compat stat() and statvfs() code so that it no longer uses the stackgap. | dsl |
| 2007-04-30 | Remove some unused calls to stackgap_init() | dsl |
| 2007-04-23 | Linux's uname should return x86_64 as machine_arch | manu |
| 2007-04-23 | avoid zerodivide. | christos |
| 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 | Add ptmx fakedevice hack for amd64 | manu |
| 2007-03-14 | Fix compat linux statfs/fstatfs syscalls on amd64. | njoly |
| 2007-03-10 | Update all the compat stuff to not use the 'stackgap' for processing | dsl |
| 2007-03-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-19 | Introduce a new member to struct emul, e_startlwp, to be used by | cube |
| 2007-02-17 | Acquire proclist_lock across the calls to p_find() and pg_find(). | dsl |