summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_uid16.c
Commit message (Expand)AuthorAgeFilesLines
* Where possible we will use M_LINUX malloc(9) type.dchagin2015-05-241-5/+5
* cred: add proc_set_cred helpermjg2015-03-161-1/+1
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-131-4/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Fix some typos that were causing probe argument types to show up as unknown.markj2013-10-011-1/+1
* - >500 static DTrace probes for the linuxulatornetchild2012-05-051-28/+161
* Add curly braces missed in r226247.brueffer2011-10-111-1/+2
* Properly free linux_gidset in case of an error.brueffer2011-10-111-0/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-8/+8
* Since all other comparisons involving ngroups_max usebrooks2010-01-151-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-6/+12
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* Partial MFp4 of 114977:netchild2007-02-241-4/+3
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-2/+0
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-2/+2
* Match the LINUX32's style with existing styleobrien2005-01-141-4/+4
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-161-0/+7
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Deorbit COMPAT_SUNOS.phk2004-06-111-1/+1
* Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();tjr2003-10-211-1/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-4/+2
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-3/+3
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-011-22/+18
* Rework logic of syscalls that modify process credentials as described injhb2002-04-131-12/+20
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* When casting from uid16/gid16 to uid/gid respectively, make suremarcel2001-10-141-14/+16
* KSE Milestone 2julian2001-09-121-35/+37
* Speculatively add this file. It's part of the Linuxulator updatemarcel2001-09-011-0/+285
OpenPOWER on IntegriCloud