summaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Collapse)Author
1997-12-09Not used anymore.Ulrich Drepper
1997-12-09Care for prefix.Ulrich Drepper
1997-12-09Add prctl.Ulrich Drepper
1997-12-09Add AF_* and PF_ constants from Linux headers.Ulrich Drepper
1997-12-09Add __libc_accept as alias.Ulrich Drepper
1997-12-09[$(subdir)=misc] (sysdep_headers):Ulrich Drepper
Remove sys/module.h. Add sys/prctl.h and scsi/sg.h. [$(subdir)=inet] (sysdep_headers): Add net/if_slip.h, net/if_packet.h.
1997-12-09Add scsi/sg.h, net/if_packet.h, net/if_slip.h, and sys/prctl.h.Ulrich Drepper
Remove sys/module.h.
1997-12-09Header for generic SCSI interfaceUlrich Drepper
1997-12-09Define socket syscalls with __libc_* names.Ulrich Drepper
1997-12-03(MAP_FAILED): Add constant. Suggested by Petter ReinholdtsenUlrich Drepper
<pere@sleeper.link.no> [PR libc/367].
1997-11-19Include <asm/types.h>.Ulrich Drepper
1997-11-19Correct return value.Ulrich Drepper
1997-11-19Add new values.Ulrich Drepper
1997-11-19Correct loading of return address.Ulrich Drepper
1997-11-19Add new values and correct types in struct cmsghdr.Ulrich Drepper
1997-11-19Define __need_NULL to get definition of NULL.Ulrich Drepper
1997-09-09Change for 2.0.5bglibc-2.0.5bcvs/glibc-2_0_5bUlrich Drepper
1997-08-25Define macros in a special way if gcc is not used and so dev_t is anUlrich Drepper
array.
1997-08-25Include features.h instead of sys/cdefs.h. Pretty print.Ulrich Drepper
1997-08-23Remove the IS_* macros, they operate on internal kernel structures andUlrich Drepper
have no place in a user header.
1997-08-16Include <gnu/types.h>, not <bits/types.h>.Ulrich Drepper
1997-08-08Linux specific configuration file for libio.Ulrich Drepper
1997-08-05update for 2.0.5pre1Ulrich Drepper
1997-05-26Regenerated: autoconf sysdeps/unix/configure.inUlrich Drepper
1997-05-26Regenerated: autoconf sysdeps/unix/common/configure.inUlrich Drepper
1997-05-22(shmat): Add cast to prevent warning.Ulrich Drepper
1997-05-21Linux specific tty definitionsUlrich Drepper
1997-05-21SunOS specific tty definitionsUlrich Drepper
1997-05-21Add cacheflush.Ulrich Drepper
1997-05-21Likewise tuck the thread data onto the new thread's stack.Ulrich Drepper
1997-05-21Don't presume that the kernel will preserve non-call-saved registers;Ulrich Drepper
save and restore a0 across the system call.
1997-05-21Add nfsservctl.Ulrich Drepper
1997-05-21Add cast in call to __ipc.Ulrich Drepper
1997-05-21(shmat): For Linux-2.0 and up the kernel can return negative values.Ulrich Drepper
Only fail when return value is in range in range which is never returned as valid address.
1997-05-21Save errno.Ulrich Drepper
1997-04-26Use <netinet/ip_icmp.h> not <netinet/icmp.h>.Ulrich Drepper
1997-04-18Update.Ulrich Drepper
1997-04-17Define _LINUX_TYPES_H to avoid use of kernel types.Ulrich Drepper
1997-04-17(struct ip_timestamp): Correct typos.Ulrich Drepper
1997-04-17Include <sys/socket.h> to get definition of sa_family_t forUlrich Drepper
<linux/atalk.h>.
1997-04-17(OXTABS): Don't define.Ulrich Drepper
1997-04-17Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper
here. Correct types according to XPG4.2.
1997-04-17Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper
here.
1997-04-04[$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h.Ulrich Drepper
1997-04-04Rename atalk.h to at.hUlrich Drepper
1997-04-04Add former contents of <netinet/icmp.h>.Ulrich Drepper
1997-04-04Add sigisempty, sigorset, and sigandsetUlrich Drepper
1997-04-04Remove since we have ip_icmp.hUlrich Drepper
1997-03-22(OXTABS): Define as alias for XTABS.Ulrich Drepper
1997-03-21(CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn'tUlrich Drepper
insert a call to _mcount, which clobbers %eax.