summaryrefslogtreecommitdiffstats
path: root/sysdeps/unix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change for 2.0.5bglibc-2.0.5bcvs/glibc-2_0_5bUlrich Drepper1997-09-091-1/+1
|
* Define macros in a special way if gcc is not used and so dev_t is anUlrich Drepper1997-08-251-4/+13
| | | | array.
* Include features.h instead of sys/cdefs.h. Pretty print.Ulrich Drepper1997-08-251-49/+52
|
* Remove the IS_* macros, they operate on internal kernel structures andUlrich Drepper1997-08-231-22/+0
| | | | have no place in a user header.
* Include <gnu/types.h>, not <bits/types.h>.Ulrich Drepper1997-08-161-1/+1
|
* Linux specific configuration file for libio.Ulrich Drepper1997-08-081-0/+67
|
* update for 2.0.5pre1Ulrich Drepper1997-08-0522-87/+309
|
* Regenerated: autoconf sysdeps/unix/configure.inUlrich Drepper1997-05-261-7/+11
|
* Regenerated: autoconf sysdeps/unix/common/configure.inUlrich Drepper1997-05-261-15/+19
|
* (shmat): Add cast to prevent warning.Ulrich Drepper1997-05-221-1/+1
|
* Linux specific tty definitionsUlrich Drepper1997-05-211-0/+104
|
* SunOS specific tty definitionsUlrich Drepper1997-05-211-0/+104
|
* Add cacheflush.Ulrich Drepper1997-05-211-0/+2
|
* Likewise tuck the thread data onto the new thread's stack.Ulrich Drepper1997-05-211-3/+10
|
* Don't presume that the kernel will preserve non-call-saved registers;Ulrich Drepper1997-05-211-2/+10
| | | | save and restore a0 across the system call.
* Add nfsservctl.Ulrich Drepper1997-05-211-0/+1
|
* Add cast in call to __ipc.Ulrich Drepper1997-05-211-1/+1
|
* (shmat): For Linux-2.0 and up the kernel can return negative values.Ulrich Drepper1997-05-211-1/+2
| | | | | Only fail when return value is in range in range which is never returned as valid address.
* Save errno.Ulrich Drepper1997-05-211-0/+3
|
* Use <netinet/ip_icmp.h> not <netinet/icmp.h>.Ulrich Drepper1997-04-261-5/+5
|
* Update.Ulrich Drepper1997-04-181-2/+1
|
* Define _LINUX_TYPES_H to avoid use of kernel types.Ulrich Drepper1997-04-171-0/+26
|
* (struct ip_timestamp): Correct typos.Ulrich Drepper1997-04-171-74/+94
|
* Include <sys/socket.h> to get definition of sa_family_t forUlrich Drepper1997-04-171-0/+1
| | | | <linux/atalk.h>.
* (OXTABS): Don't define.Ulrich Drepper1997-04-172-8/+0
|
* Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper1997-04-173-50/+50
| | | | | here. Correct types according to XPG4.2.
* Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper1997-04-171-2/+46
| | | | here.
* [$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h.Ulrich Drepper1997-04-041-1/+1
|
* Rename atalk.h to at.hUlrich Drepper1997-04-041-0/+0
|
* Add former contents of <netinet/icmp.h>.Ulrich Drepper1997-04-041-14/+91
|
* Add sigisempty, sigorset, and sigandsetUlrich Drepper1997-04-041-2/+33
|
* Remove since we have ip_icmp.hUlrich Drepper1997-04-041-25/+0
|
* (OXTABS): Define as alias for XTABS.Ulrich Drepper1997-03-222-0/+8
|
* (CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn'tUlrich Drepper1997-03-211-1/+4
| | | | insert a call to _mcount, which clobbers %eax.
* Include ctype.h for isdigit.Ulrich Drepper1997-03-211-0/+1
|
* Don't emulate writev with small UIO_FASTIOV value by multiple writevUlrich Drepper1997-03-211-18/+13
| | | | calls since we need atomicity.
* Don't emulate readv with small UIO_FASTIOV value by multiple readvUlrich Drepper1997-03-211-20/+12
| | | | calls since we need atomicity.
* Rename and alias readv to __readv and writev to __writev.Ulrich Drepper1997-03-211-2/+2
|
* Don't use MAX_IOVEC. Test for UIO_FASTIOV and set to 8 if not available.Ulrich Drepper1997-03-192-18/+12
|
* Include <kernel_stat.h>, not "kernel_stat.h".Ulrich Drepper1997-03-193-5/+5
|
* SCO 3.2.4 specific files to distribute.Ulrich Drepper1997-03-191-0/+1
|
* Add __getpgid.c and __setpgid.c.Ulrich Drepper1997-03-191-0/+2
|
* Add bsdstat.h, setrguid.c, and setruid.c.Ulrich Drepper1997-03-191-1/+4
|
* Add direct.h.Ulrich Drepper1997-03-191-0/+1
|
* Add netinet/tcp.h.Ulrich Drepper1997-03-191-0/+1
|
* [$(subdir)=inet] (sysdep_headers): Remove netinet/ip.h.Ulrich Drepper1997-03-191-2/+1
|
* [$(subdir)=inet] (sysdep_headers): Add netinet/ip.h.Ulrich Drepper1997-03-191-1/+2
|
* Compatibility versions for early 2.0 version of the kernelUlrich Drepper1997-03-192-0/+139
|
* Add stat, fstat, xstat, readv, and writev syscalls.Ulrich Drepper1997-03-191-0/+5
|
* (PPP_VERSION): Define to 2.2.0 to prevent version mismatch.Ulrich Drepper1997-03-181-1/+1
|