Skip to content
Snippets Groups Projects
  1. Nov 14, 1995
  2. Nov 11, 1995
  3. Nov 10, 1995
    • Roland McGrath's avatar
      Fri Nov 10 14:15:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · 75914335
      Roland McGrath authored
      	* hurd/hurdsig.c (_hurd_internal_post_signal): For SIGNO == 0,
      	skip straight to pending check.  When UNTRACED, resume process
      	from suspension first.
      
      	* intl/Makefile (headers): New variable, libintl.h.
      	[gettext-srcdir]: New rules to copy source from $(gettext-srcdir)/intl.
      	* configure.in: Check for --with-gettext arg.
      
      Fri Nov 10 13:51:30 1995  Richard Stallman  <rms@gnu.ai.mit.edu>
      
      	* malloc/malloc.c (get_contiguous_space): New function.
      	(morecore): Rewrite allocating new malloc info table.
      	(_malloc_internal): Use get_contiguous_space.
      
      Fri Nov 10 13:03:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
      
      	* hurd/hurdexec.c (_hurd_exec): If exec'ing self, pass
      	_hurd_msgport to be destroyed.
      
      	* Makerules (installed-libcs): Filter out %_pic.a.
      
      	* hurd/hurdinit.c (_hurd_proc_init): When traced, use msg_sig_post
      	to our msgport to take SIGTRAP, instead of _hurd_raise_signal.
      
      	* hurd/Makefile (user-interfaces): Add hurd/process_request.
      75914335
  4. Nov 09, 1995
    • Roland McGrath's avatar
      Wed Nov 8 16:31:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · d7435cd8
      Roland McGrath authored
      	* termios/Makefile (headers): Add sys/ttychars.h.
      	* termios/sys/ttychars.h: New file, incorporated from 4.4BSD-Lite
      	for compatibility.
      
      	* signal/signal.h [__USE_BSD] (sig_t): New typedef.
      
      Wed Nov  8 15:12:47 1995  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
      
      	* sysdeps/mach/hurd/ptrace.c (ptrace) [PTRACE_TRACEME]: Notify the
      	proc server that we are now traced.
      2 tags
      d7435cd8
  5. Nov 08, 1995
  6. Nov 07, 1995
    • Roland McGrath's avatar
      Tue Nov 7 12:29:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · 86d2c878
      Roland McGrath authored
      	* elf/linux-compat.c: New file.
      	* elf/Makefile (distribute): Add linux-compat.c.
      	(generated): Add librtld.so.
      	[$(config-os)=linux*] (extra-objs): Add linux-compat.so.
      	[$(config-os)=linux*] (extra-objs): Add ld-linux.so.1.
      	(librtld.so): New target.
      	(ld.so, ld-linux.so.1): Make from librtld.so.
      
      	* elf/rtld.c (dl_main): Instead of weak call to _dl_compat_init,
      	call our own DT_INIT if we have one (and then clear it).
      	(__dgettext): New weak function.
      
      	* intl/localealias.c (read_alias_file): Avoid sprintf; use memcpy
      	by hand instead.
      
      	* sysdeps/generic/_strerror.c (_strerror_internal): Use _itoa
      	instead of snprintf.
      
      	* sysdeps/mach/_strerror.c (_strerror_internal): Don't write
      	BUF[BUFLEN].
      
      	* elf/rtld.c (rtld_map): New static variable.
      	(_dl_start): Use a differently named local BOOTSTRAP_MAP for the
      	bootstrapping.  Then copy data into `rtld_map'.
      	(dl_main): Finish filling in rtld_map and link it into the chain,
      	instead of allocating a new structure.
      	(dl_main): Call _dl_compat_init if it is defined (use weak ref).
      
      	* elf/dlsym.c: Fix last change: move REF out of `doit'.
      
      
      	control.
      	using it.
      
      	and cwdir ports.
      	functions.
      	these.
      	$(libdir)(rtld-installed-name).
      
      	leading zeroes.
      
      	in the rhs.
      	pattern rule.
      
      
      	never know.
      	(fork): Use symbol_set_* macros for _hurd_fork_locks.
      	* sysdeps/unix/sysv/sysv4/linux/i386/sysdep.S (__syscall_error):
       	instead of unix/sysv.
      
      	-dynamic-linker.
      
      	(__printf_fp): Last arg ARGS is now `const void **const';
      
      	locale/C-ctype.c.
      	* sysdeps/mach/hurd/sigsuspend.c: Likewise.
      	* sysdeps/mach/hurd/mips/sigreturn.c: Likewise.
      	alias gethostname.
      	setitmr
      	setpgrp
      	(_S_msg_get_exec_flags, _S_msg_set_exec_flags,
      	(abort_thread, abort_rpcs): Take same new arg and pass it through.
      86d2c878
    • Roland McGrath's avatar
      Mon Nov 6 16:20:14 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · 51093422
      Roland McGrath authored
      	* elf/dlsym.c: Return the proper value, not just the defining
      	object's loadbase.
  7. Nov 06, 1995
  8. Nov 05, 1995
  9. Nov 03, 1995
  10. Nov 01, 1995
    • Roland McGrath's avatar
      * sysdeps/mach/hurd/getpriority.c (getpriority): Pass · 80b55d32
      Roland McGrath authored
      	PI_FETCH_TASKINFO to proc_getprocinfo and through
      	_hurd_priority_which_map.
      
      	* sysdeps/mach/hurd/setpriority.c (setpriority): Pass new arg to
      	_hurd_priority_which_map.
      	* hurd/hurdprio.c (_hurd_priority_which_map): New arg PI_FLAGS,
      	passed through to proc_getprocinfo RPC.
      	* hurd/hurd/resource.h: Add PI_FLAGS arg in decl.
      2 tags
      80b55d32
  11. Oct 31, 1995
    • Roland McGrath's avatar
      Tue Oct 31 00:07:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · 3bbceb12
      Roland McGrath authored
      	* sysdeps/mach/hurd/group_member.c: New file.
      	* sysdeps/generic/group_member.c: New file.
      
      	* Makerules (lib-noranlib): Don't depend on $(install-lib).
      	(others): Do.
      	* extra-lib.mk: Fix test of $(lib)-no-lib-dep.
      
      Mon Oct 30 12:33:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
      
      	* Rules (others): Depend on $(extra-objs).
      
      	* posix/unistd.h [__USE_GNU]: Declare group_member, __group_member.
      	* posix/Makefile (routines): Add group_member.
      
      	* sysdeps/posix/euidaccess.c: New file, adapted from fileutils.
      
      	* sysdeps/unix/sysv/linux/i386/sigaction.c: Tighten constraint for
      	SIG operand in asm so it must be a register.
      	Add dead return to quiet gcc warning.
      
      	* Makerules (sysd-rules): Write a defn for sysd-rules-done.
      	[! sysd-rules-done]: Inhibit deps.
  12. Oct 30, 1995
    • Roland McGrath's avatar
      Thu Oct 26 23:11:11 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> · 3e2ee727
      Roland McGrath authored
      	* sysdeps/unix/sysv/linux/poll.c: Don't define as stub.  Use
      	simulation of system call using select.
      
      	* sysdeps/unix/sysv/linux/signal.c: Use POSIX implementation.
      
      	* sysdeps/unix/sysv/linux/statbuf.h: Define _STAT_VER.
      
      	* sysdeps/unix/sysv/linux/i386/sigaction.c: Correct parameter
      	name usage (new->act, old->oact).
      	Correct asm statement because of gcc strangeness.
      	
      	* sysdeps/i386/i586/strchr.S: Correct typos: cmp -> cmpb.
      
      	* sunrpc/clnt_perr.c: Remove declaration of sys_errlist.  They
      	conflict with the ones in stdio.h.
      
      	* string/tester.c: %Z is no complete format.  Change to %Zd.
      
      	* sysdeps/mach/hurd/symlink.c (__symlink): Ditto.
      3e2ee727
  13. Oct 27, 1995
  14. Oct 26, 1995
    • Miles Bader's avatar
    • Miles Bader's avatar
      Swap args to dir_link. · 29370ca4
      Miles Bader authored
      29370ca4
    • Roland McGrath's avatar
      Thu Oct 26 00:11:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · efc755b2
      Roland McGrath authored
      	* sysdeps/unix/sysv/linux/i386/sigaction.c: New file.
      
      	* sysdeps/unix/sysv/linux/i386/xstat.S: Don't use JUMPTARGET macro
      	on syscall_error.  For PIC, it is a local label;
      	for non-PIC, JUMPTARGET expands to the unadorned name anyway.
      	* sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/brk.S: Likewise.
      efc755b2
    • Roland McGrath's avatar
      Thu Oct 26 03:01:22 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> · 41334987
      Roland McGrath authored
      	* sysdeps/unix/sysv/linux/syscall.h: Strip list of syscalls in
      	comment to the necessary ones.  Add _readv and _writev.
      
      	* sysdeps/unix/configure.in: Change syntax for system call test
      	candidates and adapt sed script for this.  Now use : to separate
      	syscall name and file name.
      
      	* sysdeps/unix/sysv/linux/i386/sysdep.h (ENTRY): System call
      	number is now set is DO_CALL.  So call with additional argument.
      	(DO_CALL): Takes an additional argument.  Load system call
      	number according to new argument.
      	(SYSCALL_ERROR_HANDLER): Add ; after last ret statement.
      	* sysdeps/unix/sysv/linux/i386/brk.S [PIC]: Define __syscall_error
      	locally using SYSCALL_ERROR_HANDLER macro.
      	* sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/xstat.S: Likewise.
      	* sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
      	Don't use DO_CALL macro; instead use lower level macros for better
      	control. 
      
      	* sysdeps/unix/sysv/linux/sigaction.h: New file.
      	* sysdeps/unix/sysv/linux/sigaction.S: File removed.
      	* sysdeps/unix/sysv/linux/signal.S: File removed.
      41334987
    • Roland McGrath's avatar
      * hurd/hurdstartup.c (_hurd_startup): Use new · c14e4c32
      Roland McGrath authored
      	exec_startup_get_info RPC from exec_startup.defs
      	in place of old exec_startup from exec.defs.  Remove kludge to
      	guess user entry and phdr locations, since the new RPC gives us
      	that info.
      
      	* sysdeps/generic/_strerror.c: Undo last change.
      c14e4c32
    • Roland McGrath's avatar
  15. Oct 25, 1995
    • Roland McGrath's avatar
      Wed Oct 25 14:23:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · ff9bef7f
      Roland McGrath authored
      	* sysdeps/unix/sysv/linux/stat.c: New file.
      	* sysdeps/unix/sysv/linux/fstat.c: New file.
      	* sysdeps/unix/sysv/linux/lstat.c: New file.
      	* sysdeps/unix/sysv/linux/i386/stat.S: File removed.
      	* sysdeps/unix/sysv/linux/i386/fstat.S: File removed.
      	* sysdeps/unix/sysv/linux/i386/lstat.S: File removed.
      ff9bef7f
    • Roland McGrath's avatar
      * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): · 03a75825
      Roland McGrath authored
      	New macro.
      	(PSEUDO): Use it instead of SYSCALL_PIC_SETUP and jmp syscall_error.
      
      	* sysdeps/unix/sysv/linux/i386/sysdep.S (__syscall_error): Define
      	only #ifndef PIC.
      
      	* Makeconfig (built-program-cmd): New variable.
      	* sunrpc/Makefile (rpcgen-cmd): Use $(built-program-cmd).
      	* time/Makefile (zic-cmd): Likewise.
      
      	* hurd/Makefile (user-interfaces): Add hurd/exec_startup.
      03a75825
  16. Oct 24, 1995
  17. Oct 19, 1995
    • Roland McGrath's avatar
      * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Use · 1d234146
      Roland McGrath authored
      	SYSCALL_PIC_SETUP before jumping to syscall_error.
      	* sysdeps/unix/i386/sysdep.h (SYSCALL_PIC_SETUP): New macro.
      	(PSEUDO): Use it before jumping to syscall_error.
      	* sysdeps/unix/i386/sysdep.S [! PIC]: Don't find GOT address;
      	expect it in %ebx on entry.  Pop old %ebx value off stack after
      	using it. 
      1d234146
  18. Oct 18, 1995
  19. Oct 17, 1995
    • Roland McGrath's avatar
      * hurd/hurd/signal.h: Declare hurd_preempt_signals and · f2149f69
      Roland McGrath authored
      	hurd_unpreempt_signals.
      
      	* stdio/stdio.h: Declare __snprintf and __vsnprintf.
      f2149f69
    • Roland McGrath's avatar
      Tue Oct 17 01:21:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · b3a59f40
      Roland McGrath authored
      	* stdio-common/psignal.c: Translate signal description strings.
      	* string/strsignal.c: Likewise.
      	* sysdeps/generic/_strerror.c (_strerror_internal): Translate
      	error strings.
      	* sysdeps/mach/_strerror.c: Likewise.
      
      	* stdio-common/snprintf.c (__snprintf): Renamed from snprintf;
      	call __vsnprintf.
      	(snprintf): Define as weak alias.
      	* stdio/vsnprintf.c (__vsnprintf): Renamed from vsnprintf.
      	(vsnprintf): Define as weak alias.
      
      	* libc-symbols.h [! ASSEMBLER] (_): New macro.
      b3a59f40
    • Roland McGrath's avatar
      * Makerules (install-lib): Filter out %_pic.a; install only the · 0700dfa1
      Roland McGrath authored
      	linked shared objects.
      0700dfa1
    • Roland McGrath's avatar
      * locale/Makefile (aux): Add SYS_libc. · cb2f05ed
      Roland McGrath authored
      	* locale/SYS_libc.c: New file.
      	* libc-symbols.h (_): New macro.
      
      	* configure.in (libc_cv_asm_set_directive): Link program into
      	conftest instead of letting it default to a.out.
      cb2f05ed
    • Roland McGrath's avatar
      * elf/Makefile (install-others): Add missing slash. · d17e960c
      Roland McGrath authored
      	* elf/ldd.sh.in: Prepend `./' to relative file names so ld.so
      	won't search LD_LIBRARY_PATH.
      d17e960c
    • Roland McGrath's avatar
      * Makefile (subdirs): Replace stdio with stdio-common and $(stdio). · deab9dea
      Roland McGrath authored
      	* configure.in: Grok arg --enable-libio.
      	($stdio = libio): Define USE_IN_LIBIO.
      	* config.h.in (USE_IN_LIBIO): Add #undef.
      	* config.make.in (stdio): New variable, set by configure.
      	* Makeconfig (stdio): New variable.
      	* stdio.h [USE_IN_LIBIO]: Include libio/stdio.h instead of
      	stdio/stdio.h.
      	* stdio-common/Makefile: New file.
      	* stdio/Makefile: Half the contents moved to stdio-common/Makefile.
      	* stdio/_itoa.c: Moved to stdio-common.
      	* stdio/_itoa.h: Moved to stdio-common.
      	* stdio/asprintf.c: Moved to stdio-common.
      	* stdio/bug1.c: Moved to stdio-common.
      	* stdio/bug1.input: Moved to stdio-common.
      	* stdio/bug2.c: Moved to stdio-common.
      	* stdio/bug3.c: Moved to stdio-common.
      	* stdio/bug4.c: Moved to stdio-common.
      	* stdio/bug5.c: Moved to stdio-common.
      	* stdio/bug6.c: Moved to stdio-common.
      	* stdio/bug6.input: Moved to stdio-common.
      	* stdio/bug7.c: Moved to stdio-common.
      	* stdio/dprintf.c: Moved to stdio-common.
      	* stdio/errnobug.c: Moved to stdio-common.
      	* stdio/getline.c: Moved to stdio-common.
      	* stdio/getw.c: Moved to stdio-common.
      	* stdio/perror.c: Moved to stdio-common.
      	* stdio/printf-parse.h: Moved to stdio-common.
      	* stdio/printf-prs.c: Moved to stdio-common.
      	* stdio/printf.c: Moved to stdio-common.
      	* stdio/printf.h: Moved to stdio-common.
      	* stdio/printf_fp.c: Moved to stdio-common.
      	* stdio/psignal.c: Moved to stdio-common.
      	* stdio/putw.c: Moved to stdio-common.
      	* stdio/reg-printf.c: Moved to stdio-common.
      	* stdio/scanf.c: Moved to stdio-common.
      	* stdio/snprintf.c: Moved to stdio-common.
      	* stdio/sprintf.c: Moved to stdio-common.
      	* stdio/sscanf.c: Moved to stdio-common.
      	* stdio/tempnam.c: Moved to stdio-common.
      	* stdio/temptest.c: Moved to stdio-common.
      	* stdio/test-fseek.c: Moved to stdio-common.
      	* stdio/test-fwrite.c: Moved to stdio-common.
      	* stdio/test-popen.c: Moved to stdio-common.
      	* stdio/test_rdwr.c: Moved to stdio-common.
      	* stdio/tmpfile.c: Moved to stdio-common.
      	* stdio/tmpnam.c: Moved to stdio-common.
      	* stdio/tst-fileno.c: Moved to stdio-common.
      	* stdio/tst-printf.c: Moved to stdio-common.
      	* stdio/tstgetln.c: Moved to stdio-common.
      	* stdio/tstgetln.input: Moved to stdio-common.
      	* stdio/tstscanf.c: Moved to stdio-common.
      	* stdio/tstscanf.input: Moved to stdio-common.
      	* stdio/vfprintf.c: Moved to stdio-common.
      	* stdio/vfscanf.c: Moved to stdio-common.
      	* stdio/vprintf.c: Moved to stdio-common.
      	* stdio/xbug.c: Moved to stdio-common.
      	* sysdeps/generic/Makefile (siglist.c rules): Do this in subdir
      	stdio-common instead of stdio.
      	* sysdeps/unix/Makefile (errlist.c rules): Likewise.
      	* stdio-common/asprintf.c [USE_IN_LIBIO]: Call libio primitive
      	function.
      	* stdio-common/dprintf.c: Likewise.
      	* stdio-common/printf.c: Likewise.
      	* stdio-common/scanf.c: Likewise.
      	* stdio-common/snprintf.c: Likewise.
      	* stdio-common/sprintf.c: Likewise.
      	* stdio-common/sscanf.c: Likewise.
      	* stdio-common/vprintf.c: Likewise.
      
      	* Makerules: Include $(+depfiles) directly instead of generating
      	depend-$(subdir).
      	(depend-$(subdir)): Target removed.
      	(common-clean): Don't remove depend-$(subdir).
      deab9dea
  20. Oct 16, 1995
Loading