summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/dist/libcxx/src/debug.cpp
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2023-07-09 00:29:49 +0000
committeruwe <uwe@NetBSD.org>2023-07-09 00:29:49 +0000
commit181b9dcc45c808ca8128cd520e72e056ee0b1a81 (patch)
treec46509cdacdba032f2c376ec687ce9edb3561de8 /external/apache2/llvm/dist/libcxx/src/debug.cpp
parent27b50b8d31db37cb5e2e0c33d298d9532fa2ebe8 (diff)
versioningsyscalls(9): markup fixes
While here, fix the pasto for the new ino_t and time_t size.
Diffstat (limited to 'external/apache2/llvm/dist/libcxx/src/debug.cpp')
0 files changed, 0 insertions, 0 deletions
+0000'>2007-12-03Interrupt handling changes, in discussion since February:ad 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2006-10-15Add missing initializermartin 2006-05-14integrate kauth.elad 2006-03-29Use device_private().thorpej 2005-12-11merge ktrace-lwp.christos 2005-02-27nuke trailing whitespaceperry 2005-01-11ansify and KNFkent 2005-01-11fix compilation errorskent 2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent 2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt 2003-09-10Use EBDMA_BURST_SIZE_16. Introduce EBus specific round_blocksize touwe 2003-07-14add missing __KERNEL_RCSID()lukem 2003-05-03DMA, not dma nor Dma.wiz 2002-12-10Remove the `flags' argument from bus_intr_establish().pk 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-04-04Prettify error message.uwe 2002-03-22Fix some handle/tag confusion. This makes it compile on sparc64 again.martin 2002-03-21Do not even bother trying to use the mappings provided by the PROM.eeh 2002-03-21Remove struct ebus_dmac_reg to discourage indiscriminate usage ofuwe 2002-03-21Drop BUS_SPACE_MAP_LINEAR and properly bus_space_*-ify this so that ituwe 2002-03-12Fix whitespace nits (oops).uwe 2002-03-12Rework the driver to add EBus DMA support and improve APC DMA support.uwe 2002-03-12Drop ebus_bus_map(), use plain bus_space_map() instead.uwe 2002-03-01Remove EBUS_PADDR_FROM_REG, as it does not realy creates a paddr on sparc.martin 2002-02-18Shared ebusvar.h for sparc and sparc64.uwe 2002-02-18Add DMA definitions.uwe 2001-09-07make this "MI"; nothing different between this and the SPARC version.mrg