aboutsummaryrefslogtreecommitdiff
path: root/term/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Wed Aug 20 14:07:35 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-2/+1
| | | | | * main.c (main): New args for ports_manage_port_operations_multithread.
* (main):Miles Bader1997-02-201-2/+2
| | | | | Initialize TTY_CLASS & PTY_CLASS too instead of doing TTY_CNTL_CLASS & PTY_CNTL_CLASS twice.
* (trivfs_protid_portclasses, trivfs_protid_nportclasses,Miles Bader1997-02-201-15/+6
| | | | | | | | trivfs_cntl_portclasses, trivfs_cntl_nportclasses): Variables removed. (main): Don't set port class/bucket variables, use trivfs_add_{protid,control}_port_class insteadd.
* (main):Miles Bader1997-02-051-1/+1
| | | | Add S_IROOT to TERM_MODE.
* *** empty log message ***Thomas Bushnell1996-08-151-3/+3
|
* (main): term_mode needs S_IFCHR.Michael I. Bushnell1996-07-171-1/+1
|
* (main): Initialize term_owner, term_group, and term_mode.Michael I. Bushnell1996-07-171-0/+3
|
* (main): Call ptyio_init if appropriate.Miles Bader1996-02-241-2/+5
|
* (main): Use trivfs_startup & trivfs_create_port instead of trivfs_handle_port.Miles Bader1996-01-271-20/+18
|
* (main): Set PEERCNTL to &PTYCTL if we're a slave, not 0.Miles Bader1996-01-181-1/+1
|
* (main): Put the nodename on ourcntl->hook rather than NODENAME, and also putMiles Bader1995-12-211-5/+11
| | | | our peer's nodname on peercntl->hook.
* (main): Never mind.Michael I. Bushnell1995-12-201-1/+0
|
* (main): Initialize input_path_lock.Michael I. Bushnell1995-12-201-0/+1
|
* (main): Typo.Michael I. Bushnell1995-12-121-1/+1
|
* (main): Set BOTTOM.Michael I. Bushnell1995-12-121-0/+3
|
* (main): Totally rework arg parsing and translator linkage. No longerMichael I. Bushnell1995-12-051-45/+85
| | | | | support being started s a shell program. Now support pty's, though no attempt is made to deal nicely with the node collision problem.
* (main): Add FLAGS arg to trivfs_startup call.Miles Bader1995-11-061-1/+1
|
* (main): Call init_users. Don't initialize output_psize. Set NO_OWNERMichael I. Bushnell1995-09-221-2/+3
| | | | in initial termflags.
* Initial revisionMichael I. Bushnell1995-08-311-0/+147