summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/reallocf.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-05-23 22:17:43 +0000
committerjhb <jhb@FreeBSD.org>2001-05-23 22:17:43 +0000
commit7703731a608dec5bf446963fe67ed992c5b10054 (patch)
tree0640c18121b0e7b05e84ba1dcce3753371a5b353 /lib/libc/stdlib/reallocf.c
parentc93a1be72bccb1fe439910ab62060fbd513b94c2 (diff)
downloadFreeBSD-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
OpenPOWER on IntegriCloud