summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-05-12Initial revisionMiles Bader
1995-05-12(OTHERSRCS): Add sync-interval.c and sync-default.c.Miles Bader
1995-05-12(prog-subdirs): Removed mkbootfs.Roland McGrath
1995-05-12Add declarations of diskfs_set_sync_interval and diskfs_default_sync_interval.Miles Bader
1995-05-12Add an optional argument to the --sync option that lets the user specify anMiles Bader
initial sync interval.
1995-05-12(load_image): Grok ELF executables as well as a.out.Roland McGrath
(main): Load multiple servers. Suspend all but the first. The first gets an extra arg, its name for the task port of the second.
1995-05-12(diskfs_S_io_read): If the offset is past the end of the file, thenMichael I. Bushnell
return EOF.
1995-05-12Use EXT macro instead of explicit underscores.Roland McGrath
1995-05-12(I386HDRS): Variable removed.Roland McGrath
($(OBJS)): Don't depend on i386/asm.h.
1995-05-12(CPPFLAGS): Use $(srcdir) instead of $(hurdsource).Roland McGrath
1995-05-12Change uses of the ext2_{warning,error,panic} functions to not have theMiles Bader
initial function name argument (it's now supplied automagically).
1995-05-12(ext2_error, ext2_warning, ext2_panic, all callers changed): Make these intoMiles Bader
macros that automagically supply the caller's function name, and rename the original functions (which these macros call) to have an underline prefix. Get rid of the CHECK_STRICT variable.
1995-05-12(ext2_free_blocks, ext2_new_block): Get rid of the CHECK_STRICT variable,Miles Bader
and just always do the tests it controlled. Change uses of the ext2_{warning,error,panic} functions to not have the initial function name argument (it's now supplied automagically).
1995-05-12(ext2_error, ext2_warning, ext2_panic): Rename to add the underline prefixMiles Bader
(the previous names are now macros that call the renamed functions). Also rearrange a bit to hold the lock around the use of the global message buffer.
1995-05-12(pager_unlock_page): Give an explanation of why the file system will shortlyMiles Bader
crash.
1995-05-11(main): Enable the bootstrap code.Miles Bader
1995-05-11(trivfs_modify_stat): Make st_blksize really large.Miles Bader
1995-05-11(read_disknode): Make st_blksize larger: 2 * pagesize.Miles Bader
1995-05-11(_pager_mark_next_request_error, _pager_mark_object_error): Put the errorMiles Bader
code in the correct place in the pagemap rather than always at the beginning. (pager_get_error): Get the error code from the pagemap rather than just using the pagemap offset!
1995-05-11(PM_NEXTERROR, SET_PM_NEXTERROR): Mask 2-bit error code with 0x3, not 0x2!Miles Bader
1995-05-10(block_getblk, inode_getblk): Return ENOSPC instead of EIO when we can'tMiles Bader
allocate a new block.
1995-05-10(find_next_zero_bit): Fix stupid typos (present in the original linux sourceMiles Bader
I copied this function from!) which were causing occasional garbage results.
1995-05-09entered into RCSMiles Bader
1995-05-09Formerly ext2fs.h.~43~Miles Bader
1995-05-09entered into RCSMiles Bader
1995-05-09Formerly pokel.c.~11~Miles Bader
1995-05-09entered into RCSMiles Bader
1995-05-09Formerly balloc.c.~20~Miles Bader
1995-05-09Formerly ext2fs.h.~42~Miles Bader
1995-05-09entered into RCSMiles Bader
1995-05-08Initial revisionMiles Bader
1995-05-08Formerly ext2fs.h.~41~Miles Bader
1995-05-08Formerly devio.c.~8~Miles Bader
1995-05-08Formerly ext2_fs.h.~18~Miles Bader
1995-05-08Formerly bitmap.c.~8~Miles Bader
1995-05-08Formerly pokel.c.~10~Miles Bader
1995-05-08Formerly ext2fs.c.~19~Miles Bader
1995-05-08Formerly hyper.c.~11~Miles Bader
1995-05-08entered into RCSMiles Bader
1995-05-08(pager_clear_user_data): Don't die when called on the disk pager.Miles Bader
1995-05-08(diskfs_lookup): When looping back to try_again: because we're looking upMiles Bader
"..", be sure and trash the mapping we made of the directory's pager -- otherwise the reference to the pager never gets dropped and we can never free the node. (diskfs_lookup): ds->type was being compared to LOOKING, which value it can never have. Compare ds->stat against LOOKING instead.
1995-05-08(write_all_disknodes): Fix typo `alloc' --> `alloca'.Miles Bader
1995-05-08Formerly pokel.c.~9~Miles Bader
1995-05-08Formerly pager.c.~29~Miles Bader
1995-05-07Formerly dir.c.~12~Miles Bader
1995-05-07Formerly ialloc.c.~23~Miles Bader
1995-05-05Formerly ext2fs.h.~40~Miles Bader
1995-05-05Formerly Makefile.~8~Miles Bader
1995-05-05If a msg port call times out, disable use of that msg port.Miles Bader
1995-05-05Compile our own msg & term user stubs to add msg timeouts.Miles Bader