summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-09-17(target): Changed to `mkfs.ufs'.Miles Bader
(installationdir): New variable, install into $(sbindir).
1995-09-17(target): Changed to `fsck.ufs'.Miles Bader
(installationdir): New variable, install into $(sbindir).
1995-09-16Initial revisionRoland McGrath
1995-09-13(diskfs_lookup): Require NPP set for RENAME too.Michael I. Bushnell
1995-09-13(diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don'tMichael I. Bushnell
even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP.
1995-09-11(CCVERSION): Changed to 2.7.1.Miles Bader
(CCVERSION-duality.gnu.ai.mit.edu): Removed.
1995-09-06(diskfs_pager_users): Ignore the disk pager when seeing if there are anyMiles Bader
active pagers.
1995-08-28(ufs): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.Roland McGrath
1995-08-25(indir_release): When freeing direct blocks mentioned in a singleMichael I. Bushnell
indirect block, or single indirect blocks mentioned in a double, only call the free routine (ffs_blkfree or indir_release, respectively) if the block is actually allocated.
1995-08-24(trivfs_goaway, trivfs_modify_stat): Update arguments.Miles Bader
(trivfs_modify_stat): Get the device from CRED now that we have it.
1995-08-24(devio): Put all dependencies here.Miles Bader
(HURDLIBS): Removed. (OBJS): Get rid of error.o. Get rid of rules dealing with error.o. ($(prefix)/dev/MAKEDEV): Use $(INSTALL_PROGRAM) instead of $(INSTALL_DATA) + `chmod +x'.
1995-08-24(ufs): Add explicit dependencies.Miles Bader
(HURDLIBS, LDFLAGS, REMHDRS): Removed. Rules associated with ../lib removed.
1995-08-23(INSTALL_BIN): Changed to INSTALL_PROGRAM.Miles Bader
1995-08-15([hrs]d*): Fixed partition parsing: use glob pattern, not regexp.Roland McGrath
1995-08-13(trivfs_peropen_create_hook): This now returns an error_t.Miles Bader
(open_hook): And thus this does as well.
1995-07-22(dev_get_memory_object): A new pager now comes with 1 ref, so we allocate aMiles Bader
ref ourselves when we're using an old one, and once we've created the send right, remove a reference.
1995-07-22(trivfs_S_io_seek): Call open_seek instead of doing it ourselves.Miles Bader
1995-07-22Add declaration for open_seek.Miles Bader
1995-07-22(open_read, open_write): Clean up STATE before returning with an error.Miles Bader
(open_seek): New function. (raw_read, raw_write): Return EINVAL if *OFFS isn't a block boundary.
1995-07-21(diskfs_get_filemap): Drop initial reference created by pager_create.Michael I. Bushnell
(pager_clear_user_data): Only clear UPI->np->dn->fileinfo if it still points to us.
1995-07-21(diskfs_get_filemap): Free initial reference created by pager_create.Michael I. Bushnell
1995-07-17(thread_function): Don't have any global timeout here; we don't use itMichael I. Bushnell
anyhow.
1995-07-08(console): Give /hurd/term a ttyname argument.Miles Bader
(fd): Put the fd server on `fd', not `stdin'.
1995-07-08(HURDLIBS): Add libihash.Miles Bader
Remove include dependencies.
1995-07-08(dev_get_memory_object): Moved function to devpager.c.Miles Bader
1995-07-08(trivfs_goaway): Make trivfs_goaway do the right thing.Miles Bader
(clean_exit, close_device): Deleted functions. (thread_cancel): New function. (fsys_port_class, root_port_class, port_bucket): New vars. (trivfs_protid_portclasses, trivfs_cntl_portclasses, trivfs_protid_nportclasses, trivfs_cntl_nportclasses): New vars. (main): Initialize *portclasses vars, and convert to new trivfs lib. (trivfs_protid_porttypes, trivfs_cntl_porttypes, trivfs_protid_nporttypes, trivfs_cntl_nporttypes): Deleted vars. (trivfs_goaway): Convert args for new trivfs lib. (ports_cleanroutines): Delete var. (ports_demuxer, ports_notice_idle, ports_no_live_ports, ports_no_hard_ports): Delete functions.
1995-07-08(struct dev): Add the pager_port_bucket field.Miles Bader
Declare dev_stop_paging ().
1995-07-08(dev_stop_paging): New function.Miles Bader
(pager_dropweak): New function. (pager_port_type): Deleted var. (pager_port_bucket, pager_port_class): New vars. (dev_get_memory_object): Moved here from dev.c. Also, call init_dev_pager if necessary. (service_paging_requests): New function. (init_dev_pager): New function.
1995-07-08(io_state_sync): Remember that we've synced the buffer.Miles Bader
1995-07-07(copyright, sccsid): Correct syntax.Michael I. Bushnell
1995-07-07(OBJCOPY): New var.Michael I. Bushnell
1995-07-07(copyright, sccsid): Declare unused.Michael I. Bushnell
(main): Correct format for fourth arg.
1995-07-07(pinode): Remove assignment from if test.Michael I. Bushnell
1995-07-07(lookup_directory): New decl.Michael I. Bushnell
1995-07-07(pass1): Remove assignment from if test.Michael I. Bushnell
1995-07-07(tables.o): Delete target.Michael I. Bushnell
(vpath tables.c): Tell where to find tables.c.
1995-07-07(tables.o): Delete rule.Michael I. Bushnell
(vpath tables.c): Tell where to find tables.c.
1995-07-06(libc): Reverst last change; ld bug.Michael I. Bushnell
1995-07-06(libc): Provide definition that uses the linker search algorithm toMichael I. Bushnell
get shared libraries if appropriate.
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-06-28Repair mangled include-file dependencies.Michael I. Bushnell
1995-06-27(diskfs_pager_users/enable_cache): Fix typo.Michael I. Bushnell
Include <unistd.h>.
1995-06-27(diskfs_pager_users): New function.Michael I. Bushnell
1995-06-22(thread_function): Move thread_function to be non-local, of course,Michael I. Bushnell
because it needs to live even after create_disk_pager returns.
1995-06-22(thread_cancel): Typo.Michael I. Bushnell
1995-06-22(thread_cancel): New function (HACK).Michael I. Bushnell
1995-06-22(HURDLIBS): Add libihash.Michael I. Bushnell
1995-06-22(main): Have main thread exit when done instead of calling a diskfsMichael I. Bushnell
function.
1995-06-21(diskfs_sync_everything, diskfs_shutdown_pager): Conform to prototype.Michael I. Bushnell
1995-06-21(diskfs_shutdown_pager): Typos.Michael I. Bushnell