minix/drivers/filter
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
..
crc.c Lots of small code cleanup: make symbols local, remove unused symbols, 2010-02-09 15:23:38 +00:00
crc.h Filter driver by Wu Bingzheng et al 2009-12-02 10:08:58 +00:00
driver.c Lots of small code cleanup: make symbols local, remove unused symbols, 2010-02-09 15:23:38 +00:00
inc.h Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
main.c Lots of small code cleanup: make symbols local, remove unused symbols, 2010-02-09 15:23:38 +00:00
Makefile Lots of small code cleanup: make symbols local, remove unused symbols, 2010-02-09 15:23:38 +00:00
md5.c Lots of small code cleanup: make symbols local, remove unused symbols, 2010-02-09 15:23:38 +00:00
md5.h Filter driver by Wu Bingzheng et al 2009-12-02 10:08:58 +00:00
optset.c Lots of small code cleanup: make symbols local, remove unused symbols, 2010-02-09 15:23:38 +00:00
optset.h Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +00:00
sum.c Filter driver updates: 2009-12-21 23:30:01 +00:00
util.c new free_contig() and changes to make drivers use it; so now we 2010-02-10 13:56:26 +00:00