/* $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
path: root/sys/compat/linux32/common/linux32_exec.c
23 +0000'>2002-03-12
AgeCommit message (Expand)Author
2018-08-10Allow syscall_establish() to install new syscalls when the existingpgoyette
2018-05-06Remove an element from struct emul: e_tracesigkamil
2018-01-09remove struct emul's e_fault.maya
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2010-07-07many changes for COMPAT_LINUX:chs
2009-10-25Initialise struct emul members by name (it is readable now and one can searchrmind
2009-03-14ANSIfy another 1261 function definitions.dsl
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-09-05Compile NetBSD/amd64 kernels with "-Wextra". Patches contributed bytron
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-26Remove a duplicate mutex_enter call in linux32_e_proc_init().njoly
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-23Catch up with linux.ad
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-05more caddr_t lossage.christos
2007-02-15Fix COMPAT_LINUX32.ad
2007-02-09Merge newlock2 to head.ad
2006-08-231) Complete Linux exit_group() emulationmanu
2006-06-25- Complete exit_group() implementation. We now maintain a list of Linuxmanu
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu
Sync with userland (1.1.4)fvdl
2001-12-12MKfoo=no -> NOfootv
2001-11-21Don't make clean and cleandir depend on the lib subdir. Just check for it'sjmc
2001-11-14Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>tv
2000-12-05Have recursive make invocations depend on the .MAKE pseudo-target sosommerfeld
2000-03-30Kill some more register declarations.augustss
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-01-19STRIP -> STRIPPROGtsutsui
1999-11-13Backout my libsa changes.thorpej
1999-11-13Backout my libsa changes.thorpej
1999-11-12"zutil.h" includes <lib/libsa/stand.h> now.simonb
1999-11-12Include <lib/libsa/stand.h> so that this builds with WARNS=1simonb
1999-11-11Don't reference libkern.h in standalone programs.thorpej
1999-05-07Build libraries for kernel/standalone code from within their compilationdrochner
1999-04-22Don't try to use <stdio.h> (when -DDEBUG) if we are -D_STANDALONE or -D_KERNELchristos
1999-04-15For the "update-sources" target, don't copy any src/lib/libz sourcessimonb
1999-04-15Add uncompr.c to LIBZSRCS and zalloc.c to SRCS.simonb
1999-04-15A simple implementation of zcalloc and zcfree in terms of the libsasimonb
1999-04-15Add source file, copied from lib/libz/uncompr.c.simonb