summaryrefslogtreecommitdiff
path: root/term/main.c
AgeCommit message (Collapse)Author
2000-03-172000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* main.c (main): Don't use MAKE_SEND in Hurd RPC.
1999-02-191999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* main.c (main): Initialize status from underlying node. * users.c (check_access_hook): New function. Correctly implement access permission checking. (trivfs_check_access_hook): Initialize with check_access_hook. (trivfs_S_file_check_access): Removed.
1999-01-30Sat Jan 30 00:27:14 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* munge.c (create_queue): Make sure that malloc succeeds. Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
1997-08-20Wed Aug 20 14:07:35 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* main.c (main): New args for ports_manage_port_operations_multithread.
1997-02-20(main):Miles Bader
Initialize TTY_CLASS & PTY_CLASS too instead of doing TTY_CNTL_CLASS & PTY_CNTL_CLASS twice.
1997-02-20(trivfs_protid_portclasses, trivfs_protid_nportclasses,Miles Bader
trivfs_cntl_portclasses, trivfs_cntl_nportclasses): Variables removed. (main): Don't set port class/bucket variables, use trivfs_add_{protid,control}_port_class insteadd.
1997-02-05(main):Miles Bader
Add S_IROOT to TERM_MODE.
1996-08-15*** empty log message ***Thomas Bushnell
1996-07-17(main): term_mode needs S_IFCHR.Michael I. Bushnell
1996-07-17(main): Initialize term_owner, term_group, and term_mode.Michael I. Bushnell
1996-02-24(main): Call ptyio_init if appropriate.Miles Bader
1996-01-27(main): Use trivfs_startup & trivfs_create_port instead of trivfs_handle_port.Miles Bader
1996-01-18(main): Set PEERCNTL to &PTYCTL if we're a slave, not 0.Miles Bader
1995-12-21(main): Put the nodename on ourcntl->hook rather than NODENAME, and also putMiles Bader
our peer's nodname on peercntl->hook.
1995-12-20(main): Never mind.Michael I. Bushnell
1995-12-20(main): Initialize input_path_lock.Michael I. Bushnell
1995-12-12(main): Typo.Michael I. Bushnell
1995-12-12(main): Set BOTTOM.Michael I. Bushnell
1995-12-05(main): Totally rework arg parsing and translator linkage. No longerMichael I. Bushnell
support being started s a shell program. Now support pty's, though no attempt is made to deal nicely with the node collision problem.
1995-11-06(main): Add FLAGS arg to trivfs_startup call.Miles Bader
1995-09-22(main): Call init_users. Don't initialize output_psize. Set NO_OWNERMichael I. Bushnell
in initial termflags.
1995-08-31Initial revisionMichael I. Bushnell