summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorKurt Miller <kurt@cvs.openbsd.org>2006-09-22 19:04:34 +0000
committerKurt Miller <kurt@cvs.openbsd.org>2006-09-22 19:04:34 +0000
commit7b0347847c0d6eea5eea4d695761d24f1b151d53 (patch)
tree1f3f8ccccc135dfe4bbb20426cc5557f14403d53 /sys/arch
parentd18267fdcf69320a8929dd06de2610e29bbb2b75 (diff)
Part 1 of file descriptor race and deadlock corrections.
File status flags should be shared for dup'ed file descriptors. However fd_table_entry's should not be shared for dup'ed file descriptors so they can be independently be closed without interfering with dup'ed fd's. - split out file status flags into its own structure fs_flags to manage sharing of status flags between dup'ed file descriptors. - when duplicating a fd, initialize a new fd_table_entry for the new fd, but share the status flags via status_flags. - consolidate the code that sets the underlying system fd to be non-blocking to a new function _thread_fs_flags_init() - consolidate the code that sets the underlying system fd back to blocking into a new function _thread_fs_flags_replace() This change is needed as a prerequisite to the coming race and deadlock corrections. okay marc@
Diffstat (limited to 'sys/arch')
0 files changed, 0 insertions, 0 deletions