summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_uid16.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC: match the LINUX32 style with existing style.David E. O'Brien2005-03-011-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