Changeset ae7d03c in mainline for uspace/lib
- Timestamp:
- 2018-05-10T13:39:19Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e8975278
- Parents:
- b277bef
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
- Location:
- uspace/lib
- Files:
-
- 15 edited
-
c/arch/amd64/src/tls.c (modified) (1 diff)
-
c/arch/arm32/src/tls.c (modified) (1 diff)
-
c/arch/ia64/include/libarch/stackarg.h (modified) (1 diff)
-
c/arch/ia64/src/tls.c (modified) (1 diff)
-
c/arch/ppc32/src/syscall.c (modified) (1 diff)
-
c/generic/device/hw_res.c (modified) (1 diff)
-
c/generic/device/pio_window.c (modified) (1 diff)
-
c/generic/inet/addr.c (modified) (2 diffs)
-
c/generic/vfs/vfs.c (modified) (1 diff)
-
drv/generic/private/remote_usbdiag.h (modified) (2 diffs)
-
drv/generic/remote_ahci.c (modified) (1 diff)
-
drv/include/nic_iface.h (modified) (1 diff)
-
drv/include/usbdiag_iface.h (modified) (1 diff)
-
nic/src/nic_impl.c (modified) (1 diff)
-
softfloat/conversion.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/src/tls.c
rb277bef rae7d03c 32 32 */ 33 33 /** @file 34 * @ingroup libcia3234 * @ingroup libcia32 35 35 */ 36 36 -
uspace/lib/c/arch/arm32/src/tls.c
rb277bef rae7d03c 28 28 29 29 /** @addtogroup libcarm32 arm32 30 * @brief arm32 architecture dependent parts of libc31 * @ingroup lc30 * @brief arm32 architecture dependent parts of libc 31 * @ingroup lc 32 32 * @{ 33 33 */ -
uspace/lib/c/arch/ia64/include/libarch/stackarg.h
rb277bef rae7d03c 39 39 40 40 41 /** @}41 /** @} 42 42 */ 43 43 -
uspace/lib/c/arch/ia64/src/tls.c
rb277bef rae7d03c 28 28 29 29 /** @addtogroup libcia64 ia64 30 * @brief ia64 architecture dependent parts of libc31 * @ingroup lc30 * @brief ia64 architecture dependent parts of libc 31 * @ingroup lc 32 32 * @{ 33 33 */ -
uspace/lib/c/arch/ppc32/src/syscall.c
rb277bef rae7d03c 28 28 29 29 /** @addtogroup libcppc32 ppc32 30 * @brief ppc32 architecture dependent parts of libc31 * @ingroup lc30 * @brief ppc32 architecture dependent parts of libc 31 * @ingroup lc 32 32 * @{ 33 33 */ -
uspace/lib/c/generic/device/hw_res.c
rb277bef rae7d03c 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup libc 30 30 * @{ 31 31 */ -
uspace/lib/c/generic/device/pio_window.c
rb277bef rae7d03c 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup libc 30 30 * @{ 31 31 */ -
uspace/lib/c/generic/inet/addr.c
rb277bef rae7d03c 83 83 84 84 /** Compare addr48. 85 *86 * @return Non-zero if equal, zero if not equal.87 */85 * 86 * @return Non-zero if equal, zero if not equal. 87 */ 88 88 int addr48_compare(const addr48_t a, const addr48_t b) 89 89 { … … 92 92 93 93 /** Compare addr128. 94 *95 * @return Non-zero if equal, zero if not equal.96 */94 * 95 * @return Non-zero if equal, zero if not equal. 96 */ 97 97 int addr128_compare(const addr128_t a, const addr128_t b) 98 98 { -
uspace/lib/c/generic/vfs/vfs.c
rb277bef rae7d03c 669 669 /* 670 670 * No device specified, create a fresh null/%d device instead. 671 */671 */ 672 672 null_id = loc_null_create(); 673 673 -
uspace/lib/drv/generic/private/remote_usbdiag.h
rb277bef rae7d03c 28 28 29 29 /** @addtogroup libdrv 30 * @{31 */30 * @{ 31 */ 32 32 /** @file 33 */33 */ 34 34 35 35 #ifndef LIBDRV_REMOTE_USBDIAG_H_ … … 41 41 42 42 /** 43 * @}44 */43 * @} 44 */ -
uspace/lib/drv/generic/remote_ahci.c
rb277bef rae7d03c 1 1 /* 2 * Copyright (c) 2012 Petr Jerman2 * Copyright (c) 2012 Petr Jerman 3 3 * All rights reserved. 4 4 * -
uspace/lib/drv/include/nic_iface.h
rb277bef rae7d03c 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup libc 30 30 * @{ 31 31 */ -
uspace/lib/drv/include/usbdiag_iface.h
rb277bef rae7d03c 28 28 29 29 /** @addtogroup libdrv 30 * @addtogroup usb31 * @{32 */30 * @addtogroup usb 31 * @{ 32 */ 33 33 /** @file 34 * @brief USB diagnostic device interface definition.35 */34 * @brief USB diagnostic device interface definition. 35 */ 36 36 37 37 #ifndef LIBDRV_USBDIAG_IFACE_H_ -
uspace/lib/nic/src/nic_impl.c
rb277bef rae7d03c 687 687 * 688 688 * @return EOK If the operation was successfully completed 689 */689 */ 690 690 errno_t nic_wol_virtue_get_caps_impl(ddf_fun_t *fun, nic_wv_type_t type, int *count) 691 691 { -
uspace/lib/softfloat/conversion.h
rb277bef rae7d03c 28 28 */ 29 29 30 /** @addtogroup softfloat30 /** @addtogroup softfloat 31 31 * @{ 32 32 */
Note:
See TracChangeset
for help on using the changeset viewer.
