...
72 commits 1 file changed 0 commit comments 2 contributors
Commits on 2019-03-18
@Christopher W. Olsen Christopher W. Olsen Merge remote-tracking branch 'secondaryrep/1.0-RELEASE' into UBIXOS-1.0 83a1092
@Christopher W. Olsen Christopher W. Olsen Cleaning tree to avoid clobber 91cf53b
Commits on 2018-11-07
@Christopher W. Olsen Christopher W. Olsen 1.0-RELEASE c74774d
Commits on 2012-06-14
@reddawg reddawg Fixing the kernel 48c0b36
Commits on 2012-06-11
@reddawg reddawg Working on getting it running with gcc 4.2.1 0d48cfd
Commits on 2009-08-06
@reddawg reddawg Sync c592720
Commits on 2009-07-31
@reddawg reddawg Sync c7e6ab2
Commits on 2009-07-30
@reddawg reddawg Sync daf1213
Commits on 2009-07-09
@reddawg reddawg More Sanity Checks ce9d4fc
Commits on 2009-07-08
@reddawg reddawg Lots of fixes and renaming to the vmm portion of the kernel 69ab55c
@reddawg reddawg Getting There db31cfb
@reddawg reddawg Trying To Hunt Down Bugs 831356b
@reddawg reddawg Sync 07c7b61
Commits on 2009-02-13
@reddawg reddawg Fixed up vmm_getFreeKernelPage 172b4cc
@reddawg reddawg Renamed vmm_getFreePage to vmm_getFreeKernelPage 5d86fbb
Commits on 2008-11-26
@reddawg reddawg sync 716ec41
@reddawg reddawg Sync 77e2478
@reddawg reddawg Sync d9da937
Commits on 2008-06-22
@reddawg reddawg Sync 2d83932
Commits on 2008-06-21
@reddawg reddawg Sync 2f5f202
@reddawg reddawg It's All Coming Together d57dd65
@reddawg reddawg Adding libutil 3cc1e94
@reddawg reddawg Merged In a Propper LS 997f0fa
Commits on 2008-06-18
@reddawg reddawg Lots of bug fixes it's almost workable e1fdc6b
Commits on 2008-03-03
@reddawg reddawg Sync 9f9c0de
@reddawg reddawg Sync - Fixens ca935ec
Commits on 2008-03-02
@reddawg reddawg Getting There ef3d4c6
@reddawg reddawg Getting There.... 365d938
@reddawg reddawg Sync - UbixOS Is Running Again ffa910e
@reddawg reddawg Sync 0f88a36
Commits on 2008-03-01
@reddawg reddawg Getting There b82f9cc
@reddawg reddawg Sync getting it to work again dd3a736
Commits on 2008-02-29
@reddawg reddawg Sync - Working On Getting It To Boot Again bc3f2a3
Commits on 2007-12-22
@reddawg reddawg Sync: Trying To Get It To Atleast Boot 0d1c018
Commits on 2007-06-29
@reddawg reddawg Cleaning a4d5cfb
Commits on 2007-06-26
@reddawg reddawg Fixed a few bugs 3a68fae
Commits on 2007-06-22
@reddawg reddawg Renaming some functions c2ba090
@reddawg reddawg Sync 847ef6c
Commits on 2007-01-29
@reddawg reddawg reverting back for now c9cedf8
@reddawg reddawg vfs modifies offset now 28b13db
@reddawg reddawg close now calls the fs to close the descirptor this will remove any fsObj and presumably sync anything that needs syncronization 8cf1151
@reddawg reddawg Sync'n for clsk 2f23dcd
Commits on 2007-01-28
@reddawg reddawg Finished implimenting a few functions 7f64f27
Commits on 2007-01-26
@reddawg reddawg Ok CLSK c2fc58b
@reddawg reddawg More vfs fixes 295faaf
@reddawg reddawg Functional changes to vfs not yet 100% complete also need to impliment kopen in kernel 65822bd
@reddawg reddawg sync'n for clsk a63ec6c
Commits on 2007-01-25
@reddawg reddawg Adding ChangeLog dbf7b31
@reddawg reddawg Cleaning up the ne2k driver for future network support. ad8d4a2
@reddawg reddawg *** empty log message *** a2ce8a5
@reddawg reddawg Added vfs spec doc c6b9d50
@reddawg reddawg More moving of functions into the propper locations in the source tree 72b35dd
@reddawg reddawg Cleaning up vfs syscalls made new file aae0796
@reddawg reddawg Cleaning up the vmm's code 4d5b364
@reddawg reddawg Few fixes... apparently I was modifying offset twice on the internal descriptors 796ee2b
Commits on 2007-01-24
@reddawg reddawg Added lseek system call which just lacks SEEK_END 0ef71c8
@reddawg reddawg Opps forgot this makefile to build tcc f6a7e39
@reddawg reddawg Forgot to copy tcc over to the binary dir d26e0ac
@reddawg reddawg Cleaned up some evil code fb171ca
@reddawg reddawg Added tcc to ubix base f376983
@reddawg reddawg Need to make changes to the shell it's very sloppy 14f8e28
@reddawg reddawg Removed all debug output for now to make it output -DDEBUG Also fixed our dynamic linker 19606ea
@reddawg reddawg Added kdevelop project files ff4e362
@reddawg reddawg Fixed crt1.c had a "hack" which needed to be reverted it was sending env to 0x0 by default Added some debugging information to the ld.so to help reason why environ and __progname are not being set correctly Modified libc.so so that getenv will return the env instead of a NULL pointer 44e47d6
@reddawg reddawg Made sure that mmap and obreak received "clean" pages fb8f9bd
Commits on 2007-01-23
@reddawg reddawg Added files e027d07
@reddawg reddawg Fine tuning f31d0bf
Commits on 2007-01-22
@reddawg reddawg All new makefiles works well now a51f4bd
Commits on 2007-01-19
@reddawg reddawg Hmm d8e741c
@reddawg reddawg Lots of fixes 21b4b2c
Commits on 2007-01-17
@reddawg reddawg Fixed the libc.so it's working once again.. however rtld-elf is still non functioning 818481b
Commits on 2007-01-16
@reddawg reddawg UbixOS 641c1f2
Showing 1 changed file
View
README.md