History log of /csrg-svn/sys/kern/kern_exit.c (Results 1 – 25 of 85)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 68422 23-Feb-1995 mckusick

vgoneall => VOP_REVOKE

# 68308 14-Feb-1995 cgd

hack to make this work, for now.

# 67732 22-Aug-1994 mckusick

use new queue.h data structures

# 66071 12-Feb-1994 karels

fix race in exit of session leader: if tty is revoked by spec_close
or other revoke while we wait for output to drain, ttyvp will be released
and null

# 65771 21-Jan-1994 bostic

add USL's copyright notice

# 65436 04-Jan-1994 bostic

lint

# 65116 13-Dec-1993 pendry

add p_textvp to track vnode of executable (for procfs)

# 64582 23-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 64537 21-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 63442 14-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 63441 14-Jun-1993 bostic

make GCC shut up (it's not right, but it's close, I think)

# 63430 14-Jun-1993 bostic

make function call name match system call name

# 63426 14-Jun-1993 bostic

make function call name match system call name

# 59934 11-May-1993 akito

add luna68k define

# 57864 04-Feb-1993 ralph

changed the name of exit() to exit1() because gcc2 thinks it
knows that exit() doesn't return.

# 57306 27-Dec-1992 hibler

account for differences in hp300 stack alignment (wait)

# 56517 11-Oct-1992 bostic

make kernel includes standard

# 55405 19-Jul-1992 mckusick

decrement process ownership count on exit

# 54921 10-Jul-1992 torek

ANSIfy syscall args

# 54816 08-Jul-1992 torek

calcru compensates for recent runtime now

# 54785 08-Jul-1992 torek

new rusage

# 54338 23-Jun-1992 mckusick

move up init died panic to start of exit; ptrace ATTACH

# 54133 20-Jun-1992 mckusick

turn off profiling if on

# 52512 15-Feb-1992 mckusick

must include proc before tty.h and socketvar.h

# 52491 14-Feb-1992 mckusick

minor improvement from torek

1234