Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stuff from README that is now in lpsm(7), add stuff from | H. Peter Anvin | 2001-10-26 | 1 | -46/+1 |
| | | | | README that belong in lpsm(7) into the latter. | ||||
* | Further documentation cleanup. | H. Peter Anvin | 2001-10-26 | 1 | -0/+6 |
| | |||||
* | - Clean up documentation.lpsm-0.1.8 | H. Peter Anvin | 2001-10-25 | 1 | -181/+20 |
| | | | | | | - Add lpsm_recover(). - Add zalloc test. - Be better about returning useful error information in errno. | ||||
* | If the base address doesn't match, try to map at the required base | H. Peter Anvin | 2001-10-23 | 1 | -1/+6 |
| | | | | address instead. | ||||
* | Add mailing list reference. | H. Peter Anvin | 2001-10-22 | 1 | -2/+11 |
| | |||||
* | Explain portability constraints. | H. Peter Anvin | 2001-10-22 | 1 | -0/+9 |
| | |||||
* | Split apart into modules. Create lpsm_zalloc()/lpsm_calloc(). | H. Peter Anvin | 2001-10-20 | 1 | -0/+11 |
| | |||||
* | Change everything over to LGPLlpsm-0.1.0 | H. Peter Anvin | 2001-10-19 | 1 | -1/+2 |
| | |||||
* | Change names around to be more consistent; set the name of the system to | H. Peter Anvin | 2001-10-19 | 1 | -0/+203 |
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. |