Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change everything over to LGPLlpsm-0.1.0 | H. Peter Anvin | 2001-10-19 | 1 | -5/+5 |
| | |||||
* | Change names around to be more consistent; set the name of the system to | H. Peter Anvin | 2001-10-19 | 1 | -15/+15 |
| | | | | | | LPSM (Linux Persistent Memory); set the load address to 0x58000000 on i386 (in case we're on x86-64 in 32-bit mode, or using Andrea's 3.5G patches); change symbol names throughout. Add README file. | ||||
* | Make test a little saner. Add debugging output listing the available | H. Peter Anvin | 2001-10-18 | 1 | -1/+1 |
| | | | | buddies when compiling with debugging on. | ||||
* | Fix bug that causes failures if size extended in the middle of realloc(). | H. Peter Anvin | 2001-10-18 | 1 | -9/+27 |
| | | | | Correct bugs in tests :) | ||||
* | Change the object store to use a file-backed mmap by default. | H. Peter Anvin | 2001-10-18 | 1 | -0/+214 |
*** THIS MIGHT HAVE TO BE BACKED OUT IF THE LINUX KERNEL IS TOO DUMB *** Add recovery test. |