aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
...
* - Remove unnecessary useracc() calls from osf1_sigreturn().Alan Cox2003-04-291-12/+3
* Lock Giant around calls to useracc() in osf1_sigreturn() so that theJohn Baldwin2003-04-251-1/+5
* Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo()John Baldwin2003-04-251-0/+5
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-221-194/+64
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-14/+15
* - Use sigexit() instead of twiddling the signal mask, catch, ignore, andJeff Roberson2003-03-311-5/+1
* Fix some memory leaks in the failure cases after trying to look up theJohn Baldwin2003-03-211-6/+9
* Use td->td_ucred instead of td->td_proc->p_ucred.John Baldwin2003-03-201-3/+3
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-8/+8
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Convert an instance of "struct timezone tz" use I missed yesterday.Poul-Henning Kamp2003-02-041-1/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-8/+8
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* SCARGS removal take II.Alfred Perlstein2002-12-144-229/+224
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-134-224/+229
* Remove SCARGS.Alfred Perlstein2002-12-134-229/+224
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-5/+6
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-301-1/+2
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+1
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-5/+13
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-301-1/+1
* Make similar changes to fo_stat() and fo_poll() as made earlier toRobert Watson2002-08-161-3/+3
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-131-13/+1
* Teach the OSF/1 emulation layer a little more about mandatory accessRobert Watson2002-08-121-0/+19
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-3/+4
* - Split the unaligned access check flags out of md_flags in struct mdthreadJohn Baldwin2002-07-311-1/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+1
* Squish the "could sleep with process lock" messages caused by callingAlfred Perlstein2002-06-191-2/+6
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-025-5/+5
* 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