| Commit message (Expand) | Author | Age | Files | Lines |
* | (init_termstate, restore_termstate, term_sgb, localbits): | Miles Bader | 1996-02-14 | 1 | -0/+28 |
* | [!UX] (orig_tty_state): New variable. | Miles Bader | 1996-02-14 | 1 | -37/+36 |
* | (O_RDONLY, O_WRONLY, O_RDWR): New macros. | Miles Bader | 1996-02-14 | 1 | -0/+6 |
* | (load_image, boot_script_read_file, main): | Miles Bader | 1996-02-14 | 1 | -6/+6 |
* | Move all the ux-specific grot into ux.c & ux.h. | Miles Bader | 1996-02-14 | 1 | -258/+39 |
* | (all): Depend on `boot' and `uxboot'. | Miles Bader | 1996-02-14 | 1 | -13/+20 |
* | Initial revision | Miles Bader | 1996-02-14 | 2 | -0/+351 |
* | (should_read): New variable. | Miles Bader | 1995-12-11 | 1 | -28/+36 |
* | (main): Request no-senders notification on pseudo_master_device_port. | Roland McGrath | 1995-12-05 | 1 | -5/+28 |
* | *** empty log message *** | Michael I. Bushnell | 1995-12-05 | 1 | -0/+2 |
* | (readlock): New variable. | Michael I. Bushnell | 1995-11-30 | 1 | -4/+20 |
* | (request_server): Don't call exec_server. | Roland McGrath | 1995-11-22 | 1 | -226/+49 |
* | (OBJS): Remove execServer.o. | Roland McGrath | 1995-11-14 | 1 | -4/+4 |
* | (read_file): Pass CMD->path for file name. | Roland McGrath | 1995-09-28 | 1 | -2/+4 |
* | (struct uxstat): New type. | Roland McGrath | 1995-09-27 | 1 | -5/+25 |
* | (fstat): New syscall function. | Roland McGrath | 1995-09-27 | 1 | -0/+6 |
* | (read_file): New function. | Roland McGrath | 1995-09-27 | 1 | -1/+11 |
* | (boot_script_read_file): Declare it. | Roland McGrath | 1995-09-27 | 1 | -0/+4 |
* | (close): New syscall function. | Roland McGrath | 1995-09-27 | 1 | -5/+89 |
* | Restore entry SP before return. | Roland McGrath | 1995-09-23 | 1 | -0/+1 |
* | (main): Use static const for constant strings. | Roland McGrath | 1995-09-23 | 1 | -4/+7 |
* | (boot_script_parse_line): Ignore line beginning with #. | Roland McGrath | 1995-09-23 | 1 | -0/+3 |
* | (S_io_pathconf): New function. | Roland McGrath | 1995-09-23 | 1 | -0/+9 |
* | (LDFLAGS): Add -static. | Roland McGrath | 1995-09-23 | 1 | -1/+1 |
* | (sigmask): New macro. | Michael I. Bushnell | 1995-09-22 | 1 | -4/+7 |
* | (__data_start): New variable. | Roland McGrath | 1995-09-22 | 1 | -0/+1 |
* | (sigblock, sigsetmask): New functions. | Michael I. Bushnell | 1995-08-29 | 1 | -0/+27 |
* | Updated by Shantanu Goel, to accept action keywords only inside $(...) and | Roland McGrath | 1995-08-28 | 2 | -140/+118 |
* | Updated for changes in boot_script.h protocol by Shantanu Goel. | Roland McGrath | 1995-08-28 | 1 | -18/+26 |
* | Initial revision | Roland McGrath | 1995-08-23 | 2 | -0/+952 |
* | (SRCS): Add boot_script.c. | Roland McGrath | 1995-08-23 | 1 | -3/+5 |
* | (boot_like_kernel, boot_like_cmudef, boot_like_hurd): Variables removed. | Roland McGrath | 1995-08-23 | 1 | -101/+214 |
* | DISTFILES -> DIST_FILES. | Michael I. Bushnell | 1995-07-31 | 1 | -1/+1 |
* | (free_reply_ports, free_reply_ports_lock): New variables. | Miles Bader | 1995-07-08 | 1 | -6/+46 |
* | (OBJS): Add mach-crt0.o. | Miles Bader | 1995-07-07 | 1 | -4/+4 |
* | (mach_init_routine): New variable, wanted by mach-crt0.o. | Miles Bader | 1995-07-07 | 1 | -0/+18 |
* | entered into RCS | Miles Bader | 1995-07-07 | 1 | -10/+6 |
* | Initial revision | Miles Bader | 1995-07-07 | 1 | -0/+161 |
* | (boot.1, boot.a): Use $(LD) and $(OBJCOPY) instead of explicit names. | Michael I. Bushnell | 1995-07-07 | 1 | -2/+2 |
* | (S_io_reauthenticate): Cast first arg to mig_deallocate. | Michael I. Bushnell | 1995-07-07 | 1 | -4/+4 |
* | Include <mach/mig_support.h>. | Michael I. Bushnell | 1995-07-07 | 1 | -1/+2 |
* | (bootdevice): Initialize to hard-coded `sd0a' instead of | Michael I. Bushnell | 1995-07-07 | 1 | -1/+1 |
* | Undo last change; add private decl of ioctl. | Michael I. Bushnell | 1995-07-07 | 1 | -1/+1 |
* | Include <sys/ioctl.h>. | Michael I. Bushnell | 1995-07-07 | 1 | -1/+2 |
* | (all): Depend on boot.a too. | Michael I. Bushnell | 1995-07-07 | 1 | -0/+2 |
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -3/+0 |
* | (DISTFILES): New variable; include frank1.ld and frankemul.ld. | Roland McGrath | 1995-05-31 | 1 | -1/+8 |
* | Omit .globl decl for errno; it caused some as complaint. | Roland McGrath | 1995-05-31 | 1 | -1/+1 |
* | Remove copyright notice. | Michael I. Bushnell | 1995-05-22 | 1 | -19/+0 |
* | (load_image): Make sure we actually allocate enough memory to read into, | Miles Bader | 1995-05-17 | 1 | -2/+7 |