summaryrefslogtreecommitdiff
path: root/boot/ChangeLog
AgeCommit message (Collapse)Author
2001-08-17.Roland McGrath
2001-08-17.Roland McGrath
2001-08-17.Roland McGrath
2001-02-26.Roland McGrath
2001-01-072000-12-21 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* boot.c (main): If malloc or realloc fails, print diagnostic message and exit. (queue_read): Change return type from void to kern_return_t. If malloc fails, return D_NO_MEMORY, otherwise D_SUCCESS (to simplify code flow, malloc before acquiring the queuelock). (ds_device_read): New variable err (local to the block in which it is used). If queue_read fails, pass through error. (ds_device_read_inband): Likewise. (S_io_read): Likewise. Reported by Igor Khavkine <i_khavki@alcor.concordia.ca>.
2000-03-17.Roland McGrath
2000-03-172000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* boot.c (S_io_reauthenticate): Don't use MACH_MSG_TYPE_MAKE_SEND in Hurd RPC.
2000-03-03.Roland McGrath
1999-09-13Reverted changes related to io_map_segment.Roland McGrath
1999-09-081999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* boot.c (S_io_map_segment): New function.
1999-07-11.Roland McGrath
1999-07-111999-07-06 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* boot.c (load_image): Use mmap instead of vm_allocate, when allocating in mach_task_self (). (boot_script_exec_cmd): Likewise. (set_mach_stack_args): Likewise. (read_reply): Likewise. (S_io_read): Likewise.
1999-07-11.Roland McGrath
1999-07-06Mon Jul 5 20:04:06 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* boot.c (load_image): Fix typo in cast. Reported by Yamashita TAKAO <jargon@lares.dti.ne.jp>.
1999-07-031999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* boot.c (load_image): Use munmap instead of vm_deallocate when it's from our own task. (boot_script_read_file): Likewise. (boot_script_exec_cmd): Likewise. (set_mach_stack_args): Likewise. (ds_device_read_inband): Likewise.
1999-03-20.Roland McGrath
1999-03-15.Roland McGrath
1999-03-10.Roland McGrath
1999-03-09.Roland McGrath
1999-02-17.Roland McGrath
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-09-04.Roland McGrath
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.Miles Bader
1997-06-21.Miles Bader
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*** empty log message ***Thomas Bushnell
1996-08-12*** empty log message ***Thomas Bushnell
1996-08-01*** empty log message ***Thomas Bushnell
1996-07-17Initial revisionRoland McGrath