summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
* Begin all license/copyright comments with /*- or #-imp2005-01-057-7/+7
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-272-2/+2
* Add missing flag to userland_sysctl()phk2004-10-141-1/+1
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-23/+14
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-243-4/+4
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-242-21/+14
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-2/+2
* - 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
OpenPOWER on IntegriCloud