summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-8/+8
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* SCARGS removal take II.alfred2002-12-144-229/+224
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-134-224/+229
* Remove SCARGS.alfred2002-12-134-229/+224
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-5/+6
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+2
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* 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
OpenPOWER on IntegriCloud