Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


modified copyright tags
[palacios.git] / palacios / src / geekos /
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-22 Jack Lange build fixes
2008-09-17 Matt Wojcik Initial version of the Realtek 8139 network card driver...
2008-09-16 Jack Lange added network subsystem
2008-09-16 Jack Lange fixed socket bug added network
2008-09-16 Jack Lange fixed a ton of compile errors
2008-09-09 Jack Lange *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Lei Xia *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Jack Lange *** empty log message ***
2008-09-08 Jack Lange added ring_buffer
2008-09-08 Lei Xia -------------------------------------------------...
2008-09-08 Jack Lange *** empty log message ***
2008-09-05 Lei Xia *** empty log message ***
2008-09-02 Jack Lange *** empty log message ***
2008-09-02 Jack Lange added network support
2008-08-28 Lei Xia *** empty log message ***
2008-08-28 Lei Xia Add clock_time() in timer.c for uIP
2008-08-22 Matt Wojcik Wrote a function to to copy over packet data from the...
2008-08-22 Matt Wojcik Added code to test the uIP stack.
2008-08-19 Matt Wojcik Started integrating the uIP network stack.
2008-08-19 Matt Wojcik Updated NE2K_Send().
2008-08-14 Zheng Cui *** empty log message ***
2008-08-14 Zheng Cui *** empty log message ***
2008-08-14 Zheng Cui *** empty log message ***
2008-08-14 Zheng Cui *** empty log message ***
2008-08-08 Matt Wojcik Added code to initialize and test the NE2000 network...
2008-08-08 Matt Wojcik *** empty log message ***
2008-08-08 Matt Wojcik Fixed the bug that caused the first packet sent to...
2008-08-06 Peter Kamm Bug fix in Dump_Registers
2008-08-05 Matt Wojcik Minor formatting changes.
2008-08-05 Matt Wojcik Changed the section of code that handles multiple packe...
2008-08-04 Matt Wojcik Added callbacks to allow functios at a higher level...
2008-08-04 Matt Wojcik Added the NE2K_Send function, which takes several argum...
2008-08-03 Jack Lange added emulator
2008-07-31 Peter Kamm Version that automatically checks RX packet size. ...
2008-07-30 Matt Wojcik Initial working version of NE2K_Receive() added.
2008-07-28 Peter Kamm Initial version of ne2k driver.
2008-07-28 Peter Dinda Added RTC functionality (including interrupt injection...
2008-07-23 Jack Lange added decoder support to makefile
2008-07-22 Jack Lange *** empty log message ***
2008-07-22 Jack Lange code clean up
2008-07-22 Jack Lange source code clean up,
2008-07-22 Jack Lange automatic setup of large floppy disk image
2008-07-21 Jack Lange changed debug output to be more granular
2008-07-21 Lei Xia Incorporated XED inclusion code. puppy-and-xed
2008-07-21 Lei Xia Add udivide file
2008-07-21 Peter Dinda Changes to interface with new irq hooking mechanism...
2008-07-21 Jack Lange moved guest files to kernel image
2008-07-19 Peter Dinda Main now launches a separate thread that spins - this...
2008-07-17 Jack Lange *** empty log message ***
2008-07-17 Jack Lange *** empty log message ***
2008-07-15 Peter Dinda Debugging changes for use on physical machines
2008-07-14 Jack Lange *** empty log message ***
2008-07-14 Peter Dinda Debug stuff for testing boot on physical machines
2008-07-09 Peter Dinda Fixes to PCI scanning and configuration storage
2008-07-07 Peter Dinda svm_io.c now correctly handles segment prefix overrides...
2008-07-03 Peter Dinda Config tweaks - currently no generic, no hooking of...
2008-07-02 Peter Dinda Updated to include improved 8254
2008-06-30 Jack Lange large change to break apart the guest operation mode...
2008-06-29 Peter Dinda Added CR0 handling for PROTECTED_PG and for the CLTS...
2008-06-23 Jack Lange removed debugging
2008-06-23 Peter Dinda Added pci code (this only does a bus scan at this point)
2008-06-23 Peter Dinda Fixed the FS/GS save/restore problem
2008-06-17 Jack Lange added initial memory hook support, still need decoder
2008-06-10 Jack Lange *** empty log message ***
2008-06-06 Peter Dinda Working odin - x86 only - do 0 and then F5 to avoid...
2008-06-06 Jack Lange *** empty log message ***
2008-05-30 Peter Dinda *** empty log message ***
2008-05-30 Peter Dinda Working (apparently) emulated keyboard support
2008-05-22 Peter Dinda Added generic device, some keyboard fixes (still in...
2008-05-22 Jack Lange *** empty log message ***
2008-05-21 Jack Lange lot of changes
2008-05-19 Jack Lange added invlpg support
2008-05-16 Peter Dinda First cut at a keyboard device (partially done) CUTPOINT_BEFORE_FULL_EMULATION
2008-05-13 Jack Lange lots of changes...
2008-05-06 Jack Lange booting geekos up to the timer initialization
2008-05-02 Peter Dinda *** empty log message *** working-cdboot-physical-but-not-qemu
2008-05-02 Jack Lange *** empty log message ***
2008-05-02 Jack Lange *** empty log message ***
2008-04-30 Jack Lange *** empty log message ***
2008-04-30 Jack Lange fixed bug in the interrupt handler
2008-04-30 Jack Lange a guest kernel that works equally well on the dell+HP
2008-04-28 Jack Lange fixed stupid errors
2008-04-25 Jack Lange added PIC device
2008-04-23 Jack Lange added pic device
2008-04-18 Jack Lange added irq initial setup
2008-04-16 Jack Lange something that sort of works more than it did previousl...
2008-04-15 Jack Lange moved over the a real linked list implementation
2008-04-14 Jack Lange added full device support
2008-04-12 Peter Dinda Added devices, device manager, and nvram device
next