summaryrefslogtreecommitdiff
path: root/devio
AgeCommit message (Collapse)Author
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.
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-06-28Repair mangled include-file dependencies.Michael I. Bushnell
1995-04-21Split out `std' into individual device-makers it calls.Roland McGrath
Rewrote /dev/fd stuff (still commented out). Use case built-in instead of expr program.
1995-04-11(DIST_FILES): New var, for MAKEDEV.Michael I. Bushnell
(install): Depend on $(prefix)/dev/MAKEDEV. ($(prefix)/dev/MAKEDEV): New target.
1995-04-11Initial revisionMichael I. Bushnell
1995-04-10Add some dependencies on include files.Miles Bader
1995-04-10(trivfs_S_file_truncate): Always return 0, so O_TRUNC works.Miles Bader
1995-04-10(open_write, open_read): Bounds check I/O.Miles Bader
1995-04-10(main, check_open_hook, close_device, trivfs_goaway): Add a new lock,Miles Bader
device_lock, and use it to control access to the DEVICE variable. (open_hook, trivfs_modify_stat, trivfs_S_fys_syncfs): Copy DEVICE before using it, so it doesn't change underneath us. (clean_exit): Add a new argument that says whether to aquire a lock before doing our work. (ports_notice_idle, ports_no_live_ports): Use it. (close_device): New function, closes DEVICE cleanly. (clean_exit, ports_no_hard_ports): Use close_device. (main): Use trivfs_startup instead of doing it manually. (trivfs_goaway): Try and do it better, paying attention to flags, etc.; this still isn't right though, we may want to wait for the ports library to be fixed first. (DEBUG): New macro, executes its arg with debug_lock locked.
1995-04-10(open_create): Supply our device's size when creating a window.Miles Bader
1995-04-09Read or write partial pages at the end of the device.Miles Bader
1995-04-09(position): Use a shorter than normal window if necessary to avoid going pastMiles Bader
the end of the device. (window_create): Initialize the new MAX_POS field. Rename the location field `pos'.
1995-04-09Add a new window field, max_pos. Rename the location field `pos'.Miles Bader
1995-04-05Initial revisionMiles Bader
1995-04-05Initial revisionMiles Bader