repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
0xffea/MINIX3 | 7,413 | sys/arch/i386/stand/mbr/gptmbr.S | /* -----------------------------------------------------------------------
*
* Copyright 2007-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and as... |
0xffea/MINIX3 | 16,584 | sys/arch/i386/stand/mbr/mbr.S | /* $NetBSD: mbr.S,v 1.23 2010/12/08 21:56:42 jakllsch Exp $ */
/*
* Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Frank van der Linden, based on an earlier work by Wolfgang Solfrank.
* Major surger... |
0xffea/MINIX3 | 3,422 | sys/arch/i386/stand/lib/biosmca.S | /* $NetBSD: biosmca.S,v 1.4 2003/02/01 14:48:18 dsl Exp $ */
/*
* Ported to boot 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* Mach Operating System
* Copyright (c) 1992, 1991 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
... |
0xffea/MINIX3 | 2,426 | sys/arch/i386/stand/lib/message.S | /* $NetBSD: message.S,v 1.4 2009/11/19 22:10:03 dsl Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
* modifi... |
0xffea/MINIX3 | 7,116 | sys/arch/i386/stand/lib/bios_disk.S | /* $NetBSD: bios_disk.S,v 1.21 2011/06/16 13:27:59 joerg Exp $ */
/*
* Ported to boot 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* Mach Operating System
* Copyright (c) 1992, 1991 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and i... |
0xffea/MINIX3 | 2,511 | sys/arch/i386/stand/lib/comio.S | /* $NetBSD: comio.S,v 1.4 2003/04/16 14:23:11 dsl Exp $ */
/* serial console handling
modelled after code in FreeBSD:sys/i386/boot/netboot/start2.S
*/
#include <machine/asm.h>
.text
/**************************************************************************
INIT - Initialization (com number)
*******************... |
0xffea/MINIX3 | 4,466 | sys/arch/i386/stand/lib/bios_pci.S | /* $NetBSD: bios_pci.S,v 1.6 2005/12/11 12:17:48 christos Exp $ */
/*
* Copyright (c) 1996
* Matthias Drochner. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of sou... |
0xffea/MINIX3 | 7,151 | sys/arch/i386/stand/lib/realprot.S | /* $NetBSD: realprot.S,v 1.10 2010/12/19 17:18:23 jakllsch Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
*... |
0xffea/MINIX3 | 2,902 | sys/arch/i386/stand/lib/cpufunc.S | /* $NetBSD: cpufunc.S,v 1.4 2011/06/08 16:03:42 joerg Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modi... |
0xffea/MINIX3 | 2,390 | sys/arch/i386/stand/lib/biosdelay.S | /* $NetBSD: biosdelay.S,v 1.4 2005/12/11 12:17:48 christos Exp $ */
/*
* Copyright (c) 1996, 1997
* Perry E. Metzger. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions... |
0xffea/MINIX3 | 3,005 | sys/arch/i386/stand/lib/dos_file.S | /* $NetBSD: dos_file.S,v 1.6 2009/11/21 11:52:57 dsl Exp $ */
/* extracted from Tor Egge's patches for NetBSD boot */
#include <machine/asm.h>
/*
# MSDOS call "INT 0x21 Function 0x3d" to open a file.
# Call with %ah = 0x3d
# %al = 0x0 (access and sharing modes)
# %ds:%dx = ASCIZ filename
# %cl = attribute mask... |
0xffea/MINIX3 | 2,795 | sys/arch/i386/stand/lib/pvcopy.S | /* $NetBSD: pvcopy.S,v 1.2 2008/04/28 20:23:25 martin Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
* modi... |
0xffea/MINIX3 | 2,578 | sys/arch/i386/stand/lib/biosmemps2.S | /* $NetBSD: biosmemps2.S,v 1.6 2011/06/16 13:27:59 joerg Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jaromir Dolecek.
*
* Redistribution and use in source and binary forms, with or without
... |
0xffea/MINIX3 | 2,856 | sys/arch/i386/stand/lib/conio.S | /* $NetBSD: conio.S,v 1.7 2011/06/16 13:27:59 joerg Exp $ */
/* PC console handling
originally from: FreeBSD:sys/i386/boot/netboot/start2.S
*/
#include <machine/asm.h>
.text
/**************************************************************************
CLR - Clear screen
*******************************************... |
0xffea/MINIX3 | 3,425 | sys/arch/i386/stand/lib/biosmemx.S | /* $NetBSD: biosmemx.S,v 1.9 2008/10/14 14:18:11 ad Exp $ */
/*
* Copyright (c) 1997, 1999
* Matthias Drochner. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of sou... |
0xffea/MINIX3 | 2,570 | sys/arch/i386/stand/lib/message32.S | /* $NetBSD: message32.S,v 1.1 2009/11/19 22:13:17 dsl Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
* modi... |
0xffea/MINIX3 | 4,575 | sys/arch/i386/stand/lib/multiboot.S | /* $NetBSD: multiboot.S,v 1.1 2008/10/11 11:06:20 joerg Exp $ */
/* starts program in protected mode / flat space
with given stackframe
needs global variables flatcodeseg and flatdataseg
(gdt offsets)
derived from: NetBSD:sys/arch/i386/stand/lib/startprog.S
*/
/*-
* Copyright (c) 2008 The NetBSD Foundation, I... |
0xffea/MINIX3 | 1,772 | sys/arch/i386/stand/lib/biosgetrtc.S | /* $NetBSD: biosgetrtc.S,v 1.7 2011/06/16 13:27:59 joerg Exp $ */
/*
* Copyright (c) 1996
* Matthias Drochner. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of sour... |
0xffea/MINIX3 | 2,057 | sys/arch/i386/stand/lib/biosreboot.S | /* $NetBSD: biosreboot.S,v 1.5 2011/06/16 13:27:59 joerg Exp $ */
/*
* Copyright (c) 1997
* Perry E. Metzger. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of sour... |
0xffea/MINIX3 | 2,300 | sys/arch/i386/stand/lib/biosmem.S | /* $NetBSD: biosmem.S,v 1.9 2011/06/16 13:27:59 joerg Exp $ */
/*
* Copyright (c) 1996
* Perry E. Metzger. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source ... |
0xffea/MINIX3 | 2,080 | sys/arch/i386/stand/lib/putstr32.S | /* $NetBSD: putstr32.S,v 1.1 2011/06/02 18:53:00 dsl Exp $ */
/*-
* Copyright (c) 20011 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
* modi... |
0xffea/MINIX3 | 3,303 | sys/arch/i386/stand/lib/startprog.S | /* $NetBSD: startprog.S,v 1.3 2003/02/01 14:48:18 dsl Exp $ */
/* starts program in protected mode / flat space
with given stackframe
needs global variables flatcodeseg and flatdataseg
(gdt offsets)
derived from: NetBSD:sys/arch/i386/boot/asm.S
*/
/*
* Ported to boot 386BSD by Julian Elischer (julian@tfs.com)... |
0xffea/MINIX3 | 1,900 | sys/arch/i386/stand/lib/biosgetsystime.S | /* $NetBSD: biosgetsystime.S,v 1.3 2011/06/16 13:27:59 joerg Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
... |
0xffea/MINIX3 | 2,139 | sys/arch/i386/stand/lib/biosvideomode.S | /* $NetBSD: biosvideomode.S,v 1.3 2003/04/16 13:49:21 dsl Exp $ */
/*
* Copyright (c) 1996
* Perry E. Metzger. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of sou... |
0xffea/MINIX3 | 2,302 | sys/arch/i386/stand/lib/putstr.S | /* $NetBSD: putstr.S,v 1.2 2008/04/28 20:23:25 martin Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
* modi... |
0xffea/MINIX3 | 2,211 | sys/arch/i386/stand/lib/dump_eax.S | /* $NetBSD: dump_eax.S,v 1.4 2009/11/19 22:08:14 dsl Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
* modif... |
0xffea/MINIX3 | 6,334 | sys/arch/i386/stand/lib/biosvbe.S | /* $NetBSD: biosvbe.S,v 1.3 2011/02/20 22:03:13 jakllsch Exp $ */
/*-
* Copyright (c) 2009 Jared D. McNeill <jmcneill@invisible.ca>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. R... |
0xffea/MINIX3 | 3,915 | sys/arch/i386/stand/boot/biosboot.S | /* $NetBSD: biosboot.S,v 1.8 2011/01/05 23:13:01 jakllsch Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
* ... |
0xffea/MINIX3 | 9,400 | sys/arch/i386/stand/cdboot/cdboot.S | /* $NetBSD: cdboot.S,v 1.12 2011/01/04 16:53:05 jakllsch Exp $ */
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Bang Jun-Young.
*
* Redistribution and use in source and binary forms, with or without
*... |
0xffea/MINIX3 | 12,213 | sys/arch/i386/stand/bootxx/pbr.S | /* $NetBSD: pbr.S,v 1.20 2011/08/17 00:07:38 jakllsch Exp $ */
/*-
* Copyright (c) 2003,2004 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
*... |
0xffea/MINIX3 | 3,964 | sys/arch/i386/stand/bootxx/bootxx.S | /* $NetBSD: bootxx.S,v 1.10 2011/01/06 01:08:48 jakllsch Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by David Laight.
*
* Redistribution and use in source and binary forms, with or without
* m... |
0xffea/MINIX3 | 11,751 | sys/arch/i386/stand/lib/crt/dos/start_dos.S | /* $NetBSD: start_dos.S,v 1.10 2010/12/20 01:12:44 jakllsch Exp $ */
/*
* startup for DOS .COM programs
* with input from:
* netbsd:sys/arch/i386/boot/start.S
* Tor Egge's patches for NetBSD boot (pr port-i386/1002)
* freebsd:sys/i386/boot/netboot/start2.S
* XMS support by Martin Husemann
*/
/*
* Ported to b... |
0xffea/MINIX3 | 1,642 | lib/libhgfs/backdoor.S | /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
#include <machine/asm.h>
.text
MAGIC = 0x564D5868
BD_PORT = 0x5658
IO_PORT = 0x5659
ENTRY(__libhgfs_backdoor)
pushl %ebx
pushl %esi
pushl %edi
pushl %ebp
movl 4+16(%esp), %ebp
movl $MAGIC, %eax
movl 4(%ebp), %ebx
movl 8(%ebp), %ecx
movl 12(%ebp), %ed... |
0xffea/MINIX3 | 1,178 | lib/libminlib/i386/read_tsc.S | /* */
/* sections */
#include <machine/asm.h>
/**===========================================================================* */
/* PUBLIC void read_tsc(unsigned long *high, unsigned long *low); */
/* Read the cycle counter of the CPU. Pentium and up. */
ENTRY(read_tsc)
push %edx
push %eax
.byte 0x0f /* this is th... |
0xffea/MINIX3 | 1,437 | lib/libminlib/i386/getprocessor.S | /* getprocessor() - determine processor type Author: Kees J. Bot */
/* 26 Jan 1994 */
#include <machine/asm.h>
/* int getprocessor(void); */
/* Return 386, 486, 586, ... */
ENTRY(getprocessor)
push %ebp
movl %esp, %ebp
andl $0xFFFFFFFC, %esp /* Align stack to avoid AC fault */
movl $0x00040000, %ecx /* Try ... |
0xffea/MINIX3 | 1,819 | lib/libm/arch/i387/s_log1p.S | /*
* Written by J.T. Conklin <jtc@NetBSD.org>.
* Public domain.
*/
/*
* Modified by Lex Wennmacher <wennmach@NetBSD.org>
* Still public domain.
*/
#include <machine/asm.h>
#include "abi.h"
RCSID("$NetBSD: s_log1p.S,v 1.13 2003/09/16 18:17:11 wennmach Exp $")
/*
* The log1p() function is provided to compute ... |
0xffea/MINIX3 | 3,053 | lib/libm/arch/i387/s_modf.S | /* $NetBSD: s_modf.S,v 1.1 2006/03/22 20:45:58 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Sean Eric Fagan.
*
* Redistribution and use in source and binary forms, with or withou... |
0xffea/MINIX3 | 3,568 | lib/libm/arch/i387/e_exp.S | /* $NetBSD: e_exp.S,v 1.14 2008/06/23 10:24:13 drochner Exp $ */
/*
* Copyright (c) 1993,94 Winning Strategies, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions ... |
0xffea/MINIX3 | 1,818 | lib/libm/arch/i387/s_log1pf.S | /*
* Written by J.T. Conklin <jtc@NetBSD.org>.
* Public domain.
*/
/*
* Modified by Lex Wennmacher <wennmach@NetBSD.org>
* Still public domain.
*/
#include <machine/asm.h>
#include "abi.h"
RCSID("$NetBSD: s_log1pf.S,v 1.10 2003/09/16 18:17:11 wennmach Exp $")
/*
* The log1pf() function is provided to comput... |
0xffea/MINIX3 | 1,696 | lib/libc/compat/arch/m68k/sys/compat___semctl.S | /* $NetBSD: compat___semctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 2,854 | lib/libc/compat/arch/m68k/sys/compat_sigreturn.S | /* $NetBSD: compat_sigreturn.S,v 1.1 2006/03/09 16:20:55 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science De... |
0xffea/MINIX3 | 2,296 | lib/libc/compat/arch/m68k/sys/compat_sigpending.S | /* $NetBSD: compat_sigpending.S,v 1.1 2006/03/09 16:20:55 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science D... |
0xffea/MINIX3 | 2,716 | lib/libc/compat/arch/m68k/sys/compat___sigreturn14.S | /* $NetBSD: compat___sigreturn14.S,v 1.1 2006/03/09 16:20:55 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Scienc... |
0xffea/MINIX3 | 2,409 | lib/libc/compat/arch/m68k/sys/compat_sigsuspend.S | /* $NetBSD: compat_sigsuspend.S,v 1.1 2006/03/09 16:20:55 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science D... |
0xffea/MINIX3 | 1,828 | lib/libc/compat/arch/m68k/sys/compat_sigaction.S | /* $NetBSD: compat_sigaction.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Researc... |
0xffea/MINIX3 | 2,722 | lib/libc/compat/arch/m68k/sys/compat_sigprocmask.S | /* $NetBSD: compat_sigprocmask.S,v 1.1 2006/03/09 16:20:55 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science ... |
0xffea/MINIX3 | 1,812 | lib/libc/compat/arch/m68k/sys/compat_msgctl.S | /* $NetBSD: compat_msgctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research C... |
0xffea/MINIX3 | 2,175 | lib/libc/compat/arch/m68k/sys/compat___sigtramp1.S | /* $NetBSD: compat___sigtramp1.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe.
*
* Redistribution and use in source and binary forms, with or ... |
0xffea/MINIX3 | 1,812 | lib/libc/compat/arch/m68k/sys/compat_shmctl.S | /* $NetBSD: compat_shmctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research C... |
0xffea/MINIX3 | 3,526 | lib/libc/compat/arch/m68k/sys/compat_Ovfork.S | /* $NetBSD: compat_Ovfork.S,v 1.1 2006/03/09 16:20:55 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science Depar... |
0xffea/MINIX3 | 1,824 | lib/libc/compat/arch/m68k/sys/compat_quotactl.S | /* $NetBSD: compat_quotactl.S,v 1.2 2011/03/06 17:08:13 bouyer Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 2,812 | lib/libc/compat/arch/m68k/gen/compat_sigsetjmp.S | /* $NetBSD: compat_sigsetjmp.S,v 1.1 2006/03/09 16:20:55 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science De... |
0xffea/MINIX3 | 3,599 | lib/libc/compat/arch/m68k/gen/compat_setjmp.S | /* $NetBSD: compat_setjmp.S,v 1.1 2006/03/09 16:20:55 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science Depar... |
0xffea/MINIX3 | 1,696 | lib/libc/compat/arch/i386/sys/compat___semctl.S | /* $NetBSD: compat___semctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 2,488 | lib/libc/compat/arch/i386/sys/compat_sigreturn.S | /* $NetBSD: compat_sigreturn.S,v 1.2 2011/01/12 23:12:11 joerg Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or ... |
0xffea/MINIX3 | 2,283 | lib/libc/compat/arch/i386/sys/compat_sigpending.S | /* $NetBSD: compat_sigpending.S,v 1.1 2005/09/13 01:44:08 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with... |
0xffea/MINIX3 | 2,417 | lib/libc/compat/arch/i386/sys/compat___sigreturn14.S | /* $NetBSD: compat___sigreturn14.S,v 1.2 2011/01/12 23:12:11 joerg Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with... |
0xffea/MINIX3 | 2,447 | lib/libc/compat/arch/i386/sys/compat_sigsuspend.S | /* $NetBSD: compat_sigsuspend.S,v 1.1 2005/09/13 01:44:08 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with... |
0xffea/MINIX3 | 1,828 | lib/libc/compat/arch/i386/sys/compat_sigaction.S | /* $NetBSD: compat_sigaction.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Researc... |
0xffea/MINIX3 | 2,787 | lib/libc/compat/arch/i386/sys/compat_sigprocmask.S | /* $NetBSD: compat_sigprocmask.S,v 1.1 2005/09/13 01:44:08 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, wit... |
0xffea/MINIX3 | 1,812 | lib/libc/compat/arch/i386/sys/compat_msgctl.S | /* $NetBSD: compat_msgctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research C... |
0xffea/MINIX3 | 2,182 | lib/libc/compat/arch/i386/sys/compat___sigtramp1.S | /* $NetBSD: compat___sigtramp1.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe.
*
* Redistribution and use in source and binary forms, with or ... |
0xffea/MINIX3 | 1,812 | lib/libc/compat/arch/i386/sys/compat_shmctl.S | /* $NetBSD: compat_shmctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research C... |
0xffea/MINIX3 | 2,505 | lib/libc/compat/arch/i386/sys/compat_Ovfork.S | /* $NetBSD: compat_Ovfork.S,v 1.1 2005/09/13 01:44:08 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or ... |
0xffea/MINIX3 | 2,802 | lib/libc/compat/arch/i386/gen/compat_sigsetjmp.S | /* $NetBSD: compat_sigsetjmp.S,v 1.1 2005/09/13 01:44:08 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with ... |
0xffea/MINIX3 | 2,889 | lib/libc/compat/arch/i386/gen/compat_setjmp.S | /* $NetBSD: compat_setjmp.S,v 1.1 2005/09/13 01:44:08 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or ... |
0xffea/MINIX3 | 1,696 | lib/libc/compat/arch/sh3/sys/compat___semctl.S | /* $NetBSD: compat___semctl.S,v 1.2 2008/04/28 20:22:59 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 2,210 | lib/libc/compat/arch/sh3/sys/compat_sigreturn.S | /* $NetBSD: compat_sigreturn.S,v 1.1 2005/09/15 21:39:16 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or wi... |
0xffea/MINIX3 | 2,279 | lib/libc/compat/arch/sh3/sys/compat_sigpending.S | /* $NetBSD: compat_sigpending.S,v 1.2 2006/01/06 04:14:35 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or w... |
0xffea/MINIX3 | 2,139 | lib/libc/compat/arch/sh3/sys/compat___sigreturn14.S | /* $NetBSD: compat___sigreturn14.S,v 1.1 2005/09/15 21:39:16 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with o... |
0xffea/MINIX3 | 2,408 | lib/libc/compat/arch/sh3/sys/compat_sigsuspend.S | /* $NetBSD: compat_sigsuspend.S,v 1.3 2006/01/06 04:05:55 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or w... |
0xffea/MINIX3 | 1,828 | lib/libc/compat/arch/sh3/sys/compat_sigaction.S | /* $NetBSD: compat_sigaction.S,v 1.2 2008/04/28 20:22:59 martin Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Researc... |
0xffea/MINIX3 | 2,635 | lib/libc/compat/arch/sh3/sys/compat_sigprocmask.S | /* $NetBSD: compat_sigprocmask.S,v 1.3 2006/01/06 04:08:47 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or ... |
0xffea/MINIX3 | 1,812 | lib/libc/compat/arch/sh3/sys/compat_msgctl.S | /* $NetBSD: compat_msgctl.S,v 1.2 2008/04/28 20:22:59 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research C... |
0xffea/MINIX3 | 1,997 | lib/libc/compat/arch/sh3/sys/compat___sigtramp1.S | /* $NetBSD: compat___sigtramp1.S,v 1.2 2008/04/28 20:22:59 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe.
*
* Redistribution and use in source and binary forms, with or ... |
0xffea/MINIX3 | 1,812 | lib/libc/compat/arch/sh3/sys/compat_shmctl.S | /* $NetBSD: compat_shmctl.S,v 1.2 2008/04/28 20:22:59 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research C... |
0xffea/MINIX3 | 2,475 | lib/libc/compat/arch/sh3/sys/compat_Ovfork.S | /* $NetBSD: compat_Ovfork.S,v 1.2 2006/01/06 04:30:33 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or witho... |
0xffea/MINIX3 | 1,824 | lib/libc/compat/arch/sh3/sys/compat_quotactl.S | /* $NetBSD: compat_quotactl.S,v 1.2 2011/03/06 17:08:14 bouyer Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 3,382 | lib/libc/compat/arch/sh3/gen/compat_sigsetjmp.S | /* $NetBSD: compat_sigsetjmp.S,v 1.5 2006/01/05 19:21:37 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or wi... |
0xffea/MINIX3 | 3,503 | lib/libc/compat/arch/sh3/gen/compat_setjmp.S | /* $NetBSD: compat_setjmp.S,v 1.3 2006/01/05 19:21:37 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or witho... |
0xffea/MINIX3 | 1,696 | lib/libc/compat/arch/hppa/sys/compat___semctl.S | /* $NetBSD: compat___semctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 1,953 | lib/libc/compat/arch/hppa/sys/compat_sigreturn.S | /* $NetBSD: compat_sigreturn.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Matt Fredette.
*
* Redistribution and use in source and binary forms, with or with... |
0xffea/MINIX3 | 1,960 | lib/libc/compat/arch/hppa/sys/compat_sigpending.S | /* $NetBSD: compat_sigpending.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Matt Fredette.
*
* Redistribution and use in source and binary forms, with or wit... |
0xffea/MINIX3 | 2,053 | lib/libc/compat/arch/hppa/sys/compat___sigreturn14.S | /* $NetBSD: compat___sigreturn14.S,v 1.1 2006/03/11 19:54:56 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Scienc... |
0xffea/MINIX3 | 1,960 | lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S | /* $NetBSD: compat_sigsuspend.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Matt Fredette.
*
* Redistribution and use in source and binary forms, with or wit... |
0xffea/MINIX3 | 1,828 | lib/libc/compat/arch/hppa/sys/compat_sigaction.S | /* $NetBSD: compat_sigaction.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Researc... |
0xffea/MINIX3 | 1,967 | lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S | /* $NetBSD: compat_sigprocmask.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Matt Fredette.
*
* Redistribution and use in source and binary forms, with or wi... |
0xffea/MINIX3 | 1,812 | lib/libc/compat/arch/hppa/sys/compat_msgctl.S | /* $NetBSD: compat_msgctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research C... |
0xffea/MINIX3 | 1,812 | lib/libc/compat/arch/hppa/sys/compat_shmctl.S | /* $NetBSD: compat_shmctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research C... |
0xffea/MINIX3 | 1,764 | lib/libc/compat/arch/hppa/sys/compat_Ovfork.S | /* $NetBSD: compat_Ovfork.S,v 1.2 2009/11/03 05:07:25 snj Exp $ */
/* $OpenBSD: Ovfork.S,v 1.7 2001/06/04 23:14:04 mickey Exp $ */
/*
* Copyright (c) 1999,2002 Michael Shalayeff
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... |
0xffea/MINIX3 | 1,824 | lib/libc/compat/arch/hppa/sys/compat_quotactl.S | /* $NetBSD: compat_quotactl.S,v 1.2 2011/03/06 17:08:13 bouyer Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 1,696 | lib/libc/compat/arch/powerpc64/sys/compat___semctl.S | /* $NetBSD: compat___semctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 1,812 | lib/libc/compat/arch/powerpc64/sys/compat_shmctl.S | /* $NetBSD: compat_shmctl.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research C... |
0xffea/MINIX3 | 1,824 | lib/libc/compat/arch/powerpc64/sys/compat_quotactl.S | /* $NetBSD: compat_quotactl.S,v 1.2 2011/03/06 17:08:14 bouyer Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 1,696 | lib/libc/compat/arch/sparc/sys/compat___semctl.S | /* $NetBSD: compat___semctl.S,v 1.2 2008/04/28 20:22:59 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research... |
0xffea/MINIX3 | 2,334 | lib/libc/compat/arch/sparc/sys/compat_sigreturn.S | /* $NetBSD: compat_sigreturn.S,v 1.1 2005/10/15 22:11:22 uwe Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
* ... |
0xffea/MINIX3 | 2,533 | lib/libc/compat/arch/sparc/sys/compat_sigpending.S | /* $NetBSD: compat_sigpending.S,v 1.1 2005/10/15 22:11:22 uwe Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
* ... |
0xffea/MINIX3 | 2,263 | lib/libc/compat/arch/sparc/sys/compat___sigreturn14.S | /* $NetBSD: compat___sigreturn14.S,v 1.1 2005/10/15 22:11:22 uwe Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and... |
0xffea/MINIX3 | 2,461 | lib/libc/compat/arch/sparc/sys/compat_sigsuspend.S | /* $NetBSD: compat_sigsuspend.S,v 1.1 2005/10/15 22:11:22 uwe Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
* ... |
0xffea/MINIX3 | 1,828 | lib/libc/compat/arch/sparc/sys/compat_sigaction.S | /* $NetBSD: compat_sigaction.S,v 1.2 2008/04/28 20:22:59 martin Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Researc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.