Age | Commit message (Collapse) | Author |
|
ref ourselves when we're using an old one, and once we've created the send
right, remove a reference.
|
|
|
|
|
|
(open_seek): New function.
(raw_read, raw_write): Return EINVAL if *OFFS isn't a block boundary.
|
|
(fd): Put the fd server on `fd', not `stdin'.
|
|
Remove include dependencies.
|
|
|
|
(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.
|
|
Declare dev_stop_paging ().
|
|
(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.
|
|
|
|
|
|
Rewrote /dev/fd stuff (still commented out).
Use case built-in instead of expr program.
|
|
(install): Depend on $(prefix)/dev/MAKEDEV.
($(prefix)/dev/MAKEDEV): New target.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
the end of the device.
(window_create): Initialize the new MAX_POS field.
Rename the location field `pos'.
|
|
|
|
|
|
|