aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/osf1
Commit message (Expand)AuthorAgeFilesLines
...
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andAndrew Gallatin2000-10-261-8/+13
* fix bogus cast in osf1_getrlimit/osf1_setrlimitAndrew Gallatin2000-10-251-4/+4
* teach the osf1_getsysinfo() function about a few more fieldsAndrew Gallatin2000-10-252-8/+70
* Regen. (Fix SYS_exit)Peter Wemm2000-07-293-5/+5
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesePeter Wemm2000-07-291-1/+1
* Regenerate with makesyscalls.shPeter Wemm2000-07-293-5/+5
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingPeter Wemm2000-07-291-1/+1
* magnetic tape supportAndrew Gallatin2000-07-131-1/+40
* Fix the breakage that occurred when somebody didn't do a completeMatt Jacob2000-06-231-2/+2
* Regenerated (fixed the calculation of sy_nargs in sysent tables).Bruce Evans2000-05-093-137/+141
* Fixed the return type for exit() and the args struct tag several NOPROTOBruce Evans2000-05-091-13/+12
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* remove unneeded #include <sys/buf.h>Poul-Henning Kamp2000-05-051-1/+0
* Oops, forgot this from the previous commit. Remove obsolete #ifdef ISO.Peter Wemm2000-02-131-3/+0
* changes to osf1_wait4()Andrew Gallatin2000-01-291-5/+7
* Don't clobber the sources when plain "make" is run. Just print a messageBruce Evans2000-01-151-2/+4
* implement OSF_GET_MAX_UPROCS portion of osf1_getsysinfo() for AT&T kshAndrew Gallatin2000-01-062-2/+10
* Shutup complaints about unimplemented SVR4 ioctlsAndrew Gallatin2000-01-061-0/+8
* Add NetBSD's explanation of why it would be hard to emulate the MachAndrew Gallatin1999-12-141-0/+69
* Add generated filesAndrew Gallatin1999-12-143-0/+833
* Finally add the Alpha OSF/1 compat code. I will add it to theAndrew Gallatin1999-12-1413-0/+4755