2023-07-09 |
refactor usb: abstraction for normal packet
biosfood
committed
on 9 Jul 2023
|
---|---|
add hid program to manage HID (usb) devices
biosfood
committed
on 9 Jul 2023
|
|
2023-07-02 |
add mouse service to manage mouse position
biosfood
committed
on 2 Jul 2023
|
2023-07-01 |
avoid creating a new service if one already exists
biosfood
committed
on 1 Jul 2023
|
add fork system call
biosfood
committed
on 1 Jul 2023
|
|
2023-06-24 |
kernel await / fire event: add code to wait for specific event
biosfood
committed
on 24 Jun 2023
|
2023-06-06 |
usb mouse: report summed position
biosfood
committed
on 6 Jun 2023
|
stdio: add negative sigh for printing negative numbers
biosfood
committed
on 6 Jun 2023
|
|
fix compiler errors (shift count overflow)
biosfood
committed
on 6 Jun 2023
|
|
2023-04-11 |
usb xhci: continously print mouse report data
biosfood
committed
on 11 Apr 2023
|
usb xhci: initiate interrupt IN transfer
biosfood
committed
on 11 Apr 2023
|
|
2023-04-09 |
usb xhci: send configure endpoint command to set up endpoints
biosfood
committed
on 9 Apr 2023
|
2023-04-08 |
usb: show configuration and interface information
biosfood
committed
on 8 Apr 2023
|
usb: hlib: use "unsafe" direct event calls to work without strings
biosfood
committed
on 8 Apr 2023
|
|
usb refactoring: no more xhci-specific code in main usb.h file
biosfood
committed
on 8 Apr 2023
|
|
usb : print usb version
biosfood
committed
on 8 Apr 2023
|
|
shell: don't even try to create a "" program without a name
biosfood
committed
on 8 Apr 2023
|
|
xhci refactoring: sperate out all xhci-related code to its own directory
biosfood
committed
on 8 Apr 2023
|
|
2023-04-07 |
xhci: refactoring: move out xhci controller code
biosfood
committed
on 7 Apr 2023
|
make printf function available for not-main userland files
biosfood
committed
on 7 Apr 2023
|
|
xhci: refactoring: use SlotXHCI instead of long parameter list
biosfood
committed
on 7 Apr 2023
|
|
xhci: refactor and seperate out commands
biosfood
committed
on 7 Apr 2023
|
|
xhci: refactor trbRing functions to seperate file
biosfood
committed
on 7 Apr 2023
|
|
2023-04-06 |
vga: add scrolling when exceeding maximum default line count
biosfood
committed
on 6 Apr 2023
|
shell / ioManager: don't allow backspace when input buffer is empty
biosfood
committed
on 6 Apr 2023
|
|
fix issue #3: crash when running an unknown program
biosfood
committed
on 6 Apr 2023
|
|
xhci: show device information using usb strings
biosfood
committed
on 6 Apr 2023
|
|
2023-04-05 |
xhci: print basic usb device information
biosfood
committed
on 5 Apr 2023
|
xhci: clean up slot initialization
biosfood
committed
on 5 Apr 2023
|
|
xhci: send get device information command to attached usb devices
biosfood
committed
on 5 Apr 2023
|