add information about CTL_VFS
[unix-history] / usr / src / sys / kern / kern_exec.c
1995-02-15 Chris G. Demetrioufix a substitution error in the last commit.
1995-02-15 Chris G. Demetriouaccess syscall arguments in the new fashion.
1994-08-11 Kirk McKusickLEASE_CHECK => VOP_LEASE
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-15 Mike Hiblermissing "ifdef KTRACE" around ktrace code
1993-12-14 Jan-Simon Pendryadd p_textvp to track vnode of executable (for procfs)
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Kirk McKusickexecve_args definition moves to exec.h so it can be...
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-12 Akito Fujitasupport 68040 based luna68k
1993-04-28 Kirk McKusickhave to lock after the other namei too
1993-04-28 Kirk McKusickbug fixes for LEASES from Rick Macklem
1993-04-28 Kirk McKusickkinfo_proc.h is gone
1993-03-10 Mike Hibleradditional parameter to vm_mmap
1993-02-14 Ralph Campbelladd a.out support for MIPS.
1993-01-15 Kirk McKusickadd and use killproc when cannot exec a new process
1992-12-28 Mike Hiblercleanup hp300 code
1992-12-27 Keith Bosticuse ALIGN macro, minor cleanup
1992-11-04 Ralph Campbellmips needs to align stack on 8 byte boundary for double...
1992-10-12 Keith Bosticmake kernel includes standard
1992-07-11 Chris TorekANSIfy syscall args
1992-07-08 Chris Torekp_prof.pr_scale replaced by SPROFIL to show profiling...
1992-07-03 Kirk McKusickdelete USES
1992-06-24 Kirk McKusickset SUGID when granting setuid/setgid privilege (to...
1992-06-24 Kirk McKusickMAP_FILE is now the default
1992-06-21 Kirk McKusickturn off profiling if on
1992-06-05 Mike Hiblerchange include path for HP code reorg
1992-06-05 Kirk McKusicksupport for luna68k from Omron
1992-05-30 Steven McCannefixed bug introduced in rev 7.52: vm_ssize is in pages...
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-05 Kirk McKusicklint
1992-04-04 Kirk McKusickupdate from Chris Torek to add argument pointer at...
1992-03-04 Kirk McKusickfix problem with window system failing to start up...
1992-02-16 Chris Torekgeneralizations to support sparc
1992-02-06 Kirk McKusicksetting stack is CPU dependent
1992-02-06 Kirk McKusicknew namei calling convention
1991-11-20 Chris Torekpurge seg.h
1991-09-08 Ralph Campbelladded COFF support for pmax
1991-06-22 Kirk McKusickjust check v_writecount rather than searching the file...
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-05-16 Kirk McKusickprogram name now returned in ni_ptr instead of ni_dent
1991-05-13 William Nesheimtwo minor fixes for 386; others unaffected
1991-05-10 Keith Bosticnew copyright; att/bsd/shared
1991-05-10 William Nesheimadded p to setregs. Also, deallocation limied to MAXUSR
1991-05-02 Mike Karelsremove u. entirely (p_addr is struct user *); only...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations
1991-04-03 Mike Karelsdon't need SPAGV on proc; rm other obsol. proc flags
1991-03-26 Mike Karelsdon't need compat_43 execv, 4.3 used execve for execv
1991-03-26 Mike Karelsclean up includes, rm OFILE*, release vmspace instead...
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-01-11 Kirk McKusickadd dynamically allocated file descriptors
1990-12-17 Kirk McKusicknew pathname for hpux
1990-12-06 Kirk McKusickupdate for new VM
1990-10-20 Kirk McKusickcopyinstr/copyoutstr now return ENAMETOOLONG when name...
1990-10-20 Marc Teitelbaumturn off tracing on setuid and setgid programs if not...
1990-07-01 William Nesheimi386 support for kernel addition
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-27 Mike Hiblermake sure vp->v_text is set before dereferencing
1990-06-22 Kirk McKusickallow values to be returned from setregs
1990-06-06 Kirk McKusickupdate to new system call convention; expunge more...
1990-05-16 Keith Bosticrename size_t to segsz_t for ANSI C
1990-05-16 Kirk McKusick"update for hp300 support from Utah"
1990-05-05 Kirk McKusickmount structure prefixes go from m_ to mnt_ and M_...
1990-02-24 Kirk McKusickcheck for modified text file and take appropriate action
1990-02-23 Marc Teitelbaumu_comm moved to proc
1990-01-05 Kirk McKusickdiscard argdev buffers instead of aging them
1989-12-30 Kirk McKusickv_count => v_usecount
1989-11-14 Kirk McKusickreturn error from copying in arg list, not from throwin...
1989-11-11 Kirk McKusickvinifod now kills process if errors occur during mapping
1989-10-20 Kirk McKusickclosef now returns and error (which is ignored)
1989-10-20 Kirk McKusickuse EACCES rather than ENOEXEC for "noexec" option...
1989-09-04 Mike Karelsmove signal processing to kern_sig; add saved uid,...
1989-08-27 Kirk McKusickbread and baddr now require a credential structure
1989-07-04 Kirk McKusickuse VOP_ACCESS directly
1989-05-10 Kirk McKusickmerge in vnodes
1989-04-26 Kirk McKusick../machine => machine
1988-10-19 Marc Teitelbaumposix style job control - new process groups
1988-06-06 Mike Karelsanother gratuitous change gone awry
1988-05-26 Mike Karelsclean up after bostic (remove gratuitous reformatting)
1988-05-23 Keith Bosticshell scripts can't be setuid
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1987-03-04 Keith Bosticchanged SHSIZE to MAXINTERP
1986-11-04 Mike Karelsmerge in tahoe support
1986-06-05 Kirk McKusick4.3BSD release version
1986-02-24 Mike Karelslint
1986-02-20 Mike Karelslint
1985-11-27 Mike Karelsnow can use XTRC again instead of IXMOD
1985-08-13 Jim Bloomarglist or envlist containing -1 caused panic
1985-06-09 Kirk McKusickAdd copyright
1985-05-28 Mike Karelschange argv[0] for executable scripts to be name of...
1985-05-28 Kirk McKusickmust be careful to check bss and data sizes separately...
1985-03-13 Kirk McKusickmake swkill messages more informative
1985-03-13 Kirk McKusickreset signal stack on exec()
1984-11-21 Mike Karels(ugly) changes to avoid executing/writing traced text...
1984-08-30 Jim BloomChange to includes. no more ../h
1984-07-30 Sam Lefflercomplete revised argument processing -- use copyoutstr...
1984-07-24 Sam Leffleruse copyinstr and copystr (add copyoutstr later)
next