Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change for 2.0.5bglibc-2.0.5bcvs/glibc-2_0_5b | 1997-09-09 | 1 | -1/+1 | |
| | |||||
* | Define macros in a special way if gcc is not used and so dev_t is an | 1997-08-25 | 1 | -4/+13 | |
| | | | | array. | ||||
* | Include features.h instead of sys/cdefs.h. Pretty print. | 1997-08-25 | 1 | -49/+52 | |
| | |||||
* | Remove the IS_* macros, they operate on internal kernel structures and | 1997-08-23 | 1 | -22/+0 | |
| | | | | have no place in a user header. | ||||
* | Include <gnu/types.h>, not <bits/types.h>. | 1997-08-16 | 1 | -1/+1 | |
| | |||||
* | Linux specific configuration file for libio. | 1997-08-08 | 1 | -0/+67 | |
| | |||||
* | update for 2.0.5pre1 | 1997-08-05 | 19 | -81/+303 | |
| | |||||
* | (shmat): Add cast to prevent warning. | 1997-05-22 | 1 | -1/+1 | |
| | |||||
* | Linux specific tty definitions | 1997-05-21 | 1 | -0/+104 | |
| | |||||
* | Add cacheflush. | 1997-05-21 | 1 | -0/+2 | |
| | |||||
* | Likewise tuck the thread data onto the new thread's stack. | 1997-05-21 | 1 | -3/+10 | |
| | |||||
* | Don't presume that the kernel will preserve non-call-saved registers; | 1997-05-21 | 1 | -2/+10 | |
| | | | | save and restore a0 across the system call. | ||||
* | Add nfsservctl. | 1997-05-21 | 1 | -0/+1 | |
| | |||||
* | Add cast in call to __ipc. | 1997-05-21 | 1 | -1/+1 | |
| | |||||
* | (shmat): For Linux-2.0 and up the kernel can return negative values. | 1997-05-21 | 1 | -1/+2 | |
| | | | | | Only fail when return value is in range in range which is never returned as valid address. | ||||
* | Save errno. | 1997-05-21 | 1 | -0/+3 | |
| | |||||
* | Use <netinet/ip_icmp.h> not <netinet/icmp.h>. | 1997-04-26 | 1 | -5/+5 | |
| | |||||
* | Update. | 1997-04-18 | 1 | -2/+1 | |
| | |||||
* | Define _LINUX_TYPES_H to avoid use of kernel types. | 1997-04-17 | 1 | -0/+26 | |
| | |||||
* | (struct ip_timestamp): Correct typos. | 1997-04-17 | 1 | -74/+94 | |
| | |||||
* | Include <sys/socket.h> to get definition of sa_family_t for | 1997-04-17 | 1 | -0/+1 | |
| | | | | <linux/atalk.h>. | ||||
* | (OXTABS): Don't define. | 1997-04-17 | 2 | -8/+0 | |
| | |||||
* | Don't use kernel header because of type clashes. Add all definitions | 1997-04-17 | 3 | -50/+50 | |
| | | | | | here. Correct types according to XPG4.2. | ||||
* | Don't use kernel header because of type clashes. Add all definitions | 1997-04-17 | 1 | -2/+46 | |
| | | | | here. | ||||
* | [$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h. | 1997-04-04 | 1 | -1/+1 | |
| | |||||
* | Rename atalk.h to at.h | 1997-04-04 | 1 | -0/+0 | |
| | |||||
* | Add former contents of <netinet/icmp.h>. | 1997-04-04 | 1 | -14/+91 | |
| | |||||
* | Add sigisempty, sigorset, and sigandset | 1997-04-04 | 1 | -2/+33 | |
| | |||||
* | Remove since we have ip_icmp.h | 1997-04-04 | 1 | -25/+0 | |
| | |||||
* | (OXTABS): Define as alias for XTABS. | 1997-03-22 | 2 | -0/+8 | |
| | |||||
* | (CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn't | 1997-03-21 | 1 | -1/+4 | |
| | | | | insert a call to _mcount, which clobbers %eax. | ||||
* | Include ctype.h for isdigit. | 1997-03-21 | 1 | -0/+1 | |
| | |||||
* | Don't emulate writev with small UIO_FASTIOV value by multiple writev | 1997-03-21 | 1 | -18/+13 | |
| | | | | calls since we need atomicity. | ||||
* | Don't emulate readv with small UIO_FASTIOV value by multiple readv | 1997-03-21 | 1 | -20/+12 | |
| | | | | calls since we need atomicity. | ||||
* | Don't use MAX_IOVEC. Test for UIO_FASTIOV and set to 8 if not available. | 1997-03-19 | 2 | -18/+12 | |
| | |||||
* | Include <kernel_stat.h>, not "kernel_stat.h". | 1997-03-19 | 3 | -5/+5 | |
| | |||||
* | Add netinet/tcp.h. | 1997-03-19 | 1 | -0/+1 | |
| | |||||
* | [$(subdir)=inet] (sysdep_headers): Remove netinet/ip.h. | 1997-03-19 | 1 | -2/+1 | |
| | |||||
* | [$(subdir)=inet] (sysdep_headers): Add netinet/ip.h. | 1997-03-19 | 1 | -1/+2 | |
| | |||||
* | Compatibility versions for early 2.0 version of the kernel | 1997-03-19 | 2 | -0/+139 | |
| | |||||
* | Add stat, fstat, xstat, readv, and writev syscalls. | 1997-03-19 | 1 | -0/+5 | |
| | |||||
* | (PPP_VERSION): Define to 2.2.0 to prevent version mismatch. | 1997-03-18 | 1 | -1/+1 | |
| | |||||
* | Don't define O_NORW. | 1997-03-18 | 2 | -2/+0 | |
| | |||||
* | Add handling of correct stat structure | 1997-03-17 | 5 | -0/+326 | |
| | |||||
* | Don't use incompatible kernel header. | 1997-03-17 | 2 | -3/+158 | |
| | |||||
* | Add PF_FILE as synonym for PF_LOCAL and AF_FILE as synonym for | 1997-03-17 | 1 | -0/+2 | |
| | | | | AF_LOCAL. | ||||
* | (struct stat): Change definition to use prescribed types for elements. | 1997-03-17 | 2 | -30/+31 | |
| | |||||
* | Add copyright. | 1997-03-17 | 1 | -1/+20 | |
| | |||||
* | [__USE_GNU]: Add O_READ, O_WRITE and O_NORW. | 1997-03-17 | 2 | -2/+18 | |
| | |||||
* | Add kernel_stat.h. | 1997-03-17 | 2 | -0/+2 | |
| |