Andy Barajas

Results 19 issues of Andy Barajas

**Please Note: This form is the minimum required information for submitting bugs.** **Removing this form may lead to your issue being closed until it is completed.** **Reicast Build:** Reicast r20.02b-234...

Since the PM_RGB888P format is 24-bits I had to find the lowest amount of bytes that is a full repeatable pattern and would fit on a 32-bit boundary. [B G...

enhancement

This PR fixes warnings that show up when building the docs using ```make docs``` in kos folder.

I found issues with the following examples. Most of them have on exit issues. Forgive the formatting, I will fix later: KOS_CFLAGS: -O2 -fomit-frame-pointer -fno-builtin -m4-single-only -ml -ffunction-sections -fdata-sections -matomic-model=soft-imask...

bug

1. Moves the three existing #define FD_SETSIZE 1024 to kos/opts.h 2. Allows the value to be configurable in environ.sh 3. Add some dbglog message if the value is set too...

enhancement
filesystem

Filled out ioctl.h and termios.h definitions to help with building kos-port libjimtcl. Still more work needs to be done to support the new commands to ioctl function for each filesystem....

enhancement
filesystem
drivers

I added support for .. folder in ramdisk, vmu, cd, pty, and dev. I also added a filesystem example to test these changes. The example needs more work so I...

bug
enhancement
example
filesystem

The purpose of this PR was to make our AUTHORS file a little lighter. The current implementation of realpath() just normalized a path without checking if a path exists or...

update
filesystem

Added a speed test example for BBA/LAN adapters that is based on httpd and Darc's work. I will be MIA for a while due to work obligations so I created...

example
networking

Im working on a web utility lib that can possibly run in the background of the main application. I think it would be cool if I can request screenshot data...

enhancement
video