summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
* Fix build on alphakris2003-11-161-0/+1
* Regen.jhb2003-11-073-52/+62
* Sync up with global syscalls.master for MP safe syscalls for the firstjhb2003-11-071-48/+48
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* style: strcmp() does not return a bool.brooks2003-10-301-1/+1
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+2
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-171-7/+8
* Add a f_vnode field to struct file.phk2003-06-221-1/+1
* Use __FBSDID().obrien2003-06-106-15/+17
* - Merge struct procsig with struct sigacts.jhb2003-05-131-0/+3
* - Remove unnecessary useracc() calls from osf1_sigreturn().alc2003-04-291-12/+3
* Lock Giant around calls to useracc() in osf1_sigreturn() so that thejhb2003-04-251-1/+5
* Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo()jhb2003-04-251-0/+5
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-194/+64
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-14/+15
* - Use sigexit() instead of twiddling the signal mask, catch, ignore, andjeff2003-03-311-5/+1
* Fix some memory leaks in the failure cases after trying to look up thejhb2003-03-211-6/+9
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-3/+3
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-192-8/+8
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Convert an instance of "struct timezone tz" use I missed yesterday.phk2003-02-041-1/+5
* 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
OpenPOWER on IntegriCloud