| Age | Commit message (Expand) | Author |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2009-12-05 | Remove the portalfs kernel file system driver. Replace mount_portal(8) | pooka |
| 2009-11-24 | Update personality(2) to match Linux definition where the argument is an | njoly |
| 2009-11-11 | - selcommon/pollcommon: drop redundant l argument. | rmind |
| 2009-11-04 | do_sys_wait(): fix previous by checking for ru != NULL. Noticed by | rmind |
| 2009-07-22 | Make compat linux/linux32 getdents(2) fail with ENOTDIR instead of | njoly |
| 2009-05-15 | pad -> PAD | pooka |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-01-19 | Small personality(2) update. | njoly |
| 2009-01-17 | Convert linux/linux32 wait(4) to use a compat50 rusage structure. | njoly |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-06-24 | Replace references to getsock/getvnode. | ad |
| 2008-06-24 | ioctl commands are defined unsigned long, so cast cmd to unsigned long before... | gmcgarry |
| 2008-05-28 | Add LINUX_TMPFS_SUPER_MAGIC, and map it to our tmpfs. | njoly |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-23 | Fix locking. | ad |
| 2008-04-04 | Cleanup. Kill linux_sys_msync and use sys___msync13 instead. | njoly |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-01-15 | compat linux (and linux32) uid16 functions cleanup and fixes. | njoly |
| 2007-12-24 | Kill unneeded linux_sys_getpgid and use native sys_getpgid instead. | njoly |
| 2007-12-21 | - Fix setfsuid to return uid on success. | njoly |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-08 | Replace strncpy with strlcpy in compat linux and linux32 uname, | njoly |
| 2007-11-07 | Remove remaining 64-bit compat linux syscalls linux_sys_xxx() (except | njoly |
| 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 |