summaryrefslogtreecommitdiff
path: root/sys/modules/ptyfs
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 /sys/modules/ptyfs
parent60aa12e10e5660e3c5fef9c6b8ac8ff54491df1c (diff)
Add file, line, func logging for memory allocs/freeslockdoc-9.3
Diffstat (limited to 'sys/modules/ptyfs')
0 files changed, 0 insertions, 0 deletions
85edba5554'>move decls for _malloc_{pre,post}fork() to extern.hchristos 2006-11-22Don't expose _ss functions for 4.0. Requested by core.christos 2006-05-17PR/24324: Arne H Juul: Re-implement seekdir/telldir using a pointer ofchristos 2006-02-24complete constification of the sysctl() user sidedrochner 2006-02-16- s/notyet/WIDE_DOUBLE/christos 2006-01-24rename __func to _func_unlocked, and add their prototypes in extern.hchristos 2003-09-27Constify the _-sigaction_sigtramp tramp argument.matt 2003-01-18Merge the nathanw_sa branch.thorpej 2002-07-09Add prototype for __sigaction_sigtramp(). This system call is usedthorpej 1999-03-26move __getcwd prototypes to libc-private header file.sommerfe 1999-01-14* On architectures using ELF, and conditionally on those in transition, renamekleink 1998-11-15in the __str{error,signal} functions make the third argument size_t sincechristos 1998-07-26const poisoning.mycroft