aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Renamed from file-trunate.c.Roland McGrath1995-09-171-9/+20
| | | | | (diskfs_S_file_set_size): Renamed from diskfs_s_file_truncate. If SIZE exceeds the file size, extend the file.
* (FSSRCS): Rename file-truncate.c to file-set-size.c.Roland McGrath1995-09-171-1/+1
|
* (file_truncate): RPC renamed to file_set_size.Roland McGrath1995-09-171-2/+4
|
* (file_pathconf): RPC removed (replaced with skip).Roland McGrath1995-09-171-6/+2
|
* (io_pathconf): New RPC.Roland McGrath1995-09-171-0/+8
|
* (EXEC_STACK_ARGS): New macro.Roland McGrath1995-09-171-0/+2
|
* (target): Changed to `mkfs.ufs'.Miles Bader1995-09-171-1/+2
| | | | (installationdir): New variable, install into $(sbindir).
* (target): Changed to `fsck.ufs'.Miles Bader1995-09-171-1/+2
| | | | (installationdir): New variable, install into $(sbindir).
* (pokel_init): Initialize the free_pokes field.Miles Bader1995-09-171-8/+17
| | | | | (pokel_add): Assert that this malloc should succeed. (pokel_sync): Don't hold POKEL's spin lock while syncing.
* (diskfs_alloc_node): Check for a non-zero ALLOCSIZE.Miles Bader1995-09-171-6/+15
|
* Initial revisionRoland McGrath1995-09-162-0/+71
|
* (DIST_FILES): Remove Maketools.Roland McGrath1995-09-161-2/+2
| | | | Add config.make.in, configure.in, configure.
* Include $(..)config.make for configure-generated parameters.Roland McGrath1995-09-161-33/+32
| | | | | | | | | | | | No longer include Maketools. (prefix, exec_prefix, srcdir, hurddir, bindir, sbindir, libdir, infodir, includedir): Variables removed. (..): New variable. (srcdir, top_srcdir): Set if not already set. (CPPFLAGS): Append -I's for . and .. and $(srcdir) and $(top_srcdir). (CFLAGS): Remove -g. Change miscellaneous uses of $(srcdir) to $(top_srcdir). (vpath %.defs): Remove $(crossheaders) dirs from path.
* (CPPFLAGS): Variable removed.Roland McGrath1995-09-161-7/+4
| | | | (lndist-i386-files): Use $(top_srcdir) in place of $(srcdir).
* (lndist, $(srcdir)/hurd-snap/$(dir)/error.[ch]): Targets removed.Roland McGrath1995-09-161-7/+0
|
* (sbindir): New variable.Roland McGrath1995-09-161-2/+7
| | | | (installationdir): Don't set if already set.
* Remove vpath directive.Roland McGrath1995-09-161-2/+0
|
* (DIST_FILES): Added ourfs_notify.defs.Roland McGrath1995-09-161-9/+1
| | | | (ourfs_notify_U.h ourfs_notifyUser.c, ourfs_notify.defs): Targets removed.
* Initial revisionRoland McGrath1995-09-161-0/+5
|
* Initial revisionRoland McGrath1995-09-161-0/+14
|
* (DIST_FILES): Added ourmsg.defs.Roland McGrath1995-09-161-15/+1
| | | | (ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed.
* Initial revisionRoland McGrath1995-09-161-0/+12
|
* (DIST_FILES): Added ourmsg.defs.Roland McGrath1995-09-161-12/+1
| | | | (ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed.
* core renamed to crash.Roland McGrath1995-09-161-1/+1
|
* (_SERVERS_CRASH): New macro.Roland McGrath1995-09-161-2/+2
| | | | (_SERVERS_CORE): Macro removed.
* Initial revisionRoland McGrath1995-09-161-0/+37
|
* (trunc_indirect): Only record an indirect block as being modified when itMiles Bader1995-09-151-1/+2
| | | | actually is.
* u32 --> block_tMiles Bader1995-09-155-13/+11
|
* (diskfs_truncate): Use the new truncate functions.Miles Bader1995-09-151-250/+158
| | | | | | | | | | | | | | | | (poke_pages): Gratuitous cosmetic changes. (trunc_direct): Rewritten, new args. (trunc_indirect): Rewritten, new args, now more general to support all the various indirection levels. (trunc_triple_indirect, trunc_double_indirect, trunc_single_indirect): New functions. (struct free_block_run): New structure. (free_block_run_finish, free_block_run_free_ptr, free_block_run_add, free_block_run_init, _free_block_run_flush): New functions. (trunc_dindirect, trunc_tindirect): Functions deleted. (DIRECT_BLOCK, INDIRECT_BLOCK, DINDIRECT_BLOCK, TINDIRECT_BLOCK): Macros deleted.
* (_pipe_no_readers): REALLY wake up writers when the pipe breaks.Miles Bader1995-09-141-1/+1
|
* (CONDITION_INITIALIZER): Provide initial zero for IMPLICATIONS member.Michael I. Bushnell1995-09-131-1/+13
| | | | (condition_init): Bother initializing NAME and IMPLICATIONS members.
* (_pager_seqnos_memory_object_lock_completed): Typo.Michael I. Bushnell1995-09-131-3/+1
|
* (_pager_seqnos_memory_object_lock_completed): Don't push theMichael I. Bushnell1995-09-131-6/+10
| | | | | locks_pending field negative in the case where the pager was terminated before we get called.
* (diskfs_lookup): Require NPP set for RENAME too.Miles Bader1995-09-131-1/+1
|
* (diskfs_lookup): Doc fix.Michael I. Bushnell1995-09-131-1/+4
|
* (diskfs_lookup): Require NPP set for RENAME too.Michael I. Bushnell1995-09-131-1/+1
|
* (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don'tMiles Bader1995-09-131-7/+11
| | | | | even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP.
* (diskfs_clear_directory): Set the fourth arg in REMOVE lookup calls inMichael I. Bushnell1995-09-131-5/+13
| | | | accord with change in rules for the lookup call.
* (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don'tMichael I. Bushnell1995-09-131-7/+11
| | | | | even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP.
* Formerly pfinet.h.~5~Michael I. Bushnell1995-09-121-0/+2
|
* Formerly ethernet.c.~5~Michael I. Bushnell1995-09-121-20/+25
|
* Formerly Makefile.~10~Michael I. Bushnell1995-09-121-1/+1
|
* Formerly ethernet.c.~4~Michael I. Bushnell1995-09-121-0/+35
|
* Formerly main.c.~2~Michael I. Bushnell1995-09-121-1/+1
|
* Formerly interrupt.h.~5~Michael I. Bushnell1995-09-121-1/+2
|
* Initial revisionMichael I. Bushnell1995-09-121-0/+25
|
* Formerly devices.c.~4~Michael I. Bushnell1995-09-121-0/+2
|
* (CCVERSION): Changed to 2.7.1.Miles Bader1995-09-111-2/+1
| | | | (CCVERSION-duality.gnu.ai.mit.edu): Removed.
* (open_hook): Block for read only when there's really someone reading already,Miles Bader1995-09-111-23/+52
| | | | | | | | | or until there's a writer. (open_hook): Use the WAIT macro to block. (wait_for_writer): New variable. (main): Set WAIT_FOR_WRITER with WAIT_FOR_READER. (trivfs_modify_stat): Only return pipe info if there's a pipe. (close_hook): Don't die if there's no pipe.
* (OTHERLIBS, CPPFLAGS): Disable bfd by default.Roland McGrath1995-09-081-2/+2
|