summaryrefslogtreecommitdiffstats
path: root/cpukit/include/memory.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/include: Adding file headers and licensesRyan Long2022-05-041-2/+29
| | | | | These files had no file header, copyright, or license. Based on git history, added appropriate copyright and license.
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* Move <memory.h> and <sys/uio.h> to non-networking directoryJoel Sherrill2013-01-231-0/+7
These two header files were installed from libnetworking even when networking was disabled. This patch moves them to a non-networking location and updates uio.h to match the FreeBSD 8.x source being used for the USB stack and TCP/IP stack upgrade. - cpukit/include/memory.h Move from cpukit/libnetworking/memory.h. No changes - cpukit/include/sys/uio.h Move from cpukit/libnetworking/sys/uio.h. Replace with FreeBSD 8.x version. - cpukit/include/sys/_iovec.h New. FreeBSD 8.x file supporting <sys/uio.h>. - cpukit/Makefile.am Reflect movement of <memory.h> and <sys/uio.h>. - cpukit/preinstall.am Regenerate - cpukit/libnetworking/nfs/bootp_subr.c Eliminate use of uio_procp field no longer in FreeBSD structure. This field was set and never read so eliminating the set has no impact.