summaryrefslogtreecommitdiffstats
path: root/sys/svr4
Commit message (Collapse)AuthorAgeFilesLines
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-062-22/+22
| | | | | | | with sa_ when <signal.h> is included. They would conflict with the upcoming SA_SIGINFO implementation. Reviewed by: BDE
* sys/buf.h needs to have included sys/systm.h for spl prototypes.green1999-07-031-1/+1
|
* Ack! I deleted "struct", not "const".. Oh boy...peter1999-05-101-1/+1
| | | | Submitted by: jkh
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-3/+1
|
* Suser() simplification:phk1999-04-273-4/+4
| | | | | | | | | | | | | | | | | | | 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.
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-1/+1
| | | | for LKM's..
* Image activators use EXEC_SET(), not TEXT_SET(). (The first is a macropeter1999-04-171-1/+1
| | | | wrapper for DECLARE_MODULE(), the second is a linker set declaration)
* svr4 emulator will refuse to unload itself if it is currently in use.newton1999-02-041-8/+8
|
* Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reordernewton1999-02-011-4/+1
| | | | | | includes so proc.h knows the right type for 'em). Suggested by: bde
* Oops - Ripped out a bit of debugging code which will stop certain bitsnewton1999-01-301-1/+1
| | | | of networking from working for people without DEC Tulip ethernet cards.
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-3057-0/+14053
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations, capabilities, history and TO-DO list.
OpenPOWER on IntegriCloud