summaryrefslogtreecommitdiff
path: root/devio/MAKEDEV
AgeCommit message (Collapse)Author
1996-02-20Add rule for `time', and add `time' to std.Miles Bader
1996-01-30Grok `tty'.Roland McGrath
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-08-15([hrs]d*): Fixed partition parsing: use glob pattern, not regexp.Roland McGrath
1995-07-08(console): Give /hurd/term a ttyname argument.Miles Bader
(fd): Put the fd server on `fd', not `stdin'.
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-11Initial revisionMichael I. Bushnell