Skip to content

Instantly share code, notes, and snippets.

@klange
Created July 22, 2018 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klange/7b5795b36fa77464d5cf852b9ca597aa to your computer and use it in GitHub Desktop.
Save klange/7b5795b36fa77464d5cf852b9ca597aa to your computer and use it in GitHub Desktop.
remote: Counting objects: 283, done.
remote: Compressing objects: 100% (113/113), done.
remote: Total 283 (delta 172), reused 267 (delta 170)
Receiving objects: 100% (283/283), 160.96 KiB | 0 bytes/s, done.
Resolving deltas: 100% (172/172), done.
From gitlab.com:toaruos/toaru-nih
* branch master -> FETCH_HEAD
45e4aed..40ae768 master -> origin/master
Updating 45e4aed..40ae768
Fast-forward
README.md | 65 +++++++-
apps/file-browser.c | 18 ++-
apps/glogin-provider.c | 643 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
apps/glogin.c | 4 +-
apps/help-browser.c | 18 ++-
apps/panel.c | 301 +++++++++++++++++++++++++++++++++---
apps/terminal.c | 15 +-
base/usr/include/kernel/pci.h | 3 +-
base/usr/include/kernel/system.h | 2 +-
base/usr/include/toaru/graphics.h | 1 +
base/usr/include/toaru/hashmap.h | 27 ++--
base/usr/include/toaru/menu.h | 33 ++++
base/usr/include/toaru/menubar.h | 29 ----
boot/cstuff.c | 2 +-
boot/moremultiboot.h | 26 +++-
kernel/cpu/irq.c | 10 +-
kernel/devices/pci.c | 55 +++++++
kernel/devices/timer.c | 2 +-
kernel/fs/vfs.c | 2 +-
kernel/main.c | 2 +
kernel/misc/elf.c | 4 +-
kernel/sys/syscall.c | 5 +-
lib/graphics.c | 53 +++++++
lib/hashmap.c | 7 +
lib/menu.c | 239 +++++++++++++++++++++++++++++
lib/menubar.c | 83 ----------
lib/sdf.c | 2 +-
modules/ac97.c | 23 +--
modules/ata.c | 4 +-
modules/debug_sh.c | 24 +++
modules/e1000.c | 61 +++++---
modules/lfbvideo.c | 4 +-
modules/pcnet.c | 4 +-
modules/pcspkr.c | 1 -
modules/procfs.c | 128 +++++++++++++++-
modules/ps2kbd.c | 2 +-
modules/ps2mouse.c | 2 +-
modules/rtl.c | 6 +-
modules/serial.c | 13 +-
modules/tmpfs.c | 10 +-
modules/vbox.c | 8 +-
util/auto-dep.py | 1 -
util/qemu.sh | 2 +-
43 files changed, 1607 insertions(+), 337 deletions(-)
delete mode 100644 base/usr/include/toaru/menubar.h
delete mode 100644 lib/menubar.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment