2011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/rtems/bspIo.h, include/rtems/concat.h,
	include/rtems/endian.h, include/rtems/fs.h, include/rtems/irq.h,
	include/rtems/pci.h, include/rtems/userenv.h,
	libblock/include/rtems/flashdisk.h,
	libblock/include/rtems/nvdisk-sram.h,
	libblock/include/rtems/nvdisk.h, libcsupport/include/clockdrv.h,
	libcsupport/include/console.h, libcsupport/include/iosupp.h,
	libcsupport/include/spurious.h,
	libcsupport/include/motorola/mc68230.h,
	libcsupport/include/rtems/assoc.h, libcsupport/include/rtems/error.h,
	libcsupport/include/rtems/framebuffer.h,
	libcsupport/include/rtems/gxx_wrappers.h,
	libcsupport/include/rtems/libcsupport.h,
	libcsupport/include/rtems/libio_.h,
	libcsupport/include/rtems/malloc.h,
	libcsupport/include/rtems/termiostypes.h,
	libcsupport/include/sys/statvfs.h, libcsupport/include/sys/termios.h,
	libcsupport/include/sys/utsname.h, libcsupport/include/zilog/z8036.h,
	libcsupport/include/zilog/z8530.h, libcsupport/include/zilog/z8536.h,
	libfs/src/imfs/imfs.h, libfs/src/pipe/pipe.h,
	libmisc/capture/capture-cli.h, libmisc/capture/capture.h,
	libmisc/cpuuse/cpuuse.h, libmisc/devnull/devnull.h,
	libmisc/devnull/devzero.h, libmisc/dumpbuf/dumpbuf.h,
	libmisc/fb/fb.h, libmisc/fb/mw_uid.h, libmisc/mouse/mouse_parser.h,
	libmisc/shell/shellconfig.h, libmisc/stringto/stringto.h,
	libmisc/untar/untar.h, libnetworking/memory.h, posix/include/aio.h,
	posix/include/mqueue.h, posix/include/semaphore.h,
	posix/include/rtems/posix/aio_misc.h,
	posix/include/rtems/posix/barrier.h,
	posix/include/rtems/posix/cond.h, posix/include/rtems/posix/config.h,
	posix/include/rtems/posix/key.h, posix/include/rtems/posix/mqueue.h,
	posix/include/rtems/posix/mutex.h,
	posix/include/rtems/posix/posixapi.h,
	posix/include/rtems/posix/priority.h,
	posix/include/rtems/posix/psignal.h,
	posix/include/rtems/posix/pthread.h,
	posix/include/rtems/posix/ptimer.h,
	posix/include/rtems/posix/rwlock.h,
	posix/include/rtems/posix/semaphore.h,
	posix/include/rtems/posix/sigset.h,
	posix/include/rtems/posix/spinlock.h,
	posix/include/rtems/posix/threadsup.h,
	posix/include/rtems/posix/time.h, posix/include/rtems/posix/timer.h,
	posix/inline/rtems/posix/barrier.inl,
	posix/inline/rtems/posix/cond.inl,
	posix/inline/rtems/posix/mqueue.inl,
	posix/inline/rtems/posix/mutex.inl,
	posix/inline/rtems/posix/priority.inl,
	posix/inline/rtems/posix/pthread.inl,
	posix/inline/rtems/posix/rwlock.inl,
	posix/inline/rtems/posix/semaphore.inl,
	posix/inline/rtems/posix/spinlock.inl,
	posix/inline/rtems/posix/timer.inl, rtems/mainpage.h,
	rtems/include/rtems/rtems/barrier.h,
	rtems/include/rtems/rtems/object.h,
	rtems/include/rtems/rtems/timer.h,
	rtems/inline/rtems/rtems/barrier.inl,
	rtems/inline/rtems/rtems/timer.inl,
	rtems/src/semtranslatereturncode.c, sapi/include/rtems/config.h,
	sapi/include/rtems/fatal.h, sapi/include/rtems/mptables.h,
	score/include/rtems/score/object.h,
	score/include/rtems/score/priority.h,
	score/inline/rtems/score/object.inl,
	score/inline/rtems/score/priority.inl: Add @file Doxygen directives
	and descriptions to files which originated with RTEMS. This improves
	the file list page generated by Doxygen.
This commit is contained in:
Joel Sherrill
2011-06-24 17:52:58 +00:00
parent 27a1a6a19b
commit 21242c252a
91 changed files with 537 additions and 309 deletions
+69
View File
@@ -1,3 +1,72 @@
2011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/rtems/bspIo.h, include/rtems/concat.h,
include/rtems/endian.h, include/rtems/fs.h, include/rtems/irq.h,
include/rtems/pci.h, include/rtems/userenv.h,
libblock/include/rtems/flashdisk.h,
libblock/include/rtems/nvdisk-sram.h,
libblock/include/rtems/nvdisk.h, libcsupport/include/clockdrv.h,
libcsupport/include/console.h, libcsupport/include/iosupp.h,
libcsupport/include/spurious.h,
libcsupport/include/motorola/mc68230.h,
libcsupport/include/rtems/assoc.h, libcsupport/include/rtems/error.h,
libcsupport/include/rtems/framebuffer.h,
libcsupport/include/rtems/gxx_wrappers.h,
libcsupport/include/rtems/libcsupport.h,
libcsupport/include/rtems/libio_.h,
libcsupport/include/rtems/malloc.h,
libcsupport/include/rtems/termiostypes.h,
libcsupport/include/sys/statvfs.h, libcsupport/include/sys/termios.h,
libcsupport/include/sys/utsname.h, libcsupport/include/zilog/z8036.h,
libcsupport/include/zilog/z8530.h, libcsupport/include/zilog/z8536.h,
libfs/src/imfs/imfs.h, libfs/src/pipe/pipe.h,
libmisc/capture/capture-cli.h, libmisc/capture/capture.h,
libmisc/cpuuse/cpuuse.h, libmisc/devnull/devnull.h,
libmisc/devnull/devzero.h, libmisc/dumpbuf/dumpbuf.h,
libmisc/fb/fb.h, libmisc/fb/mw_uid.h, libmisc/mouse/mouse_parser.h,
libmisc/shell/shellconfig.h, libmisc/stringto/stringto.h,
libmisc/untar/untar.h, libnetworking/memory.h, posix/include/aio.h,
posix/include/mqueue.h, posix/include/semaphore.h,
posix/include/rtems/posix/aio_misc.h,
posix/include/rtems/posix/barrier.h,
posix/include/rtems/posix/cond.h, posix/include/rtems/posix/config.h,
posix/include/rtems/posix/key.h, posix/include/rtems/posix/mqueue.h,
posix/include/rtems/posix/mutex.h,
posix/include/rtems/posix/posixapi.h,
posix/include/rtems/posix/priority.h,
posix/include/rtems/posix/psignal.h,
posix/include/rtems/posix/pthread.h,
posix/include/rtems/posix/ptimer.h,
posix/include/rtems/posix/rwlock.h,
posix/include/rtems/posix/semaphore.h,
posix/include/rtems/posix/sigset.h,
posix/include/rtems/posix/spinlock.h,
posix/include/rtems/posix/threadsup.h,
posix/include/rtems/posix/time.h, posix/include/rtems/posix/timer.h,
posix/inline/rtems/posix/barrier.inl,
posix/inline/rtems/posix/cond.inl,
posix/inline/rtems/posix/mqueue.inl,
posix/inline/rtems/posix/mutex.inl,
posix/inline/rtems/posix/priority.inl,
posix/inline/rtems/posix/pthread.inl,
posix/inline/rtems/posix/rwlock.inl,
posix/inline/rtems/posix/semaphore.inl,
posix/inline/rtems/posix/spinlock.inl,
posix/inline/rtems/posix/timer.inl, rtems/mainpage.h,
rtems/include/rtems/rtems/barrier.h,
rtems/include/rtems/rtems/object.h,
rtems/include/rtems/rtems/timer.h,
rtems/inline/rtems/rtems/barrier.inl,
rtems/inline/rtems/rtems/timer.inl,
rtems/src/semtranslatereturncode.c, sapi/include/rtems/config.h,
sapi/include/rtems/fatal.h, sapi/include/rtems/mptables.h,
score/include/rtems/score/object.h,
score/include/rtems/score/priority.h,
score/inline/rtems/score/object.inl,
score/inline/rtems/score/priority.inl: Add @file Doxygen directives
and descriptions to files which originated with RTEMS. This improves
the file list page generated by Doxygen.
2011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* Doxyfile.in, score/include/rtems/score/apimutex.h,
+7 -4
View File
@@ -1,9 +1,12 @@
/* bspIo.h
*
* This include file contains declaration of interface that
* will be provided by the file contained in this directory.
/**
* @file rtems/bspIo.h
*
* This include file defines the interface to kernel print methods.
*/
/*
* COPYRIGHT (c) 1998 valette@crf.canon.fr
* COPYRIGHT (c) 2011 On-Line Applications Research Corporation.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
+6
View File
@@ -1,3 +1,9 @@
/**
* @file rtems/concat.h
*
* This include file defines ANSI concatenation macros.
*/
/*
* Copyright (c) 2004,2005 Ralf Corsepius, Ulm, Germany.
*
+6
View File
@@ -1,3 +1,9 @@
/**
* @file rtems/endian.h
*
* This include file provides endian information about the target.
*/
/*
* $Id$
*/
+7 -3
View File
@@ -1,7 +1,11 @@
/*
* Some basic filesystem types
/**
* @file rtems/fs.h
*
* COPYRIGHT (c) 1989-1999.
* This file defines basic filesystem types
*/
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+7 -4
View File
@@ -1,8 +1,11 @@
/**
* @file rtems/irq.h
*
* This include file describe the data structure and the functions implemented
* by rtems to write interrupt handlers.
*/
/*
*
* This include file describe the data structure and the functions implemented
* by rtems to write interrupt handlers.
*
* CopyRight (C) 1998 valette@crf.canon.fr
*
* This code is heavilly inspired by the public specification of STREAM V2
+6 -2
View File
@@ -1,6 +1,10 @@
/*
/**
* @file rtems/pci.h
*
* PCI defines and function prototypes
* PCI defines and function prototypes
*/
/*
* Copyright 1994, Drew Eckhardt
* Copyright 1997, 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
*
+7 -3
View File
@@ -1,7 +1,11 @@
/*
* Libio Internal Information
/**
* @file rtems/userenv.h
*
* COPYRIGHT (c) 1989-1999.
* This file defines the interface for POSIX per-process environment.
*/
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+6 -2
View File
@@ -1,6 +1,10 @@
/*
* flashdisk.h -- Flash disk block device implementation
/**
* @file rtems/flashdisk.h
*
* This file defines the interface to a flash disk block device.
*/
/*
* Copyright (C) 2007 Chris Johns
*
* The license and distribution terms for this file may be
+6 -6
View File
@@ -1,3 +1,9 @@
/**
* @file rtems/nvdisk-sram.h
*
* This driver maps an NV disk to static RAM. You can use this
*/
/*
* $Id$
*
@@ -6,12 +12,6 @@
* Copyright 2007 Chris Johns (chrisj@rtems.org)
*/
/**
* NV Disk Static RAM Device Driver.
*
* This driver maps an NV disk to static RAM. You can use this
*/
#if !defined (_RTEMS_NVDISK_SRAM_H_)
#define _RTEMS_NVDISK_SRAM_H_
+6 -2
View File
@@ -1,6 +1,10 @@
/*
* nvdisk.h -- Non-volatile disk block device implementation
/**
* @file rtems/nvdisk.h
*
* Non-volatile disk block device implementation
*/
/*
* Copyright (C) 2007 Chris Johns
*
* The license and distribution terms for this file may be
+4 -5
View File
@@ -1,12 +1,11 @@
/**
* @file rtems/clockdrv.h
*
* This file describes the Clock Driver for all boards.
*/
/* clock.h
*
* This file describes the Clock Driver for all boards.
*
* COPYRIGHT (c) 1989-1999.
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+5 -6
View File
@@ -1,13 +1,12 @@
/**
* @file rtems/console.h
*
* This file describes the Console Device Driver for all boards.
* This driver provides support for the standard C Library.
*/
/* console.h
*
* This file describes the Console Device Driver for all boards.
* This driver provides support for the standard C Library.
*
* COPYRIGHT (c) 1989-1999.
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+3 -1
View File
@@ -1,9 +1,11 @@
/**
* @file rtems/iosupp.h
*
* This include file defines some special characters of interest.
*/
/*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -1,17 +1,17 @@
/**
* @file rtems/motorola/mc68230.h
*
* Low level support code for the Motorola 68230 Parallel
* Interface/Timer (PIT)
*/
/*
* mc68230.h -- Low level support code for the Motorola 68230 Parallel
* Interface/Timer (PIT)
*
* Modified by Doug McBride, Colorado Space Grant College
*
* Format taken partly from RTEMS code and mostly from Motorola IDP user's
* manual. RTEMS copyright information below.
*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+3 -5
View File
@@ -1,13 +1,11 @@
/**
* @file rtems/assoc.h
*
* RTEMS associativity routines. Mainly used to convert a value from
* one space to another (eg: our errno's to host errno's and vice-versa)
*/
/*
*
* Rtems associativity routines. Mainly used to convert a value from
* one space to another (eg: our errno's to host errno's and v.v)
*
*
* $Id$
*/
+2 -2
View File
@@ -1,10 +1,10 @@
/**
* @file rtems/error.h
*
* Defines and externs for rtems error reporting
*/
/*
* Defines and externs for rtems error reporting
*
* $Id$
*/
@@ -1,11 +1,11 @@
/**
* @file rtems/framebuffer.h
*
* This file describes the Frame Buffer Device Driver for all boards.
*/
/*
* This file describes the Frame Buffer Device Driver for all boards.
*
* COPYRIGHT (c) 1989-2009.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -1,6 +1,10 @@
/*
* RTEMS threads compatibility routines for libgcc2.
/**
* @file rtems/gxx_wrappers.h
*
* RTEMS threads compatibility routines for libgcc2.
*/
/*
* by: Rosimildo da Silva (rdasilva@connecttel.com)
*
* Used ideas from:
@@ -1,13 +1,12 @@
/**
* @file rtems/libcsupport.h
*
* This include file contains the information regarding the
* RTEMS specific support for the standard C library.
*/
/* libcsupport.h
*
* This include file contains the information regarding the
* RTEMS specific support for the standard C library.
*
* COPYRIGHT (c) 1989-1999.
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+3 -3
View File
@@ -1,11 +1,11 @@
/**
* @file rtems/libio_.h
*
* This file is the libio internal interface.
*/
/*
* Libio Internal Information
*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+3 -3
View File
@@ -1,11 +1,11 @@
/**
* @file rtems/malloc.h
*
* This file defines the interface to RTEMS extensions to the Malloc Family.
*/
/*
* RTEMS Malloc Extensions
*
* COPYRIGHT (c) 1989-2009.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
@@ -1,11 +1,11 @@
/**
* @file rtems/termiostypes.h
*
* RTEMS termios device support internal data structures
*/
/*
* RTEMS termios device support internal data structures
*
* COPYRIGHT (c) 1989-2008.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+4 -5
View File
@@ -1,12 +1,11 @@
/**
* @file rtems/spurious.h
*
* This file describes the Spurious Interrupt Driver for all boards.
*/
/* spurious.h
*
* This file describes the Spurious Interrupt Driver for all boards.
*
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993.
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+10 -2
View File
@@ -1,3 +1,12 @@
/**
* @file sys/statvfs.h
*
* This include file defines the interface to the statvfs() set of
* API methods. The statvfs as defined by the SUS:
*
* - http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html
*/
/*
* COPYRIGHT (c) 2009 Chris Johns <chrisj@rtems.org>
*
@@ -7,9 +16,8 @@
*
* $Id$
*/
/*
* The statvfs as defined by the SUS:
* http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html
*/
#ifndef _SYS_STATVFS_H_
+7 -3
View File
@@ -1,7 +1,11 @@
/*
* POSIX termios implementation for RTEMS console device driver.
/**
* @file sys/termios.h
*
* COPYRIGHT (c) 1989-1999.
* POSIX termios implementation for RTEMS console device driver.
*/
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+13 -1
View File
@@ -1,4 +1,16 @@
/* sys/utsname.h
/**
* @file sys/utsname.h
*
* This include file defines the interface to the POSIX utsname() service.
*/
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
+7 -7
View File
@@ -1,15 +1,15 @@
/**
* @file rtems/zilog/z8036.h
*
* This include file defines information related to a Zilog Z8036
* Counter/Timer/IO Chip. It is a memory mapped part.
*
* @note This file shares as much as possible with the include file
* for the Z8536 via z8x36.h.
*/
/*
* This include file defines information related to a Zilog Z8036
* Counter/Timer/IO Chip. It is a memory mapped part.
*
* NOTE: This file shares as much as possible with the include
* file for the Z8536 via z8x36.h.
*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+4 -4
View File
@@ -1,12 +1,12 @@
/**
* @file rtems/zilog/z8530.h
*
* This include file defines information related to a Zilog Z8530
* SCC Chip. It is a IO mapped part.
*/
/*
* This include file defines information related to a Zilog Z8530
* SCC Chip. It is a IO mapped part.
*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+7 -11
View File
@@ -1,19 +1,15 @@
/**
* @file rtems/zilog/z8536.h
*
* This include file defines information related to a Zilog Z8536
* Counter/Timer/IO Chip. It is a IO mapped part.
*
* @note This file shares as much as possible with the include
* file for the Z8036 via z8x36.h.
*/
/*
* This include file defines information related to a Zilog Z8536
* Counter/Timer/IO Chip. It is a IO mapped part.
*
* Input parameters: NONE
*
* Output parameters: NONE
*
* NOTE: This file shares as much as possible with the include
* file for the Z8036 via z8x36.h.
*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+7 -3
View File
@@ -1,7 +1,11 @@
/*
* Header file for the In-Memory File System
/**
* @file rtems/imfs.h
*
* COPYRIGHT (c) 1989-2010.
* Header file for the In-Memory File System
*/
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+7 -2
View File
@@ -1,6 +1,11 @@
/*
* pipe.h: header of POSIX FIFO/pipe
/**
* @file rtems/pipe.h
*
* This include file defines the interface to the POSIX FIFO/pipe file system
* support.
*/
/*
* Author: Wei Shen <cquark@gmail.com>
*
* The license and distribution terms for this file may be
+3
View File
@@ -1,5 +1,8 @@
/**
* @file rtems/capture-cli.h
*
* This is the Target Interface Command Line Interface. You need
* start the RTEMS monitor.
*/
/*
+3
View File
@@ -1,5 +1,8 @@
/**
* @file rtems/capture.h
*
* This is the Capture Engine component of the RTEMS Measurement and
* Monitoring system.
*/
/*
+8 -5
View File
@@ -1,9 +1,12 @@
/* cpuuse.h
/**
* @file rtems/cpuuse.h
*
* This include file contains information necessary to utilize
* and install the cpu usage reporting mechanism.
*
* COPYRIGHT (c) 1989-2007.
* This include file contains information necessary to utilize
* and install the cpu usage reporting mechanism.
*/
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+7 -3
View File
@@ -1,7 +1,11 @@
/* devnull.h
*
* Null device driver, derived from rtems' stub driver.
/**
* @file rtems/devnull.h
*
* This include file defines the interface to the RTEMS /dev/null
* device driver.
*/
/*
* Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
*
* COPYRIGHT (c) 1989-2000.
+7
View File
@@ -1,3 +1,10 @@
/**
* @file rtems/devzero.h
*
* This include file defines the interface to the RTEMS /dev/zero
* device driver.
*/
/*
* Copyright (c) 2011 embedded brains GmbH. All rights reserved.
*
+8 -1
View File
@@ -1,5 +1,12 @@
/**
* @file rtems/dumpbuf.h
*
* This file defines the interface to the RTEMS methods to print a
* memory buffer in a style similar to many ROM monitors and debuggers.
*/
/*
* COPYRIGHT (c) 1997-2007.
* COPYRIGHT (c) 1997-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
+5
View File
@@ -1,3 +1,8 @@
/** @file rtems/fb.h
*
* This file defines the interface to a frame buffer device driver.
*/
/*
* Copyright (c) 2000 - Rosimildo da Silva
*
+7 -4
View File
@@ -1,10 +1,13 @@
/**
* @file rtems/mw_uid.h
*
* This file defines the interface for input devices used by MicroWindows
* in an embedded system environment.
*/
/*
* Copyright (c) 2000 - Rosimildo da Silva
*
* MODULE DESCRIPTION:
* This module defines the interface for input devices used by MicroWindows
* in an embedded system environment.
*
* $Id$
*/
+8 -3
View File
@@ -1,7 +1,12 @@
/**
* @file rtems/mouse_parser.h
*
* This file is the header file for the Mouse Parser Engine.
*/
/*
* This file is the header file for the Mouse Parser Engine which
* is derived from a UNIX Serial Port Mouse Driver with the following
* notice:
* This file is derived from a UNIX Serial Port Mouse Driver with the
* following notice:
*
* ==================================================================
* Copyright (c) 1999 Greg Haerr <greg@censoft.com>
+7 -3
View File
@@ -1,7 +1,11 @@
/*
* RTEMS Shell Command Set Configuration
/**
* @file rtems/shellconfig.h
*
* COPYRIGHT (c) 1989-2007.
* RTEMS Shell Command Set Configuration
*/
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+7 -1
View File
@@ -1,5 +1,11 @@
/**
* @file rtems/stringto.h
*
* This file defines the interface to a set of string conversion helpers.
*/
/*
* COPYRIGHT (c) 2009.
* COPYRIGHT (c) 2009-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+6
View File
@@ -1,3 +1,9 @@
/**
* @file rtems/untar.h
*
* This file defines the interface to methods which can untar an image.
*/
/*
* Written by: Jake Janovetz <janovetz@tempest.ece.uiuc.edu>
*
+3 -1
View File
@@ -1,4 +1,6 @@
/*
/**
* @file memory.h
*
* Dummy include file for FreeBSD routines
*/
+4 -1
View File
@@ -1,9 +1,12 @@
/**
* @file aio.h
*
* This file contains the definitions related to POSIX Asynchronous
* Input and Output,
*/
/*
* COPYRIGHT (c) 1989-2007.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+3 -1
View File
@@ -1,9 +1,11 @@
/**
* @file mqueue.h
*
* This file contains the definitions related to POSIX Message Queues.
*/
/*
* COPYRIGHT (c) 1989-2008.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+6 -1
View File
@@ -1,3 +1,9 @@
/**
* @file rtems/posix/aio_misc.h
*
* This defines private information for the AIO implementation.
*/
/*
* Copyright 2010, Alin Rus <alin.codejunkie@gmail.com>
*
@@ -8,7 +14,6 @@
* $Id$
*/
#ifndef _AIO_MISC_H
#define _AIO_MISC_H
+8 -8
View File
@@ -1,18 +1,18 @@
/**
* @file rtems/posix/barrier.h
*/
/*
*
* This include file contains all the constants and structures associated
* with the POSIX Barrier Manager.
*
* Directives provided are:
*
* + create a barrier
* + delete a barrier
* + wait for a barrier
*
* COPYRIGHT (c) 1989-2008.
* - create a barrier
* - delete a barrier
* - wait for a barrier
*/
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
+4 -4
View File
@@ -1,12 +1,12 @@
/**
* @file rtems/posix/cond.h
*
* This include file contains all the private support information for
* POSIX condition variables.
*/
/*
* This include file contains all the private support information for
* POSIX condition variables.
*
* COPYRIGHT (c) 1989-2008.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be

Some files were not shown because too many files have changed in this diff Show More