Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1657 → Rev 1656

/uspace/trunk/libc/arch/mips32eb/include/endian.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/** @addtogroup libcmips32eb mipseb32
/** @addtogroup libcmipseb32 mipseb32
* @brief mipseb32 architecture dependent parts of libc
* @ingroup lc
* @{
/uspace/trunk/libc/arch/amd64/src/thread.c
27,11 → 27,11
*/
 
/** @addtogroup libcamd64 amd64
* @addtogroup libcia32
* @ingroup lc
* @{
*/
/** @file
* @ingroup libcia32
*/
 
#include <thread.h>
/uspace/trunk/libc/arch/mips32/include/psthread.h
30,7 → 30,6
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC__mips32PSTHREAD_H__
/uspace/trunk/libc/arch/mips32/include/atomic.h
30,7 → 30,6
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __mips32_ATOMIC_H__
/uspace/trunk/libc/arch/mips32/include/endian.h
26,9 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32 mips32
* @brief mips32 architecture dependent parts of libc
* @ingroup lc
/** @addtogroup libcmips32
* @{
*/
/** @file
/uspace/trunk/libc/arch/mips32/include/stackarg.h
30,7 → 30,6
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC_mips32_STACKARG_H__
/uspace/trunk/libc/arch/mips32/include/limits.h
30,7 → 30,6
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __mips32__LIMITS_H__
/uspace/trunk/libc/arch/mips32/include/types.h
30,7 → 30,6
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC__TYPES_H__
/uspace/trunk/libc/arch/mips32/include/thread.h
30,7 → 30,6
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
/* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */
/uspace/trunk/libc/arch/mips32/src/thread.c
30,7 → 30,6
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#include <thread.h>
/uspace/trunk/libc/arch/mips32/src/syscall.c
26,11 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32
/** @addtogroup libcmips32 mips32
* @brief mips32 architecture dependent parts of libc
* @ingroup lc
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#include <libc.h>
/uspace/trunk/softfloat/generic/common.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<common.h>
 
210,7 → 204,3
return;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/softfloat.c
26,19 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @defgroup sfl Softfloat
* @brief Software FPU emulation.
* @{
* @}
*/
/** @addtogroup softfloat generic
* @ingroup sfl
* @brief Architecture independent parts of FPU software emulation library.
* @{
*/
/** @file
*/
 
#include<softfloat.h>
#include<sftypes.h>
 
498,7 → 485,3
return fa.f;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/conversion.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include "sftypes.h"
#include "conversion.h"
#include "comparison.h"
590,7 → 584,3
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/comparison.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<comparison.h>
 
127,7 → 121,3
 
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/div.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<add.h>
#include<div.h>
360,7 → 354,3
return result;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/add.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<add.h>
#include<comparison.h>
256,7 → 250,3
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/sub.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<sub.h>
#include<comparison.h>
259,7 → 253,3
return result;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/mul.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<mul.h>
#include<comparison.h>
291,7 → 285,3
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/other.c
26,14 → 26,4
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ppc64/include/functions.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloatppc64 ppc64
* @ingroup sfl
* @brief softfloat architecture dependent definitions
* @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_FUNCTIONS_H__
#define __SOFTFLOAT_FUNCTIONS_H__
 
70,7 → 62,3
#define ulonglong_to_float64(X) uint64_to_float64(X);
 
#endif
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/sparc64/include/functions.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloatsparc64 sparc64
* @ingroup sfl
* @brief softfloat architecture dependent definitions
* @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_FUNCTIONS_H__
#define __SOFTFLOAT_FUNCTIONS_H__
 
71,7 → 63,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ia64/include/functions.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloatia64 ia64
* @ingroup sfl
* @brief softfloat architecture dependent definitions
* @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_FUNCTIONS_H__
#define __SOFTFLOAT_FUNCTIONS_H__
 
71,7 → 63,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/mips32eb/include/functions.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloatmipseb32 mipseb32
* @ingroup sfl
* @brief softfloat architecture dependent definitions
* * @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_FUNCTIONS_H__
#define __SOFTFLOAT_FUNCTIONS_H__
 
71,7 → 63,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ppc32/include/functions.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloatppc32 ppc32
* @ingroup sfl
* @brief softfloat architecture dependent definitions
* @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_FUNCTIONS_H__
#define __SOFTFLOAT_FUNCTIONS_H__
 
71,7 → 63,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/amd64/include/functions.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloatamd64 amd64
* @ingroup sfl
* @brief softfloat architecture dependent definitions
* @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_FUNCTIONS_H__
#define __SOFTFLOAT_FUNCTIONS_H__
 
71,7 → 63,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/mips32/include/functions.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloatmips32 mips32
* @ingroup sfl
* @brief softfloat architecture dependent definitions
* @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_FUNCTIONS_H__
#define __SOFTFLOAT_FUNCTIONS_H__
 
71,7 → 63,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ia32/include/functions.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloatia32 ia32
* @ingroup sfl
* @brief softfloat architecture dependent definitions
* @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_FUNCTIONS_H__
#define __SOFTFLOAT_FUNCTIONS_H__
 
71,7 → 63,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/mul.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __MUL_H__
#define __MUL_H__
 
43,7 → 37,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/sftypes.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __SFTYPES_H__
#define __SFTYPES_H__
 
106,7 → 100,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/softfloat.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_H__
#define __SOFTFLOAT_H__
 
168,7 → 162,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/div.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __DIV_H__
#define __DIV_H__
 
42,7 → 36,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/conversion.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __CONVERSION_H__
#define __CONVERSION_H__
 
65,7 → 59,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/common.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __COMMON_H__
#define __COMMON_H__
 
47,7 → 41,3
void roundFloat64(int32_t *exp, uint64_t *fraction);
 
#endif
 
/** @}
*/
 
/uspace/trunk/softfloat/include/sub.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __SUB_H__
#define __SUB_H__
 
41,7 → 35,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/add.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __ADD_H__
#define __ADD_H__
 
41,7 → 35,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/comparison.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __COMPARISON_H__
#define __COMPARISON_H__
 
53,7 → 47,3
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/other.h
26,18 → 26,8
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __OTHER_H__
#define __OTHER_H__
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/ipcc/ipcc.c
26,8 → 26,8
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup ippc IPC Tester
* @brief IPC tester and task faulter.
/** @addtogroup ippc IPPC
* @brief Interprocess communication tester.
* @{
*/
/**
/uspace/trunk/kbd/arch/ia32/include/kbd.h
26,14 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdamd64 amd64
* @brief HelenOS ia32 / amd64 arch dependent parts of uspace keyboard handler.
/** @addtogroup kbdia32 ia32
* @brief HelenOS ia32 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
 
*/
/** @file
* @ingroup kbdia32
*/
 
#ifndef __ia32_KBD_H__
/uspace/trunk/kbd/arch/ia32/src/kbd.c
28,12 → 28,11
*/
 
/** @addtogroup kbdia32 ia32
* @brief HelenOS ia32 / amd64 arch dependent parts of uspace keyboard handler.
* @brief HelenOS ia32 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
* @ingroup kbdamd64
*/
 
#include <arch/kbd.h>
/uspace/trunk/kbd/arch/amd64
1,0 → 0,0
link ia32
link ia32/