toaruos/kernel/sys
Kevin Lange 39da315a48 Build a dynamic userspace.
- Builds (terrible, broken) shared versions of (most) third-party
  dependencies for the userspace.
- Fixes several incorrect dependency mappings in auto-dep.
- Makes auto-dep understand shared libraries (and that some things,
  like OSMesa, don't work with them).
- init must be built static because reasons
- some libraries were cleaned up to fix dependency calculation
- version bumped to 0.99.0 (saten) for eventual 1.0.0 release.
- CDs no longer drop teapot, select-wallpaper (space is available
  for them - we could even make the images smaller)
2016-12-03 17:10:48 +09:00
..
module.c Terrible hack for combining modules [ci skip] 2015-06-23 20:15:19 -07:00
panic.c And then some more magic to merge the vimhints and the copyright headers 2014-06-07 23:58:31 -07:00
process.c Disable FPU lazy switching (it's breaking bochs) 2016-09-26 15:25:30 +09:00
signal.c Cleanup and improve spin lock code 2015-05-21 04:28:14 -04:00
syscall.c Add a dumb syscall to force an address+size to be mapped in userspace 2016-12-01 23:23:31 +09:00
system.c Cleanup and improve spin lock code 2015-05-21 04:28:14 -04:00
task.c Disable FPU lazy switching (it's breaking bochs) 2016-09-26 15:25:30 +09:00
version.c Build a dynamic userspace. 2016-12-03 17:10:48 +09:00