Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary includes | newton | 1999-12-08 | 1 | -5/+4 |
| | | | | Prodded by: phk | ||||
* | Remove unnecessary includes. | newton | 1999-10-17 | 1 | -4/+0 |
| | | | | Submitted by: phk | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix panic caused when *stat64() family of syscalls try to fill-in | newton | 1999-07-30 | 1 | -44/+22 |
| | | | | | | | their svr4_stat64 structures with old dev_t values instead of udev_t's. Panic was caused when major() and minor() were called with args which weren't pointers. The panic was probably introduced in rev 1.51 of kern_conf.c | ||||
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | 1: s/suser/suser_xxx/ 2: Add new function: suser(struct proc *), prototyped in <sys/proc.h>. 3: s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/ The remaining suser_xxx() calls will be scrutinized and dealt with later. There may be some unneeded #include <sys/cred.h>, but they are left as an exercise for Bruce. More changes to the suser() API will come along with the "jail" code. | ||||
* | Emulator KLD for SysVR4 executables grabbed from NetBSD. | newton | 1999-01-30 | 1 | -0/+803 |
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations, capabilities, history and TO-DO list. |