summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Collapse)Author
1999-03-10.Roland McGrath
1999-03-101999-03-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* boot.c (main): Only use real device name if root_store is for an enforced single run starting at the beginning of the device.
1999-03-09.Roland McGrath
1999-03-091999-03-09 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* boot.c (main): Add newline to error msg. Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
1999-02-17.Roland McGrath
1999-02-171999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* boot.c (S_io_revoke): Add reply, replyPoly args.
1999-02-16Tue Feb 16 05:06:12 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* boot.c (S_io_revoke): New (unsupported) routine.
1998-12-27.Roland McGrath
1998-12-271998-12-26 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* boot.c (isig): New variable. (init_termstate): If it's set, set ISIG flag in c_lflag. (options): New option -I/--isig. (parse_opt): Make -I set `isig'. (boot_script_exec_cmd): Print out args as well as file name.
1998-09-04.Roland McGrath
1998-09-041998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* boot_script.c: Include <string.h> instead of declaring memset here. Include <stdlib.h> instead of declaring malloc, free here.
1997-07-09Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* boot.c: Include <fcntl.h> instead of <fcntlbits.h>. Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
1997-07-08(prompt_resume_task):Miles Bader
Pass more than a single character buffer to safe_gets.
1997-07-08.Miles Bader
1997-06-21.Miles Bader
1997-06-21(HURDLIBS):Miles Bader
Include libstore & libshouldbeinlibc.
1997-06-21(parse_opt):Miles Bader
New function. (pseudo_root, root_store): New variables. (bootscript_args): Now an array. (ds_device_open, ds_device_close, ds_device_write, ds_device_write_inband, ds_device_read, ds_device_read_inband, ds_device_get_status, ds_device_set_status, ds_device_map, ds_xxx_device_set_filter, ds_xxx_device_get_status, ds_xxx_device_set_status, ds_device_set_filter): Handle "pseudo-root" device. (main): Use argp to parse args, and implement the pseudo-root device. Include <argp.h> & <hurd/store.h> (options, doc, args_doc): New variables. (bootscript): Made global.
1997-04-14Mon Mar 17 13:12:45 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* boot_script.c (boot_script_parse_line): Don't print gratuitous output noise.
1997-04-10Thu Apr 10 11:53:57 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* boot.c: Don't include varargs.h. (set_mach_stack_args): Use stdarg instead of vararg.
1996-09-17*** empty log message ***Thomas Bushnell
1996-08-13.Miles Bader
1996-08-13(device.defs): Rule removed.Miles Bader
(ourdevice.defs): Fix rule to work with Makeconf-generated device.defs.
1996-08-13*** empty log message ***Thomas Bushnell
1996-08-12*** empty log message ***Thomas Bushnell
1996-08-01*** empty log message ***Thomas Bushnell
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-17Initial revisionRoland McGrath
1996-07-08(S_io_reauthenticate): Don't use unsafe MOVE_SEND inMichael I. Bushnell
auth_server_authenticate.
1996-05-10(S_io_identity): Typo.Miles Bader
1996-05-10(S_io_identity): New function.Michael I. Bushnell
1996-05-09(S_io_select): No longer has TAG parm.Michael I. Bushnell
(S_io_reauthenticate): Use new interface.
1996-04-29(printf): Add %d.Miles Bader
1996-04-29(main): Use select instead of SIGIO.Miles Bader
1996-04-15(uxboot): Permit errors because people might not have the a.out-mach3Michael I. Bushnell
target installed, and that's OK for many users.
1996-04-15(uxboot.0): Find frank1.ld in #(srcdir).Michael I. Bushnell
1996-04-15Add decl of safe_gets.Michael I. Bushnell
1996-04-15Include <stdio.h>.Michael I. Bushnell
1996-03-27(COMMON-OBJS): Remove tcattr.o.Miles Bader
(SRCS): Remove tcattr.c.
1996-03-27[notanymore]Miles Bader
(S_tioctl_tiocgeta, S_tioctl_tiocseta, S_tioctl_tiocsetaf, term_modes, term_ccs, term_speeds): Functions & variables removed.
1996-03-14(boot): Depend on libthreads.so, nothing wrong with shared libs.Roland McGrath
(uxboot.0, uxboot.1): Use automatic vars in cmds instead of gratuitous redundancy. (LDFLAGS-uxboot.0): Remove useless indirection through variable.
1996-02-14(init_termstate, restore_termstate, term_sgb, localbits):Miles Bader
Moved here from boot.c
1996-02-14[!UX] (orig_tty_state): New variable.Miles Bader
[!UX] (init_termstate, restore_termstate): New hurd versions of these funcs.
1996-02-14(O_RDONLY, O_WRONLY, O_RDWR): New macros.Miles Bader
1996-02-14(load_image, boot_script_read_file, main):Miles Bader
Use O_RDONLY, not 0 (kind of ironic, this...). (load_image): Give the filename with the error message (and a newline).
1996-02-14Move all the ux-specific grot into ux.c & ux.h.Miles Bader
If UX is defined, include "ux.h", else define hurdish stuff. (main): Use get_privileged_ports instead of task_by_pid. (load_image, boot_script_read_file, main, do_mach_notify_no_senders, do_mach_notify_dead_name): Use host_exit instead of uxexit. (boot_script_read_file): Use host_stat instead of uxstat. (init_termstate, S_tioctl_tiocseta): Use sg_flags field in struct sgttyb.
1996-02-14(all): Depend on `boot' and `uxboot'.Miles Bader
(COMMON-OBJS, UX-OBJS): New macros. (OBJS): Inherit most names from $(COMMON-OBJS). (LCLHDRS): Add ux.h. (LDFLAGS): Use target-specific value. (uxboot.0-LDFLAGS): New macro (with contents from old LDFLAGS). (uxboot.o, uxboot.0): New targets. (uxboot): Target renamed from boot.a.
1996-02-14Initial revisionMiles Bader
1995-12-11(should_read): New variable.Miles Bader
(read_reply): Set SHOULD_READ before attempting lock. Use spin_try_lock() instead of spin_lock(), and abort if we can't get it. Clear SHOULD_READ after getting the lock. (ds_device_read, ds_device_read_inband, S_io_read): Call unlock_readlock instead of directly unlocking READLOCK. Don't block SIGIO. (unlock_readlock): New function. (main): Don't trap SIGMSG & SIGEMSG. (SIGMSG, SIGEMSG): Macros deleted.
1995-12-05(main): Request no-senders notification on pseudo_master_device_port.Roland McGrath
Deallocate our send right to it when we no longer need it. (ds_device_read_inband): Unlock readlock properly. (do_mach_notify_no_senders): Exit only when both pseudo_console and pseudo_master_device_port have no senders.
1995-12-05*** empty log message ***Michael I. Bushnell