Changeset 846848a6 in mainline
- Timestamp:
- 2006-06-08T01:22:31Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07d7870
- Parents:
- e209fc96
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
ipcc/ipcc.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup ippc IP PC30 * @brief I nterprocess communication tester.29 /** @addtogroup ippc IPC Tester 30 * @brief IPC tester and task faulter. 31 31 * @{ 32 32 */ -
kbd/arch/amd64
re209fc96 r846848a6 1 ia32 /1 ia32 -
kbd/arch/ia32/include/kbd.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup kbd ia32 ia3230 * @brief HelenOS ia32 arch dependent parts of uspace keyboard handler.29 /** @addtogroup kbdamd64 amd64 30 * @brief HelenOS ia32 / amd64 arch dependent parts of uspace keyboard handler. 31 31 * @ingroup kbd 32 32 * @{ 33 */ 33 */ 34 34 35 /** @file 36 * @ingroup kbdia32 35 37 */ 36 38 -
kbd/arch/ia32/src/kbd.c
re209fc96 r846848a6 29 29 30 30 /** @addtogroup kbdia32 ia32 31 * @brief HelenOS ia32 arch dependent parts of uspace keyboard handler.31 * @brief HelenOS ia32 / amd64 arch dependent parts of uspace keyboard handler. 32 32 * @ingroup kbd 33 33 * @{ 34 34 */ 35 35 /** @file 36 * @ingroup kbdamd64 36 37 */ 37 38 -
libc/arch/amd64/src/thread.c
re209fc96 r846848a6 28 28 29 29 /** @addtogroup libcamd64 amd64 30 * @addtogroup libcia3231 30 * @ingroup lc 32 31 * @{ 33 32 */ 34 33 /** @file 34 * @ingroup libcia32 35 35 */ 36 36 -
libc/arch/mips32/include/atomic.h
re209fc96 r846848a6 31 31 */ 32 32 /** @file 33 * @ingroup libcmips32eb 33 34 */ 34 35 -
libc/arch/mips32/include/endian.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup libcmips32 29 /** @addtogroup libcmips32 mips32 30 * @brief mips32 architecture dependent parts of libc 31 * @ingroup lc 30 32 * @{ 31 33 */ -
libc/arch/mips32/include/limits.h
re209fc96 r846848a6 31 31 */ 32 32 /** @file 33 * @ingroup libcmips32eb 33 34 */ 34 35 -
libc/arch/mips32/include/psthread.h
re209fc96 r846848a6 31 31 */ 32 32 /** @file 33 * @ingroup libcmips32eb 33 34 */ 34 35 -
libc/arch/mips32/include/stackarg.h
re209fc96 r846848a6 31 31 */ 32 32 /** @file 33 * @ingroup libcmips32eb 33 34 */ 34 35 -
libc/arch/mips32/include/thread.h
re209fc96 r846848a6 31 31 */ 32 32 /** @file 33 * @ingroup libcmips32eb 33 34 */ 34 35 -
libc/arch/mips32/include/types.h
re209fc96 r846848a6 31 31 */ 32 32 /** @file 33 * @ingroup libcmips32eb 33 34 */ 34 35 -
libc/arch/mips32/src/syscall.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup libcmips32 mips32 30 * @brief mips32 architecture dependent parts of libc 31 * @ingroup lc 29 /** @addtogroup libcmips32 32 30 * @{ 33 31 */ 34 32 /** @file 33 * @ingroup libcmips32eb 35 34 */ 36 35 -
libc/arch/mips32/src/thread.c
re209fc96 r846848a6 31 31 */ 32 32 /** @file 33 * @ingroup libcmips32eb 33 34 */ 34 35 -
libc/arch/mips32eb/include/endian.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup libcmips eb32mipseb3229 /** @addtogroup libcmips32eb mipseb32 30 30 * @brief mipseb32 architecture dependent parts of libc 31 31 * @ingroup lc -
softfloat/arch/amd64/include/functions.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloatamd64 amd64 30 * @ingroup sfl 31 * @brief softfloat architecture dependent definitions 32 * @{ 33 */ 34 /** @file 27 35 */ 28 36 … … 64 72 #endif 65 73 74 75 /** @} 76 */ 77 -
softfloat/arch/ia32/include/functions.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloatia32 ia32 30 * @ingroup sfl 31 * @brief softfloat architecture dependent definitions 32 * @{ 33 */ 34 /** @file 27 35 */ 28 36 … … 64 72 #endif 65 73 74 75 /** @} 76 */ 77 -
softfloat/arch/ia64/include/functions.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloatia64 ia64 30 * @ingroup sfl 31 * @brief softfloat architecture dependent definitions 32 * @{ 33 */ 34 /** @file 27 35 */ 28 36 … … 64 72 #endif 65 73 74 75 /** @} 76 */ 77 -
softfloat/arch/mips32/include/functions.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloatmips32 mips32 30 * @ingroup sfl 31 * @brief softfloat architecture dependent definitions 32 * @{ 33 */ 34 /** @file 27 35 */ 28 36 … … 64 72 #endif 65 73 74 75 /** @} 76 */ 77 -
softfloat/arch/mips32eb/include/functions.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloatmipseb32 mipseb32 30 * @ingroup sfl 31 * @brief softfloat architecture dependent definitions 32 * * @{ 33 */ 34 /** @file 27 35 */ 28 36 … … 64 72 #endif 65 73 74 75 /** @} 76 */ 77 -
softfloat/arch/ppc32/include/functions.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloatppc32 ppc32 30 * @ingroup sfl 31 * @brief softfloat architecture dependent definitions 32 * @{ 33 */ 34 /** @file 27 35 */ 28 36 … … 64 72 #endif 65 73 74 75 /** @} 76 */ 77 -
softfloat/arch/ppc64/include/functions.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloatppc64 ppc64 30 * @ingroup sfl 31 * @brief softfloat architecture dependent definitions 32 * @{ 33 */ 34 /** @file 27 35 */ 28 36 … … 63 71 64 72 #endif 73 74 /** @} 75 */ 76 -
softfloat/arch/sparc64/include/functions.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloatsparc64 sparc64 30 * @ingroup sfl 31 * @brief softfloat architecture dependent definitions 32 * @{ 33 */ 34 /** @file 27 35 */ 28 36 … … 64 72 #endif 65 73 74 75 /** @} 76 */ 77 -
softfloat/generic/add.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<add.h> … … 251 257 252 258 259 260 /** @} 261 */ 262 -
softfloat/generic/common.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<common.h> … … 205 211 } 206 212 213 214 /** @} 215 */ 216 -
softfloat/generic/comparison.c
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 122 128 123 129 130 131 /** @} 132 */ 133 -
softfloat/generic/conversion.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include "sftypes.h" 30 36 #include "conversion.h" … … 585 591 586 592 593 594 /** @} 595 */ 596 -
softfloat/generic/div.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<add.h> … … 355 361 } 356 362 363 364 /** @} 365 */ 366 -
softfloat/generic/mul.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<mul.h> … … 286 292 287 293 294 295 /** @} 296 */ 297 -
softfloat/generic/other.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 29 34 35 36 37 /** @} 38 */ 39 -
softfloat/generic/softfloat.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @defgroup sfl Softfloat 30 * @brief Software FPU emulation. 31 * @{ 32 * @} 33 */ 34 /** @addtogroup softfloat generic 35 * @ingroup sfl 36 * @brief Architecture independent parts of FPU software emulation library. 37 * @{ 38 */ 39 /** @file 40 */ 41 29 42 #include<softfloat.h> 30 43 #include<sftypes.h> … … 486 499 } 487 500 501 502 /** @} 503 */ 504 -
softfloat/generic/sub.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<sub.h> … … 254 260 } 255 261 262 263 /** @} 264 */ 265 -
softfloat/include/add.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ADD_H__ 30 36 #define __ADD_H__ … … 36 42 #endif 37 43 44 45 /** @} 46 */ 47 -
softfloat/include/common.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __COMMON_H__ 30 36 #define __COMMON_H__ … … 42 48 43 49 #endif 50 51 /** @} 52 */ 53 -
softfloat/include/comparison.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __COMPARISON_H__ 30 36 #define __COMPARISON_H__ … … 48 54 #endif 49 55 56 57 /** @} 58 */ 59 -
softfloat/include/conversion.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 60 66 #endif 61 67 68 69 /** @} 70 */ 71 -
softfloat/include/div.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __DIV_H__ 30 36 #define __DIV_H__ … … 37 43 #endif 38 44 45 46 /** @} 47 */ 48 -
softfloat/include/mul.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __MUL_H__ 30 36 #define __MUL_H__ … … 38 44 #endif 39 45 46 47 /** @} 48 */ 49 -
softfloat/include/other.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __OTHER_H__ 30 36 #define __OTHER_H__ … … 32 38 #endif 33 39 40 41 /** @} 42 */ 43 -
softfloat/include/sftypes.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 101 107 #endif 102 108 109 110 /** @} 111 */ 112 -
softfloat/include/softfloat.h
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 163 169 #endif 164 170 171 172 /** @} 173 */ 174 -
softfloat/include/sub.h
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __SUB_H__ 30 36 #define __SUB_H__ … … 36 42 #endif 37 43 44 45 /** @} 46 */ 47
Note:
See TracChangeset
for help on using the changeset viewer.