Changeset 77578e8 in mainline
- Timestamp:
- 2022-08-13T15:12:49Z (3 years ago)
- Children:
- be913d78
- Parents:
- f4b3934
- Files:
-
- 2 added
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
.reuse/dep5
rf4b3934 r77578e8 33 33 License: CC0-1.0 34 34 35 Files: defaults/*.config meson/cross/*35 Files: */_link.ld.in 36 36 Copyright: 2022 HelenOS Project 37 37 License: CC0-1.0 38 39 Files: defaults/*.config defaults/*/output meson/cross/* 40 Copyright: 2022 HelenOS Project 41 License: CC0-1.0 42 43 Files: uspace/dist/src/c/demos/*/build uspace/dist/src/c/demos/*/clean 44 Copyright: 2022 HelenOS Project 45 License: CC0-1.0 46 47 Files: */.gitignore 48 Copyright: 2022 HelenOS Project 49 License: CC0-1.0 50 51 # Other files I'm too lazy to handle individually 52 53 Files: uspace/dist/src/bithenge/*.out uspace/dist/src/bithenge/*.dat uspace/dist/src/bithenge/*.bh 54 Copyright: 2022 HelenOS Project 55 License: BSD-3-Clause 38 56 39 57 Files: uspace/app/barber/gfx/*.tga.gz 40 58 Copyright: 2014 Martin Decky 41 59 License: BSD-3-Clause 60 61 Files: contrib/arch/* 62 Copyright: 2009 Martin Decky 63 License: BSD-3-Clause 64 65 Files: */README */README */AUTHORS */TODO */NOTE 66 Copyright: 2022 HelenOS Project 67 License: CC-BY-4.0 -
contrib/highlight/Syntax
rf4b3934 r77578e8 1 # 2 # SPDX-FileCopyrightText: 2009 Martin Decky <martin@decky.cz> 3 # 4 # SPDX-License-Identifier: BSD-3-Clause 5 # 6 1 7 file ..\*\\.(bp|BP)$ Behavior\sProtocol 2 8 include bp.syntax -
contrib/highlight/adl.syntax
rf4b3934 r77578e8 1 1 # Architecture Description Language syntax highlighting rules 2 # by Martin Decky <martin@decky.cz> 2 # 3 # SPDX-FileCopyrightText: 2009 Martin Decky <martin@decky.cz> 4 # 5 # SPDX-License-Identifier: BSD-3-Clause 6 # 3 7 4 8 context default -
contrib/highlight/bp.syntax
rf4b3934 r77578e8 1 1 # Behavior Protocols syntax highlighting rules 2 # by Martin Decky <martin@decky.cz> 2 # 3 # SPDX-FileCopyrightText: 2009 Martin Decky <martin@decky.cz> 4 # 5 # SPDX-License-Identifier: BSD-3-Clause 6 # 3 7 4 8 context default -
kernel/arch/amd64/src/boot/vesa_ret.inc
rf4b3934 r77578e8 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 .code32 2 8 vesa_init_protected: -
kernel/arch/ia32/src/boot/vesa_prot.inc
rf4b3934 r77578e8 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifdef CONFIG_FB 2 8 -
kernel/arch/ia32/src/boot/vesa_real.inc
rf4b3934 r77578e8 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 #ifdef CONFIG_FB 2 8 -
kernel/arch/ia32/src/boot/vesa_ret.inc
rf4b3934 r77578e8 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 .code32 2 8 vesa_init_protected: -
kernel/arch/ia32/src/boot/vga323.pal
rf4b3934 r77578e8 1 /* 2 * SPDX-FileCopyrightText: 2022 HelenOS Project 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 1 6 .byte 0x3f, 0x3f, 0x3f, 0x00 2 7 .byte 0x36, 0x3f, 0x3f, 0x00 -
uspace/dist/src/bithenge/test.sh
rf4b3934 r77578e8 1 1 #!/bin/bash 2 # 3 # SPDX-FileCopyrightText: 2022 HelenOS Project 4 # 5 # SPDX-License-Identifier: BSD-3-Clause 6 # 2 7 shopt -s nullglob 3 8 set -e -
uspace/dist/src/python/demo/hello.py
rf4b3934 r77578e8 1 1 #!/usr/bin/python 2 # 3 # SPDX-FileCopyrightText: 2022 HelenOS Project 4 # 5 # SPDX-License-Identifier: BSD-3-Clause 6 # 2 7 3 8 print("Hello, World!") -
uspace/dist/src/python/demo/sintab.py
rf4b3934 r77578e8 1 1 #!/usr/bin/python 2 # 3 # SPDX-FileCopyrightText: 2022 HelenOS Project 4 # 5 # SPDX-License-Identifier: BSD-3-Clause 6 # 2 7 3 8 # Probably not very Pythonic, but it runs well with both Python2 and Python3 -
uspace/dist/src/python/modules.py
rf4b3934 r77578e8 1 1 #!/usr/bin/python 2 # 3 # SPDX-FileCopyrightText: 2022 HelenOS Project 4 # 5 # SPDX-License-Identifier: BSD-3-Clause 6 # 2 7 3 8 import sys -
uspace/drv/root/virt/devices.def
rf4b3934 r77578e8 1 /* 2 * SPDX-FileCopyrightText: 2010 Vojtech Horky 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 1 7 /* 2 8 * Add list of virtual devices you want to launch driver for here.
Note:
See TracChangeset
for help on using the changeset viewer.