summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-07-07(OBJS): Add mach-crt0.o.Miles Bader
(SRCS): Add mach-crt0.c. (LDFLAGS): Add -nostartfiles (as we now use mach-crt0.o).
1995-07-07(mach_init_routine): New variable, wanted by mach-crt0.o.Miles Bader
(__mig_get_reply_port, __mig_dealloc_reply_port, __mig_put_reply_port): New functions, to avoid using hurdish versions.
1995-07-07[$(doinst)==many] ($(targets) installation rule): Fix typo.Roland McGrath
1995-07-07entered into RCSMiles Bader
1995-07-07Initial revisionMiles Bader
1995-07-07(install) [doinst == one || doinst == many]: Don't install files ifMichael I. Bushnell
they already exist and are up to date.
1995-07-07(S_msg_sig_post, S_msg_sig_post_untraced): Reverse order of theseMichael I. Bushnell
definitions.
1995-07-07(boot.1, boot.a): Use $(LD) and $(OBJCOPY) instead of explicit names.Michael I. Bushnell
1995-07-07(OBJCOPY): New var.Michael I. Bushnell
1995-07-07(S_io_reauthenticate): Cast first arg to mig_deallocate.Michael I. Bushnell
1995-07-07(HURDLIBS-libs): Comment out path-search rule here; I don't yet trustMichael I. Bushnell
-L to work right; particularly inside linker parens.
1995-07-07(fsysopts): Don't list twice.Michael I. Bushnell
1995-07-07(main, apply_auth_to_loginid, apply_auth_to_pgrp): Remove assignmentsMichael I. Bushnell
from inside if tests.
1995-07-07(main): Declare return type.Michael I. Bushnell
1995-07-07(copyright, sccsid): Declare unused.Michael I. Bushnell
(main): Correct format for fourth arg.
1995-07-07(lookup_user): Declare return to be `int' to avoid type clash in useMichael I. Bushnell
as 4th parameter to parse_numlist.
1995-07-07(run): Remove assignments from inside if tests.Michael I. Bushnell
(command): Likewise.
1995-07-07Include <hurd/msg_server.h>.Michael I. Bushnell
(reboot_mach): Insert extra parens around assignment inside while test. (launch_core_servers): Remove assignment from inside if test.
1995-07-07Include <mach/mig_support.h>.Michael I. Bushnell
(load_image): Cast second arg to read.
1995-07-07(bootdevice): Initialize to hard-coded `sd0a' instead ofMichael I. Bushnell
DEFAULT_BOOTDEVICE.
1995-07-07(ps_tty_short_name): Put extra parens around assignment inside ifMichael I. Bushnell
test.
1995-07-07(pinode): Remove assignment from if test.Michael I. Bushnell
1995-07-07(lookup_directory): New decl.Michael I. Bushnell
1995-07-07(pass1): Remove assignment from if test.Michael I. Bushnell
1995-07-07(bfd_mach_host_arch_mach): Remove assignment from inside if test.Michael I. Bushnell
1995-07-07(%.d:%.c %.d:%.S): Repair sed line to include more context.Michael I. Bushnell
1995-07-07Undo last change; add private decl of ioctl.Michael I. Bushnell
1995-07-07Include <sys/ioctl.h>.Michael I. Bushnell
1995-07-07(special-targets): New var.Michael I. Bushnell
(mount): Provide command.
1995-07-07(Building targets) [doinst == many]: Don't try and buildMichael I. Bushnell
$(special-targets).
1995-07-07(tables.o): Delete target.Michael I. Bushnell
(vpath tables.c): Tell where to find tables.c.
1995-07-07(tables.o): Delete rule.Michael I. Bushnell
(vpath tables.c): Tell where to find tables.c.
1995-07-07(OBJS): Don't include mount.sh.Michael I. Bushnell
(shd, su, clri, sync, reboot, halt, fsysopts): List object files here.
1995-07-07Delete now-unneeeded explicit dependencies.Michael I. Bushnell
1995-07-07"ihash.h" -> <hurd/ihash.h>Michael I. Bushnell
1995-07-07(clean): Add dependency files to be removed.Michael I. Bushnell
1995-07-07(OBJS): New var.Michael I. Bushnell
1995-07-07(OBJS): New var.Michael I. Bushnell
(timertest, fstests, opendisk, fdtests): List object files.
1995-07-07(all): Depend on boot.a too.Michael I. Bushnell
1995-07-06(lndist): Add new dependency.Michael I. Bushnell
(lndist-cthreads-h): Rule to create the cthreads.h link.
1995-07-06(install): Don't *always* install cthreadsih; do it only if it's new.Michael I. Bushnell
1995-07-06(ourfs_notify.defs): SYMLINK it.Michael I. Bushnell
1995-07-06(ourmsg_U.h ourmsgUser.c): Use local ourmsg.defs instead of includeMichael I. Bushnell
file directly. (ourmsg.defs): New target.
1995-07-06(libc): Reverst last change; ld bug.Michael I. Bushnell
1995-07-06(ourfs_notify_U.h ourfs_notifyUser.c): Use ourfs_notify.defs insteadMichael I. Bushnell
of directly out of the include directory. (ourfs_notify.defs): New target.
1995-07-06($(target) [doinst == one]): Don't explicitly depend on libc. TooMichael I. Bushnell
hairy for now.
1995-07-06(libc): Provide definition that uses the linker search algorithm toMichael I. Bushnell
get shared libraries if appropriate.
1995-07-06Give an error message instead of dying when no filename argument is given.Miles Bader
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-07-06Added many new rules for automatic dependency generation.Michael I. Bushnell