Ben Gras f08f2bd88c new free_contig() and changes to make drivers use it; so now we
have malloc/free, alloc_contig/free_contig and mmap/munmap nicely
paired up.

memory uses malloc/free instead of mmap/munmap as it doesn't have
to be contiguous for the ramdisks (and it might help if it doesn't!).
2010-02-10 13:56:26 +00:00
..
2010-01-26 10:59:01 +00:00
2010-01-26 10:59:01 +00:00
2010-02-09 15:20:09 +00:00
2010-01-26 10:59:01 +00:00
2010-01-08 07:27:54 +00:00
2010-01-25 18:12:28 +00:00
2009-09-21 14:44:35 +00:00
2010-01-05 19:39:27 +00:00
2010-02-09 15:20:09 +00:00
2010-02-03 13:29:14 +00:00
2009-09-21 14:42:13 +00:00

make depend  - find dependencies of ack libraries
make all     - compile ack libraries
make install - compile and install ack libraries

make depend-gnu  - find dependencies of gnu libraries
make all-gnu     - compile gnu libraries
make install-gnu - compile and install gnu libraries