Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Miles Bader | 1997-03-01 | 1 | -1/+2 |
| | |||||
* | (argp_program_version): Make const. | Miles Bader | 1997-02-20 | 1 | -1/+1 |
| | |||||
* | (control_class, node_class, port_bucket, trivfs_protid_port_class, | Miles Bader | 1997-02-20 | 1 | -20/+5 |
| | | | | | | | | trivfs_cntl_portclasses, trivfs_protid_nportclasses, trivfs_cntl_nportclasses): Variables removed. (main): Don't use them. | ||||
* | (trivfs_S_file_check_access): | Miles Bader | 1996-09-26 | 1 | -11/+0 |
| | | | | Function removed (trivfs default is now sufficient). | ||||
* | (trivfs_S_io_readable): | Miles Bader | 1996-09-24 | 1 | -46/+22 |
| | | | | | | | | | | | | | | Always return 0. (argp_program_version): New variable. (provide_zeros): Variable removed. (main): Use argp for argument parsing. (trivfs_S_io_read): Don't return zeros anymore. (trivfs_S_file_check_access): New function. | ||||
* | (main): Add flags argument to trivfs_startup call. | Miles Bader | 1995-11-06 | 1 | -1/+1 |
| | |||||
* | (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate. | Miles Bader | 1995-09-18 | 1 | -1/+1 |
| | |||||
* | (trivfs_goaway, trivfs_modify_stat): Update arguments. | Miles Bader | 1995-08-24 | 1 | -4/+2 |
| | |||||
* | (PT_CTL, PT_NODE): Deleted macros. | Michael I. Bushnell | 1995-06-28 | 1 | -56/+20 |
| | | | | | | | | | | | | | | | | (trivfs_protid_porttypes, trivfs_cntl_porttypes, trivfs_protid_nporttypes, trivfs_cntl_nporttypes): Deleted vars. (trivfs_protid_portclasses, trivfs_cntl_portclasses, trivfs_protid_nportclasses, trivfs_cntl_nportclasses): New vars. (control_class, node_class, port_bucket): New vars. (main): Initialize control_class, node_class, port_bucket, trivfs_protid_portclasses, and trivfs_cntl_portclasses. (ports_cleanroutines): Delete initialization. (main): Convert to new trivfs interface. (trivfs_goaway): Likewise. (main): Convert to new ports interface. (ports_demuxer, ports_notice_idle, ports_no_live_ports, ports_no_hard_ports): Deleted functions. | ||||
* | (trivfs_modify_stat): Make st_blksize really large. | Miles Bader | 1995-05-11 | 1 | -1/+1 |
| | |||||
* | (trivfs_S_file_truncate): Always return 0, so O_TRUNC works. | Miles Bader | 1995-04-11 | 1 | -3/+1 |
| | |||||
* | Use trivfs_startup() instead of doing things manually. | Miles Bader | 1995-04-09 | 1 | -18/+5 |
| | | | | Get rid of _libports_initialize() [it gets called automatically]. | ||||
* | Return more useful values for the st_blksize and st_fstype fields in a stat. | Miles Bader | 1995-04-03 | 1 | -1/+3 |
| | |||||
* | Move the check for the bootstrap port after the args check, so that users can | Miles Bader | 1995-03-31 | 1 | -4/+4 |
| | | | | run it from the shell to get a usage message. | ||||
* | Initial revision | Miles Bader | 1995-03-30 | 1 | -0/+394 |