aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_uid16.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-02-141-4/+1
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-2/+0
* linux: remove the always curthread argument from lconvpathMateusz Guzik2021-11-251-2/+2
* linux: remove redundant SDT tracepointsEdward Tomasz Napierala2021-05-051-88/+2
* linux: add sysctl compat.linux.use_emul_pathMateusz Guzik2020-08-181-32/+39
* compat/linux: Remove obsoleted and somewhat confusing comments related to COM...Konstantin Belousov2019-08-111-10/+0
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-1/+1
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Where possible we will use M_LINUX malloc(9) type.Dmitry Chagin2015-05-241-5/+5
* cred: add proc_set_cred helperMateusz Guzik2015-03-161-1/+1
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-131-4/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Fix some typos that were causing probe argument types to show up as unknown.Mark Johnston2013-10-011-1/+1
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-051-28/+161
* Add curly braces missed in r226247.Christian Brueffer2011-10-111-1/+2
* Properly free linux_gidset in case of an error.Christian Brueffer2011-10-111-0/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-8/+8
* Since all other comparisons involving ngroups_max useBrooks Davis2010-01-151-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-1/+1
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-6/+12
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+1
* Partial MFp4 of 114977:Alexander Leidinger2007-02-241-4/+3
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+3
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-2/+0
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-2/+2
* Match the LINUX32's style with existing styleDavid E. O'Brien2005-01-141-4/+4
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-0/+7
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-1/+1
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-1/+1
* Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();Tim J. Robbins2003-10-211-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-4/+2
* Include <sys/malloc.h> instead of depending on namespace pollution 2Bruce Evans2002-09-051-3/+3
* Use the new kern_* functions to avoid the need to store argumentsIan Dowse2002-09-011-22/+18
* Rework logic of syscalls that modify process credentials as described inJohn Baldwin2002-04-131-12/+20
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-3/+3
* When casting from uid16/gid16 to uid/gid respectively, make sureMarcel Moolenaar2001-10-141-14/+16
* KSE Milestone 2Julian Elischer2001-09-121-35/+37
* Speculatively add this file. It's part of the Linuxulator updateMarcel Moolenaar2001-09-011-0/+285