aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_uid16.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+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