summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-142-3/+7
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-283-32/+6
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-193-6/+32
* Add a 'sysent' target that depends on the various files built fromjhb2005-07-131-1/+3
* Regen.jhb2005-07-133-81/+81
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-79/+79
* - Remove spl's from osf1_usleep_thread().jhb2005-07-071-8/+4
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-111-6/+2
* Fix copy&paste bug.pjd2005-06-111-1/+1
* Avoid code duplication in serval places by introducing universalpjd2005-06-091-44/+26
* Rebuild generated system call definition files following the addition ofrwatson2005-05-303-304/+305
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-334/+408
* Add missing jail.h include.pjd2005-05-221-0/+1
* This code seems to be dead, but anyway:pjd2005-05-221-3/+9
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-012-3/+4
* Use a custom version of copyinuio() to implement osf1_{read,write}v() viajhb2005-03-311-79/+56
* - Implement osf1_emul_find() using kern_alternate_path(). This changesjhb2005-02-183-309/+113
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-1/+1
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-292-10/+5
* 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
OpenPOWER on IntegriCloud