Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add overall man page lpsm(7) | H. Peter Anvin | 2001-10-26 | 1 | -12/+16 |
| | |||||
* | Split up documentation further. Add lpsm_need_checkpoint local variable. | H. Peter Anvin | 2001-10-26 | 1 | -5/+3 |
| | |||||
* | - Clean up documentation.lpsm-0.1.8 | H. Peter Anvin | 2001-10-25 | 1 | -3/+7 |
| | | | | | | - Add lpsm_recover(). - Add zalloc test. - Be better about returning useful error information in errno. | ||||
* | Make symlinks for secondary manpages. | H. Peter Anvin | 2001-10-23 | 1 | -0/+7 |
| | |||||
* | Fix some typos; update revision to 0.1.7. | H. Peter Anvin | 2001-10-23 | 1 | -1/+1 |
| | |||||
* | Fix lpsm_zalloc(), and make debugging build work again.lpsm-0.1.6 | H. Peter Anvin | 2001-10-23 | 1 | -3/+6 |
| | |||||
* | Add manpages to "make clean" | H. Peter Anvin | 2001-10-23 | 1 | -1/+1 |
| | |||||
* | Update to revision 0.1.5 | H. Peter Anvin | 2001-10-23 | 1 | -1/+14 |
| | |||||
* | Add man pageslpsm-0.1.4 | H. Peter Anvin | 2001-10-23 | 1 | -3/+14 |
| | |||||
* | Add "make install" target | H. Peter Anvin | 2001-10-23 | 1 | -3/+23 |
| | |||||
* | If the base address doesn't match, try to map at the required base | H. Peter Anvin | 2001-10-23 | 1 | -1/+1 |
| | | | | address instead. | ||||
* | Version 0.1.3 | H. Peter Anvin | 2001-10-22 | 1 | -1/+1 |
| | |||||
* | Add calloc(), break alloc.c into free/malloc/mgmt files, add | H. Peter Anvin | 2001-10-20 | 1 | -2/+19 |
| | | | | automatic dependency generation. | ||||
* | Split apart into modules. Create lpsm_zalloc()/lpsm_calloc(). | H. Peter Anvin | 2001-10-20 | 1 | -4/+5 |
| | |||||
* | Version 0.1.1 - make compile on gcc 3.0.2lpsm-0.1.1 | H. Peter Anvin | 2001-10-19 | 1 | -5/+6 |
| | |||||
* | Change names around to be more consistent; set the name of the system to | H. Peter Anvin | 2001-10-19 | 1 | -27/+27 |
| | | | | | | 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. | ||||
* | Change the object store to use a file-backed mmap by default. | H. Peter Anvin | 2001-10-18 | 1 | -1/+4 |
| | | | | | *** THIS MIGHT HAVE TO BE BACKED OUT IF THE LINUX KERNEL IS TOO DUMB *** Add recovery test. | ||||
* | Add definitions for all architectures currently supported by Linux,to-tytso-20011016 | H. Peter Anvin | 2001-10-17 | 1 | -2/+4 |
| | | | | at least to the best of my abilities at the moment. | ||||
* | Set up different flags for debugging and production; change an | H. Peter Anvin | 2001-10-16 | 1 | -1/+4 |
| | | | | assert(0); to abort(); so it works for production as well. | ||||
* | Clean out .dat and .log files too | H. Peter Anvin | 2001-10-15 | 1 | -1/+1 |
| | |||||
* | Now realloc() mostly works... checkpoint the work here. | H. Peter Anvin | 2001-10-15 | 1 | -1/+1 |
| | |||||
* | Mostly working allocator (slab and buddy), although extension of the | H. Peter Anvin | 2001-10-13 | 1 | -3/+10 |
| | | | | arena currently doesn't work. No deallocator yet, though. | ||||
* | Create a Makefile; fix memory-overwrite bug when file_len > requested_len | H. Peter Anvin | 2001-10-09 | 1 | -0/+45 |