| Age | Commit message (Expand) | Author |
| 2022-08-03 | Pull up following revision(s), all via patch | martin |
| 2019-09-13 | Pull up following revision(s) (requested by maxv in ticket #194): | martin |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-07-28 | Fail, don't panic, on bad dirents from file system. | riastradh |
| 2017-05-06 | Extend the mmap(2) interface to allow requesting protections for later | joerg |
| 2017-01-28 | copy the terminating NUL (njoly) | christos |
| 2017-01-13 | no namlen on linux | christos |
| 2017-01-13 | convert strcpy to a bounded copy to avoid compiler warnings, although the | christos |
| 2017-01-02 | Add pselect6 Linux system call. | manu |
| 2016-11-10 | GC WOPTSCHECKED | christos |
| 2016-08-31 | Teach wait4 about WCONTINUED. | njoly |
| 2015-03-14 | Support Linux MAP_LOCKED mmap flag. | njoly |
| 2014-11-22 | Fix ppoll signature (int ->u_int) | njoly |
| 2014-05-29 | For utimes(2), use compat_50_sys_utimes() instead of local version. | njoly |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2013-11-10 | On linux_sys_getdents, insert d_type at the end of each record. | slp |
| 2013-09-24 | Add utimensat(2) for compat linux. | njoly |
| 2013-09-15 | Make alpha use linux_sys_utimes() just like other archs. | njoly |
| 2013-08-11 | Allow to build in envs without USRSTACK (namely, rump kernels on powerpc). | pooka |
| 2013-04-15 | alpha uses standard utimes. | christos |
| 2013-04-09 | Fix COMPAT_LINUX32. | pooka |
| 2013-04-08 | support utimes on non-alpha linux platforms | pooka |
| 2012-09-19 | emulate ppoll which is essentially our pollts | pooka |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2010-11-02 | personality() now interprets its parameter as having | chs |
| 2010-09-11 | recent versions of linux (which we now claim to be) supply a BSD-style | chs |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 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 |