Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add references to lpsm(7) to all man pages.lpsm-0.1.9 | H. Peter Anvin | 2001-10-26 | 7 | -7/+14 |
| | |||||
* | Remove stuff from README that is now in lpsm(7), add stuff from | H. Peter Anvin | 2001-10-26 | 2 | -46/+30 |
| | | | | README that belong in lpsm(7) into the latter. | ||||
* | Add overall man page lpsm(7) | H. Peter Anvin | 2001-10-26 | 2 | -12/+130 |
| | |||||
* | Further documentation cleanup. | H. Peter Anvin | 2001-10-26 | 4 | -7/+11 |
| | |||||
* | Split up documentation further. Add lpsm_need_checkpoint local variable. | H. Peter Anvin | 2001-10-26 | 8 | -241/+212 |
| | |||||
* | - Clean up documentation.lpsm-0.1.8 | H. Peter Anvin | 2001-10-25 | 10 | -266/+281 |
| | | | | | | - Add lpsm_recover(). - Add zalloc test. - Be better about returning useful error information in errno. | ||||
* | Update CHANGESlpsm-0.1.7 | H. Peter Anvin | 2001-10-24 | 1 | -0/+1 |
| | |||||
* | Work around what seems to be a gcc bug. | H. Peter Anvin | 2001-10-24 | 1 | -2/+6 |
| | |||||
* | 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 | 4 | -3/+7 |
| | |||||
* | Fix lpsm_zalloc(), and make debugging build work again.lpsm-0.1.6 | H. Peter Anvin | 2001-10-23 | 5 | -7/+17 |
| | |||||
* | Document lpsm_alloc_stats()lpsm-0.1.5 | H. Peter Anvin | 2001-10-23 | 2 | -2/+72 |
| | |||||
* | Use a standard format ERRORS section. | H. Peter Anvin | 2001-10-23 | 1 | -6/+4 |
| | |||||
* | Add section about setting errno to ENOMEM. | H. Peter Anvin | 2001-10-23 | 1 | -3/+18 |
| | |||||
* | Be a bit more correct: set errno to ENOMEM if we fail to allocate | H. Peter Anvin | 2001-10-23 | 4 | -9/+24 |
| | | | | memory. | ||||
* | Add missing reference to lpsm_zalloc() | H. Peter Anvin | 2001-10-23 | 1 | -1/+2 |
| | |||||
* | Fix "malloc, zalloc, malloc" -> "malloc, zalloc, calloc" | H. Peter Anvin | 2001-10-23 | 1 | -1/+1 |
| | |||||
* | Correct a bunch of formatting problems in this man page. | H. Peter Anvin | 2001-10-23 | 1 | -17/+20 |
| | |||||
* | 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 to bugs section: LPSM is currently not thread-safe. | H. Peter Anvin | 2001-10-23 | 3 | -0/+6 |
| | |||||
* | Add man pageslpsm-0.1.4 | H. Peter Anvin | 2001-10-23 | 4 | -3/+490 |
| | |||||
* | Add "make install" target | H. Peter Anvin | 2001-10-23 | 1 | -3/+23 |
| | |||||
* | Adjust to new lpsm_arena_init() API | H. Peter Anvin | 2001-10-23 | 1 | -1/+1 |
| | |||||
* | If the base address doesn't match, try to map at the required base | H. Peter Anvin | 2001-10-23 | 5 | -10/+22 |
| | | | | address instead. | ||||
* | Add extern "C" definitions for C++lpsm-0.1.3 | H. Peter Anvin | 2001-10-22 | 1 | -0/+8 |
| | |||||
* | Version 0.1.3 | H. Peter Anvin | 2001-10-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Change addresses on sparc to be more likely to work. | H. Peter Anvin | 2001-10-22 | 2 | -2/+2 |
| | |||||
* | Add missing file (statistics generation.)lpsm-0.1.2 | H. Peter Anvin | 2001-10-20 | 1 | -0/+146 |
| | |||||
* | Add calloc(), break alloc.c into free/malloc/mgmt files, add | H. Peter Anvin | 2001-10-20 | 5 | -240/+343 |
| | | | | automatic dependency generation. | ||||
* | Split apart into modules. Create lpsm_zalloc()/lpsm_calloc(). | H. Peter Anvin | 2001-10-20 | 10 | -712/+795 |
| | |||||
* | Version 0.1.1 - make compile on gcc 3.0.2lpsm-0.1.1 | H. Peter Anvin | 2001-10-19 | 3 | -5/+8 |
| | |||||
* | Change everything over to LGPLlpsm-0.1.0 | H. Peter Anvin | 2001-10-19 | 30 | -454/+625 |
| | |||||
* | Add COPYING file | H. Peter Anvin | 2001-10-19 | 1 | -0/+340 |
| | |||||
* | Change names around to be more consistent; set the name of the system to | H. Peter Anvin | 2001-10-19 | 11 | -194/+402 |
| | | | | | | 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. | ||||
* | Add objstore_arena_stats()objstore-0.0.1 | H. Peter Anvin | 2001-10-18 | 3 | -14/+113 |
| | | | | Add additional debugging output | ||||
* | Make test a little saner. Add debugging output listing the available | H. Peter Anvin | 2001-10-18 | 2 | -1/+41 |
| | | | | 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 | 3 | -18/+43 |
| | | | | Correct bugs in tests :) | ||||
* | Change the object store to use a file-backed mmap by default. | H. Peter Anvin | 2001-10-18 | 4 | -1/+238 |
| | | | | | *** THIS MIGHT HAVE TO BE BACKED OUT IF THE LINUX KERNEL IS TOO DUMB *** Add recovery test. | ||||
* | Skip the unread -> clean transition by using a private *non*-anonymousbefore-file-backed-change | H. Peter Anvin | 2001-10-18 | 2 | -79/+40 |
| | | | | mapping. | ||||
* | Add definitions for all architectures currently supported by Linux,to-tytso-20011016 | H. Peter Anvin | 2001-10-17 | 22 | -13/+492 |
| | | | | at least to the best of my abilities at the moment. | ||||
* | Move i386 system dependencies into a separate file. | H. Peter Anvin | 2001-10-17 | 2 | -5/+29 |
| | |||||
* | Beginnings of a synchronicity model...to-tytso-20011015c | H. Peter Anvin | 2001-10-16 | 5 | -18/+79 |
| | |||||
* | Better handling on arena extension errors; check resource limit before | H. Peter Anvin | 2001-10-16 | 1 | -7/+27 |
| | | | | trying to extend. | ||||
* | Set up different flags for debugging and production; change an | H. Peter Anvin | 2001-10-16 | 2 | -2/+5 |
| | | | | assert(0); to abort(); so it works for production as well. | ||||
* | Clean up the interfaces and remove some obviously incorrect code.to-tytso-20011015b | H. Peter Anvin | 2001-10-15 | 6 | -24/+37 |
| | |||||
* | Clean out .dat and .log files too | H. Peter Anvin | 2001-10-15 | 1 | -1/+1 |
| | |||||
* | Add FIXME: watch out for excessive fragmentation when shrinking anto-tytso-20011015 | H. Peter Anvin | 2001-10-15 | 1 | -0/+4 |
| | | | | allocation with realloc(). |