Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed from file-trunate.c. | Roland McGrath | 1995-09-17 | 1 | -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 McGrath | 1995-09-17 | 1 | -1/+1 |
| | |||||
* | (file_truncate): RPC renamed to file_set_size. | Roland McGrath | 1995-09-17 | 1 | -2/+4 |
| | |||||
* | (file_pathconf): RPC removed (replaced with skip). | Roland McGrath | 1995-09-17 | 1 | -6/+2 |
| | |||||
* | (io_pathconf): New RPC. | Roland McGrath | 1995-09-17 | 1 | -0/+8 |
| | |||||
* | (EXEC_STACK_ARGS): New macro. | Roland McGrath | 1995-09-17 | 1 | -0/+2 |
| | |||||
* | (target): Changed to `mkfs.ufs'. | Miles Bader | 1995-09-17 | 1 | -1/+2 |
| | | | | (installationdir): New variable, install into $(sbindir). | ||||
* | (target): Changed to `fsck.ufs'. | Miles Bader | 1995-09-17 | 1 | -1/+2 |
| | | | | (installationdir): New variable, install into $(sbindir). | ||||
* | (pokel_init): Initialize the free_pokes field. | Miles Bader | 1995-09-17 | 1 | -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 Bader | 1995-09-17 | 1 | -6/+15 |
| | |||||
* | Initial revision | Roland McGrath | 1995-09-16 | 2 | -0/+71 |
| | |||||
* | (DIST_FILES): Remove Maketools. | Roland McGrath | 1995-09-16 | 1 | -2/+2 |
| | | | | Add config.make.in, configure.in, configure. | ||||
* | Include $(..)config.make for configure-generated parameters. | Roland McGrath | 1995-09-16 | 1 | -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 McGrath | 1995-09-16 | 1 | -7/+4 |
| | | | | (lndist-i386-files): Use $(top_srcdir) in place of $(srcdir). | ||||
* | (lndist, $(srcdir)/hurd-snap/$(dir)/error.[ch]): Targets removed. | Roland McGrath | 1995-09-16 | 1 | -7/+0 |
| | |||||
* | (sbindir): New variable. | Roland McGrath | 1995-09-16 | 1 | -2/+7 |
| | | | | (installationdir): Don't set if already set. | ||||
* | Remove vpath directive. | Roland McGrath | 1995-09-16 | 1 | -2/+0 |
| | |||||
* | (DIST_FILES): Added ourfs_notify.defs. | Roland McGrath | 1995-09-16 | 1 | -9/+1 |
| | | | | (ourfs_notify_U.h ourfs_notifyUser.c, ourfs_notify.defs): Targets removed. | ||||
* | Initial revision | Roland McGrath | 1995-09-16 | 1 | -0/+5 |
| | |||||
* | Initial revision | Roland McGrath | 1995-09-16 | 1 | -0/+14 |
| | |||||
* | (DIST_FILES): Added ourmsg.defs. | Roland McGrath | 1995-09-16 | 1 | -15/+1 |
| | | | | (ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed. | ||||
* | Initial revision | Roland McGrath | 1995-09-16 | 1 | -0/+12 |
| | |||||
* | (DIST_FILES): Added ourmsg.defs. | Roland McGrath | 1995-09-16 | 1 | -12/+1 |
| | | | | (ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed. | ||||
* | core renamed to crash. | Roland McGrath | 1995-09-16 | 1 | -1/+1 |
| | |||||
* | (_SERVERS_CRASH): New macro. | Roland McGrath | 1995-09-16 | 1 | -2/+2 |
| | | | | (_SERVERS_CORE): Macro removed. | ||||
* | Initial revision | Roland McGrath | 1995-09-16 | 1 | -0/+37 |
| | |||||
* | (trunc_indirect): Only record an indirect block as being modified when it | Miles Bader | 1995-09-15 | 1 | -1/+2 |
| | | | | actually is. | ||||
* | u32 --> block_t | Miles Bader | 1995-09-15 | 5 | -13/+11 |
| | |||||
* | (diskfs_truncate): Use the new truncate functions. | Miles Bader | 1995-09-15 | 1 | -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 Bader | 1995-09-14 | 1 | -1/+1 |
| | |||||
* | (CONDITION_INITIALIZER): Provide initial zero for IMPLICATIONS member. | Michael I. Bushnell | 1995-09-13 | 1 | -1/+13 |
| | | | | (condition_init): Bother initializing NAME and IMPLICATIONS members. | ||||
* | (_pager_seqnos_memory_object_lock_completed): Typo. | Michael I. Bushnell | 1995-09-13 | 1 | -3/+1 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): Don't push the | Michael I. Bushnell | 1995-09-13 | 1 | -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 Bader | 1995-09-13 | 1 | -1/+1 |
| | |||||
* | (diskfs_lookup): Doc fix. | Michael I. Bushnell | 1995-09-13 | 1 | -1/+4 |
| | |||||
* | (diskfs_lookup): Require NPP set for RENAME too. | Michael I. Bushnell | 1995-09-13 | 1 | -1/+1 |
| | |||||
* | (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't | Miles Bader | 1995-09-13 | 1 | -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 in | Michael I. Bushnell | 1995-09-13 | 1 | -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't | Michael I. Bushnell | 1995-09-13 | 1 | -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. Bushnell | 1995-09-12 | 1 | -0/+2 |
| | |||||
* | Formerly ethernet.c.~5~ | Michael I. Bushnell | 1995-09-12 | 1 | -20/+25 |
| | |||||
* | Formerly Makefile.~10~ | Michael I. Bushnell | 1995-09-12 | 1 | -1/+1 |
| | |||||
* | Formerly ethernet.c.~4~ | Michael I. Bushnell | 1995-09-12 | 1 | -0/+35 |
| | |||||
* | Formerly main.c.~2~ | Michael I. Bushnell | 1995-09-12 | 1 | -1/+1 |
| | |||||
* | Formerly interrupt.h.~5~ | Michael I. Bushnell | 1995-09-12 | 1 | -1/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-09-12 | 1 | -0/+25 |
| | |||||
* | Formerly devices.c.~4~ | Michael I. Bushnell | 1995-09-12 | 1 | -0/+2 |
| | |||||
* | (CCVERSION): Changed to 2.7.1. | Miles Bader | 1995-09-11 | 1 | -2/+1 |
| | | | | (CCVERSION-duality.gnu.ai.mit.edu): Removed. | ||||
* | (open_hook): Block for read only when there's really someone reading already, | Miles Bader | 1995-09-11 | 1 | -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 McGrath | 1995-09-08 | 1 | -2/+2 |
| |