aboutsummaryrefslogtreecommitdiff
path: root/devio
Commit message (Expand)AuthorAgeFilesLines
* Split out `std' into individual device-makers it calls.Roland McGrath1995-04-211-17/+27
* (DIST_FILES): New var, for MAKEDEV.Michael I. Bushnell1995-04-111-0/+7
* Initial revisionMichael I. Bushnell1995-04-111-0/+41
* Add some dependencies on include files.Miles Bader1995-04-101-0/+5
* (trivfs_S_file_truncate): Always return 0, so O_TRUNC works.Miles Bader1995-04-101-3/+1
* (open_write, open_read): Bounds check I/O.Miles Bader1995-04-101-16/+14
* (main, check_open_hook, close_device, trivfs_goaway): Add a new lock,Miles Bader1995-04-101-124/+81
* (open_create): Supply our device's size when creating a window.Miles Bader1995-04-101-1/+1
* Read or write partial pages at the end of the device.Miles Bader1995-04-091-12/+26
* (position): Use a shorter than normal window if necessary to avoid going pastMiles Bader1995-04-091-10/+13
* Add a new window field, max_pos. Rename the location field `pos'.Miles Bader1995-04-091-2/+4
* Initial revisionMiles Bader1995-04-051-0/+35
* Initial revisionMiles Bader1995-04-0515-0/+2707