Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/24/1995 16:40:03
christos
Sat Jun 24 16:31:24 EDT 1995
Update of /a/cvsroot/src/sys/lib/libkern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv12427
Modified Files:
Makefile Makefile.inc
Log Message:
Build libkern in the kernel compilation directory, like libcompat.
christos
Sat Jun 24 16:34:35 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv12589
Modified Files:
kern_descrip.c kern_exit.c kern_prot.c kern_resource.c
kern_sig.c kern_sysctl.c kern_xxx.c sysv_msg.c sysv_sem.c
sysv_shm.c uipc_syscalls.c vfs_syscalls.c
Log Message:
Extracted all of the compat_xxx routines, and created a library [libcompat]
for them. There are a few #ifdef COMPAT_XX remaining, but they are not easy
or worth eliminating (yet).
christos
Sat Jun 24 16:36:32 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv12783
Modified Files:
linux_machdep.c svr4_machdep.c
Log Message:
Stackgap_init() now takes an p->p_emul argument.
christos
Sat Jun 24 16:39:45 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/conf
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv12823
Modified Files:
GENERIC Makefile.i386
Log Message:
GENERIC: Add COMPAT_IBCS2 in too by default.
Makefile.`arch`: - Add -lcompat
- Change clean: target to be a double dep one,
so libraries can use the clean target too
- Add genassym to the clean targets