diff options
author | jhb <jhb@FreeBSD.org> | 2001-05-23 22:17:43 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-05-23 22:17:43 +0000 |
commit | 7703731a608dec5bf446963fe67ed992c5b10054 (patch) | |
tree | 0640c18121b0e7b05e84ba1dcce3753371a5b353 /lib/libc/stdlib/reallocf.c | |
parent | c93a1be72bccb1fe439910ab62060fbd513b94c2 (diff) | |
download | FreeBSD-src-7703731a608dec5bf446963fe67ed992c5b10054.zip FreeBSD-src-7703731a608dec5bf446963fe67ed992c5b10054.tar.gz |
- Obtain Giant in mmap() syscall while messing with file descriptors and
vnodes.
- Fix an old bug that would leak a reference to a fd if the vnode being
mmap'd wasn't of type VREG or VCHR.
- Lock Giant in vm_mmap() around calls into the VM that can call into
pager routines that need Giant or into other VM routines that need
Giant.
- Replace code that used a goto to jump around the else branch of a test
to use an else branch instead.
Diffstat (limited to 'lib/libc/stdlib/reallocf.c')
0 files changed, 0 insertions, 0 deletions