Age | Commit message (Collapse) | Author |
|
* Makefile (INSTALL-addauth-ops, INSTALL-setauth-ops,
INSTALL-su-ops): Removed. These programs don't have to be
installed suid-root anymore.
* frobauth-mod.c (frobauth_modify): Do not try to set the owner of
the processes we're frobbing. The process set their owner
themselves when we pass them their new authentication.
|
|
* Makefile (SRCS, targets, targets rule): Rename sync to syncfs.
* syncfs.c: Renamed from sync.c.
Take flags -a/--asynchronous and -c/--no-children,
and optional file arguments. Diagnose errors.
|
|
* Makefile (OBJS): Use % pattern instead of explicit list.
|
|
* Makefile (msgport): Add dependency on libshouldbeinlibc.
|
|
* msgport.c: New file.
* Makefile (targets): Add `msgport'.
(SRCS): Add `msgport.c'.
(msgport): Add dependencies on parse.o and pids.o.
|
|
* ping.c: New file. Originally P.D. from US Army; then modified
by BSD, then added to Linux. Taken from Linux ping and adapted
for Hurd and submitted for inclusion by Kunihiro Ishiguro
(kunihiro@zebra.org).
* Makefile (targets): Add `ping'.
(SRCS): Add `ping.c'.
(ping-CPPFLAGS): New variable, to find <linux/icmp.h> in the
pfinet sources.
(INSTALL-ping-ops): Install ping suid root.
(ping): Depend on `../libthreads/libthreads.a'.
|
|
Add storecat.c & storeread.c.
(targets):
Add storecat & storeread.
Add storecat & storeread to appropriate dependency rules.
|
|
* Makefile (SRCS): Add setauth.c, pids.c, unsu.c, and nonsugid.c.
|
|
Add dependency on ../liftpconn/libftpconn.a.
(SRCS):
Add ftpcp.c & ftpdir.c.
(HURDLIBS):
Add ftpconn.
(targets):
Add ftpcp & ftpdir.
|
|
(INSTALL-ids-ops):
Renamed from INSTALL-hurdids-ops.
(SRCS):
hurdids.c renamed to ids.c.
(targets):
hurdids renamed to ids.
(addauth-LDLIBS, setauth-LDLIBS, su-LDLIBS):
New variables.
|
|
Add parse.c.
(LCLHDRS):
Add parse.h.
Add dependencies on parse.o.
Change references to addu into ones to addauth.
|
|
(INSTALL-hurdids-ops, INSTALL-addu-ops): New variables.
(SRCS): Add addu.c.
(targets): Add addu.
|
|
Rule removed.
|
|
Add $(LIBCRYPT).
|
|
|
|
|
|
|
|
(SRCS): Add vminfo.c.
(INSTALL-vminfo-ops): New variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(targets): Remove `getty'.
(SRCS): Remove getty.c.
|
|
(SRCS): Remove reboot.c & halt.c.
(login): Depend on -lutil instead of grot.
|
|
|
|
|
|
(include ../Makeconf): Place before all dependencies.
($(targets)): Each separate target should depend on its own .o.
|
|
(SRCS): Add devprobe.c.
|
|
Add portinfo & portinfo.c.
Remove clri & clri.c.
|
|
(SRCS): Add uptime.sh.
|
|
(SRCS): Add vmstat.c
|
|
|
|
(login): Depend on -lutil.
|
|
(targets): Add login.
(login): Depends on ../libshouldbelibc/libshouldbelibc.
|
|
(SRCS): Add storeinfo.c.
(storeinfo): New target.
|
|
(settrans): Depend on libfshelp.a instead of starttrans.o.
|
|
(ps, settrans, showtrans, fsysopts): Put all dependencies in these targets.
(settrans-HURDLIBS, showtrans-HURDLIBS, ps-HURDLIBS): Removed.
(settrans, showtrans, fsysopts, ps): Get rid of things that are now in
libshouldbeinlibc.
Get rid of rules dealing with error.o.
|
|
|
|
|
|
(mount): Provide command.
|
|
(shd, su, clri, sync, reboot, halt, fsysopts): List object files here.
|
|
|
|
|
|
(ps): Fix dependencies.
|
|
Put back the vpath for %.c to ../lib.
|
|
(CPPFLAGS): Deleted addition of -I../lib.
(vpath): Deleted spec.
(ps): Deleted ihash.o and primes.o.
|
|
(REMHDRS): Define this variable.
|