Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1656 → Rev 1657

/uspace/trunk/kbd/arch/amd64
1,0 → 0,0
link ia32/
link ia32
/uspace/trunk/kbd/arch/ia32/include/kbd.h
26,12 → 26,14
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdia32 ia32
* @brief HelenOS ia32 arch dependent parts of uspace keyboard handler.
/** @addtogroup kbdamd64 amd64
* @brief HelenOS ia32 / amd64 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,11 → 28,12
*/
 
/** @addtogroup kbdia32 ia32
* @brief HelenOS ia32 arch dependent parts of uspace keyboard handler.
* @brief HelenOS ia32 / amd64 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
* @ingroup kbdamd64
*/
 
#include <arch/kbd.h>
/uspace/trunk/softfloat/include/sub.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __SUB_H__
#define __SUB_H__
 
35,3 → 41,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/comparison.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __COMPARISON_H__
#define __COMPARISON_H__
 
47,3 → 53,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/mul.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __MUL_H__
#define __MUL_H__
 
37,3 → 43,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/sftypes.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __SFTYPES_H__
#define __SFTYPES_H__
 
100,3 → 106,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/other.h
26,8 → 26,18
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __OTHER_H__
#define __OTHER_H__
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/softfloat.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __SOFTFLOAT_H__
#define __SOFTFLOAT_H__
 
162,3 → 168,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/div.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __DIV_H__
#define __DIV_H__
 
36,3 → 42,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/conversion.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __CONVERSION_H__
#define __CONVERSION_H__
 
59,3 → 65,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/add.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __ADD_H__
#define __ADD_H__
 
35,3 → 41,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/include/common.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#ifndef __COMMON_H__
#define __COMMON_H__
 
41,3 → 47,7
void roundFloat64(int32_t *exp, uint64_t *fraction);
 
#endif
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/other.c
26,4 → 26,14
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/softfloat.c
26,6 → 26,19
* 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>
 
485,3 → 498,7
return fa.f;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/div.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<add.h>
#include<div.h>
354,3 → 360,7
return result;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/conversion.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include "sftypes.h"
#include "conversion.h"
#include "comparison.h"
584,3 → 590,7
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/add.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<add.h>
#include<comparison.h>
250,3 → 256,7
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/common.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<common.h>
 
204,3 → 210,7
return;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/sub.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<sub.h>
#include<comparison.h>
253,3 → 259,7
return result;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/comparison.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<comparison.h>
 
121,3 → 127,7
 
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/mul.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup softfloat
* @{
*/
/** @file
*/
 
#include<sftypes.h>
#include<mul.h>
#include<comparison.h>
285,3 → 291,7
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/sparc64/include/functions.h
26,6 → 26,14
* 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__
 
63,3 → 71,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ia64/include/functions.h
26,6 → 26,14
* 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__
 
63,3 → 71,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/mips32eb/include/functions.h
26,6 → 26,14
* 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__
 
63,3 → 71,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ppc32/include/functions.h
26,6 → 26,14
* 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__
 
63,3 → 71,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/amd64/include/functions.h
26,6 → 26,14
* 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__
 
63,3 → 71,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ppc64/include/functions.h
26,6 → 26,14
* 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__
 
62,3 → 70,7
#define ulonglong_to_float64(X) uint64_to_float64(X);
 
#endif
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/mips32/include/functions.h
26,6 → 26,14
* 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__
 
63,3 → 71,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ia32/include/functions.h
26,6 → 26,14
* 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__
 
63,3 → 71,7
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/libc/arch/mips32eb/include/endian.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/** @addtogroup libcmipseb32 mipseb32
/** @addtogroup libcmips32eb 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,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC__mips32PSTHREAD_H__
/uspace/trunk/libc/arch/mips32/include/atomic.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __mips32_ATOMIC_H__
/uspace/trunk/libc/arch/mips32/include/endian.h
26,7 → 26,9
* 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
/uspace/trunk/libc/arch/mips32/include/stackarg.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC_mips32_STACKARG_H__
/uspace/trunk/libc/arch/mips32/include/limits.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __mips32__LIMITS_H__
/uspace/trunk/libc/arch/mips32/include/types.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC__TYPES_H__
/uspace/trunk/libc/arch/mips32/include/thread.h
30,6 → 30,7
* @{
*/
/** @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,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#include <thread.h>
/uspace/trunk/libc/arch/mips32/src/syscall.c
26,12 → 26,11
* 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
* @ingroup libcmips32eb
*/
 
#include <libc.h>
/uspace/trunk/ipcc/ipcc.c
26,8 → 26,8
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup ippc IPPC
* @brief Interprocess communication tester.
/** @addtogroup ippc IPC Tester
* @brief IPC tester and task faulter.
* @{
*/
/**