/* $NetBSD: exit.c,v 1.16 2005/12/11 12:24:46 christos Exp $ */
/*-
* Copyright (c) 1993 John Brezak
* 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 copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "stand.h"
void
exit(arg)
int arg;
{
panic("exit");
/*NOTREACHED*/
}
b2cf7d4e2cc38fcdfd1b22ff1518ccf'>commitdiff
|
| Age | Commit message (Expand) | Author |
| 2018-08-10 | Allow syscall_establish() to install new syscalls when the existing | pgoyette |
| 2018-05-06 | Remove an element from struct emul: e_tracesig | kamil |
| 2018-01-09 | remove struct emul's e_fault. | maya |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2009-10-25 | Initialise struct emul members by name (it is readable now and one can search | rmind |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-09-05 | Compile NetBSD/amd64 kernels with "-Wextra". Patches contributed by | tron |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-26 | Remove a duplicate mutex_enter call in linux32_e_proc_init(). | njoly |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-23 | Catch up with linux. | ad |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-05 | more caddr_t lossage. | christos |
| 2007-02-15 | Fix COMPAT_LINUX32. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-08-23 | 1) Complete Linux exit_group() emulation | manu |
| 2006-06-25 | - Complete exit_group() implementation. We now maintain a list of Linux | manu |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |
23 +0000'>2002-03-12Sync with userland (1.1.4) | fvdl |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-11-21 | Don't make clean and cleandir depend on the lib subdir. Just check for it's | jmc |
| 2001-11-14 | Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk> | tv |
| 2000-12-05 | Have recursive make invocations depend on the .MAKE pseudo-target so | sommerfeld |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 2000-02-01 | Revert STRIPPROG -> STRIP | tsutsui |
| 2000-01-19 | STRIP -> STRIPPROG | tsutsui |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-12 | "zutil.h" includes <lib/libsa/stand.h> now. | simonb |
| 1999-11-12 | Include <lib/libsa/stand.h> so that this builds with WARNS=1 | simonb |
| 1999-11-11 | Don't reference libkern.h in standalone programs. | thorpej |
| 1999-05-07 | Build libraries for kernel/standalone code from within their compilation | drochner |
| 1999-04-22 | Don't try to use <stdio.h> (when -DDEBUG) if we are -D_STANDALONE or -D_KERNEL | christos |
| 1999-04-15 | For the "update-sources" target, don't copy any src/lib/libz sources | simonb |
| 1999-04-15 | Add uncompr.c to LIBZSRCS and zalloc.c to SRCS. | simonb |
| 1999-04-15 | A simple implementation of zcalloc and zcfree in terms of the libsa | simonb |
| 1999-04-15 | Add source file, copied from lib/libz/uncompr.c. | simonb |