aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (fsysopts): Don't list twice.Michael I. Bushnell1995-07-071-1/+0
|
* (main, apply_auth_to_loginid, apply_auth_to_pgrp): Remove assignmentsMichael I. Bushnell1995-07-071-15/+19
| | | | from inside if tests.
* (main): Declare return type.Michael I. Bushnell1995-07-071-1/+2
|
* (copyright, sccsid): Declare unused.Michael I. Bushnell1995-07-071-3/+5
| | | | (main): Correct format for fourth arg.
* (lookup_user): Declare return to be `int' to avoid type clash in useMichael I. Bushnell1995-07-071-1/+1
| | | | as 4th parameter to parse_numlist.
* (run): Remove assignments from inside if tests.Michael I. Bushnell1995-07-071-4/+8
| | | | (command): Likewise.
* Include <hurd/msg_server.h>.Michael I. Bushnell1995-07-071-3/+4
| | | | | (reboot_mach): Insert extra parens around assignment inside while test. (launch_core_servers): Remove assignment from inside if test.
* Include <mach/mig_support.h>.Michael I. Bushnell1995-07-071-1/+2
| | | | (load_image): Cast second arg to read.
* (bootdevice): Initialize to hard-coded `sd0a' instead ofMichael I. Bushnell1995-07-071-1/+1
| | | | DEFAULT_BOOTDEVICE.
* (ps_tty_short_name): Put extra parens around assignment inside ifMichael I. Bushnell1995-07-071-1/+1
| | | | test.
* (pinode): Remove assignment from if test.Michael I. Bushnell1995-07-071-2/+3
|
* (lookup_directory): New decl.Michael I. Bushnell1995-07-071-1/+2
|
* (pass1): Remove assignment from if test.Michael I. Bushnell1995-07-071-2/+3
|
* (bfd_mach_host_arch_mach): Remove assignment from inside if test.Michael I. Bushnell1995-07-071-2/+2
|
* (%.d:%.c %.d:%.S): Repair sed line to include more context.Michael I. Bushnell1995-07-071-2/+2
|
* Undo last change; add private decl of ioctl.Michael I. Bushnell1995-07-071-1/+1
|
* Include <sys/ioctl.h>.Michael I. Bushnell1995-07-071-1/+2
|
* (special-targets): New var.Michael I. Bushnell1995-07-071-0/+2
| | | | (mount): Provide command.
* (Building targets) [doinst == many]: Don't try and buildMichael I. Bushnell1995-07-071-1/+3
| | | | $(special-targets).
* (tables.o): Delete target.Michael I. Bushnell1995-07-071-2/+2
| | | | (vpath tables.c): Tell where to find tables.c.
* (tables.o): Delete rule.Michael I. Bushnell1995-07-071-2/+2
| | | | (vpath tables.c): Tell where to find tables.c.
* (OBJS): Don't include mount.sh.Michael I. Bushnell1995-07-071-4/+10
| | | | (shd, su, clri, sync, reboot, halt, fsysopts): List object files here.
* Delete now-unneeeded explicit dependencies.Michael I. Bushnell1995-07-071-6/+0
|
* "ihash.h" -> <hurd/ihash.h>Michael I. Bushnell1995-07-071-2/+2
|
* (clean): Add dependency files to be removed.Michael I. Bushnell1995-07-071-1/+1
|
* (OBJS): New var.Michael I. Bushnell1995-07-072-0/+2
|
* (OBJS): New var.Michael I. Bushnell1995-07-071-1/+6
| | | | (timertest, fstests, opendisk, fdtests): List object files.
* (all): Depend on boot.a too.Michael I. Bushnell1995-07-071-0/+2
|
* (lndist): Add new dependency.Michael I. Bushnell1995-07-061-0/+5
| | | | (lndist-cthreads-h): Rule to create the cthreads.h link.
* (install): Don't *always* install cthreadsih; do it only if it's new.Michael I. Bushnell1995-07-061-2/+2
|
* (ourfs_notify.defs): SYMLINK it.Michael I. Bushnell1995-07-061-1/+1
|
* (ourmsg_U.h ourmsgUser.c): Use local ourmsg.defs instead of includeMichael I. Bushnell1995-07-061-3/+5
| | | | | file directly. (ourmsg.defs): New target.
* (libc): Reverst last change; ld bug.Michael I. Bushnell1995-07-061-1/+1
|
* (ourfs_notify_U.h ourfs_notifyUser.c): Use ourfs_notify.defs insteadMichael I. Bushnell1995-07-061-2/+7
| | | | | of directly out of the include directory. (ourfs_notify.defs): New target.
* ($(target) [doinst == one]): Don't explicitly depend on libc. TooMichael I. Bushnell1995-07-061-6/+6
| | | | hairy for now.
* (libc): Provide definition that uses the linker search algorithm toMichael I. Bushnell1995-07-061-1/+1
| | | | get shared libraries if appropriate.
* Give an error message instead of dying when no filename argument is given.Miles Bader1995-07-061-0/+3
|
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-0618-84/+6
|
* Added many new rules for automatic dependency generation.Michael I. Bushnell1995-07-061-5/+60
|
* (csw_pic.o): Provide slightly cheating rule.Michael I. Bushnell1995-07-061-0/+5
|
* Make things work nicer for $(doinst)==many by allowing per-targetMichael I. Bushnell1995-07-061-13/+31
| | | | HURDLIBS and LDFLAGS values.
* (ps-HURDLIBS): Renamed from HURDLIBS.Michael I. Bushnell1995-07-061-2/+2
| | | | (ps): Fix dependencies.
* (ifsock-HURDLIBS, null-HURDLIBS): New vars.Michael I. Bushnell1995-07-061-2/+8
| | | | (null, ifsock): Fix dependencies.
* (OTHERLIBS): Define var.Michael I. Bushnell1995-07-051-4/+1
| | | | (all, exec): Delete targets.
* (exec): fooMichael I. Bushnell1995-07-051-3/+4
|
* (prog-subdirs): Removed `pflocal'.Michael I. Bushnell1995-07-051-1/+1
|
* Formerly socket.c.~6~Miles Bader1995-07-051-2/+3
|
* Formerly io.c.~5~Miles Bader1995-07-051-1/+3
|
* Formerly sock.h.~2~Miles Bader1995-07-051-203/+9
|
* Formerly connq.h.~2~Miles Bader1995-07-051-244/+6
|