File descriptors preserved across an execve call unless they are explicitly marked to close on exec using the FD_CLOEXEC flag. Signal handlers are reset to their default state unless explicitly preserved. The signal mask and pending signals are updated as necessary.