repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
0xffea/MINIX3
2,136
lib/libc/arch/arm/hardfloat/fpsetsticky.S
/* $NetBSD: fpsetsticky.S,v 1.4 2004/08/21 11:21:00 rearnsha Exp $ */ /* * Copyright (c) 1996 Mark Brinicombe * 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,076
lib/libc/arch/arm/hardfloat/fpgetmask.S
/* $NetBSD: fpgetmask.S,v 1.4 2004/08/21 11:21:00 rearnsha Exp $ */ /* * Copyright (c) 1996 Mark Brinicombe * 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,060
lib/libc/arch/arm/hardfloat/fpgetsticky.S
/* $NetBSD: fpgetsticky.S,v 1.4 2004/08/21 11:21:00 rearnsha Exp $ */ /* * Copyright (c) 1996 Mark Brinicombe * 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,160
lib/libc/arch/arm/hardfloat/fpsetmask.S
/* $NetBSD: fpsetmask.S,v 1.4 2004/08/21 11:21:00 rearnsha Exp $ */ /* * Copyright (c) 1996 Mark Brinicombe * 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,433
lib/libc/arch/arm/sys/ptrace.S
/* $NetBSD: ptrace.S,v 1.8 2004/08/21 11:30:17 rearnsha Exp $ */ /*- * Copyright (c) 1990 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,647
lib/libc/arch/arm/sys/__clone.S
/* $NetBSD: __clone.S,v 1.6 2006/04/24 19:00:30 snj Exp $ */ /* * Copyright (c) 2001 Christopher Gilbert * All rights reserved. * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reprodu...
0xffea/MINIX3
1,735
lib/libc/arch/arm/sys/exect.S
/* $NetBSD: exect.S,v 1.4 2003/08/07 16:42:04 agc Exp $ */ /*- * Copyright (c) 1990 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. Redi...
0xffea/MINIX3
1,740
lib/libc/arch/arm/sys/__syscall.S
/* $NetBSD: __syscall.S,v 1.4 2003/08/07 16:42:03 agc Exp $ */ /*- * Copyright (c) 1990 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,714
lib/libc/arch/arm/sys/brk.S
/* $NetBSD: brk.S,v 1.8 2004/08/21 11:30:17 rearnsha Exp $ */ /*- * Copyright (c) 1990 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. R...
0xffea/MINIX3
2,126
lib/libc/arch/arm/sys/__vfork14.S
/* $NetBSD: __vfork14.S,v 1.7 2004/08/21 11:30:17 rearnsha Exp $ */ /*- * Copyright (c) 1990 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
1,736
lib/libc/arch/arm/sys/syscall.S
/* $NetBSD: syscall.S,v 1.4 2003/08/07 16:42:05 agc Exp $ */ /*- * Copyright (c) 1990 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. Re...
0xffea/MINIX3
2,339
lib/libc/arch/arm/sys/cerror.S
/* $NetBSD: cerror.S,v 1.7 2011/01/14 06:12:17 matt Exp $ */ /*- * Copyright (c) 1990 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. Re...
0xffea/MINIX3
2,034
lib/libc/arch/arm/sys/fork.S
/* $NetBSD: fork.S,v 1.6 2004/08/21 11:30:17 rearnsha Exp $ */ /*- * Copyright (c) 1990 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,905
lib/libc/arch/arm/sys/pipe.S
/* $NetBSD: pipe.S,v 1.6 2004/08/21 11:30:17 rearnsha Exp $ */ /*- * Copyright (c) 1990 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,017
lib/libc/arch/arm/sys/__sigtramp2.S
/* $NetBSD: __sigtramp2.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 Jason R. Thorpe. * * Redistribution and use in source and binary forms, with or without...
0xffea/MINIX3
2,449
lib/libc/arch/arm/sys/sbrk.S
/* $NetBSD: sbrk.S,v 1.8 2004/08/21 11:30:17 rearnsha Exp $ */ /*- * Copyright (c) 1990 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,155
lib/libc/arch/arm/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.6 2008/04/28 20:22:55 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
3,479
lib/libc/arch/arm/gen/setjmp.S
/* $NetBSD: setjmp.S,v 1.8 2005/10/16 17:26:24 christos Exp $ */ /* * Copyright (c) 1997 Mark Brinicombe * 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 co...
0xffea/MINIX3
2,056
lib/libc/arch/arm/gen/swapcontext.S
/* $NetBSD: swapcontext.S,v 1.5 2008/04/28 20:22:55 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 * ...
0xffea/MINIX3
3,150
lib/libc/arch/arm/gen/_setjmp.S
/* $NetBSD: _setjmp.S,v 1.6 2004/08/21 11:20:10 rearnsha Exp $ */ /* * Copyright (c) 1997 Mark Brinicombe * 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,096
lib/libc/arch/arm/gen/alloca.S
/* $NetBSD: alloca.S,v 1.4 2004/08/21 11:20:10 rearnsha Exp $ */ /* * Copyright (c) 1995 Mark Brinicombe * 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 co...
0xffea/MINIX3
2,389
lib/libc/arch/arm/gen/sigsetjmp.S
/* $NetBSD: sigsetjmp.S,v 1.5 2005/10/16 17:26:24 christos Exp $ */ /* * Copyright (c) 1997 Mark Brinicombe * 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
1,634
lib/libc/arch/arm/string/bzero.S
/* $NetBSD: bzero.S,v 1.4 2008/04/28 20:22:55 martin Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Neil A. Carson and Mark Brinicombe * * Redistribution and use in source and binary forms, wit...
0xffea/MINIX3
2,234
lib/libc/arch/x86_64/sys/ptrace.S
/* $NetBSD: ptrace.S,v 1.2 2003/08/07 16:42:37 agc 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 without * m...
0xffea/MINIX3
2,762
lib/libc/arch/x86_64/sys/__clone.S
/* $NetBSD: __clone.S,v 1.2 2002/06/06 20:51:17 fvdl Exp $ */ /* * Copyright (c) 2002 Wasabi Systems, Inc. * All rights reserved. * * Written by Frank van der Linden for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fo...
0xffea/MINIX3
2,143
lib/libc/arch/x86_64/sys/exect.S
/* $NetBSD: exect.S,v 1.2 2003/08/07 16:42:37 agc 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 without * mo...
0xffea/MINIX3
2,003
lib/libc/arch/x86_64/sys/__syscall.S
/* $NetBSD: __syscall.S,v 1.2 2003/08/07 16:42:37 agc 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 without ...
0xffea/MINIX3
2,565
lib/libc/arch/x86_64/sys/brk.S
/* $NetBSD: brk.S,v 1.3 2003/08/07 16:42:37 agc 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 without * modi...
0xffea/MINIX3
2,345
lib/libc/arch/x86_64/sys/__vfork14.S
/* $NetBSD: __vfork14.S,v 1.3 2003/08/07 16:42:37 agc 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 without ...
0xffea/MINIX3
1,997
lib/libc/arch/x86_64/sys/syscall.S
/* $NetBSD: syscall.S,v 1.4 2007/11/05 20:30:07 dsl 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 without * ...
0xffea/MINIX3
2,204
lib/libc/arch/x86_64/sys/cerror.S
/* $NetBSD: cerror.S,v 1.3 2003/08/07 16:42:37 agc 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 without * m...
0xffea/MINIX3
2,091
lib/libc/arch/x86_64/sys/fork.S
/* $NetBSD: fork.S,v 1.3 2003/08/07 16:42:37 agc 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 without * mod...
0xffea/MINIX3
2,099
lib/libc/arch/x86_64/sys/pipe.S
/* $NetBSD: pipe.S,v 1.2 2003/08/07 16:42:37 agc 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 without * mod...
0xffea/MINIX3
2,201
lib/libc/arch/x86_64/sys/__sigtramp2.S
/* $NetBSD: __sigtramp2.S,v 1.5 2006/11/08 21:16:40 drochner Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. * All rights reserved. * * Written by Frank van der Linden for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
0xffea/MINIX3
2,527
lib/libc/arch/x86_64/sys/sbrk.S
/* $NetBSD: sbrk.S,v 1.3 2008/07/02 20:07:43 rmind 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 without * m...
0xffea/MINIX3
2,373
lib/libc/arch/x86_64/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.3 2004/03/09 20:21:22 drochner Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. * All rights reserved. * * Written by Frank van der Linden for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that...
0xffea/MINIX3
3,383
lib/libc/arch/x86_64/gen/__sigsetjmp14.S
/* $NetBSD: __sigsetjmp14.S,v 1.1 2001/06/19 00:25:02 fvdl Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. * All rights reserved. * * Written by Frank van der Linden for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
0xffea/MINIX3
2,571
lib/libc/arch/x86_64/gen/swapcontext.S
/* $NetBSD: swapcontext.S,v 1.4 2007/04/12 12:33:26 pooka Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. * All rights reserved. * * Written by Frank van der Linden for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that t...
0xffea/MINIX3
3,297
lib/libc/arch/x86_64/gen/__setjmp14.S
/* $NetBSD: __setjmp14.S,v 1.1 2001/06/19 00:25:02 fvdl Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. * All rights reserved. * * Written by Frank van der Linden for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the...
0xffea/MINIX3
2,938
lib/libc/arch/x86_64/gen/_setjmp.S
/* $NetBSD: _setjmp.S,v 1.1 2001/06/19 00:25:02 fvdl Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. * All rights reserved. * * Written by Frank van der Linden for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fo...
0xffea/MINIX3
2,684
lib/libc/arch/x86_64/gen/resumecontext.S
/* $NetBSD: resumecontext.S,v 1.4 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 Klaus Klein. * * Redistribution and use in source and binary forms, with or without ...
0xffea/MINIX3
1,413
lib/libc/arch/x86_64/string/strncmp.S
/* * Written by J.T. Conklin <jtc@NetBSD.org>. * Public domain. */ #include <machine/asm.h> #if defined(LIBC_SCCS) RCSID("$NetBSD: strncmp.S,v 1.3 2005/08/03 22:59:50 rpaulo Exp $") #endif /* * NOTE: I've unrolled the loop eight times: large enough to make a * significant difference, and small enough no...
0xffea/MINIX3
1,967
lib/libc/arch/x86_64/stdlib/abs.S
/* $NetBSD: abs.S,v 1.2 2003/08/07 16:42:36 agc 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 without * modi...
0xffea/MINIX3
1,197
lib/libc/arch/alpha/sys/ptrace.S
/* $NetBSD: ptrace.S,v 1.5 2000/06/14 06:49:03 cgd 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
2,541
lib/libc/arch/alpha/sys/__clone.S
/* $NetBSD: __clone.S,v 1.3 2008/04/28 20:22:55 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 without * ...
0xffea/MINIX3
1,167
lib/libc/arch/alpha/sys/exect.S
/* $NetBSD: exect.S,v 1.3 2000/06/14 06:49:03 cgd 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 copyright...
0xffea/MINIX3
1,141
lib/libc/arch/alpha/sys/__syscall.S
/* $NetBSD: __syscall.S,v 1.1 2000/12/13 07:49:17 mycroft 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 c...
0xffea/MINIX3
1,428
lib/libc/arch/alpha/sys/brk.S
/* $NetBSD: brk.S,v 1.9 2001/05/07 17:19:17 kleink 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,207
lib/libc/arch/alpha/sys/__vfork14.S
/* $NetBSD: __vfork14.S,v 1.2 2000/06/14 06:49:03 cgd 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 copyr...
0xffea/MINIX3
1,133
lib/libc/arch/alpha/sys/syscall.S
/* $NetBSD: syscall.S,v 1.2 2000/06/14 06:49:03 cgd 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,644
lib/libc/arch/alpha/sys/cerror.S
/* $NetBSD: cerror.S,v 1.6 2000/06/14 06:49:03 cgd 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,221
lib/libc/arch/alpha/sys/fork.S
/* $NetBSD: fork.S,v 1.5 2003/02/13 02:50:48 nathanw 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 copyri...
0xffea/MINIX3
1,261
lib/libc/arch/alpha/sys/pipe.S
/* $NetBSD: pipe.S,v 1.4 2001/05/07 17:19:18 kleink 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,686
lib/libc/arch/alpha/sys/__sigtramp2.S
/* $NetBSD: __sigtramp2.S,v 1.2 2006/11/08 21:16:40 drochner Exp $ */ /* * Copyright (c) 1994, 1995, 1996 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 bo...
0xffea/MINIX3
1,388
lib/libc/arch/alpha/sys/sbrk.S
/* $NetBSD: sbrk.S,v 1.9 2001/05/07 17:19:18 kleink 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,821
lib/libc/arch/alpha/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.3 2008/04/28 20:22:55 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
1,831
lib/libc/arch/alpha/gen/__sigsetjmp14.S
/* $NetBSD: __sigsetjmp14.S,v 1.2 2000/06/14 06:49:01 cgd 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 c...
0xffea/MINIX3
2,139
lib/libc/arch/alpha/gen/swapcontext.S
/* $NetBSD: swapcontext.S,v 1.3 2008/04/28 20:22:55 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 * ...
0xffea/MINIX3
3,863
lib/libc/arch/alpha/gen/__setjmp14.S
/* $NetBSD: __setjmp14.S,v 1.5 2011/06/12 05:44:36 matt 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 cop...
0xffea/MINIX3
1,549
lib/libc/arch/alpha/gen/_resumecontext.S
/* $NetBSD: _resumecontext.S,v 1.3 2008/04/22 04:47:44 dogcow Exp $ */ /* * Copyright (c) 2004 * 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...
0xffea/MINIX3
1,171
lib/libc/arch/alpha/gen/fabs.S
/* $NetBSD: fabs.S,v 1.3 2000/06/14 06:49:02 cgd 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 copyright ...
0xffea/MINIX3
2,143
lib/libc/arch/mips/sys/ptrace.S
/* $NetBSD: ptrace.S,v 1.10 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or wit...
0xffea/MINIX3
3,098
lib/libc/arch/mips/sys/__clone.S
/* $NetBSD: __clone.S,v 1.8 2009/12/14 01:07:42 matt 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 without * mo...
0xffea/MINIX3
2,105
lib/libc/arch/mips/sys/exect.S
/* $NetBSD: exect.S,v 1.10 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or witho...
0xffea/MINIX3
2,470
lib/libc/arch/mips/sys/brk.S
/* $NetBSD: brk.S,v 1.18 2010/12/12 09:00:37 tsutsui Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or wit...
0xffea/MINIX3
2,408
lib/libc/arch/mips/sys/__vfork14.S
/* $NetBSD: __vfork14.S,v 1.6 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or w...
0xffea/MINIX3
1,997
lib/libc/arch/mips/sys/syscall.S
/* $NetBSD: syscall.S,v 1.6 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or wit...
0xffea/MINIX3
2,823
lib/libc/arch/mips/sys/cerror.S
/* $NetBSD: cerror.S,v 1.18 2012/02/27 14:48:34 tsutsui Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or ...
0xffea/MINIX3
2,178
lib/libc/arch/mips/sys/fork.S
/* $NetBSD: fork.S,v 1.12 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or witho...
0xffea/MINIX3
2,256
lib/libc/arch/mips/sys/pipe.S
/* $NetBSD: pipe.S,v 1.12 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or witho...
0xffea/MINIX3
2,241
lib/libc/arch/mips/sys/__sigtramp2.S
/* $NetBSD: __sigtramp2.S,v 1.3 2009/12/14 01:07:42 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,497
lib/libc/arch/mips/sys/sbrk.S
/* $NetBSD: sbrk.S,v 1.18 2010/12/12 09:03:06 tsutsui Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or wi...
0xffea/MINIX3
2,130
lib/libc/arch/mips/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.4 2009/12/14 01:07:42 matt 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 * mod...
0xffea/MINIX3
2,862
lib/libc/arch/mips/gen/modf.S
/* $NetBSD: modf.S,v 1.11 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or...
0xffea/MINIX3
5,041
lib/libc/arch/mips/gen/setjmp.S
/* $NetBSD: setjmp.S,v 1.19 2010/09/03 17:22:51 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or wit...
0xffea/MINIX3
2,495
lib/libc/arch/mips/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
6,090
lib/libc/arch/mips/gen/ldexp.S
/* $NetBSD: ldexp.S,v 1.9 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or witho...
0xffea/MINIX3
6,260
lib/libc/arch/mips/gen/_setjmp.S
/* $NetBSD: _setjmp.S,v 1.24 2012/07/08 00:59:34 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or wi...
0xffea/MINIX3
2,786
lib/libc/arch/mips/gen/sigsetjmp.S
/* $NetBSD: sigsetjmp.S,v 1.9 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993, 1995, * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Havard Eidnes. * * Redistribution and use in source and binary forms, wit...
0xffea/MINIX3
2,460
lib/libc/arch/mips/gen/_resumecontext.S
/* $NetBSD: _resumecontext.S,v 1.7 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 Wayne Knowles. * * Redistribution and use in source and binary forms, with or without ...
0xffea/MINIX3
2,128
lib/libc/arch/mips/gen/fabs.S
/* $NetBSD: fabs.S,v 1.8 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or without * m...
0xffea/MINIX3
3,875
lib/libc/arch/mips/string/bcmp.S
/* $NetBSD: bcmp.S,v 1.9 2009/12/14 01:07:42 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or withou...
0xffea/MINIX3
3,452
lib/libc/arch/mips/string/bzero.S
/* $NetBSD: bzero.S,v 1.10 2009/12/14 02:53:52 matt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * Redistribution and use in source and binary forms, with or with...
0xffea/MINIX3
1,442
lib/libc/arch/powerpc/sys/ptrace.S
/* $NetBSD: ptrace.S,v 1.6 2011/01/16 02:43:10 matt Exp $ */ #include "SYS.h" #include "assym.h" #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: ptrace.S,v 1.6 2011/01/16 02:43:10 matt Exp $") #endif /* LIBC_SCCS && !lint */ #define XCALLFRAMELEN ((((2+5)*SZREG) + CALLFRAMELEN - 1) & -CALLFRAMELEN) #defi...
0xffea/MINIX3
2,400
lib/libc/arch/powerpc/sys/__clone.S
/* $NetBSD: __clone.S,v 1.4 2011/01/16 02:43:10 matt 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
1,097
lib/libc/arch/powerpc/sys/cerror.S
/* $NetBSD: cerror.S,v 1.10 2012/02/27 15:47:11 matt Exp $ */ #include "SYS.h" #include "assym.h" #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: cerror.S,v 1.10 2012/02/27 15:47:11 matt Exp $") #endif /* LIBC_SCCS && !lint */ #ifndef _REENTRANT .globl _C_LABEL(errno) #endif #ifdef PIC .protected _C_LAB...
0xffea/MINIX3
2,197
lib/libc/arch/powerpc/sys/__sigtramp2.S
/* $NetBSD: __sigtramp2.S,v 1.3 2011/01/15 07:31:12 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/powerpc/sys/getcontext.S
/* $NetBSD: getcontext.S,v 1.5 2011/01/15 07:31:13 matt 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 * mod...
0xffea/MINIX3
2,763
lib/libc/arch/powerpc/gen/swapcontext.S
/* $NetBSD: swapcontext.S,v 1.6 2011/01/16 02:43:10 matt 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,030
lib/libc/arch/powerpc/gen/_setjmp.S
/* $NetBSD: _setjmp.S,v 1.3 2011/01/15 07:31:12 matt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) __RCSID("$NetBSD: _setjmp.S,v 1.3 2011/01/15 07:31:12 matt Exp $") #endif /* * C library -- _setjmp, _longjmp * * _longjmp(a,v) * will generate a "return(v?v:1)" from the last call to * _setjmp(a) * by...
0xffea/MINIX3
9,057
lib/libc/arch/powerpc/string/bzero.S
/* $NetBSD: bzero.S,v 1.11 2011/01/29 02:21:20 matt Exp $ */ /*- * Copyright (C) 2001 Martin J. Laubach <mjl@NetBSD.org> * 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. Redistributi...
0xffea/MINIX3
2,909
lib/csu/common/sysident.S
/* $NetBSD: sysident.S,v 1.1 2010/08/07 18:01:33 joerg Exp $ */ /* * Copyright (c) 1997 Christopher G. Demetriou * 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,040
lib/csu/arch/m68k/crtn.S
/* $NetBSD: crtn.S,v 1.1 2010/08/07 18:01:34 joerg Exp $ */ /*- * Copyright (c) 2001 Ross Harvey * 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 ...
0xffea/MINIX3
2,115
lib/csu/arch/m68k/crti.S
/* $NetBSD: crti.S,v 1.1 2010/08/07 18:01:34 joerg Exp $ */ /*- * Copyright (c) 2001 Ross Harvey * 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 ...
0xffea/MINIX3
2,230
lib/csu/arch/m68k/crt0.S
#include <machine/asm.h> /* * Copyright (c) 1999 Klaus Klein * Copyright (c) 1995 Christopher G. Demetriou * 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 sourc...
0xffea/MINIX3
2,054
lib/csu/arch/i386/crtn.S
/* $NetBSD: crtn.S,v 1.1 2010/08/07 18:01:34 joerg Exp $ */ /*- * Copyright (c) 2001 Ross Harvey * 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 ...
0xffea/MINIX3
2,175
lib/csu/arch/i386/crti.S
/* $NetBSD: crti.S,v 1.1 2010/08/07 18:01:33 joerg Exp $ */ /*- * Copyright (c) 2001 Ross Harvey * 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 ...
0xffea/MINIX3
1,857
lib/csu/arch/i386/crtend.S
/* $NetBSD: crtend.S,v 1.1 2010/08/07 18:01:33 joerg Exp $ */ /*- * Copyright (c) 2010 Joerg Sonnenberger <joerg@NetBSD.org> * 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. Redist...
0xffea/MINIX3
2,213
lib/csu/arch/i386/crt0.S
/* $NetBSD: crt0.S,v 1.1 2010/08/07 18:01:33 joerg Exp $ */ /* * Copyright (c) 1998 Christos Zoulas * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * ...
0xffea/MINIX3
3,828
lib/csu/arch/i386/crtbegin.S
/* $NetBSD: crtbegin.S,v 1.1 2010/08/07 18:01:33 joerg Exp $ */ /*- * Copyright (c) 2010 Joerg Sonnenberger <joerg@NetBSD.org> * 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. Redi...