Changeset 95feb3e9 in mainline for uspace/app
- Timestamp:
- 2022-08-13T14:13:14Z (4 years ago)
- Children:
- f4b3934
- Parents:
- 664b7f8
- Location:
- uspace/app/bdsh/cmds
- Files:
-
- 44 edited
-
builtins/batch/batch.h (modified) (1 diff)
-
builtins/batch/entry.h (modified) (1 diff)
-
builtins/cd/cd.h (modified) (1 diff)
-
builtins/cd/entry.h (modified) (1 diff)
-
builtins/exit/entry.h (modified) (1 diff)
-
builtins/exit/exit.h (modified) (1 diff)
-
modules/alias/alias.h (modified) (1 diff)
-
modules/alias/entry.h (modified) (1 diff)
-
modules/cat/cat.h (modified) (1 diff)
-
modules/cat/entry.h (modified) (1 diff)
-
modules/cmp/cmp.h (modified) (1 diff)
-
modules/cmp/entry.h (modified) (1 diff)
-
modules/cp/cp.h (modified) (1 diff)
-
modules/cp/entry.h (modified) (1 diff)
-
modules/echo/echo.h (modified) (1 diff)
-
modules/echo/entry.h (modified) (1 diff)
-
modules/help/entry.h (modified) (1 diff)
-
modules/help/help.h (modified) (1 diff)
-
modules/kcon/entry.h (modified) (1 diff)
-
modules/kcon/kcon.h (modified) (1 diff)
-
modules/ls/entry.h (modified) (1 diff)
-
modules/ls/ls.h (modified) (1 diff)
-
modules/mkdir/entry.h (modified) (1 diff)
-
modules/mkdir/mkdir.h (modified) (1 diff)
-
modules/mkfile/entry.h (modified) (1 diff)
-
modules/mkfile/mkfile.h (modified) (1 diff)
-
modules/mount/entry.h (modified) (1 diff)
-
modules/mount/mount.h (modified) (1 diff)
-
modules/mv/entry.h (modified) (1 diff)
-
modules/mv/mv.h (modified) (1 diff)
-
modules/printf/entry.h (modified) (1 diff)
-
modules/printf/printf.h (modified) (1 diff)
-
modules/pwd/entry.h (modified) (1 diff)
-
modules/pwd/pwd.h (modified) (1 diff)
-
modules/rm/entry.h (modified) (1 diff)
-
modules/rm/rm.h (modified) (1 diff)
-
modules/sleep/entry.h (modified) (1 diff)
-
modules/sleep/sleep.h (modified) (1 diff)
-
modules/touch/entry.h (modified) (1 diff)
-
modules/touch/touch.h (modified) (1 diff)
-
modules/unalias/entry.h (modified) (1 diff)
-
modules/unalias/unalias.h (modified) (1 diff)
-
modules/unmount/entry.h (modified) (1 diff)
-
modules/unmount/unmount.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.
