summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fix.jhb2001-12-181-1/+1
* Rather than just change the arguments to suser() change the function tomike2001-11-021-1/+1
* o Permit osf1-emulated programs to modify uid/gid under jail byrwatson2001-11-011-2/+2
* Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td,peter2001-09-231-1/+1
* Finish KSE-ification updates.peter2001-09-202-20/+21
* Regenerate. This seems to have been missed in the last commit.peter2001-09-203-337/+349
* Pass 1: update for KSE and NFS changes. Somehow this got missed.peter2001-09-205-253/+268
* Fix off by one error introduced by the use of the ifnet_byindex()marcel2001-09-141-1/+1
* Wrap array accesses in macros, which also happen to be lvalues:marcel2001-09-081-1/+1
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-2/+2
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-12/+12
* Remove a reference to MAP_INHERIT.peter2001-08-251-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-042-9/+6
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-4/+4
* hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()gallatin2001-06-061-1/+4
* Apparently, the vm_mtx must be held around vm_map_find(). I'm assuminggallatin2001-06-061-0/+3
* make this compile.gallatin2001-05-251-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-17/+30
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* grab the vm mtx around exec_new_vmspace()gallatin2001-05-221-0/+2
* fix vm_mtx related compiler warninggallatin2001-05-201-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-37/+28
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+1
* Fix the osfulator in the face of Doug's optimized system call return path.gallatin2001-02-211-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* The osfulator needs sysvipc to work. Thanks to DES's commit togallatin2001-01-261-0/+3
* Back out over-aggressive locking of p->p_cred.jhb2001-01-251-16/+3
* Proc locking.jhb2001-01-242-5/+31
* Use queue macros.jhb2001-01-241-2/+1
* Next phase in the PCI subsystem cleanup.msmith2000-12-082-0/+2
* exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it shouldgallatin2000-12-021-1/+1
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-2/+2
* Simplify and correct OSF/1 signal handling.gallatin2000-11-103-133/+16
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-092-2/+4
* Add M_ZERO to malloc calls where the result is just bzeroed.mjacob2000-10-271-4/+2
* add a version tag for the alpha linulator to depend ongallatin2000-10-261-0/+2
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andgallatin2000-10-261-8/+13
* fix bogus cast in osf1_getrlimit/osf1_setrlimitgallatin2000-10-251-4/+4
* teach the osf1_getsysinfo() function about a few more fieldsgallatin2000-10-252-8/+70
* Regen. (Fix SYS_exit)peter2000-07-293-5/+5
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Regenerate with makesyscalls.shpeter2000-07-293-5/+5
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* magnetic tape supportgallatin2000-07-131-1/+40
* Fix the breakage that occurred when somebody didn't do a completemjacob2000-06-231-2/+2
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-093-137/+141
* Fixed the return type for exit() and the args struct tag several NOPROTObde2000-05-091-13/+12
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* remove unneeded #include <sys/buf.h>phk2000-05-051-1/+0
OpenPOWER on IntegriCloud