summaryrefslogtreecommitdiff
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
* Fix build on alphaKris Kennaway2003-11-161-0/+1
* Regen.John Baldwin2003-11-073-52/+62
* Sync up with global syscalls.master for MP safe syscalls for the firstJohn Baldwin2003-11-071-48/+48
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* style: strcmp() does not return a bool.Brooks Davis2003-10-301-1/+1
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-1/+2
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>Marcel Moolenaar2003-08-171-7/+8
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-1/+1
* Use __FBSDID().David E. O'Brien2003-06-106-15/+17
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-0/+3
* - 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-193/+63
* - 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-228/+223
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-134-223/+228
* Remove SCARGS.Alfred Perlstein2002-12-134-228/+223
* 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