Changeset 95feb3e9 in mainline
- Timestamp:
- 2022-08-13T14:13:14Z (3 years ago)
- Children:
- f4b3934
- Parents:
- 664b7f8
- Files:
-
- 3 added
- 51 edited
Legend:
- Unmodified
- Added
- Removed
-
.reuse/dep5
r664b7f8 r95feb3e9 17 17 Copyright: 2000-2003 Ethan Benson 18 18 License: GPL-2.0-only 19 20 21 # Some basic licensing information for files that are too trivial to be copyrightable 22 23 Files: uspace/lib/pcut/tests/*.expected uspace/app/tester/*.def 24 Copyright: 2022 HelenOS Project 25 License: CC0-1.0 26 27 Files: uspace/drv/*.ma 28 Copyright: 2022 HelenOS Project 29 License: CC0-1.0 30 31 -
abi/include/abi/errno.h
r664b7f8 r95feb3e9 1 1 /* Generated file. Edit errno.in instead. */ 2 /* 3 * SPDX-FileCopyrightText: 2022 HelenOS Project 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 2 8 #define EOK __errno_t( 0) 3 9 #define ENOENT __errno_t( 1) -
abi/include/abi/errno.in
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 __errno_entry(EOK , 0, "No error") 2 8 __errno_entry(ENOENT , 1, "No such entry") -
uspace/app/bdsh/cmds/builtins/batch/batch.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef BATCH_H 2 8 #define BATCH_H -
uspace/app/bdsh/cmds/builtins/batch/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef BATCH_ENTRY_H 2 8 #define BATCH_ENTRY_H -
uspace/app/bdsh/cmds/builtins/cd/cd.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef CD_H 2 8 #define CD_H -
uspace/app/bdsh/cmds/builtins/cd/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef CD_ENTRY_H_ 2 8 #define CD_ENTRY_H_ -
uspace/app/bdsh/cmds/builtins/exit/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef EXIT_ENTRY_H_ 2 8 #define EXIT_ENTRY_H_ -
uspace/app/bdsh/cmds/builtins/exit/exit.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef EXIT_H 2 8 #define EXIT_H -
uspace/app/bdsh/cmds/modules/alias/alias.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef ALIAS_H 2 8 #define ALIAS_H -
uspace/app/bdsh/cmds/modules/alias/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef ALIAS_ENTRY_H 2 8 #define ALIAS_ENTRY_H -
uspace/app/bdsh/cmds/modules/cat/cat.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef CAT_H 2 8 #define CAT_H -
uspace/app/bdsh/cmds/modules/cat/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef CAT_ENTRY_H 2 8 #define CAT_ENTRY_H -
uspace/app/bdsh/cmds/modules/cmp/cmp.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef CMP_H 2 8 #define CMP_H -
uspace/app/bdsh/cmds/modules/cmp/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef CMP_ENTRY_H 2 8 #define CMP_ENTRY_H -
uspace/app/bdsh/cmds/modules/cp/cp.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef CP_H 2 8 #define CP_H -
uspace/app/bdsh/cmds/modules/cp/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef CP_ENTRY_H 2 8 #define CP_ENTRY_H -
uspace/app/bdsh/cmds/modules/echo/echo.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef ECHO_H 2 8 #define ECHO_H -
uspace/app/bdsh/cmds/modules/echo/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef ECHO_ENTRY_H 2 8 #define ECHO_ENTRY_H -
uspace/app/bdsh/cmds/modules/help/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef HELP_ENTRY_H_ 2 8 #define HELP_ENTRY_H_ -
uspace/app/bdsh/cmds/modules/help/help.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef HELP_H 2 8 #define HELP_H -
uspace/app/bdsh/cmds/modules/kcon/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef KCON_ENTRY_H 2 8 #define KCON_ENTRY_H -
uspace/app/bdsh/cmds/modules/kcon/kcon.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef KCON_H 2 8 #define KCON_H -
uspace/app/bdsh/cmds/modules/ls/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef LS_ENTRY_H 2 8 #define LS_ENTRY_H -
uspace/app/bdsh/cmds/modules/ls/ls.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef LS_H 2 8 #define LS_H -
uspace/app/bdsh/cmds/modules/mkdir/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef MKDIR_ENTRY_H 2 8 #define MKDIR_ENTRY_H -
uspace/app/bdsh/cmds/modules/mkdir/mkdir.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef MKDIR_H 2 8 #define MKDIR_H -
uspace/app/bdsh/cmds/modules/mkfile/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef MKFILE_ENTRY_H 2 8 #define MKFILE_ENTRY_H -
uspace/app/bdsh/cmds/modules/mkfile/mkfile.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef MKFILE_H 2 8 #define MKFILE_H -
uspace/app/bdsh/cmds/modules/mount/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef MOUNT_ENTRY_H 2 8 #define MOUNT_ENTRY_H -
uspace/app/bdsh/cmds/modules/mount/mount.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef MOUNT_H 2 8 #define MOUNT_H -
uspace/app/bdsh/cmds/modules/mv/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef MV_ENTRY_H 2 8 #define MV_ENTRY_H -
uspace/app/bdsh/cmds/modules/mv/mv.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef MV_H 2 8 #define MV_H -
uspace/app/bdsh/cmds/modules/printf/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef PRINTF_ENTRY_H 2 8 #define PRINTF_ENTRY_H -
uspace/app/bdsh/cmds/modules/printf/printf.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef PRINTF_H 2 8 #define PRINTF_H -
uspace/app/bdsh/cmds/modules/pwd/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef PWD_ENTRY_H 2 8 #define PWD_ENTRY_H -
uspace/app/bdsh/cmds/modules/pwd/pwd.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef PWD_H_ 2 8 #define PWD_H_ -
uspace/app/bdsh/cmds/modules/rm/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef RM_ENTRY_H 2 8 #define RM_ENTRY_H -
uspace/app/bdsh/cmds/modules/rm/rm.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef RM_H 2 8 #define RM_H -
uspace/app/bdsh/cmds/modules/sleep/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef SLEEP_ENTRY_H 2 8 #define SLEEP_ENTRY_H -
uspace/app/bdsh/cmds/modules/sleep/sleep.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef SLEEP_H 2 8 #define SLEEP_H -
uspace/app/bdsh/cmds/modules/touch/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef TOUCH_ENTRY_H 2 8 #define TOUCH_ENTRY_H -
uspace/app/bdsh/cmds/modules/touch/touch.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef TOUCH_H 2 8 #define TOUCH_H -
uspace/app/bdsh/cmds/modules/unalias/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef UNALIAS_ENTRY_H 2 8 #define UNALIAS_ENTRY_H -
uspace/app/bdsh/cmds/modules/unalias/unalias.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef UNALIAS_H 2 8 #define UNALIAS_H -
uspace/app/bdsh/cmds/modules/unmount/entry.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef UNMOUNT_ENTRY_H 2 8 #define UNMOUNT_ENTRY_H -
uspace/app/bdsh/cmds/modules/unmount/unmount.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifndef UNMOUNT_H 2 8 #define UNMOUNT_H -
uspace/dist/src/c/demos/hello/hello.c
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 typedef int errno_t; 2 8 extern errno_t putchar(char); -
uspace/drv/bus/usb/xhci/test/reg-ops.c
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #include <pcut/pcut.h> 2 8 #include "../hw_struct/regs.h" -
uspace/lib/math/_dummy.h
r664b7f8 r95feb3e9 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 /* Just to prevent tools/export.sh from failing */ -
uspace/lib/minix/minix.c
r664b7f8 r95feb3e9 1 // SPDX-FileCopyrightText: 2017 CZ.NIC, z.s.p.o. 2 // SPDX-License-Identifier: BSD-3-Clause 3 1 4 // Just an empty file to keep the build system happy.
Note:
See TracChangeset
for help on using the changeset viewer.