Izaya
7dda36fd1d
Merge pull request 'clipboard: Make the clipboard service work under the new service sys' ( #4 ) from Amanda/OC-PsychOS2:fix-clipboard-editor-cleanup into master
Looks good.
3 years ago
Amanda Cameron
5213835970
clipboard: Make the clipboard service work under the new service sys
This also adds a [.editorconfig](https://editorconfig.org/ ) and adds
apidoc.md to the gitignore.
3 years ago
Izaya
124b39c96d
Merge pull request 'Fix document generation on Windows (using Git Bash)' ( #3 ) from Skye/OC-PsychOS2:git-windows-bash-fixes into master
Windows is infinitely cursed.
Greatly appreciated.
3 years ago
Skye M
56af6d1ade
Fix document generation on Windows (using Git Bash)
* Made finddesc.lua execute commands using `sh -c 'command'`, which ensures that Unix-like shell is used instead of cmd.exe
* Made finddesc.lua avoid a situation where it would end up with a double '/' in `outpath`
* Redirect output of deleting the document to null to avoid pointless "No such file or directory" errors.
3 years ago
Izaya
b89ff14d5c
added type annotations and descriptions for functions where appropriate
3 years ago
Izaya
7ddece288b
added doc() support for pre-compiled API documentation, wrote a generator for it, and included that in the build script
3 years ago
Izaya
cf373668a9
added a title for PDF generation
3 years ago
Izaya
b3cfeb13ec
remove replaced kernel modules
3 years ago
Izaya
b4ee8ed8a6
point build.sh to the right finddesc
3 years ago
Izaya
4f3bac551e
updated finddesc to use the new doc library, allowing type annotations and building a directory of documentation
3 years ago
Izaya
a917016a66
fix type annotation in event.ignore
3 years ago
Izaya
d47a0748bd
added type annotations to documentation for various libraries
3 years ago
Izaya
405ee6408d
Merge pull request 'Fix the build process so that it works on the Bash shell for Git on Windows and fix markdown output' ( #2 ) from Skye/OC-PsychOS2:git-windows-bash-fixes into master
Doesn't seem to break anything, though I wish Microsoft would fix their filesystems.
Markdown changes are a nice touch, though they'll be replaced soon.
Might think about using #!/usr/bin/env for Lua at some point.
3 years ago
Skye M
e09650276a
Improve markdown output from finddesc.lua
* It didn't add spaces after the ## or #, which made them not work as headings in some renderers, so I fixed this.
* I then made it add newlines to make it look nicer without being rendered.
3 years ago
Skye M
daa2975fd6
Fix the build process so that it works on the Bash shell for Git on Windows
1. Made the Lua thing used be an optional variable, so it works for different Lua versions and locations
2. Made it work better with windows filesystems being weird with trailing dots.
3 years ago
Izaya
d59cc53340
updated netutil to use the documentation library's type signature system
3 years ago
Izaya
cae7c916ae
made the shell include the documentation library automatically
3 years ago
Izaya
b465aebbdb
added a library for retrieving documentation
3 years ago
Izaya
fd9e4ad88a
Merge pull request 'Add support for \27[8m (equiv. to nonstandard \27[100m)' ( #1 ) from Ocawesome101/OC-PsychOS2:master into master
3 years ago
Ocawesome101
a74d9b4485
Add support for \27[8m (equiv. to nonstandard \27[100m)
3 years ago
Izaya
e5dd91e167
updated termsrv to basically work with the new rc system, added nc to netutil
3 years ago
Izaya
ec5d938a64
added a quit function to the shell environment, for obvious purposes
3 years ago
Izaya
194564b959
Added an actually workable editor for once. Skye's gonna be mad, it's like vim.
4 years ago
Izaya
0dd13b74f1
fixed <ESC>[n;nH scrolling the display
4 years ago
Izaya
fc127f8d3e
moved the VT100 driver out of the kernel and into its own library
4 years ago
Izaya
2327dc9c18
added the ability to reload libraries to the loadfile module
4 years ago
Izaya
0cdd70e917
added the ability for software to change the computer.pullSignal timeout
4 years ago
Izaya
23173506b9
fixed a typo preventing [2J from working
4 years ago
Izaya
a9b3c6adf3
there is now a non-standard control code for the terminal to toggle line mode and local echo for the terminal
4 years ago
Izaya
459fd95992
made nvt handle the cursor going off the edge of the screen
4 years ago
Izaya
583b300720
removed dprint statements from nvt
4 years ago
Izaya
f5db94e03c
made init not spew irritating syslog messages
4 years ago
Izaya
bf66fa15e1
fixed tabs in nvt
4 years ago
Izaya
f68605ffea
added a better replacement VT100 emulator
4 years ago
Izaya
5d2d09fbcf
more control code support for the terminal emulator
4 years ago
Izaya
67de47ebd4
screenblank works with the new rc system now, rejoyce
4 years ago
Izaya
9eec6bf193
mount() now asks for the right addresses
4 years ago
Izaya
cfe3e78d64
importfs and exportfs improvements
4 years ago
Izaya
6c2ef1580b
made fsmanager work with the new rc system
4 years ago
Izaya
dbb7080ca2
made rpc.call less flimsy hopefully
4 years ago
Izaya
f33ce1e1e0
added default services to rc, made rc.stop cope if there is no stop function in a daemon, and rc.enable actually enables things now
4 years ago
Izaya
8b29e472f8
fix some fs informational problems
4 years ago
Izaya
928a1db13c
colours in the shell!
4 years ago
Izaya
eccc80ad16
added tab support to the terminal emulator
4 years ago
Izaya
fab605ff21
greatly improved the terminal emulator, with colours (<ESC>[...m) and status support
4 years ago
Izaya
0993182839
removed default-init as it is redundant
4 years ago
Izaya
1c252126e8
improved the rc lib, assuming the start function returns a pid
4 years ago
Izaya
1f97e90066
made the shell actually able to print tables containing functions
4 years ago
Izaya
7b8c532141
made getty record the basepid properly
4 years ago
Izaya
77c69f651b
changed the build script to cope with the new init system
4 years ago