Commit Graph

1540 Commits

Author SHA1 Message Date
Ulrich Drepper
899b7ef93b (elf_machine_rel): Fixup R_ARM_PC24 relocs if possible. 1999-12-08 07:35:52 +00:00
Ulrich Drepper
301cb77e4f Backward compatible Linux/SPARC64 setrlimit64 implementation. 1999-12-02 08:27:59 +00:00
Ulrich Drepper
762de207f5 Backward compatible Linux/SPARC64 getrlimit64 implementation. 1999-12-02 08:27:49 +00:00
Ulrich Drepper
1582d4a5e4 Backward compatible Linux/Alpha setrlimit64 implementation. 1999-12-02 08:27:32 +00:00
Ulrich Drepper
c46d17e57b Backward compatible Linux/Alpha getrlimit64 implementation. 1999-12-02 08:27:24 +00:00
Ulrich Drepper
4139e5f022 Linux setrlimit64 implementation. 1999-12-02 08:27:07 +00:00
Ulrich Drepper
0e14d2b650 Backward compatible Linux setrlimit64 implementation. 1999-12-02 08:27:00 +00:00
Ulrich Drepper
5a598f8471 Backward compatible Linux getrlimit64 implementation. 1999-12-02 08:26:54 +00:00
Ulrich Drepper
7d68bf2b07 Linux getrlimit64 implementation. 1999-12-02 08:26:44 +00:00
Ulrich Drepper
cecc40e1b7 Linux getrlimit implementation. 1999-12-02 08:26:36 +00:00
Ulrich Drepper
f81e8a0697 Fix signedness of __rlim_t and __rlim64_t. 1999-12-02 08:26:02 +00:00
Ulrich Drepper
d1a3066677 Add oldsetrlimit and oldgetrlimit. 1999-12-02 08:25:35 +00:00
Ulrich Drepper
d095d9e7f9 Correct handling of old and new kernel version. Add symbol versions. 1999-12-02 08:25:02 +00:00
Ulrich Drepper
4bf6e7d192 Add getrlimit, setrlimit, getrlimit64 and setrlimit64 to version GLIBC_2.1.3. 1999-12-02 08:24:51 +00:00
Ulrich Drepper
c3c0e6b2c7 (sysdep_routines): Add oldgetrlimit64 and oldsetrlimit64 for subdir = resource. 1999-12-02 08:24:41 +00:00
Ulrich Drepper
72f1f94798 Add define for SIGCLD as SIGCHLD. 1999-11-29 19:21:48 +00:00
Ulrich Drepper
d2ec0f9ecf Linux/SPARC specific ptrace definitions. 1999-11-29 19:21:36 +00:00
Ulrich Drepper
e4f44ec7d4 Include asm/ptrace.h, since this will not be done with 2.3.xx
automatically.
1999-11-27 16:41:38 +00:00
Ulrich Drepper
415e3bd05a If SIGPWR == SIGLOST, don't include SIGPWR message. 1999-11-26 19:31:41 +00:00
Ulrich Drepper
9690463bc8 (ARPHRD_IEEE802_TR): Added. 1999-11-26 06:29:03 +00:00
Ulrich Drepper
4dd799fb67 (SIGSYS): New definition. 1999-11-26 06:28:26 +00:00
Ulrich Drepper
20f38f83c7 SPARC64 memmove implementation. 1999-11-23 17:07:34 +00:00
Ulrich Drepper
d0c05fdbbc bcopy should handle overlapping copies like memmove, while the previous
version worked like memcpy.  Implement optimized assembly memmove.
1999-11-23 17:07:14 +00:00
Ulrich Drepper
a11bd15912 Don't use generic memmove, use the one provided in memcpy.S. 1999-11-23 17:06:58 +00:00
Ulrich Drepper
a2ec0289ec bcopy takes size_t argument, not signed, so we should not special case it
for negative args.
1999-11-23 17:06:43 +00:00
Ulrich Drepper
b1a544407e Avoid declaring the same field twice if SIGPWR is defined to SIGLOST. 1999-11-23 17:06:27 +00:00
Ulrich Drepper
9a6ad3b7c6 Fix loading of SPARC v8plus libraries from statically linked programs. 1999-11-23 17:06:12 +00:00
Ulrich Drepper
c831d399af (__setrlimit): Don't modify the rlimits structure passed in. 1999-11-20 05:10:14 +00:00
Ulrich Drepper
916d5ded93 Include linux_fsinfo.h instead of defining *_SUPER_MAGIC. 1999-11-18 16:43:37 +00:00
Ulrich Drepper
c17e637380 Sorted entries and added comments. 1999-11-18 16:43:02 +00:00
Roland McGrath
267ff95b79 1999-11-18 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdsig.c (_hurdsig_init): If __hurd_threadvar_stack_mask is
	nonzero, use cthread_fork to create the signal thread.
	* hurd/msgportdemux.c (_hurd_msgport_receive): Initialize
	_hurd_msgport_thread here (to self).
	* sysdeps/mach/hurd/fork.c (__fork): When __hurd_sigthread_stack_end
	is zero, instead compute child signal thread's starting SP from parent
	signal thread's current SP and the threadvar_stack variables.
	* hurd/Versions (GLIBC_2.1.3): Add cthread_fork, cthread_detach.
	These are now referenced weakly by _hurdsig_init.
1999-11-18 06:17:13 +00:00
Ulrich Drepper
bd6ae2a380 (DEVFS_SUPER_MAGIC): Added. 1999-11-17 20:36:55 +00:00
Ulrich Drepper
c34eb7a28e (__getpt): Check for devfs. 1999-11-17 20:36:43 +00:00
Ulrich Drepper
82f48ce4a5 (grantpt): Add support for devfs. 1999-11-17 20:36:27 +00:00
Ulrich Drepper
22c6e0cf59 Add TCP_CORK definition. 1999-11-17 20:31:47 +00:00
Ulrich Drepper
ffa63be3eb Added scsi_ioctl.h. 1999-11-17 19:56:59 +00:00
Ulrich Drepper
54aa2261b9 (TYPE_ENCLOSURE): Added to sync with Linux 2.3.26. 1999-11-17 19:56:22 +00:00
Ulrich Drepper
528c8e28b7 Synced with Linux 2.3.26; pretty printed. 1999-11-17 19:56:08 +00:00
Ulrich Drepper
d2907fd4e2 (sysdep_headers): Added scsi_ioctl.h. 1999-11-17 19:55:55 +00:00
Ulrich Drepper
370332fe23 Defines from Linux scsi_ioctl.h header. 1999-11-17 19:55:38 +00:00
Ulrich Drepper
da638d57aa Remove duplicate code. 1999-11-15 08:02:56 +00:00
Ulrich Drepper
91996e307b Add __syscall_setrlimit. 1999-11-15 07:30:53 +00:00
Roland McGrath
369d284902 1999-11-14 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/nfs/nfs.h: New file, empty but for comments.
	Its presence lets librpcsvc compile ok.  This from Mark Kettenis.
	We don't install this file for users.
	* sysdeps/mach/hurd/Dist: Add it.
	* sysdeps/mach/hurd/Makefile [$(subdir) = sunrpc] (sysdep_headers):
	Append nfs/nfs.h here.
1999-11-15 00:38:58 +00:00
Ulrich Drepper
ec2ecc4da0 Update from main branch. 1999-11-15 00:09:06 +00:00
Ulrich Drepper
90832e9ef7 Add setrlimit syscall. 1999-11-15 00:05:52 +00:00
Ulrich Drepper
b79aebd1d3 Add prototype for __syscall_setrlimit. 1999-11-15 00:05:17 +00:00
Ulrich Drepper
9ca2b1c700 Add prototype for __syscall_execve. 1999-11-15 00:04:52 +00:00
Ulrich Drepper
1a82f5fee4 Remove duplication. 1999-11-14 08:12:58 +00:00
Ulrich Drepper
c93cbc4252 Remove features available only in glibc 2.2. 1999-11-14 07:07:03 +00:00
Roland McGrath
9eabf04299 1999-11-09 Roland McGrath <roland@baalperazim.frob.com>
* hurd/report-wait.c (describe_port): Return char * and use __stpcpy
	to return the location of the null byte written into the string.
	(describe_number): Likewise.
	(describe_number): Remove assert, not always used with #.
	If FLAVOR is null, don't use it.
	(describe_number): Take signed argument and print a - if negative.
	(_S_msg_report_wait): Report system call number for system calls that
	aren't mach_msg.  Soup up reporting for mach_msg: If destination port
	matches SS->intr_port, bracket port description with [...] to indicate
	a Hurd interruptible RPC; if destination port is null, examine the
	receive port and report that state; if receive port is also null,
	check for timeout and report its value.
	* sysdeps/mach/hurd/i386/intr-msg.h (MSG_EXAMINE): Return int that is
	zero iff we managed to examine the stack; take new args RCV_NAME,
	SEND_NAME, OPTION, and TIMEOUT to fill in with mach_msg args.
1999-11-13 23:42:53 +00:00