Roland McGrath
|
1eae31ac32
|
Initial revision
|
1995-02-08 03:06:52 +00:00 |
|
Roland McGrath
|
8548d4c084
|
Use spin lock operations on sigstate lock.
Don't expect _hurd_self_sigstate to lock it.
|
1995-02-07 04:25:56 +00:00 |
|
Roland McGrath
|
23afbf2338
|
(ENTRY): Add `.ent' directive.
|
1995-02-05 22:59:48 +00:00 |
|
Roland McGrath
|
a4b6477451
|
Use ENV[0].__jmpbuf[0].
|
1995-02-03 23:29:20 +00:00 |
|
Roland McGrath
|
ff775c1262
|
Use li' insn instead of move'.
|
1995-02-03 23:24:38 +00:00 |
|
Roland McGrath
|
b0dcd6754f
|
Remove obsolete __NORETURN keyword.
|
1995-02-03 23:22:27 +00:00 |
|
Roland McGrath
|
14b832adfd
|
(_hurd_setup_sighandler): Use `long int' for sigcode.
Use explicit register numbers instead of names.
(_hurdsig_rcv_interrupted_p): Use _hurdsig_catch_fault.
|
1995-02-03 23:20:27 +00:00 |
|
Roland McGrath
|
37da91a00d
|
Use `long int' for sigcode.
|
1995-02-03 23:15:48 +00:00 |
|
Roland McGrath
|
a1350964e9
|
[ASSEMBLER]: Protect macros with this.
|
1995-01-27 20:48:38 +00:00 |
|
Roland McGrath
|
f6aa1372e1
|
Call getpgrp instead of __getpgrp.
|
1995-01-26 06:23:39 +00:00 |
|
Roland McGrath
|
05834bf1c7
|
[ASSEMBLER]: Protect macros with this.
|
1995-01-26 05:36:51 +00:00 |
|
Roland McGrath
|
1d3e470455
|
(environ): Define as weak alias for __environ.
|
1995-01-26 03:46:04 +00:00 |
|
Roland McGrath
|
d6961ffadf
|
(sysdep_routines): Removed __setpgid, __getpgid.
|
1995-01-26 01:43:07 +00:00 |
|
Roland McGrath
|
c9db5502eb
|
Renamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.
|
1995-01-26 01:32:08 +00:00 |
|
Roland McGrath
|
628d175a3c
|
(__getpgrp): Renamed to __getpgid, with weak alias getpgid.
|
1995-01-26 01:31:06 +00:00 |
|
Roland McGrath
|
1bf2d9ab9b
|
Included file was renamed from setpgrp.c.
|
1995-01-26 01:28:44 +00:00 |
|
Roland McGrath
|
f612f28027
|
Included file was renamed from __getpgrp.c.
|
1995-01-26 01:27:55 +00:00 |
|
Roland McGrath
|
c54278121e
|
Use subcall 4 to __pgrpsys.
|
1995-01-26 01:25:38 +00:00 |
|
Roland McGrath
|
a38d08f7b4
|
Use subcall 5 to __pgrpsys.
|
1995-01-26 01:24:28 +00:00 |
|
Roland McGrath
|
86c4edb31b
|
Renamed __getpgrp to __getpgid, added weak alias getpgid.
|
1995-01-26 01:22:57 +00:00 |
|
Roland McGrath
|
9207d65805
|
Renamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.
|
1995-01-26 01:21:48 +00:00 |
|
Roland McGrath
|
1a0149ddaa
|
Included file was renamed from __getdents.S.
|
1995-01-25 22:39:24 +00:00 |
|
Roland McGrath
|
ba5bfe4235
|
Remove __NORETURN; it's obsolete.
|
1995-01-25 21:38:14 +00:00 |
|
Roland McGrath
|
cc8aa8bf32
|
[weak_alias] (index): Define as weak alias for strchr.
|
1995-01-22 20:28:20 +00:00 |
|
Roland McGrath
|
1cec31f4d4
|
Converted to use weak aliases with macros from libc-symbols.h.
|
1995-01-21 15:40:54 +00:00 |
|
Roland McGrath
|
3c22ede5ec
|
Converted to use weak aliases with macros from libc-symbols.h.
|
1995-01-21 14:40:39 +00:00 |
|
Roland McGrath
|
3332ae5c89
|
Initial revision
|
1995-01-15 16:50:59 +00:00 |
|
Brendan Kehoe
|
2d4d45d59d
|
* sysdeps/unix/bsd/ultrix4/mips/start.S: Use s0, s1, and s2
instead of t0, t1, and t2.
|
1995-01-10 18:46:33 +00:00 |
|
Roland McGrath
|
71a986ecd7
|
(__m81_inline): New macro.
Replace all uses of `extern __inline' with `__m81_inline'.
|
1994-12-28 09:57:21 +00:00 |
|
Roland McGrath
|
4be66ebd61
|
Reverse register and immediate args in `bis' insn; immediate must be
second.
|
1994-12-15 01:01:53 +00:00 |
|
Roland McGrath
|
ca194bd9da
|
(_hurd_setup_sighandler): Remove A macro; just use `asm volatile' with
proper quotes in each line.
|
1994-12-15 00:12:48 +00:00 |
|
Roland McGrath
|
33aa4240f6
|
(CALL_WITH_SP): Put parens around jmp target register.
|
1994-12-15 00:09:43 +00:00 |
|
Roland McGrath
|
edae2ab8af
|
Use `long int' for sigcode values.
Use _hurdsig_catch_fault.
Pass address of __sigreturn in $27, SCP value in $25.
In trampoline code, use those regs.
|
1994-12-12 06:43:12 +00:00 |
|
Roland McGrath
|
94cd6ef1f8
|
Use asms instead of global register vars to restore FP regs.
Fix typo in REI invocation.
|
1994-12-12 06:41:03 +00:00 |
|
Roland McGrath
|
079f003a7c
|
Use C comments instead of ! comments.
|
1994-12-10 05:20:47 +00:00 |
|
Roland McGrath
|
d61ce4f4b8
|
Include <mach/machine/alpha_instruction.h> to define op_chmk.
|
1994-12-10 05:17:13 +00:00 |
|
Roland McGrath
|
25e6db514e
|
Use `long int' for sigcode values.
|
1994-12-10 04:41:06 +00:00 |
|
Roland McGrath
|
fa7242a3a9
|
Include <sysdep.h> instead of <regdef.h>.
Use C comments instead of ! comments.
|
1994-12-09 20:24:26 +00:00 |
|
Roland McGrath
|
b5f9dfd1a1
|
Remove extra shift and OR of CHARMASK.
|
1994-12-09 20:16:06 +00:00 |
|
Roland McGrath
|
c82ceb0b00
|
Use ENV[0].__jmpbuf[0].
|
1994-12-09 20:02:05 +00:00 |
|
Roland McGrath
|
d73a59163e
|
(ENTRY): New macro.
|
1994-12-09 20:00:58 +00:00 |
|
Roland McGrath
|
94b0df52ff
|
Initial revision
|
1994-12-09 06:07:49 +00:00 |
|
Roland McGrath
|
60bbd54df8
|
(START_MACHDEP): Add missing backslashes.
(CALL_WITH_SP): Cast FN to long int.
|
1994-12-09 05:47:43 +00:00 |
|
Roland McGrath
|
8b0538623b
|
(struct machine_thread_all_state): New member `exc'.
|
1994-12-09 05:42:09 +00:00 |
|
Roland McGrath
|
946b6e002a
|
Remove ".set noreorder" et al; GCC already emits them.
Fix register constraints in asms.
Set RTN in C, not asm.
|
1994-12-09 05:05:05 +00:00 |
|
Roland McGrath
|
157aaa4ee6
|
Remove ".set noreorder" et al; GCC already emits them.
|
1994-12-09 03:42:31 +00:00 |
|
Roland McGrath
|
a11dbdebf0
|
Rename variable `sp' to avoid conflict with #define in <mach/alpha/asm.h>.
|
1994-12-08 19:45:02 +00:00 |
|
Roland McGrath
|
89347dc3e9
|
Remove unused variable.
|
1994-12-08 19:43:43 +00:00 |
|
Roland McGrath
|
5a8d8a2049
|
Initial revision
|
1994-12-07 20:02:38 +00:00 |
|
Roland McGrath
|
ccd1325bd5
|
Use ENV[0].__jmpbuf[0].
|
1994-12-05 17:57:43 +00:00 |
|