repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
0xffea/MINIX3
4,512
lib/libc/arch/hppa/sys/__sigtramp2.S
/* $NetBSD: __sigtramp2.S,v 1.4 2009/11/03 05:07:25 snj Exp $ */ /* * Copyright (c) 1998-2001 Michael Shalayeff * 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 so...
0xffea/MINIX3
2,239
lib/libc/arch/hppa/sys/sbrk.S
/* $NetBSD: sbrk.S,v 1.5 2012/03/14 14:18:10 skrll Exp $ */ /* $OpenBSD: sbrk.S,v 1.7 2001/06/04 23:14:04 mickey Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followi...
0xffea/MINIX3
2,011
lib/libc/arch/hppa/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.4 2008/04/28 20:22:56 martin Exp $ */ /*- * Copyright (c) 2001 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 without *...
0xffea/MINIX3
2,327
lib/libc/arch/hppa/gen/__sigsetjmp14.S
/* $NetBSD: __sigsetjmp14.S,v 1.2 2008/04/28 20:22:55 martin Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matthew Fredette. * * Redistribution and use in source and binary forms, with or with...
0xffea/MINIX3
2,283
lib/libc/arch/hppa/gen/swapcontext.S
/* $NetBSD: swapcontext.S,v 1.5 2012/09/12 02:00:52 manu Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Klaus Klein. * * Redistribution and use in source and binary forms, with or without * mo...
0xffea/MINIX3
4,134
lib/libc/arch/hppa/gen/__setjmp14.S
/* $NetBSD: __setjmp14.S,v 1.5 2008/04/28 20:22:55 martin Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matthew Fredette. * * Redistribution and use in source and binary forms, with or without...
0xffea/MINIX3
3,640
lib/libc/arch/hppa/gen/_setjmp.S
/* $NetBSD: _setjmp.S,v 1.4 2008/04/28 20:22:56 martin Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matthew Fredette. * * Redistribution and use in source and binary forms, with or without *...
0xffea/MINIX3
2,122
lib/libc/arch/hppa/gen/_resumecontext.S
/* $NetBSD: _resumecontext.S,v 1.3 2008/04/28 20:22:56 martin Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Wayne Knowles. * * Redistribution and use in source and binary forms, with or withou...
0xffea/MINIX3
2,675
lib/libc/arch/hppa/string/bcmp.S
/* $NetBSD: bcmp.S,v 1.2 2003/10/06 05:30:21 matt Exp $ */ /* $OpenBSD: bcmp.S,v 1.3 2001/06/04 23:14:02 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. * All Rights Reserved * * Permission to use, copy, modify, and distribute this software and * its documentation f...
0xffea/MINIX3
2,287
lib/libc/arch/hppa/string/ffs.S
/* $NetBSD: ffs.S,v 1.3 2004/07/18 20:30:04 chs Exp $ */ /* $OpenBSD: ffs.S,v 1.3 2001/06/04 23:14:02 mickey Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1994, The University of Utah and * the Computer Systems Laboratory at the University of Utah (CSL). * All rights reserved. * * Permission to use, copy, modif...
0xffea/MINIX3
3,045
lib/libc/arch/hppa/string/bzero.S
/* $NetBSD: bzero.S,v 1.2 2003/10/06 05:30:21 matt Exp $ */ /* $OpenBSD: bzero.S,v 1.3 2001/06/04 23:14:02 mickey Exp $ */ /* * (c) Copyright 1988 HEWLETT-PACKARD COMPANY * * To anyone who acknowledges that this file is provided "AS IS" * without any express or implied warranty: * permission to use, copy...
0xffea/MINIX3
2,846
lib/libc/arch/hppa/string/strlcpy.S
/* $NetBSD: strlcpy.S,v 1.3 2008/04/28 20:22:56 martin Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matthew Fredette. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,170
lib/libc/arch/powerpc64/sys/__clone.S
/* $NetBSD: __clone.S,v 1.1 2006/07/01 16:37:20 ross Exp $ */ /*- * Copyright (c) 2001 Tsubai Masanari. 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 code ...
0xffea/MINIX3
2,026
lib/libc/arch/powerpc64/sys/__sigtramp2.S
/* $NetBSD: __sigtramp2.S,v 1.3 2011/01/17 08:23:54 matt 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 without ...
0xffea/MINIX3
2,040
lib/libc/arch/powerpc64/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.4 2011/10/29 16:03:33 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Klaus Klein. * * Redistribution and use in source and binary forms, with or without *...
0xffea/MINIX3
2,396
lib/libc/arch/powerpc64/gen/swapcontext.S
/* $NetBSD: swapcontext.S,v 1.4 2012/09/12 02:00:52 manu Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Klaus Klein. * * Redistribution and use in source and binary forms, with or without * mo...
0xffea/MINIX3
1,788
lib/libc/arch/powerpc64/gen/__setjmp14.S
/* $NetBSD: __setjmp14.S,v 1.2 2009/03/08 18:57:12 he Exp $ */ #include <sys/syscall.h> #include <machine/asm.h> #if defined(LIBC_SCCS) .text .asciz "$NetBSD: __setjmp14.S,v 1.2 2009/03/08 18:57:12 he Exp $" #endif /* * C library -- _setjmp, _longjmp * * longjmp(a,v) * will generate a "return(v?v:1)" from the...
0xffea/MINIX3
1,051
lib/libc/arch/powerpc64/gen/_setjmp.S
/* $NetBSD: _setjmp.S,v 1.2 2006/07/05 18:06:47 ross Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text .asciz "$NetBSD: _setjmp.S,v 1.2 2006/07/05 18:06:47 ross Exp $" #endif /* * C library -- _setjmp, _longjmp * * _longjmp(a,v) * will generate a "return(v?v:1)" from the last call to * _setjmp(a)...
0xffea/MINIX3
2,678
lib/libc/arch/powerpc64/string/bzero.S
/* $NetBSD: bzero.S,v 1.4 2008/04/28 20:22:57 martin Exp $ */ /*- * Copyright (c) 2006 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Ross Harvey. * * Redistribution and use in source and binary forms, with or without * modifi...
0xffea/MINIX3
2,540
lib/libc/arch/sparc/sys/ptrace.S
/* $NetBSD: ptrace.S,v 1.8 2007/10/08 13:06:00 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 * contribute...
0xffea/MINIX3
2,954
lib/libc/arch/sparc/sys/__clone.S
/* $NetBSD: __clone.S,v 1.6 2008/04/28 20:22:57 martin Exp $ */ /*- * Copyright (c) 2001 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
2,224
lib/libc/arch/sparc/sys/exect.S
/* $NetBSD: exect.S,v 1.3 2003/08/07 16:42:25 agc 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 * contributed...
0xffea/MINIX3
1,776
lib/libc/arch/sparc/sys/__syscall.S
/* $NetBSD: __syscall.S,v 1.2 2008/04/28 20:22:57 martin Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Paul Kranenburg. * * Redistribution and use in source and binary forms, with or without ...
0xffea/MINIX3
3,132
lib/libc/arch/sparc/sys/brk.S
/* $NetBSD: brk.S,v 1.15 2008/11/06 13:42:55 nakayama 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 * contrib...
0xffea/MINIX3
2,422
lib/libc/arch/sparc/sys/__vfork14.S
/* $NetBSD: __vfork14.S,v 1.2 2003/08/07 16:42:25 agc 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 * contrib...
0xffea/MINIX3
2,169
lib/libc/arch/sparc/sys/syscall.S
/* $NetBSD: syscall.S,v 1.4 2003/08/07 16:42:26 agc 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 * contribut...
0xffea/MINIX3
2,586
lib/libc/arch/sparc/sys/cerror.S
/* $NetBSD: cerror.S,v 1.10 2007/10/08 13:06:00 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 * contribut...
0xffea/MINIX3
2,274
lib/libc/arch/sparc/sys/fork.S
/* $NetBSD: fork.S,v 1.5 2003/08/07 16:42:25 agc 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 * contributed ...
0xffea/MINIX3
2,384
lib/libc/arch/sparc/sys/pipe.S
/* $NetBSD: pipe.S,v 1.4 2003/08/07 16:42:25 agc 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 * contributed ...
0xffea/MINIX3
2,149
lib/libc/arch/sparc/sys/__sigtramp2.S
/* $NetBSD: __sigtramp2.S,v 1.2 2008/04/28 20:22:57 martin Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Paul Kranenburg. * * Redistribution and use in source and binary forms, with or without...
0xffea/MINIX3
2,978
lib/libc/arch/sparc/sys/sbrk.S
/* $NetBSD: sbrk.S,v 1.10 2007/10/08 13:06:00 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 * contributed...
0xffea/MINIX3
2,101
lib/libc/arch/sparc/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.2 2008/04/28 20:22:57 martin Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Klaus Klein. * * Redistribution and use in source and binary forms, with or without * m...
0xffea/MINIX3
6,259
lib/libc/arch/sparc/gen/modf.S
/* $NetBSD: modf.S,v 1.6 2003/08/07 16:42:23 agc 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 * contributed ...
0xffea/MINIX3
3,286
lib/libc/arch/sparc/gen/setjmp.S
/* $NetBSD: setjmp.S,v 1.12 2011/04/30 23:41:13 martin 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 * contri...
0xffea/MINIX3
2,260
lib/libc/arch/sparc/gen/swapcontext.S
/* $NetBSD: swapcontext.S,v 1.4 2012/09/12 02:00:53 manu Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Klaus Klein. * * Redistribution and use in source and binary forms, with or without * mo...
0xffea/MINIX3
3,289
lib/libc/arch/sparc/gen/fixunsdfsi.S
/* $NetBSD: fixunsdfsi.S,v 1.5 2003/08/07 16:42:23 agc 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 * contri...
0xffea/MINIX3
2,775
lib/libc/arch/sparc/gen/_setjmp.S
/* $NetBSD: _setjmp.S,v 1.9 2011/04/30 23:41:12 martin Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Paul Kranenburg. * * Redistribution and use in source and binary forms, with or without * ...
0xffea/MINIX3
2,760
lib/libc/arch/sparc/gen/sigsetjmp.S
/* $NetBSD: sigsetjmp.S,v 1.6 2007/10/08 13:06:00 uwe Exp $ */ /* * Copyright (c) 1995 Paul Kranenburg * 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 code ...
0xffea/MINIX3
2,311
lib/libc/arch/sparc/gen/fabs.S
/* $NetBSD: fabs.S,v 1.4 2003/08/07 16:42:23 agc 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 * contributed ...
0xffea/MINIX3
2,424
lib/libc/arch/sparc/stdlib/llabs.S
/* $NetBSD: llabs.S,v 1.4 2008/08/04 21:29:28 matt 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 * contribute...
0xffea/MINIX3
1,600
lib/libc/arch/ia64/sys/brk.S
/* $NetBSD: brk.S,v 1.2 2006/09/23 17:39:34 cherry Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. * * Author: Chris G. Demetriou * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyrigh...
0xffea/MINIX3
1,773
lib/libc/arch/ia64/sys/cerror.S
/* $NetBSD: cerror.S,v 1.2 2006/09/22 17:59:47 cherry Exp $ */ /*- * Copyright (c) 2000 Doug Rabson * 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 code m...
0xffea/MINIX3
1,478
lib/libc/arch/ia64/sys/pipe.S
/* $NetBSD: pipe.S,v 1.2 2006/09/23 17:39:34 cherry Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. * * Author: Chris G. Demetriou * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyrig...
0xffea/MINIX3
1,642
lib/libc/arch/ia64/sys/sbrk.S
/* $NetBSD: sbrk.S,v 1.2 2006/09/23 17:39:34 cherry Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. * * Author: Chris G. Demetriou * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyrig...
0xffea/MINIX3
1,986
lib/libc/arch/vax/sys/ptrace.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
2,481
lib/libc/arch/vax/sys/__clone.S
/* $NetBSD: __clone.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas <matt@3am-software.com> * * Redistribution and use in source and binary forms, wi...
0xffea/MINIX3
1,936
lib/libc/arch/vax/sys/exect.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
2,169
lib/libc/arch/vax/sys/execle.S
/* $NetBSD: execle.S,v 1.5 2011/01/25 02:38:15 matt Exp $ */ /* * Copyright (c) 2001 Ludd, University of Lule}, Sweden. 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 o...
0xffea/MINIX3
2,318
lib/libc/arch/vax/sys/__syscall.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. * All or some portions of this file are derived from material licensed * to the University of California by American Telephone and Telegraph * Co. or Unix System Laboratories, In...
0xffea/MINIX3
2,141
lib/libc/arch/vax/sys/brk.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
2,797
lib/libc/arch/vax/sys/__vfork14.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
2,270
lib/libc/arch/vax/sys/syscall.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. * All or some portions of this file are derived from material licensed * to the University of California by American Telephone and Telegraph * Co. or Unix System Laboratories, In...
0xffea/MINIX3
2,018
lib/libc/arch/vax/sys/cerror.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
1,936
lib/libc/arch/vax/sys/fork.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
1,905
lib/libc/arch/vax/sys/pipe.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
2,081
lib/libc/arch/vax/sys/execl.S
/* $NetBSD: execl.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /* * Copyright (c) 2001 Ludd, University of Lule}, Sweden. 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...
0xffea/MINIX3
2,165
lib/libc/arch/vax/sys/sbrk.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
2,162
lib/libc/arch/vax/sys/__sigtramp3.S
/* $NetBSD: __sigtramp3.S,v 1.2 2011/01/25 02:38:15 matt Exp $ */ /* * Copyright (c) 2003 Matt Thomas <matt@3am-software.com> * 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. Redistr...
0xffea/MINIX3
2,518
lib/libc/arch/vax/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.6 2011/11/21 16:17:48 chs Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas. * * Redistribution and use in source and binary forms, with or without * modi...
0xffea/MINIX3
2,088
lib/libc/arch/vax/sys/execlp.S
/* $NetBSD: execlp.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /* * Copyright (c) 2001 Ludd, University of Lule}, Sweden. 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 o...
0xffea/MINIX3
2,588
lib/libc/arch/vax/gen/__sigsetjmp14.S
/* * Copyright (c) 1983, 1993, 1995 * The Regents of the University of California. 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 code must retain the above...
0xffea/MINIX3
2,266
lib/libc/arch/vax/gen/modf.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
1,936
lib/libc/arch/vax/gen/byte_swap_2.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
2,262
lib/libc/arch/vax/gen/swapcontext.S
/* $NetBSD: swapcontext.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas. * * Redistribution and use in source and binary forms, with or without * mo...
0xffea/MINIX3
3,148
lib/libc/arch/vax/gen/ldexp.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
1,942
lib/libc/arch/vax/gen/byte_swap_4.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
3,121
lib/libc/arch/vax/gen/__setjmp14.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
3,172
lib/libc/arch/vax/gen/_setjmp.S
/* * Copyright (c) 1980, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
2,071
lib/libc/arch/vax/gen/alloca.S
/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. 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 code must retain the above copy...
0xffea/MINIX3
1,915
lib/libc/arch/vax/gen/fabs.S
/* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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 code must retain the above copyr...
0xffea/MINIX3
2,330
lib/libc/arch/vax/string/bcmp.S
/* $NetBSD: bcmp.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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....
0xffea/MINIX3
2,191
lib/libc/arch/vax/string/index.S
/* $NetBSD: index.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /* * Copyright (c) 1980, 1993 * The Regents of the University of California. 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...
0xffea/MINIX3
1,970
lib/libc/arch/vax/string/ffs.S
/* $NetBSD: ffs.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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. ...
0xffea/MINIX3
2,032
lib/libc/arch/vax/string/bzero.S
/* $NetBSD: bzero.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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...
0xffea/MINIX3
2,425
lib/libc/arch/vax/string/bcopy.S
/* $NetBSD: bcopy.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. 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...
0xffea/MINIX3
2,284
lib/libc/arch/vax/string/memcmp.S
/* $NetBSD: memcmp.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *...
0xffea/MINIX3
2,311
lib/libc/arch/sparc64/sys/ptrace.S
/* $NetBSD: ptrace.S,v 1.5 2003/08/07 16:42:30 agc 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 * contribute...
0xffea/MINIX3
3,011
lib/libc/arch/sparc64/sys/__clone.S
/* $NetBSD: __clone.S,v 1.7 2008/04/28 20:22:57 martin Exp $ */ /*- * Copyright (c) 2001 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
2,224
lib/libc/arch/sparc64/sys/exect.S
/* $NetBSD: exect.S,v 1.2 2003/08/07 16:42:29 agc 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 * contributed...
0xffea/MINIX3
3,683
lib/libc/arch/sparc64/sys/brk.S
/* $NetBSD: brk.S,v 1.12 2003/12/26 11:21:48 martin 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 * contribut...
0xffea/MINIX3
2,431
lib/libc/arch/sparc64/sys/__vfork14.S
/* $NetBSD: __vfork14.S,v 1.3 2003/08/07 16:42:29 agc 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 * contrib...
0xffea/MINIX3
2,169
lib/libc/arch/sparc64/sys/syscall.S
/* $NetBSD: syscall.S,v 1.2 2003/08/07 16:42:30 agc 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 * contribut...
0xffea/MINIX3
2,764
lib/libc/arch/sparc64/sys/cerror.S
/* $NetBSD: cerror.S,v 1.6 2003/08/07 16:42:29 agc 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 * contribute...
0xffea/MINIX3
2,282
lib/libc/arch/sparc64/sys/fork.S
/* $NetBSD: fork.S,v 1.5 2003/08/07 16:42:30 agc 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 * contributed ...
0xffea/MINIX3
2,400
lib/libc/arch/sparc64/sys/pipe.S
/* $NetBSD: pipe.S,v 1.4 2003/08/07 16:42:30 agc 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 * contributed ...
0xffea/MINIX3
2,254
lib/libc/arch/sparc64/sys/__sigtramp2.S
/* $NetBSD: __sigtramp2.S,v 1.3 2008/04/28 20:22:57 martin Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Paul Kranenburg. * * Redistribution and use in source and binary forms, with or without...
0xffea/MINIX3
3,546
lib/libc/arch/sparc64/sys/sbrk.S
/* $NetBSD: sbrk.S,v 1.9 2003/08/07 16:42:30 agc 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 * contributed ...
0xffea/MINIX3
2,123
lib/libc/arch/sparc64/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.3 2008/04/28 20:22:57 martin Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Klaus Klein. * * Redistribution and use in source and binary forms, with or without * m...
0xffea/MINIX3
6,119
lib/libc/arch/sparc64/gen/modf.S
/* $NetBSD: modf.S,v 1.4 2003/08/07 16:42:27 agc 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 * contributed ...
0xffea/MINIX3
4,205
lib/libc/arch/sparc64/gen/setjmp.S
/* $NetBSD: setjmp.S,v 1.9 2011/04/30 19:39:38 martin 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 * contrib...
0xffea/MINIX3
2,351
lib/libc/arch/sparc64/gen/swapcontext.S
/* $NetBSD: swapcontext.S,v 1.6 2012/09/12 02:00:53 manu Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Klaus Klein. * * Redistribution and use in source and binary forms, with or without * mo...
0xffea/MINIX3
3,438
lib/libc/arch/sparc64/gen/fixunsdfsi.S
/* $NetBSD: fixunsdfsi.S,v 1.4 2003/08/07 16:42:27 agc 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 * contri...
0xffea/MINIX3
3,207
lib/libc/arch/sparc64/gen/_setjmp.S
/* $NetBSD: _setjmp.S,v 1.7 2011/04/30 19:43:17 martin 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 * contri...
0xffea/MINIX3
3,593
lib/libc/arch/sparc64/gen/sigsetjmp.S
/* $NetBSD: sigsetjmp.S,v 1.10 2011/04/30 19:39:38 martin Exp $ */ /* * Copyright (c) 1995 Paul Kranenburg * 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 c...
0xffea/MINIX3
2,214
lib/libc/arch/sparc64/gen/fabs.S
/* $NetBSD: fabs.S,v 1.5 2003/08/07 16:42:27 agc 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 * contributed ...
0xffea/MINIX3
37,931
lib/libc/arch/sparc64/string/memcpy.S
/* $NetBSD: memcpy.S,v 1.5 2011/07/12 07:51:33 mrg Exp $ */ /* * Copyright (c) 2001 Eduardo E. Horvath * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * Redistribution and use in source and...
0xffea/MINIX3
5,522
lib/libc/arch/sparc64/string/memset.S
/* $NetBSD: memset.S,v 1.4 2001/08/02 01:17:28 eeh Exp $ */ /* * Copyright (c) 2001, Eduardo E. Horvath * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * Redistribution and use in source an...
0xffea/MINIX3
2,198
lib/libc/arch/sparc64/stdlib/abs.S
/* $NetBSD: abs.S,v 1.2 2003/08/07 16:42:28 agc 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 * contributed t...
0xffea/MINIX3
2,146
lib/libc/arch/arm/sys-minix/_ipc.S
#include <minix/ipcconst.h> #include <machine/asm.h> /**========================================================================* */ /* IPC assembly routines * */ /**========================================================================* */ ENTRY(_send_orig) push {fp} mov fp, sp mov ...
0xffea/MINIX3
4,688
lib/libc/arch/arm/sys-minix/ucontext.S
#include <machine/asm.h> #include <ucontextoffsets.h> IMPORT(getuctx) IMPORT(setuctx) IMPORT(resumecontext) /* MCF_MAGIC value from <mcontext.h> */ #define MCF_MAGIC 0xc0ffee /* Values from <sys/ucontext.h> */ #define UCF_IGNFPU 0x002 #define UCF_IGNSIGM 0x004 /* EINVAL from errno.h */ #define EFAULT 14 #define...