aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Collapse)Author
2002-10-03Avoid unterminated string literals.Ulrich Drepper
2002-08-27Extra files to distribute for Hurd/Alpha.Ulrich Drepper
2002-06-132002-06-13 Roland McGrath <roland@frob.com>Roland McGrath
* hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type. * hurd/hurdstartup.c (_hurd_startup): Likewise. Use intptr_t instead of int for argc in stack layout. * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type. (_dl_init_first): Likewise. (_hurd_stack_setup): Likewise. (init1): Add a cast.
2002-06-042002-06-01 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/hurd/alpha/init-first.c: New file, modified from i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
2002-05-292002-05-28 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/alpha/setfpucw.c: New file.
2002-05-022002-05-01 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
2002-04-242002-04-24 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it; use END macro instead of our own .end directive. Use `callsys' insn mnemonic instead of `call_pal'.
2002-04-242002-04-24 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
2002-04-082002-04-07 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/hurd/alpha/trampoline.c: Don't include <mach/machine/alpha_instruction.h>. (_hurd_setup_sighandler): Take proper arguments for current decls. Update code to use _hurdsig_catch_fault. Use `callsys' instruction instead of `call_pal'. * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
2002-04-082002-04-07 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>. (ALIGN, at, AT, fp): New macros.
2002-04-082002-04-06 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/hurd/alpha/exc2signal.c (_hurd_exception2signal): Rewritten. * sysdeps/mach/hurd/alpha/longjmp-ts.c (_hurd_longjmp_thread_state): Rewritten.
2002-04-082002-04-06 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to __msg_sig_post RPC.
2002-03-13(__libc_multiple_libcs): Define as hidden.Ulrich Drepper
2002-03-12Define __libc_argc and __libc_argv as hidden.Ulrich Drepper
2002-02-24Call _dl_non_dynamic_init for !SHARED.Ulrich Drepper
2002-02-23Call __init_misc in addition to __libc_init.Ulrich Drepper
2002-01-022002-01-02 Roland McGrath <roland@frob.com>Roland McGrath
* sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from multiple inclusion. Inhibit #error under [_SYS_UCONTEXT_H]. * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise. * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise. * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise. * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
2001-08-11Use __getopt_clean_environment only if USE_NONOPTION_FLAGS is defined.Ulrich Drepper
2001-07-06Update to LGPL v2.1.Andreas Jaeger
2000-04-04Use __PIC__ instead of PIC.Ulrich Drepper
2000-04-04Use SHARED instead of PIC.Ulrich Drepper
1999-06-19Include libintl.h.Ulrich Drepper
1998-09-23Don't use #include_next.Ulrich Drepper
1998-08-08(_hurd_setup_sighandler): Use SS_DISABLE instead of SA_DISABLE. UseUlrich Drepper
SS_ONSTACK instead of SA_ONSTACK where appropriate.
1998-08-08(__sigreturn): Use SS_ONSTACK instead of SA_ONSTACK.Ulrich Drepper
1998-06-29Don't define __libc_pid.Ulrich Drepper
1998-05-29Use __ASSEMBLER__ test macro not ASSEMBLER.Ulrich Drepper
1997-11-26Issue error message if the header is used directly.Ulrich Drepper
1997-09-21Call __getopt_clean_environment with additional argument.Ulrich Drepper
1997-08-29Extra files to distribute for mach/hurd/mips.Ulrich Drepper
1997-06-26Update and reformat copyright, remove trailing white spaces and sendUlrich Drepper
through unexpand.
1997-06-23Update and reformat copyright, remove trailing white spaces and sendUlrich Drepper
through unexpand.
1997-06-21HPPA specific signal context.Ulrich Drepper
1997-06-21Alpha specific signal context.Ulrich Drepper
1997-06-21Moved to bits/.Ulrich Drepper
1997-06-21Hurd/MIPS64 patches.Ulrich Drepper
1997-06-21Moved from below.Ulrich Drepper
1997-06-21longjmp support for Hurd/MIPS.Ulrich Drepper
1997-06-21Interrupt code for Hurd/MIPS.Ulrich Drepper
1997-06-21Init code for Hurd/MIPS.Ulrich Drepper
1997-06-21Dynamic loader for Hurd/MIPS.Ulrich Drepper
1996-09-11*** empty log message ***Thomas Bushnell, BSG
1995-08-14(_hurd_setup_sighandler): In rpc_wait case, frob mach_msg args to setRoland McGrath
timeout on receive. (_hurdsig_rcv_interrupted_p): Function removed.
1995-08-14(_hurd_setup_sighandler): In rpc_wait case, frob mach_msg args to setRoland McGrath
timeout on receive.
1995-08-14(_hurdsig_rcv_interrupted_p): Function removed.Roland McGrath
1995-02-18Previously uncontrolled files put into CVS.Roland McGrath
1995-02-08Initial revisionRoland McGrath
1995-02-07Use spin lock operations on sigstate lock.Roland McGrath
Don't expect _hurd_self_sigstate to lock it.
1995-02-03(_hurd_setup_sighandler): Use `long int' for sigcode.Roland McGrath
Use explicit register numbers instead of names. (_hurdsig_rcv_interrupted_p): Use _hurdsig_catch_fault.
1995-02-03Use `long int' for sigcode.Roland McGrath