summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1/osf1_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Squish the "could sleep with process lock" messages caused by callingalfred2002-06-191-2/+6
* Rework logic of syscalls that modify process credentials as described injhb2002-04-131-4/+16
* Spell "privileges" correctly.eric2002-04-051-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* You cannot take the address of a variable with the 'register' qualifier.mjacob2002-02-071-1/+1
* Replace ffind_* with fget calls.alfred2002-01-141-4/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-4/+3
* Whitespace fix.jhb2001-12-181-1/+1
* Rather than just change the arguments to suser() change the function tomike2001-11-021-1/+1
* o Permit osf1-emulated programs to modify uid/gid under jail byrwatson2001-11-011-2/+2
* Pass 1: update for KSE and NFS changes. Somehow this got missed.peter2001-09-201-161/+171
* Remove a reference to MAP_INHERIT.peter2001-08-251-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-4/+4
* hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()gallatin2001-06-061-1/+4
* make this compile.gallatin2001-05-251-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-17/+30
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-37/+28
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Back out over-aggressive locking of p->p_cred.jhb2001-01-251-16/+3
* Proc locking.jhb2001-01-241-3/+19
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-0/+1
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andgallatin2000-10-261-8/+13
* fix bogus cast in osf1_getrlimit/osf1_setrlimitgallatin2000-10-251-4/+4
* teach the osf1_getsysinfo() function about a few more fieldsgallatin2000-10-251-5/+47
* Fix the breakage that occurred when somebody didn't do a completemjacob2000-06-231-2/+2
* changes to osf1_wait4()gallatin2000-01-291-5/+7
* implement OSF_GET_MAX_UPROCS portion of osf1_getsysinfo() for AT&T kshgallatin2000-01-061-0/+5
* Finally add the Alpha OSF/1 compat code. I will add it to thegallatin1999-12-141-0/+1747
OpenPOWER on IntegriCloud