| Age | Commit message (Expand) | Author |
| 2023-08-18 | linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743 | Dmitry Chagin |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh |
| 2023-02-14 | linux(4): Cleanup includes under compat/linux | Dmitry Chagin |
| 2023-02-12 | linux(4): Get rid of the opt_compat.h include. | Dmitry Chagin |
| 2021-03-12 | linux(4): make getcwd(2) return ERANGE instead of ENOMEM | Edward Tomasz Napierala |
| 2020-08-24 | cache: drop the always curthread argument from reverse lookup routines | Mateusz Guzik |
| 2020-02-01 | cache: replace kern___getcwd with vn_getcwd | Mateusz Guzik |
| 2019-05-13 | Linuxulator depends on a fundamental kernel settings such as SMP. Many | Dmitry Chagin |
| 2017-11-27 | sys/compat: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2015-05-24 | Where possible we will use M_LINUX malloc(9) type. | Dmitry Chagin |
| 2015-04-23 | Simplify linux_getcwd(), removing code that was longer used. | Edward Tomasz Napierala |
| 2015-04-21 | Modify kern___getcwd() to take max pathlen limit as an additional | Edward Tomasz Napierala |
| 2015-01-04 | Indeed, instead of hiding the kern___getcwd() bug by bogus cast | Dmitry Chagin |
| 2015-01-02 | Cast *path to silence clang -Wpointer-sign warning. | Dmitry Chagin |
| 2015-01-02 | Remove Giant from linux_getcwd() due to VFS is MPSAFE now. | Dmitry Chagin |
| 2010-03-01 | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl |
| 2009-06-05 | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson |
| 2009-02-13 | Use shared vnode locks when invoking VOP_READDIR(). | John Baldwin |
| 2008-10-28 | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala |
| 2008-08-28 | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao |
| 2008-01-10 | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao |
| 2007-10-24 | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson |
| 2006-11-18 | Add missed ")". Fix the build. | Konstantin Belousov |
| 2006-11-18 | Use standard debugging facilities in linux_getcwd(). | Konstantin Belousov |
| 2006-10-22 | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson |
| 2006-03-19 | Unbreak COMPAT_LINUX32 option support on amd64. | Ruslan Ermilov |
| 2006-03-18 | Fixup some problems in my previous commit (COMPAT_43). | Alexander Leidinger |
| 2006-03-18 | Get rid of the need of COMPAT_43 in the linuxolator. | Alexander Leidinger |
| 2006-01-30 | - vn_lock with LK_RETRY can not return an error. The code that handled this | Jeff Roberson |
| 2005-12-04 | Fix -Wundef. | Ruslan Ermilov |
| 2005-07-09 | Add Giant around linux_getcwd_common() in linux_getcwd(). | John Baldwin |
| 2005-04-13 | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson |
| 2005-03-29 | - Initial cn_lkflags to LK_EXCLUSIVE. | Jeff Roberson |
| 2005-01-14 | Match the LINUX32's style with existing style | David E. O'Brien |
| 2004-08-16 | Changes to MI Linux emulation code necessary to run 32-bit Linux binaries | Tim J. Robbins |
| 2003-11-17 | Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation. | Robert Watson |
| 2003-06-10 | Use __FBSDID(). | David E. O'Brien |
| 2003-03-20 | Backout the getcwd changes, a more comprehensive effort will be needed. | Poul-Henning Kamp |
| 2003-03-17 | (This commit certainly increases the need for a wash&clean of vfs_cache.c, | Poul-Henning Kamp |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2002-09-02 | Use the new kern_*() functions to avoid using the stack gap in | Ian Dowse |
| 2002-08-04 | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson |
| 2002-08-01 | Introduce support for Mandatory Access Control and extensible | Robert Watson |
| 2002-03-20 | Remove __P. | Alfred Perlstein |
| 2002-02-27 | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin |
| 2001-11-17 | Fix warning in debug printf. This is a long on alpha, and int on i386, | Peter Wemm |
| 2001-09-12 | KSE Milestone 2 | Julian Elischer |
| 2001-08-29 | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | Andrew Gallatin |