glibc/hurd
Thomas Bushnell, BSG 924840c542 *** empty log message ***
Fri Aug 30 13:39:21 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

	* Makerules (BUILD_CFLAGS): Use @(common-objpfx) for config.h, not
 	$(..).  Some rules (like sysdeps/posix/Makefile for mk-stdiolim)
 	do `cd' commands.
	(sed-remove-objpfx): Don't substitute for $(objpfx) anymore;
 	$(common-objpfx) is good enough.
	* Rules (common-generated): Provide default (empty) value.
	(dummy.o, dummy.c, empty.o, empty.c): Put these in
 	$(common-generated), not $(generated), and without $(..).
	(subdir_echo-distinfo): Treat $(common-generated) just like
 	$(generated).
	(generated): Depend on the (suitably mutated) $(common-generated)
 	files too.
	* Makerules (common-clean): Remove common-generated files too.
	* sysdeps/mach/hurd/Makefile (generated): Don't put errnos.d and
 	stamp-errnos here.
	(common-generated): Do put errnos.d and stamp-errnos here.
	(rpath-link): Don't use +=; $(rpath-link) is a colon separated list.

	* sysdeps/mach/hurd/Makefile (before-compile): Add auth; also add
 	auth to following rule to get it built.

	$(common-objpfx).  All uses in dependency lists changed.
1996-08-30 23:40:22 +00:00
..
hurd *** empty log message *** 1996-06-19 22:38:55 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile * hurd/Makefile (routines): Add get-host, set-host. 1996-06-16 03:49:40 +00:00
Notes initial import 1995-02-18 01:27:10 +00:00
STATUS Tue Feb 21 21:53:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-02-22 03:00:48 +00:00
alloc-fd.c (_hurd_alloc_fd): Don't reduce FIRST_FD in the case where it starts out less than _hurd_dtablesize. 1995-05-12 16:40:34 +00:00
catch-exc.c Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-08 02:07:47 +00:00
catch-signal.c Mon Mar 4 17:35:09 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-04 22:45:04 +00:00
ctty-input.c initial import 1995-02-18 01:27:10 +00:00
ctty-output.c initial import 1995-02-18 01:27:10 +00:00
dtable.c Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-04 09:46:57 +00:00
faultexc.defs Sun May 12 11:16:58 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-12 16:38:08 +00:00
fchroot.c Wed Feb 7 18:48:30 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-02-08 02:10:15 +00:00
fd-close.c initial import 1995-02-18 01:27:10 +00:00
fd-read.c initial import 1995-02-18 01:27:10 +00:00
fd-write.c initial import 1995-02-18 01:27:10 +00:00
fopenport.c initial import 1995-02-18 01:27:10 +00:00
get-host.c * hurd/get-host.c <fcntl.h>: New include. 1996-06-26 21:07:21 +00:00
getdport.c Mon Mar 20 03:19:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-20 08:21:38 +00:00
getuids.c (getuids): New weak link to __getuids. 1996-06-20 16:18:45 +00:00
getumask.c initial import 1995-02-18 01:27:10 +00:00
hurd-raise.c Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-08 02:07:47 +00:00
hurd.h Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-04 09:46:57 +00:00
hurdauth.c initial import 1995-02-18 01:27:10 +00:00
hurdexec.c (set_int): Support INIT_TRACEMASK. 1996-05-23 00:08:54 +00:00
hurdfault.c Sun May 12 11:16:58 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-12 16:38:08 +00:00
hurdfault.h Thu Jan 4 11:35:18 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-04 17:00:45 +00:00
hurdhost.h * hurd/Makefile (routines): Add get-host, set-host. 1996-06-16 03:49:40 +00:00
hurdid.c initial import 1995-02-18 01:27:10 +00:00
hurdinit.c * hurd/hurdinit.c (map0): Remove [!PIC] conditional. 1996-06-16 09:31:23 +00:00
hurdinline.c *** empty log message *** 1996-08-30 23:40:22 +00:00
hurdintr.awk initial import 1995-02-18 01:27:10 +00:00
hurdioctl.c Fri Feb 16 10:14:05 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-02-16 15:14:24 +00:00
hurdkill.c Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-04 09:46:57 +00:00
hurdlookup.c (__hurd_file_name_lookup_retry, __hurd_file_name_lookup, __hurd_file_name_split): Add & use LOOKUP argument. Rename nested function lookup to lookup_op. (__file_name_lookup, __file_name_lookup_under): Pass 0 for lookup arg to __hurd_file_name_lookup. (__file_name_split): Likewise for __hurd_file_name_split. 1996-06-19 20:11:26 +00:00
hurdmalloc.c *** empty log message *** 1996-06-06 15:29:59 +00:00
hurdmalloc.h initial import 1995-02-18 01:27:10 +00:00
hurdmsg.c (set_int): Support INIT_TRACEMASK. 1996-05-23 00:08:54 +00:00
hurdpid.c Tue Dec 19 17:00:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-12-20 10:00:22 +00:00
hurdports.c initial import 1995-02-18 01:27:10 +00:00
hurdprio.c Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-08 02:07:47 +00:00
hurdrlimit.c initial import 1995-02-18 01:27:10 +00:00
hurdsig.c Fri Jul 5 12:22:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-05 23:47:08 +00:00
hurdsock.c Tue Oct 17 23:00:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-10-18 05:47:53 +00:00
hurdstartup.c (_hurd_startup): Don't bother terminating arg vectors, argz_extract does it now. 1996-05-22 22:23:31 +00:00
hurdstartup.h (__data_start): Define this symbol as the first thing in .data. 1995-05-09 07:03:38 +00:00
intern-fd.c initial import 1995-02-18 01:27:10 +00:00
intr-msg.c (_hurd_intr_rpc_mach_msg): Clear SS->intr_port when cancelled before RPC. 1996-02-01 01:08:12 +00:00
intr-rpc.awk initial import 1995-02-18 01:27:10 +00:00
intr-rpc.defs Mon Aug 14 16:51:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-08-14 22:49:23 +00:00
intr-rpc.h Mon Aug 14 16:51:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-08-14 22:49:23 +00:00
invoke-trans.c initial import 1995-02-18 01:27:10 +00:00
msgportdemux.c initial import 1995-02-18 01:27:10 +00:00
new-fd.c initial import 1995-02-18 01:27:10 +00:00
openport.c initial import 1995-02-18 01:27:10 +00:00
path-lookup.c *** empty log message *** 1996-06-19 22:38:55 +00:00
pid2task.c initial import 1995-02-18 01:27:10 +00:00
port-cleanup.c Mon Mar 27 02:23:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-27 10:00:09 +00:00
port2fd.c initial import 1995-02-18 01:27:10 +00:00
ports-get.c Mon Mar 20 03:19:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-20 08:21:38 +00:00
ports-set.c Mon Mar 20 03:19:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-20 08:21:38 +00:00
preempt-sig.c * hurd/hurd/signal.h (struct hurd_sigstate): New member `preempters'. 1996-01-02 08:57:42 +00:00
privports.c initial import 1995-02-18 01:27:10 +00:00
report-wait.c Fri Jul 19 13:18:02 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-19 17:18:51 +00:00
set-host.c * hurd/get-host.c <fcntl.h>: New include. 1996-06-26 21:07:21 +00:00
setauth.c Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-04 09:46:57 +00:00
setuids.c Mon Mar 20 03:19:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-20 08:21:38 +00:00
siginfo.c initial import 1995-02-18 01:27:10 +00:00
sigunwind.c Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-04 09:46:57 +00:00
task2pid.c initial import 1995-02-18 01:27:10 +00:00
thread-cancel.c Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-04 09:46:57 +00:00
thread-self.c Sun Jun 4 22:14:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-06-05 03:04:45 +00:00
vpprintf.c initial import 1995-02-18 01:27:10 +00:00