Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | memtrap: clarify that we are not interested in the return value of write() | Lennart Poettering | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | memtrap: properly lock access to memtrap changer | Lennart Poettering | 2009-07-01 | 1 | -0/+20 |
| | |||||
* | When MAP_ANONYMOUS is missing, fallback to MAP_ANON. | Diego Elio 'Flameeyes' Pettenò | 2009-05-15 | 1 | -0/+5 |
| | | | | | | While the latter is deprecated on modern systems like glibc-based ones, FreeBSD (and probably others) still use it, so make sure it falls back if the new one is missing. | ||||
* | memtrap: implicitly page align memory areas | Lennart Poettering | 2009-04-29 | 1 | -4/+6 |
| | |||||
* | memtrap,aupdate: split atomic update from memtrap into seperate aupdate ↵ | Lennart Poettering | 2009-04-22 | 1 | -81/+35 |
| | | | | framework | ||||
* | memtrap: fix parameter type | Lennart Poettering | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | memtrap: make installation of SIGBUS handler explicit to ease integration ↵ | Lennart Poettering | 2009-04-21 | 1 | -23/+15 |
| | | | | into libraries | ||||
* | memtrap: when we fail to handle sigbus say so | Lennart Poettering | 2009-04-21 | 1 | -0/+1 |
| | |||||
* | memtrap: add new logic to trap and handle SIGBUS | Lennart Poettering | 2009-04-21 | 1 | -0/+256 |