summaryrefslogtreecommitdiffstats
path: root/sys/sys/ucred.h
Commit message (Expand)AuthorAgeFilesLines
* o Fix SCTP ICMPv6 error message vulnerability. [SA-16:01.sctp]glebius2016-01-141-0/+1
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-1/+3
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-011-0/+5
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-171-2/+2
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-3/+9
* Add a flags field to struct ucred, and export that via kinfo_proc,rwatson2009-06-011-0/+1
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-1/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-1/+2
* Add padding for anticipated functionalitykmacy2007-12-071-0/+1
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-071-0/+3
* Update a comment: Rather than suggesting suser(), suggest priv(9) forrwatson2007-03-141-2/+2
* Use the refcount API to manage the reference count for user credentialsjhb2005-09-271-1/+0
* Correct a comment in ucred.h.delphij2005-06-281-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove sched_free_thread() which was only usedjulian2004-08-311-3/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Fixed some style bugs (insertion sort error and extra blank line).bde2003-11-121-4/+3
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-2/+1
* o Fix a comment.maxim2003-03-271-1/+1
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDalfred2002-08-281-8/+4
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandalfred2002-08-161-0/+2
* Move to a nested include of _label.h instead of mac.h in sys/sys/*.hrwatson2002-08-141-5/+3
* Introduce support for Mandatory Access Control and extensible kernelrwatson2002-07-301-1/+10
* Whitespace nit in previous revision.jhb2002-07-271-1/+1
* Add prototype for cred_free_thread() when DIAGNOSTIC is defined.mini2002-07-131-0/+3
* Backed out previous commit. It had nothing to do with KSE and just undidbde2002-06-291-8/+8
* Part 1 of KSE-IIIjulian2002-06-291-8/+8
* Fixed some style bugs (mainly excessive indentation).bde2002-06-241-24/+24
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-3/+0
* Squish the "could sleep with process lock" messages caused by callingalfred2002-06-191-2/+2
* Minor style cleanup. Remove unneeded includes, and correct or adddd2002-04-071-9/+6
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* - Push down Giant into crfree() in the case that we actually free a ucred.jhb2002-03-201-1/+3
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-1/+3
* Purely whitespace changesjulian2002-02-171-25/+25
* replace the embedded cr_mtx in the ucred structure with cr_mtxp (a mutexdillon2002-02-171-2/+2
* If the credential on an incoming thread is correct, don't botherjulian2002-02-171-0/+1
* remove __P before next commitjulian2002-02-171-13/+13
* Change the kernel's ucred API as follows:jhb2001-10-111-2/+5
* KSE Milestone 2julian2001-09-121-1/+0
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-3/+12
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+3
* Catch up to header include changes:jhb2001-03-281-1/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-0/+1
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-0/+13
* make crfree into a function rather than a macro to avoid bloat because ofalfred2000-11-301-7/+2
* ucred system overhaul:alfred2000-11-271-2/+10
* unstaticize change_ruid() because it is needed by osf1_setuid()gallatin2000-10-261-0/+1
* Silence lame compiler warning.truckman2000-09-161-0/+2
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-051-0/+2
OpenPOWER on IntegriCloud