summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-15/+12
* Regenerate.jhb2004-03-153-4/+4
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-151-1/+1
* Regen.jhb2004-02-043-5/+5
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-2/+2
* Locking for the per-process resource limits structure.jhb2004-02-041-16/+19
* GC old unused dev_t mangling stuff.phk2004-02-021-21/+0
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-6/+6
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-241-1/+0
* Regen (should be NOP except for rcsid)peter2003-12-243-3/+3
* GC unused namespc column and un-wrap some longer lines that now fit.peter2003-12-241-357/+335
* 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
OpenPOWER on IntegriCloud