summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Use kmem_alloc_pageable/kmem_free to allocate memory instead of individualdg1995-11-131-19/+7
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+4
* All:dg1995-11-061-103/+107
* Killed a few gratuitous #include's.dg1995-10-211-2/+2
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-081-1/+7
* Moved setting of VTEXT flag into the appropriate image activators. Thisdg1995-08-241-4/+1
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Use 'p' rather than 'curproc' when appropriate.dg1995-03-251-3/+3
* Use NDINIT macro to initialize fields for namei.dg1995-03-251-13/+5
* Fixed bug introduced in the previous commit - the lock must be held untildg1995-03-191-6/+7
* Lose the lock on the vnode. Changes to implement proper locking in thedg1995-03-191-4/+11
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Removed some #include's of unnecessary include files.dg1995-03-101-4/+1
* No longer assume that a process's address space can be directly written to.dg1995-03-011-14/+23
* Use of vm_allocate() and vm_deallocate() has been deprecated.dg1995-02-201-19/+19
* First attempt to run linux binaries. This is only the changes needed tosos1995-02-141-3/+9
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-5/+5
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-2/+4
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-12/+10
* Added support for p_textvp which stores the vnode pointer of the execed binary.dg1994-09-241-1/+9
* Added missing #ifdef SYSVSHM.dg1994-09-141-1/+3
* Added SYSV ipcs.dfr1994-09-131-1/+3
* Pay attention to *all* errors from copyinstr(). This patch fixes a bugdg1994-08-241-8/+16
* Fix up some sloppy coding practices:wollman1994-08-181-3/+4
* Implemented support for the "ps_strings" structure (grrrr...) for use indg1994-08-061-3/+19
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-31/+496
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+64
OpenPOWER on IntegriCloud