summaryrefslogtreecommitdiff
path: root/devio
AgeCommit message (Collapse)Author
1997-06-17Replaced by storeio.Miles Bader
1996-09-08.Miles Bader
1996-09-08(DIST_FILES): Variable removed.Miles Bader
(install, $(prefix)/dev/MAKEDEV): Targets removed.
1996-07-19.Miles Bader
1996-07-19(trivfs_S_file_get_storage_info):Miles Bader
Return correct values for NUM_RUNS and NUM_OFFSETS.
1996-07-19.Miles Bader
1996-07-19(trivfs_S_file_get_storage_info): Fill in the array-length return values.Miles Bader
1996-07-18.Miles Bader
1996-07-18Add "com[0-9]".Miles Bader
1996-07-17Initial revisionRoland McGrath
1996-07-17(st): New function.Miles Bader
Use new st function (get rid of chmods). Accept disk device names without partitions, & with slice + partition.
1996-06-15([hrs]d*): Allow user to specify slice as well. Patch from GordMichael I. Bushnell
Matzigkeit, gord@enci.ucalgary.ca.
1996-05-14foo.Michael I. Bushnell
1996-05-09(trivfs_S_file_get_storage_info): Fix param type.Miles Bader
1996-05-09(trivfs_S_io_select): Remove TAG arg.Miles Bader
1996-05-07(trivfs_S_file_get_storage_info): Swap PORTS_TYPE & NUM_PORTS.Miles Bader
1996-05-07(trivfs_S_file_get_storage_info): Rewrite for new interface.Miles Bader
1996-04-30(include ../Makeconf): BEFORE dependencies.Michael I. Bushnell
($(prefix)/dev/MAKEDEV): Find MAKEDEV in $(srcdir).
1996-02-20Add rule for `time', and add `time' to std.Miles Bader
1996-01-30Grok `tty'.Roland McGrath
1996-01-27(trivfs_goaway):Miles Bader
Handle errors from ports_inhibit_class_rpcs. Allow rpcs to resume if we're going to return EBUSY.
1996-01-16(trivfs_modify_stat): The peropen hook holds a struct open, not a struct dev.Miles Bader
1995-12-30(std): Make `fd' one of the standard devices.Miles Bader
1995-12-15(ST): Variable holding the proper settrans command, which use.Miles Bader
(_CWD): Use this variable to pass down the current directory to sub MAKEDEVS. (console): Use the new term syntax. (tty[0-9]?|tty[0-9a-f]): New rule for normal ttys. ([pt]ty[pqPQ]?): New rule for ptys (both master and slave). ([pt]ty[pqPQ]): New rule for making sets of ptys.
1995-12-04(trivfs_S_file_set_size, trivfs_S_file_sync,Miles Bader
trivfs_S_file_syncfs, trivfs_S_file_get_storage_info): Add totally gratuitous, annoying, and trouble-making reply-port args. (trivfs_S_file_get_storage_info): Use inline return if possible.
1995-11-08(trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate.Miles Bader
1995-11-06(main): Add FLAGS arg to trivfs_startup call.Miles Bader
1995-11-06(trivfs_S_file_get_storage_info): Add FLAGS argument.Miles Bader
1995-10-11(trivfs_S_file_get_storage_info):Miles Bader
Change type of ADDRESSES to off_t **, and add BLOCK_SIZE parameter.
1995-10-04(struct dev): Add the NAME field.Miles Bader
1995-10-04(open_write, open_read): Get rid of debugging noise.Miles Bader
1995-10-04(dev_open, dev_sync, dev_write, dev_read): Get rid of debugging noise.Miles Bader
1995-10-04(position): Get rid of debugging noise.Miles Bader
1995-10-04(pager_write_page, pager_read_page): Get rid of debugging noise.Miles Bader
1995-10-04(trivfs_S_file_syncfs, trivfs_S_file_sync): Get rid of debugging noise.Miles Bader
1995-10-04(main, trivfs_S_fsys_syncfs): Get rid of debugging noise.Miles Bader
1995-10-01(trivfs_S_file_get_storage_info): New function.Miles Bader
1995-10-01(dev_open): Record NAME in the returned dev structure.Miles Bader
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-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-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.