aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/exec.h
Commit message (Expand)AuthorAgeFilesLines
* Remove SPARE_USRSPACE.John Baldwin2019-12-061-1/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* exec.h: Move PS_STRINGS define to kernel-only sectionEd Maste2016-05-111-7/+7
* Fix core corruption caused by race in note_procstat_vmmapConrad Meyer2015-10-061-0/+1
* Follow-up to r287442: Move sysctl to compiled-once fileConrad Meyer2015-09-071-0/+2
* Update the comments in exec.h with help from jilles.Warren Block2014-08-081-6/+12
* Add macro DECLARE_MODULE_TIED to denote a module as requiring theKonstantin Belousov2010-10-121-1/+2
* Make ps_nargvstr and ps_nenvstr unsigned. This fixes an inputDavid Schultz2005-03-231-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Increase the size of SPARE_USRSPACE. It is way too small by defaultPeter Wemm2003-11-071-1/+1
* Use __CONCAT and __XSTRING when concatenating or stringifying arguments toJake Burkholder2003-01-041-7/+8
* Remove __PAlfred Perlstein2002-03-191-5/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-4/+1
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't useMatthew Dillon1999-01-291-2/+10
* Have EXEC_SET use C_DECLARE_MODULE instead of DECLARE_MODULE.Matthew Dillon1999-01-291-2/+2
* Removed the cast to a pointer in the definition of PS_STRINGS andBruce Evans1998-12-161-3/+2
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-3/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-1/+38
* Update the ELF image activator to use some of the exec resources ratherPeter Wemm1998-03-021-1/+8
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-2/+2
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-6/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-2/+2
* Reorganise ps_strings in order to gain BSD/OS 2.0 binary compatability.Peter Wemm1995-12-091-5/+5
* Fixed the type of a function pointer in struct execsw.Bruce Evans1995-11-131-2/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-10/+1
* Latest ibcs2 changes, add errno conversion table.Søren Schmidt1994-10-091-3/+4
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-3/+1
* Shuffled macros and definitions around to facilitate architectureDavid Greenman1994-09-241-3/+3
* Made them all idempotent.Paul Richards1994-08-211-1/+5
* Hmmm...my workaround for Garrett's new exec prototypes wasn't sufficient.David Greenman1994-08-191-3/+3
* Terry Lambert's loadable kernel module support w/improvements from theDavid Greenman1994-08-191-1/+14
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-2/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+71