2003-07-06 |
Travis Geiselbrecht | Added a new bug in the tty code that jwesley found...
|
commit | commitdiff | tree |
2003-07-01 |
Travis Geiselbrecht | Added a warning message to the build system if the...
|
commit | commitdiff | tree |
2003-07-01 |
Travis Geiselbrecht | more ppc work
|
commit | commitdiff | tree |
2003-06-15 |
Travis Geiselbrecht | more ppc work. Added most low level cpu operations
|
commit | commitdiff | tree |
2003-06-02 |
Travis Geiselbrecht | Pretty major change where all 'addr's went to addr_t...
|
commit | commitdiff | tree |
2003-06-01 |
Travis Geiselbrecht | update the todo list to be a bit more up to date
|
commit | commitdiff | tree |
2003-06-01 |
Travis Geiselbrecht | rename the TODO file to todo.txt
|
commit | commitdiff | tree |
2003-05-31 |
Travis Geiselbrecht | fixed a little bug in the x86 interrupt handling glue...
|
commit | commitdiff | tree |
2003-05-28 |
Travis Geiselbrecht | more work on the PPC port. Now boots into the kernel...
|
commit | commitdiff | tree |
2003-05-15 |
Travis Geiselbrecht | These two linker scripts aren't needed anymore. They...
|
commit | commitdiff | tree |
2003-05-03 |
Travis Geiselbrecht | Fixed a bug found by adderd on IRC in the VM. An assert...
|
commit | commitdiff | tree |
2003-05-03 |
Travis Geiselbrecht | work in progress on ppc port
|
commit | commitdiff | tree |
2003-05-02 |
Travis Geiselbrecht | Bug in makeflop.c: on ppc hosts, 'char' is apparently...
|
commit | commitdiff | tree |
2003-04-26 |
Travis Geiselbrecht | bootmaker didn't like linux on ppc
|
commit | commitdiff | tree |
2003-04-26 |
Travis Geiselbrecht | Oops, forgot this file.
|
commit | commitdiff | tree |
2003-04-26 |
Travis Geiselbrecht | Some 68k stuff that I was working on a while back
|
commit | commitdiff | tree |
2003-04-26 |
Travis Geiselbrecht | Get the PPC port compiling again. Now builds a braindead...
|
commit | commitdiff | tree |
2003-04-26 |
Travis Geiselbrecht | Start using the stdarg that is part of the gcc toolchain.
|
commit | commitdiff | tree |
2003-04-26 |
Travis Geiselbrecht | hacking on the vmware graphics driver a bit to try...
|
commit | commitdiff | tree |
2003-04-20 |
Travis Geiselbrecht | tweak the bootscript such that it lets the boot shell...
|
commit | commitdiff | tree |
2003-04-20 |
Travis Geiselbrecht | add an option to 'ps' to dump a list of threads as...
|
commit | commitdiff | tree |
2003-04-20 |
Travis Geiselbrecht | remove the error messages from the network configuration...
|
commit | commitdiff | tree |
2003-04-20 |
Travis Geiselbrecht | make 'ls' prettier and more useful
|
commit | commitdiff | tree |
2003-04-20 |
Travis Geiselbrecht | improve error handling in the interface registration...
|
commit | commitdiff | tree |
2003-04-20 |
Travis Geiselbrecht | removed a too-aggressive assert in the kernel heap...
|
commit | commitdiff | tree |
2003-04-20 |
Travis Geiselbrecht | Remove a space in the INC_ARCH macro that screws up...
|
commit | commitdiff | tree |
2003-04-15 |
Travis Geiselbrecht | bunch of work cleaning up the vt100 implementation...
|
commit | commitdiff | tree |
2003-04-13 |
Travis Geiselbrecht | remove some debug spew from the netcfg app
|
commit | commitdiff | tree |
2003-04-13 |
Travis Geiselbrecht | -user space network configuration in the form of the...
|
commit | commitdiff | tree |
2003-04-11 |
Travis Geiselbrecht | Oops, forgot these files
|
commit | commitdiff | tree |
2003-04-11 |
Travis Geiselbrecht | Beginnings of an arm port of newos
|
commit | commitdiff | tree |
2003-04-04 |
Travis Geiselbrecht | Put the getopt declaration in the wrong file
|
commit | commitdiff | tree |
2003-04-04 |
Travis Geiselbrecht | General library work.
|
commit | commitdiff | tree |
2003-03-30 |
Travis Geiselbrecht | Whoops, broke the build a while back.
|
commit | commitdiff | tree |
2003-03-29 |
Travis Geiselbrecht | Added disktest app.
|
commit | commitdiff | tree |
2003-03-29 |
Travis Geiselbrecht | New version of the floppy driver. Seems to work fine...
|
commit | commitdiff | tree |
2003-03-23 |
Travis Geiselbrecht | first pass at a simple floppy driver.
|
commit | commitdiff | tree |
2003-03-23 |
Travis Geiselbrecht | Remove a silly warning in arch_cpu.c
|
commit | commitdiff | tree |
2003-03-09 |
Travis Geiselbrecht | fix a typo that causes a warning
|
commit | commitdiff | tree |
2003-03-09 |
Travis Geiselbrecht | added a couple of commands to the kernel debugger:
|
commit | commitdiff | tree |
2003-03-05 |
Travis Geiselbrecht | change the make system to not try to prebuild .d files.
|
commit | commitdiff | tree |
2003-03-05 |
Travis Geiselbrecht | I finally get the fortunes joke.
|
commit | commitdiff | tree |
2003-03-01 |
Travis Geiselbrecht | Found a way to get around the spew of '.d file not...
|
commit | commitdiff | tree |
2003-02-28 |
Travis Geiselbrecht | This typo in the fortunes file has been irritating...
|
commit | commitdiff | tree |
2003-02-28 |
Travis Geiselbrecht | Massive reorganization of kernel addons:
|
commit | commitdiff | tree |
2003-02-16 |
Travis Geiselbrecht | Knock out all warnings except for a few in libm.
|
commit | commitdiff | tree |
2003-02-16 |
Travis Geiselbrecht | Added a new macro at the top level that lets you automatical...
|
commit | commitdiff | tree |
2003-02-14 |
Travis Geiselbrecht | Changed -Wno-unused to -Wno-unused-parameter
|
commit | commitdiff | tree |
2003-02-12 |
Travis Geiselbrecht | As per a suggestion on irc, wrap each of the error...
|
commit | commitdiff | tree |
2003-02-07 |
Travis Geiselbrecht | change the default server again on the irc app. (irc...
|
commit | commitdiff | tree |
2003-02-07 |
Travis Geiselbrecht | fix tiny bug in tcp that would cause it to trip an...
|
commit | commitdiff | tree |
2003-02-05 |
Travis Geiselbrecht | Added new make system rule to detech MacOSX
|
commit | commitdiff | tree |
2003-01-26 |
Travis Geiselbrecht | make a few warnings go away
|
commit | commitdiff | tree |
2003-01-26 |
Travis Geiselbrecht | these three files were left over from the previous...
|
commit | commitdiff | tree |
2003-01-24 |
Travis Geiselbrecht | use the new priority boosting syscall to help out with...
|
commit | commitdiff | tree |
2003-01-24 |
Travis Geiselbrecht | few fixes:
|
commit | commitdiff | tree |
2003-01-24 |
Travis Geiselbrecht | overhaul of the testapp, started making menu of tests...
|
commit | commitdiff | tree |
2003-01-24 |
Travis Geiselbrecht | Get rid of this README file, it's out of date
|
commit | commitdiff | tree |
2003-01-11 |
Travis Geiselbrecht | Fixes a bug in the bootmaker program where it recorded...
|
commit | commitdiff | tree |
2003-01-11 |
Travis Geiselbrecht | Rename c:\programming\ossrc\newos\apps\testapp\main...
|
commit | commitdiff | tree |
2003-01-05 |
Travis Geiselbrecht | bigtime rewrite of the int_disable_interrupts/int_restore_in...
|
commit | commitdiff | tree |
2003-01-05 |
Travis Geiselbrecht | disable the ps2 mouse driver for now. it causes some...
|
commit | commitdiff | tree |
2003-01-05 |
Travis Geiselbrecht | update the ip address of the default irc server to...
|
commit | commitdiff | tree |
2002-12-27 |
Travis Geiselbrecht | been meaning to do this for a long time
|
commit | commitdiff | tree |
2002-12-27 |
Travis Geiselbrecht | Addition of some experimental code to try to catch...
|
commit | commitdiff | tree |
2002-12-27 |
Travis Geiselbrecht | added code to the kernel heap to wipe memory as it...
|
commit | commitdiff | tree |
2002-12-27 |
Travis Geiselbrecht | fix a subtle bug in the x86 translation map code where...
|
commit | commitdiff | tree |
2002-12-26 |
Travis Geiselbrecht | added a bunch of lameo vm internal runtime checks ...
|
commit | commitdiff | tree |
2002-12-08 |
Travis Geiselbrecht | Fix a VM bug:
|
commit | commitdiff | tree |
2002-11-30 |
Travis Geiselbrecht | fix an irritating bug where the scroll lock key doesn...
|
commit | commitdiff | tree |
2002-11-30 |
Travis Geiselbrecht | make the system a bit more memory friendly:
|
commit | commitdiff | tree |
2002-11-29 |
Travis Geiselbrecht | added another check that marcus_o (from OBOS) suggested:
|
commit | commitdiff | tree |
2002-11-29 |
Travis Geiselbrecht | Adding more kernel strictness to fix an old known issue:
|
commit | commitdiff | tree |
2002-11-25 |
Travis Geiselbrecht | Dont need this old script around anymore.
|
commit | commitdiff | tree |
2002-11-24 |
Travis Geiselbrecht | oops, broke the build with that last one
|
commit | commitdiff | tree |
2002-11-24 |
Travis Geiselbrecht | some more DC tweaks
|
commit | commitdiff | tree |
2002-11-24 |
Travis Geiselbrecht | Remove all warnings from the build, except the ones...
|
commit | commitdiff | tree |
2002-11-21 |
Travis Geiselbrecht | added /dev/dprint
|
commit | commitdiff | tree |
2002-11-20 |
Travis Geiselbrecht | more kernel elf loader hacking.
|
commit | commitdiff | tree |
2002-11-19 |
Travis Geiselbrecht | some SH-4 elf32 work:
|
commit | commitdiff | tree |
2002-11-19 |
Travis Geiselbrecht | a couple of old sh-4 changes that have been floating...
|
commit | commitdiff | tree |
2002-11-13 |
Travis Geiselbrecht | fixed a rare crasher in the vfs. Uninitialized data...
|
commit | commitdiff | tree |
2002-11-12 |
Travis Geiselbrecht | This almost fully boots on the Dreamcast
|
commit | commitdiff | tree |
2002-11-11 |
Travis Geiselbrecht | Get the sh4 (Dreamcast) port to compile and build again.
|
commit | commitdiff | tree |
2002-11-09 |
Travis Geiselbrecht | Get M68K build working again
|
commit | commitdiff | tree |
2002-11-03 |
Travis Geiselbrecht | sanity checkin of work-in-progress on an nfs implementation.
|
commit | commitdiff | tree |
2002-11-02 |
Travis Geiselbrecht | tcp/cbuf optimization:
|
commit | commitdiff | tree |
2002-11-01 |
Travis Geiselbrecht | roll a couple of fixed to udp that have creeped in...
|
commit | commitdiff | tree |
2002-10-27 |
Travis Geiselbrecht | ERR_NOT_IMPLEMENTED_YET displeased me.
|
commit | commitdiff | tree |
2002-10-25 |
Travis Geiselbrecht | make warning go away. the compiler should remove the...
|
commit | commitdiff | tree |
2002-10-25 |
Travis Geiselbrecht | cbuf work:
|
commit | commitdiff | tree |
2002-10-12 |
Travis Geiselbrecht | checkin of some work on the gui. not sure it even works
|
commit | commitdiff | tree |
2002-10-08 |
Travis Geiselbrecht | add a bunch more pci class/subclass text descriptors
|
commit | commitdiff | tree |
2002-10-06 |
Travis Geiselbrecht | -Added file flags to the open call (O_RDONLY, etc)...
|
commit | commitdiff | tree |
2002-10-05 |
Travis Geiselbrecht | created an input daemon that constantly sends out updates...
|
commit | commitdiff | tree |
2002-10-05 |
Travis Geiselbrecht | bunch of network daemon related work:
|
commit | commitdiff | tree |
2002-10-05 |
Travis Geiselbrecht | changed the way system bringup happens:
|
commit | commitdiff | tree |
2002-10-05 |
Travis Geiselbrecht | Added a Point class
|
commit | commitdiff | tree |
2002-10-05 |
Travis Geiselbrecht | -wrap the gui code up in a namespace
|
commit | commitdiff | tree |
2002-10-04 |
Travis Geiselbrecht | Roll the gui branch back into the main branch.
|
commit | commitdiff | tree |