aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
* Rework logic of syscalls that modify process credentials as described inJohn Baldwin2002-04-131-4/+16
* o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(),Alan Cox2002-04-051-16/+13
* Spell "privileges" correctly.Eric Melville2002-04-051-2/+2
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+3
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-2/+2
* Remove __P(). This was tested on the GENERIC kernel.David E. O'Brien2002-03-208-87/+86
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Fix a long line introduced in previous commit.Peter Wemm2002-02-071-1/+2
* You cannot take the address of a variable with the 'register' qualifier.Matt Jacob2002-02-071-1/+1
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-3/+3
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-4/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-132-5/+6
* This file does not need to include procfs.h. This fixes a bunch of warnings.Dag-Erling Smørgrav2002-01-011-1/+0
* Whitespace fix.John Baldwin2001-12-181-1/+1
* Rather than just change the arguments to suser() change the function toMike Barcroft2001-11-021-1/+1
* o Permit osf1-emulated programs to modify uid/gid under jail byRobert Watson2001-11-011-2/+2
* Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td,Peter Wemm2001-09-231-1/+1
* Finish KSE-ification updates.Peter Wemm2001-09-202-20/+21
* Regenerate. This seems to have been missed in the last commit.Peter Wemm2001-09-203-337/+349
* Pass 1: update for KSE and NFS changes. Somehow this got missed.Peter Wemm2001-09-205-253/+268
* Fix off by one error introduced by the use of the ifnet_byindex()Marcel Moolenaar2001-09-141-1/+1
* Wrap array accesses in macros, which also happen to be lvalues:Marcel Moolenaar2001-09-081-1/+1
* Call sendsig() with the proc lock held and return with it held.John Baldwin2001-09-061-2/+2
* Synchronize syscalls.master(s) with recent Giant pushdown workMatthew Dillon2001-09-011-12/+12
* Remove a reference to MAP_INHERIT.Peter Wemm2001-08-251-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-042-9/+6
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-4/+4
* hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()Andrew Gallatin2001-06-061-1/+4
* Apparently, the vm_mtx must be held around vm_map_find(). I'm assumingAndrew Gallatin2001-06-061-0/+3
* make this compile.Andrew Gallatin2001-05-251-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-17/+30
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* grab the vm mtx around exec_new_vmspace()Andrew Gallatin2001-05-221-0/+2
* fix vm_mtx related compiler warningAndrew Gallatin2001-05-201-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-37/+28
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-1/+1
* Fix the osfulator in the face of Doug's optimized system call return path.Andrew Gallatin2001-02-211-0/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* The osfulator needs sysvipc to work. Thanks to DES's commit toAndrew Gallatin2001-01-261-0/+3
* Back out over-aggressive locking of p->p_cred.John Baldwin2001-01-251-16/+3
* Proc locking.John Baldwin2001-01-242-5/+31
* Use queue macros.John Baldwin2001-01-241-2/+1
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-082-0/+2
* exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it shouldAndrew Gallatin2000-12-021-1/+1
* Don't use p->p_sigstk.ss_flags to keep state of whether theMarcel Moolenaar2000-11-301-2/+2
* Simplify and correct OSF/1 signal handling.Andrew Gallatin2000-11-103-133/+16
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-092-2/+4
* Add M_ZERO to malloc calls where the result is just bzeroed.Matt Jacob2000-10-271-4/+2
* add a version tag for the alpha linulator to depend onAndrew Gallatin2000-10-261-0/+2