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