Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-10-03 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-03 | 1 | -1/+1 |
| | | | | | | * bitmap.c (ffz): Subtract one from (1-origin) result of ffs to get our (0-origin) result. * Makefile (LCLHDRS): bitmap.h -> bitmap.c | ||||
* | 1999-10-03 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-03 | 1 | -1/+1 |
| | | | | * bitmap.c (ffz): Don't subtract one (duh). | ||||
* | 1999-10-02 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-02 | 1 | -28/+6 |
| | | | | | | | | | | | | * bitmap.c (count_free, find_next_zero_bit, find_first_zero_bit): Make these all static inline. (ffz, ffz_nibble_map): Function and variable removed. (ffz): Replace decl with macro defined in terms of ffs. * ext2fs.h (count_free, find_next_zero_bit, find_first_zero_bit, ffz): Remove these declarations. * Makefile (SRCS): Remove bitmap.c. (LCLHDRS): Add bitmap.c here instead. * balloc.c, ialloc.c: #include "bitmap.c" here. | ||||
* | 1999-10-01 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-01 | 1 | -20/+5 |
| | | | | | | * bitmap.c (memscan): Function removed. * ext2fs.h: Removed its decl. * balloc.c (memscan): New static function, defined using memchr. | ||||
* | (find_next_zero_bit): Fix stupid typos (present in the original linux source | Miles Bader | 1995-05-10 | 1 | -2/+2 |
| | | | | I copied this function from!) which were causing occasional garbage results. | ||||
* | entered into RCS | Miles Bader | 1995-05-09 | 1 | -1/+1 |
| | |||||
* | Formerly bitmap.c.~8~ | Miles Bader | 1995-05-08 | 1 | -1/+21 |
| | |||||
* | Formerly bitmap.c.~7~ | Miles Bader | 1995-04-28 | 1 | -1/+1 |
| | |||||
* | Formerly bitmap.c.~6~ | Miles Bader | 1995-04-19 | 1 | -1/+1 |
| | |||||
* | Formerly bitmap.c.~5~ | Miles Bader | 1995-04-17 | 1 | -1/+1 |
| | |||||
* | Formerly bitmap.c.~4~ | Miles Bader | 1995-04-15 | 1 | -2/+102 |
| | |||||
* | Formerly bitmap.c.~3~ | Miles Bader | 1995-04-12 | 1 | -5/+2 |
| | |||||
* | Formerly bitmap.c.~2~ | Miles Bader | 1995-04-11 | 1 | -1/+1 |
| | |||||
* | Initial revision | Miles Bader | 1995-04-11 | 1 | -0/+26 |