Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | headers: Some trivial fixes for some documentation typos | Mads Kiilerich | 2010-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Note also the willneed/will_need inconsistency. I guess it could be nice to ASAP choose one of them and introduce a backward compatibility hack for the other. The issues was mostly found with: for a in $(grep -r '^[ /]\*.*()' $( find -name '*.[ch]') | sed 's,^.* \([^ ]*\)().*$,\1,g' | sort | uniq | grep ^pa_) do grep -rq "^.[^*].*\<$a(" $(find * -name '*.h') || echo $a done | ||||
* | aupdate: implicitly call _write_swap() if it wasn't called explicitly | Lennart Poettering | 2009-08-16 | 1 | -0/+4 |
| | |||||
* | memtrap,aupdate: split atomic update from memtrap into seperate aupdate ↵ | Lennart Poettering | 2009-04-22 | 1 | -0/+98 |
framework |