yamt 61d5d4362b fix a bug of lfs.
genfs_getpages() can read in more blocks than it should due to faked filesize
of lfs_gop_size().  it's a security problem and it makes gcc3 "internal error"

to fix this,
- in genfs_getpages(), always calculate diskeof and memeof separately
  so that filesystems (in this case, lfs) can use different strategies
  for them.
- introduce GOP_SIZE_MEM flag and use it to request in-core filesize.
  (it was an intention of GOP_SIZE_READ,
  but after the above change _READ is not a straightforward name)

after this, no one uses GOP_SIZE_{READ,WRITE} anymore but leave them for now.
2003-09-24 10:22:53 +00:00
2003-09-22 22:12:05 +00:00
2003-09-24 06:27:54 +00:00
2003-09-20 18:57:28 +00:00
2003-09-24 06:16:48 +00:00
2003-09-18 09:24:35 +00:00
2003-09-23 10:26:54 +00:00
2003-09-24 10:18:52 +00:00
2003-09-23 21:25:20 +00:00
2003-09-24 06:19:12 +00:00
2003-09-24 10:22:53 +00:00
2003-08-19 12:53:30 +00:00
2003-07-26 17:06:22 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%