Update FreeBSD SCM IDs.
This commit is contained in:
parent
65393002bd
commit
8159ebd5e2
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI AsyncIO.c,v 2.2 1996/04/08 19:32:10 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI ParseBuffer.c,v 2.2 1996/04/08 19:32:15 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI bios.c,v 2.3 1996/04/08 19:32:19 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
#include "mouse.h"
|
||||
#include "com.h"
|
||||
|
@ -1,8 +1,7 @@
|
||||
/* No copyright?!
|
||||
**
|
||||
** $FreeBSD$
|
||||
*/
|
||||
/* No copyright?! */
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include "doscmd.h"
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI cmos.c,v 2.3 1996/04/08 19:32:20 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
|
||||
#define ALARM_ON ((unsigned char) 0x20)
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI config.c,v 2.2 1996/04/08 19:32:22 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#include <ctype.h>
|
||||
|
@ -22,10 +22,11 @@
|
||||
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
#include "video.h"
|
||||
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI crt0.c,v 2.2 1996/04/08 19:32:24 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
char **environ;
|
||||
char *__progname;
|
||||
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI cwd.c,v 2.2 1996/04/08 19:32:25 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
|
@ -30,10 +30,10 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: BSDI doscmd.c,v 2.3 1996/04/08 19:32:30 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI disktab.c,v 2.2 1996/04/08 19:32:27 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/* XXX goaway (requires change to config.c) */
|
||||
|
||||
#include "doscmd.h"
|
||||
|
@ -30,10 +30,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI int21.c,v 2.2 1996/04/08 19:32:51 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI doscmd.c,v 2.3 1996/04/08 19:32:30 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mman.h>
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI doscmd_loader.c,v 2.3 1996/04/08 19:32:33 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <a.out.h>
|
||||
|
@ -24,10 +24,11 @@
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* EMS memory emulation
|
||||
*
|
||||
|
@ -24,10 +24,11 @@
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <ctype.h>
|
||||
#include "doscmd.h"
|
||||
|
@ -28,9 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI exe.c,v 2.2 1996/04/08 19:32:34 bostic Exp
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#include <ctype.h>
|
||||
|
@ -19,8 +19,6 @@ You should have received a copy of the GNU General Public License
|
||||
along with GDB; see the file COPYING. If not, write to
|
||||
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
* 80386 instruction printer by Pace Willisson (pace@prep.ai.mit.edu)
|
||||
* July 1988
|
||||
@ -35,6 +33,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
* the Intel manual for details.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
/*
|
||||
** No copyright?!
|
||||
**
|
||||
** $FreeBSD$
|
||||
*/
|
||||
|
||||
/*
|
||||
* Notes:
|
||||
* 1) Second PIC is not implemented.
|
||||
@ -23,6 +20,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
|
||||
struct IRQ {
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI int10.c,v 2.3 1996/04/08 19:32:40 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "doscmd.h"
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI int13.c,v 2.3 1996/04/08 19:32:43 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
|
@ -31,10 +31,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI int14.c,v 2.2 1996/04/08 19:32:45 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI int16.c,v 2.2 1996/04/08 19:32:47 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
#include "tty.h"
|
||||
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI int17.c,v 2.2 1996/04/08 19:32:48 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#include <paths.h>
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI int1a.c,v 2.2 1996/04/08 19:32:49 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
|
||||
static inline int
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI int2f.c,v 2.2 1996/04/08 19:32:53 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
#include "dispatch.h"
|
||||
#include "tty.h"
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI intff.c,v 2.2 1996/04/08 19:32:56 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI mem.c,v 2.2 1996/04/08 19:32:57 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdio.h>
|
||||
#include "doscmd.h"
|
||||
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI int33.c,v 2.2 1996/04/08 19:32:54 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
#include "mouse.h"
|
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
/*
|
||||
** No copyright!
|
||||
**
|
||||
** $FreeBSD$
|
||||
**
|
||||
** NetBIOS etc. hooks.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
|
||||
static void
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI port.c,v 2.2 1996/04/08 19:33:03 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <machine/sysarch.h>
|
||||
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI setver.c,v 2.2 1996/04/08 19:33:04 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
|
||||
#if 1 /*XXXXX*/
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI signal.c,v 2.2 1996/04/08 19:33:06 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
#include "trap.h"
|
||||
|
||||
|
@ -1,8 +1,10 @@
|
||||
/*
|
||||
** No copyright?!
|
||||
**
|
||||
** $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
|
||||
static void
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI trace.c,v 2.2 1996/04/08 19:33:07 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "doscmd.h"
|
||||
#include "trap.h"
|
||||
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI trap.c,v 2.3 1996/04/08 19:33:08 bostic Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <machine/trap.h>
|
||||
|
||||
#include "doscmd.h"
|
||||
|
@ -28,10 +28,11 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* BSDI tty.c,v 2.4 1996/04/08 22:03:27 prb Exp
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
@ -248,8 +249,8 @@ console_init()
|
||||
int fd;
|
||||
caddr_t addr;
|
||||
|
||||
if ((fd = open("/dev/vga", 2)) < 0) {
|
||||
perror("/dev/vga");
|
||||
if ((fd = open(_PATH_DEV "vga", 2)) < 0) {
|
||||
perror(_PATH_DEV "vga");
|
||||
quit(1);
|
||||
}
|
||||
addr = mmap((caddr_t)0xA0000, 5 * 64 * 1024,
|
||||
|
@ -22,10 +22,11 @@
|
||||
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#include <err.h>
|
||||
|
@ -24,10 +24,11 @@
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
* XMS memory manmagement
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user