Age | Commit message (Collapse) | Author |
|
* fakeroot.sh: New file.
* Makefile (targets, special-targets, SRCS): Add it.
|
|
* fakeauth.c: New file.
* Makefile (fakeauth): New target.
(targets): Add it.
(SRCS): Add fakeauth.c.
(auth-MIGSFLAGS, fakeauth-CPPFLAGS, authServer-CPPFLAGS,
auth_requestUser-CPPFLAGS): New variables.
* Makefile (rpctrace): Put libthreads before libports.
|
|
* gcore.c: New file (previously ../exec/gcore.c). Update the code.
* Makefile (targets): Add gcore.
|
|
comes before the ports lib. This makes sure the functions in
libthreads properly override the stubs in libports with the new
dynamic linker semantics in glibc 2.2.
|
|
Remove the su utility, which is incompatible with traditional su
as provided by sh-utils and used by some portable shell scripts.
The Hurdish su functionality is available as `setauth --save'.
* su.c: File removed.
* Makefile (targets): Remove su.
(SRCS): Remove su.c.
(su): Target removed from various dependency rules.
(su-LDLIBS): Variable removed.
* unsu.c (doc): Refer to setauth --save rather than su.
|
|
* mount.c: New file.
* mount.sh: File removed.
* Makefile (special-targets): Remove mount.
(SRCS): mount.sh -> mount.c
(mount): Add deps on ../sutils/fstab.o, ../sutils/clookup.o,
libfshelp and libports.
(../sutils/fstab.o ../sutils/clookup.o): Rule to build in ../sutils.
|
|
* Makefile (targets): Remove freeauth, added accidentally.
|
|
* rpctrace.c: New file, from josem and gord. Not yet functional.
* Makefile (rpctrace): New target.
(targets): Add rpctrace.
(SRCS): Add rpctrace.c.
|
|
* 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.
|
|
|
|
|