Ulrich Drepper
|
fa04216d3b
|
(__syscall_shmctl): Declare.
|
2000-04-22 06:54:35 +00:00 |
|
Ulrich Drepper
|
b6e679a8ac
|
(__syscall_semctl): Declare.
|
2000-04-22 06:54:21 +00:00 |
|
Ulrich Drepper
|
bce847003b
|
(__syscall_msgctl): Declare.
|
2000-04-22 06:54:09 +00:00 |
|
Ulrich Drepper
|
4a88ca4687
|
Fix typo in compat_symbol call for old adjtime.
|
2000-04-15 16:57:53 +00:00 |
|
Andreas Jaeger
|
8cacb29129
|
Add newline at EOF.
|
2000-04-14 17:53:07 +00:00 |
|
Andreas Jaeger
|
500d200d09
|
2000-04-14 Andreas Jaeger <aj@suse.de>
* weaks.c: Fix typo.
2000-04-14 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/madvise.c: Fix typos.
* sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.
* sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.
* sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
warnings.
|
2000-04-14 17:36:37 +00:00 |
|
Ulrich Drepper
|
a54fe716da
|
Define POSIX_FADV_NORMAL, POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL,
POSIX_FADV_WILLNEED, POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
|
2000-04-14 07:48:34 +00:00 |
|
Ulrich Drepper
|
fd327b8820
|
Add POSIX_MADV_* constants.
|
2000-04-14 05:57:49 +00:00 |
|
Andreas Jaeger
|
040c028af2
|
Now I've applied Ralf's patch correctly and it works.
|
2000-04-13 20:31:43 +00:00 |
|
Andreas Jaeger
|
1c3fb6b3a4
|
Fix typos in last checkin.
|
2000-04-13 20:19:15 +00:00 |
|
Andreas Jaeger
|
d152663e8a
|
2000-04-13 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/mips/clone.S: Fix functions.
|
2000-04-13 20:13:29 +00:00 |
|
Andreas Jaeger
|
985286e05b
|
2000-04-13 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/mips/pipe.S: New file.
|
2000-04-13 19:53:13 +00:00 |
|
Andreas Jaeger
|
86e991277c
|
2000-04-07 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
newer kernels.
|
2000-04-07 20:07:21 +00:00 |
|
Ulrich Drepper
|
604220ddc6
|
init-first.h has been removed, remove it here also.
|
2000-04-06 20:09:41 +00:00 |
|
Ulrich Drepper
|
7e3f69ad02
|
Not needed anymore.
|
2000-04-06 04:56:46 +00:00 |
|
Ulrich Drepper
|
782bca9790
|
Use shlib-compat macros.
|
2000-04-04 06:03:28 +00:00 |
|
Ulrich Drepper
|
b05b3eb67f
|
Define __socklen_t.
|
2000-04-02 08:05:11 +00:00 |
|
Ulrich Drepper
|
23a7de4bb4
|
Use __socklen_t to define socklen_t. Allow definition elsewhere.
|
2000-04-02 08:01:25 +00:00 |
|
Ulrich Drepper
|
0655420550
|
Linux/Alpha specific definitions for <netdb.h>.
|
2000-04-01 22:29:26 +00:00 |
|
Ulrich Drepper
|
0772663d31
|
Use shlib-compat macros.
|
2000-03-31 05:39:18 +00:00 |
|
Ulrich Drepper
|
6955b182f1
|
Clarify use of __ASSUME_32BITUIDS.
|
2000-03-26 20:30:58 +00:00 |
|
Ulrich Drepper
|
0d4d1e01f9
|
Processor context definitions for Linux/Arm.
|
2000-03-26 18:41:48 +00:00 |
|
Ulrich Drepper
|
cc9b3b98b9
|
(MADV_*): Add flags from latest Linux kernel.
|
2000-03-20 22:51:18 +00:00 |
|
Richard Henderson
|
7e47b466c7
|
* sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
in GLIBC_2.1.4.
|
2000-03-20 22:08:26 +00:00 |
|
Richard Henderson
|
cd112ac0a3
|
* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
|
2000-03-20 20:24:41 +00:00 |
|
Richard Henderson
|
194b9b3b26
|
* sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
Kill sethae.
* sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
* sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
Use physical addresses not KSEG addresses.
(io_system): Add PYXIS.
(io): Remove hae.reg, sys, hae_shift.
(stb_mb, stw_mb, stl_mb, __sethae): New.
(inline_outb, inline_outw, inline_outl): Don't set hae.
(inline_inb, inline_inw, inline_inl): Likewise.
(dense_sethae): New null function.
(struct cpuinfo_data): New.
(process_cpuinfo): Use local and stack variables, not static.
Move readlink check here from init_iosys.
(init_iosys): Use __pciconfig_iobase first. Know SX and LX as PYXIS.
(_iopl): Simplify.
(_hae_shift): Calculate it here.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
add pciconfig_iobase.
|
2000-03-20 20:23:05 +00:00 |
|
Ulrich Drepper
|
59e14c2112
|
Make __pwrite64 weak alias.
|
2000-03-16 07:07:13 +00:00 |
|
Ulrich Drepper
|
9399c12de5
|
Make __pread64 weak alias.
|
2000-03-16 07:06:45 +00:00 |
|
Ulrich Drepper
|
052065ad7b
|
(platform): Add entry for Nautilus.
|
2000-03-15 07:22:08 +00:00 |
|
Andreas Jaeger
|
2e6c2875e8
|
2000-03-09 Martin Buchholz <martin@xemacs.org>
* sysdeps/unix/sysv/linux/alpha/syscall.S:
* manual/message.texi (Using gettextized software):
* manual/message.texi (Message Translation): Doc Fixes.
* manual/filesys.texi (File Size):
* manual/charset.texi (glibc iconv Implementation):
* locale/programs/ld-collate.c (collate_output):
* iconv/gconv_db.c (find_derivation):
* manual/install.texi:
* manual/search.texi (Hash Search Function):
* manual/stdio.texi (Output Conversion Syntax):
* FAQ.in:
* config.h.in:
* sysdeps/generic/dl-sysdep.c:
Doc Fixes. `allows to' is not correct English.
* elf/rtld.c: Doc fixes.
* manual/creature.texi (Feature Test Macros): Doc fixes.
* manual/memory.texi (Hooks for Malloc): Doc Fixes.
* manual/filesys.texi (Working Directory): Check for ERANGE to
avoid infloop.
|
2000-03-10 08:40:34 +00:00 |
|
Ulrich Drepper
|
1a76429b65
|
Define _STATFS_F_NAMELEN.
|
2000-02-28 21:15:52 +00:00 |
|
Ulrich Drepper
|
2c11d9bcf5
|
Define shmatt_t type and use it in struct shmid_ds definition.
|
2000-02-28 05:02:28 +00:00 |
|
Ulrich Drepper
|
5e516adf18
|
(struct msqid_ds): Use __pid_t.
|
2000-02-25 17:05:23 +00:00 |
|
Ulrich Drepper
|
cf95db7e00
|
(IPC_INFO): Only define if __USE_GNU.
|
2000-02-25 08:56:31 +00:00 |
|
Ulrich Drepper
|
40d4354938
|
Include bits/types.h, not sys/types.h.
(MSG_EXCEPT): Only define if __USE_GNU.
Define msgqnum_t and msglen_t and use them in struct msqid_ds definition.
|
2000-02-25 08:54:48 +00:00 |
|
Ulrich Drepper
|
028bec36ff
|
Linux/Alpha specific siginfo definitions.
|
2000-02-23 05:59:55 +00:00 |
|
Ulrich Drepper
|
158331933d
|
Define SA_NOCLDWAIT.
|
2000-02-23 05:59:11 +00:00 |
|
Ulrich Drepper
|
574b073035
|
Fix off by one error.
|
2000-02-20 17:58:12 +00:00 |
|
Ulrich Drepper
|
58d7604e5d
|
opl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform
lookup via /proc/cpuinfo works on later version NetWinders.
|
2000-02-14 18:11:04 +00:00 |
|
Ulrich Drepper
|
e1b4ab28ae
|
Add oldmsgctl, oldsemctl.
|
2000-02-11 21:01:03 +00:00 |
|
Ulrich Drepper
|
23f1401266
|
(msgctl, semctl, shmctl): Make them EXTRA as __old_* and as GLIBC_2.0 symbols.
|
2000-02-11 21:00:47 +00:00 |
|
Ulrich Drepper
|
f8d5da2998
|
Linux/Alpha specific shmctl implementation.
|
2000-02-11 21:00:22 +00:00 |
|
Ulrich Drepper
|
3b6c96e67b
|
Linux/Alpha specific semctl implementation.
|
2000-02-11 21:00:16 +00:00 |
|
Ulrich Drepper
|
9e683793e4
|
Linux/Alpha specific msgctl implementation.
|
2000-02-11 21:00:09 +00:00 |
|
Ulrich Drepper
|
8b9d6d8045
|
(getresuid): Make syscall directly, no stubs needed.
(getresgid): Likewise.
|
2000-02-11 19:44:00 +00:00 |
|
Ulrich Drepper
|
fb30b58ad5
|
Linux/m68k shmctl implementation.
|
2000-02-11 19:43:46 +00:00 |
|
Ulrich Drepper
|
a020fa2f4d
|
Linux/m68k semctl implementation.
|
2000-02-11 19:43:42 +00:00 |
|
Ulrich Drepper
|
ac707c19aa
|
Linux/m68k smgctl implementation.
|
2000-02-11 19:43:37 +00:00 |
|
Ulrich Drepper
|
ef034ccbd5
|
Linux/m68k getresuid implementation.
|
2000-02-11 19:43:32 +00:00 |
|
Ulrich Drepper
|
d60da510e2
|
Linux/m68k getresgid implementation.
|
2000-02-11 19:43:28 +00:00 |
|