summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-5/+13
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-1/+1
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-3/+3
* - Hold the vnode lock throughout execve.jeff2002-08-131-13/+1
* Teach the OSF/1 emulation layer a little more about mandatory accessrwatson2002-08-121-0/+19
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+4
* - Split the unaligned access check flags out of md_flags in struct mdthreadjhb2002-07-311-1/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-1/+1
* Squish the "could sleep with process lock" messages caused by callingalfred2002-06-191-2/+6
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-025-5/+5
* Rework logic of syscalls that modify process credentials as described injhb2002-04-131-4/+16
* o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(),alc2002-04-051-16/+13
* Spell "privileges" correctly.eric2002-04-051-2/+2
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+3
* 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-208-87/+86
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a long line introduced in previous commit.peter2002-02-071-1/+2
* You cannot take the address of a variable with the 'register' qualifier.mjacob2002-02-071-1/+1
* Pre-KSE/M3 commit.julian2002-02-071-3/+3
* Replace ffind_* with fget calls.alfred2002-01-141-4/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-132-5/+6
* This file does not need to include procfs.h. This fixes a bunch of warnings.des2002-01-011-1/+0
* 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
* Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td,peter2001-09-231-1/+1
* Finish KSE-ification updates.peter2001-09-202-20/+21
* Regenerate. This seems to have been missed in the last commit.peter2001-09-203-337/+349
* Pass 1: update for KSE and NFS changes. Somehow this got missed.peter2001-09-205-253/+268
* Fix off by one error introduced by the use of the ifnet_byindex()marcel2001-09-141-1/+1
* Wrap array accesses in macros, which also happen to be lvalues:marcel2001-09-081-1/+1
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-2/+2
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-12/+12
* 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-042-9/+6
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-4/+4
* hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()gallatin2001-06-061-1/+4
* Apparently, the vm_mtx must be held around vm_map_find(). I'm assuminggallatin2001-06-061-0/+3
* make this compile.gallatin2001-05-251-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-17/+30
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* grab the vm mtx around exec_new_vmspace()gallatin2001-05-221-0/+2
* fix vm_mtx related compiler warninggallatin2001-05-201-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-37/+28
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+1
* Fix the osfulator in the face of Doug's optimized system call return path.gallatin2001-02-211-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* The osfulator needs sysvipc to work. Thanks to DES's commit togallatin2001-01-261-0/+3
OpenPOWER on IntegriCloud