aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ucred.h
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove sched_free_thread() which was only usedJulian Elischer2004-08-311-3/+0
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Fixed some style bugs (insertion sort error and extra blank line).Bruce Evans2003-11-121-4/+3
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-2/+1
* o Fix a comment.Maxim Konovalov2003-03-271-1/+1
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDAlfred Perlstein2002-08-281-8/+4
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandAlfred Perlstein2002-08-161-0/+2
* Move to a nested include of _label.h instead of mac.h in sys/sys/*.hRobert Watson2002-08-141-5/+3
* Introduce support for Mandatory Access Control and extensible kernelRobert Watson2002-07-301-1/+10
* Whitespace nit in previous revision.John Baldwin2002-07-271-1/+1
* Add prototype for cred_free_thread() when DIAGNOSTIC is defined.Jonathan Mini2002-07-131-0/+3
* Backed out previous commit. It had nothing to do with KSE and just undidBruce Evans2002-06-291-8/+8
* Part 1 of KSE-IIIJulian Elischer2002-06-291-8/+8
* Fixed some style bugs (mainly excessive indentation).Bruce Evans2002-06-241-24/+24
* Remove unused diagnostic function cread_free_thread().Jonathan Mini2002-06-241-3/+0
* Squish the "could sleep with process lock" messages caused by callingAlfred Perlstein2002-06-191-2/+2
* Minor style cleanup. Remove unneeded includes, and correct or addDima Dorfman2002-04-071-9/+6
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* - Push down Giant into crfree() in the case that we actually free a ucred.John Baldwin2002-03-201-1/+3
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-1/+3
* Purely whitespace changesJulian Elischer2002-02-171-25/+25
* replace the embedded cr_mtx in the ucred structure with cr_mtxp (a mutexMatthew Dillon2002-02-171-2/+2
* If the credential on an incoming thread is correct, don't botherJulian Elischer2002-02-171-0/+1
* remove __P before next commitJulian Elischer2002-02-171-13/+13
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-2/+5
* KSE Milestone 2Julian Elischer2001-09-121-1/+0
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-3/+12
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+3
* Catch up to header include changes:John Baldwin2001-03-281-1/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-0/+1
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-0/+13
* make crfree into a function rather than a macro to avoid bloat because ofAlfred Perlstein2000-11-301-7/+2
* ucred system overhaul:Alfred Perlstein2000-11-271-2/+10
* unstaticize change_ruid() because it is needed by osf1_setuid()Andrew Gallatin2000-10-261-0/+1
* Silence lame compiler warning.Don Lewis2000-09-161-0/+2
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andDon Lewis2000-09-051-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-3/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-3/+3
* Fixed English in previous commit.Bruce Evans1999-01-311-2/+2
* Put a comment here about using suser() to determine super-user-ness.Poul-Henning Kamp1999-01-301-1/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge in Lite2: change manifest constant values for NOCRED and FSCREDJeffrey Hsu1996-03-111-10/+10
* Correct the type of the `acflag' arg to suser().Bruce Evans1995-04-231-2/+2
* Added prototypes here and there. Moved pfctlinput into socket.h.Poul-Henning Kamp1994-10-081-1/+3
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-4/+6
* Added $Id$David Greenman1994-08-021-0/+1