diff options
author | sigsegv7 <ian@vegaa.systems> | 2023-09-12 02:33:31 -0400 |
---|---|---|
committer | sigsegv7 <ian@vegaa.systems> | 2023-09-12 02:33:31 -0400 |
commit | 71ab2bb3ed3aa8f12229e1c55fcc1f885a82f7e2 (patch) | |
tree | b3008c8db617b9799d493703dd814d8b5cfb524c /sys/include | |
parent | 153baecaf150112fc06690cb5faad880e8bf5083 (diff) |
project-wide: migrate to git
Diffstat (limited to 'sys/include')
27 files changed, 0 insertions, 54 deletions
diff --git a/sys/include/arch/amd64/frame.h b/sys/include/arch/amd64/frame.h index 6239eff..8f7f8ca 100644 --- a/sys/include/arch/amd64/frame.h +++ b/sys/include/arch/amd64/frame.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _AMD64_FRAME_H_ #define _AMD64_FRAME_H_ diff --git a/sys/include/arch/amd64/gdt.h b/sys/include/arch/amd64/gdt.h index 2b7f308..e83a94d 100644 --- a/sys/include/arch/amd64/gdt.h +++ b/sys/include/arch/amd64/gdt.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef AMD64_GDT_H_ #define AMD64_GDT_H_ diff --git a/sys/include/arch/amd64/idt.h b/sys/include/arch/amd64/idt.h index d3b623d..774947a 100644 --- a/sys/include/arch/amd64/idt.h +++ b/sys/include/arch/amd64/idt.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _AMD64_IDT_H_ #define _AMD64_IDT_H_ diff --git a/sys/include/arch/amd64/trap.h b/sys/include/arch/amd64/trap.h index e72ae11..a9841bd 100644 --- a/sys/include/arch/amd64/trap.h +++ b/sys/include/arch/amd64/trap.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _AMD64_TRAP_H_ #define _AMD64_TRAP_H_ diff --git a/sys/include/dev/video/fbdev.h b/sys/include/dev/video/fbdev.h index 23cc10a..f4abd34 100644 --- a/sys/include/dev/video/fbdev.h +++ b/sys/include/dev/video/fbdev.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _FBDEV_H_ #define _FBDEV_H_ diff --git a/sys/include/firmware/acpi/acpi.h b/sys/include/firmware/acpi/acpi.h index 193fc56..d0866d5 100644 --- a/sys/include/firmware/acpi/acpi.h +++ b/sys/include/firmware/acpi/acpi.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _ACPI_ACPI_H_ #define _ACPI_ACPI_H_ diff --git a/sys/include/firmware/acpi/tables.h b/sys/include/firmware/acpi/tables.h index 624ba0c..c145e90 100644 --- a/sys/include/firmware/acpi/tables.h +++ b/sys/include/firmware/acpi/tables.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _ACPI_TABLES_H_ #define _ACPI_TABLES_H_ diff --git a/sys/include/lib/bitmap.h b/sys/include/lib/bitmap.h index 98c677e..34c3a96 100644 --- a/sys/include/lib/bitmap.h +++ b/sys/include/lib/bitmap.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _LIB_BITMAP_H_ #define _LIB_BITMAP_H_ diff --git a/sys/include/lib/logo.h b/sys/include/lib/logo.h index 77e90aa..dc91278 100644 --- a/sys/include/lib/logo.h +++ b/sys/include/lib/logo.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #include <sys/types.h> #include <sys/syslog.h> diff --git a/sys/include/lib/stdarg.h b/sys/include/lib/stdarg.h index 6676de8..f36055b 100644 --- a/sys/include/lib/stdarg.h +++ b/sys/include/lib/stdarg.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _LIB_STDARG_H_ #define _LIB_STDARG_H_ diff --git a/sys/include/lib/string.h b/sys/include/lib/string.h index 7134f18..8668b01 100644 --- a/sys/include/lib/string.h +++ b/sys/include/lib/string.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _LIB_STRING_H_ #define _LIB_STRING_H_ diff --git a/sys/include/lib/tty_font.h b/sys/include/lib/tty_font.h index 7dacf4c..f3090e2 100644 --- a/sys/include/lib/tty_font.h +++ b/sys/include/lib/tty_font.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _LIB_TTY_FONT_H_ #define _LIB_TTY_FONT_H_ diff --git a/sys/include/sys/ascii.h b/sys/include/sys/ascii.h index dc4cd86..167d5bb 100644 --- a/sys/include/sys/ascii.h +++ b/sys/include/sys/ascii.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_ASCII_H_ #define _SYS_ASCII_H_ diff --git a/sys/include/sys/cdefs.h b/sys/include/sys/cdefs.h index 78303ba..9518dcb 100644 --- a/sys/include/sys/cdefs.h +++ b/sys/include/sys/cdefs.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_CDEFS_H_ #define _SYS_CDEFS_H_ diff --git a/sys/include/sys/errno.h b/sys/include/sys/errno.h index a6ec5af..cadbb2f 100644 --- a/sys/include/sys/errno.h +++ b/sys/include/sys/errno.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_ERRNO_H_ #define _SYS_ERRNO_H_ diff --git a/sys/include/sys/limine.h b/sys/include/sys/limine.h index 298de81..f26d8c5 100644 --- a/sys/include/sys/limine.h +++ b/sys/include/sys/limine.h @@ -17,8 +17,6 @@ #ifndef _LIMINE_H #define _LIMINE_H 1 -/* $Id$ */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/sys/machdep.h b/sys/include/sys/machdep.h index bd914bb..cfed2ad 100644 --- a/sys/include/sys/machdep.h +++ b/sys/include/sys/machdep.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_MACHDEP_H_ #define _SYS_MACHDEP_H_ diff --git a/sys/include/sys/mmio.h b/sys/include/sys/mmio.h index f84ab11..6c21632 100644 --- a/sys/include/sys/mmio.h +++ b/sys/include/sys/mmio.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_MMIO_H_ #define _SYS_MMIO_H_ diff --git a/sys/include/sys/panic.h b/sys/include/sys/panic.h index 8529441..985565b 100644 --- a/sys/include/sys/panic.h +++ b/sys/include/sys/panic.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_PANIC_H_ #define _SYS_PANIC_H_ diff --git a/sys/include/sys/queue.h b/sys/include/sys/queue.h index acd0703..f6ec170 100644 --- a/sys/include/sys/queue.h +++ b/sys/include/sys/queue.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #define _Q_INVALIDATE(a) /* diff --git a/sys/include/sys/spinlock.h b/sys/include/sys/spinlock.h index 8153041..6b1428f 100644 --- a/sys/include/sys/spinlock.h +++ b/sys/include/sys/spinlock.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_SPINLOCK_H_ #define _SYS_SPINLOCK_H_ diff --git a/sys/include/sys/syslog.h b/sys/include/sys/syslog.h index bb6c512..97e024c 100644 --- a/sys/include/sys/syslog.h +++ b/sys/include/sys/syslog.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_SYSLOG_H_ #define _SYS_SYSLOG_H_ diff --git a/sys/include/sys/termios.h b/sys/include/sys/termios.h index 4cbef9d..fd4fa50 100644 --- a/sys/include/sys/termios.h +++ b/sys/include/sys/termios.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_TERMIOS_H_ #define _SYS_TERMIOS_H_ diff --git a/sys/include/sys/tty.h b/sys/include/sys/tty.h index 0edbaab..e75360a 100644 --- a/sys/include/sys/tty.h +++ b/sys/include/sys/tty.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_TTY_H_ #define _SYS_TTY_H_ diff --git a/sys/include/sys/types.h b/sys/include/sys/types.h index 8fc285a..2310041 100644 --- a/sys/include/sys/types.h +++ b/sys/include/sys/types.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_TYPES_H_ #define _SYS_TYPES_H_ diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h index e118beb..a1f1e23 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_VM_VM_H_ #define _SYS_VM_VM_H_ diff --git a/sys/include/vm/vm_physseg.h b/sys/include/vm/vm_physseg.h index ed815ec..5bf21db 100644 --- a/sys/include/vm/vm_physseg.h +++ b/sys/include/vm/vm_physseg.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _VM_VM_PHYSSEG_H_ #define _VM_VM_PHYSSEG_H_ |