aboutsummaryrefslogtreecommitdiff
path: root/trans/null.c
Commit message (Collapse)AuthorAgeFilesLines
* (main): Add flags argument to trivfs_startup call.Miles Bader1995-11-061-1/+1
|
* (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate.Miles Bader1995-09-181-1/+1
|
* (trivfs_goaway, trivfs_modify_stat): Update arguments.Miles Bader1995-08-241-4/+2
|
* (PT_CTL, PT_NODE): Deleted macros.Michael I. Bushnell1995-06-281-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 Bader1995-05-111-1/+1
|
* (trivfs_S_file_truncate): Always return 0, so O_TRUNC works.Miles Bader1995-04-111-3/+1
|
* Use trivfs_startup() instead of doing things manually.Miles Bader1995-04-091-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 Bader1995-04-031-1/+3
|
* Move the check for the bootstrap port after the args check, so that users canMiles Bader1995-03-311-4/+4
| | | | run it from the shell to get a usage message.
* Initial revisionMiles Bader1995-03-301-0/+394