summaryrefslogtreecommitdiff
path: root/lib/libc/sys/close.2
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
commitdc2190d477b8fe4145170f3a029d9b53c2157140 (patch)
treebbc1c3ba3edd8abf1cc4a0289b650097f634331a /lib/libc/sys/close.2
parent60aa12e10e5660e3c5fef9c6b8ac8ff54491df1c (diff)
Add file, line, func logging for memory allocs/freeslockdoc-9.3
Diffstat (limited to 'lib/libc/sys/close.2')
0 files changed, 0 insertions, 0 deletions
dev/pci/agp_amd.c?id=7ec10e2d99c3dd4c78a7c53a1e599b9d98911392'>Use aprint_*().thorpej 2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui 2001-11-13add RCSIDlukem 2001-10-06Remove and unnecessary cast, and avoid a memory leak in the eventthorpej 2001-10-01Don't map the aperture into KVA, it isn't needed.fvdl 2001-10-01Fix bogus vdir offset calculation.fvdl 2001-09-16AGP registers are in memory space on the AMD-751.thorpej 2001-09-15Clean up the AGP match/attach code somewhat.thorpej 2001-09-10AGP GART support code. Originally written by Doug Rabson for FreeBSD,fvdl