| Age | Commit message (Expand) | Author |
| 1995-06-18 | don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminated | cgd |
| 1995-06-16 | Change return type of {get,set}{domain,host}name() from long to int. | jtc |
| 1995-06-16 | <sys/termios.h> -> <termios.h> | jtc |
| 1995-06-16 | getsubopt() uses strcmp(), so include <string.h> | jtc |
| 1995-06-16 | Use standard conditional for rcsid definition. | jtc |
| 1995-06-16 | Don't cast void functions to void. | jtc |
| 1995-06-15 | Correctly build gcrt0.o | mellon |
| 1995-06-15 | start -> __start in END macro as well | mellon |
| 1995-06-15 | start -> __start to avoid namespace bugs | mellon |
| 1995-06-15 | Private strrchr() not needed for scrt0.o | pk |
| 1995-06-15 | don't include <sys/cdefs.h>, it's a 'private' header | jtc |
| 1995-06-14 | add explicit return type | jtc |
| 1995-06-14 | define __atexit pointer | jtc |
| 1995-06-14 | add extern qualifier to __atexit pointer declaration | jtc |
| 1995-06-13 | Add btree(3) cross reference. | jtc |
| 1995-06-12 | Open with O_NONBLOCK, in case someone tries to open a blocking device | jtc |
| 1995-06-07 | eliminate the need for some (fatal) casts. | cgd |
| 1995-06-07 | be a bit more careful when splitting pathnames | cgd |
| 1995-06-07 | build tags at library build time, not at install time. | cgd |
| 1995-06-07 | cast assignments to quiet const warnings. Mark (at least some) uses of | cgd |
| 1995-06-06 | First arg. of syscall2() is a quad_t. | pk |
| 1995-06-06 | Correct tputs() argument declaration. | pk |
| 1995-06-06 | Declare tputs() as void. | pk |
| 1995-06-05 | Prototypes (PR#1105) + some misc. reorganisation. | pk |
| 1995-06-05 | Prototypes (PR#1104). | pk |
| 1995-06-05 | Prototypes (PR#1103). | pk |
| 1995-06-05 | Prototypes (PR#1100). | pk |
| 1995-06-05 | Prototypes (PR#1098). | pk |
| 1995-06-05 | Fix typo (Der mouse, PR #1115). | pk |
| 1995-06-05 | Build run-time code for use in static executables, called `scrt0.o'. | pk |
| 1995-06-05 | #include <dlfcn.h>, and <string.h> too. | pk |
| 1995-06-05 | one more prototype | pk |
| 1995-06-04 | add dlerror() stub | pk |
| 1995-06-03 | Fill in sin_len. | mycroft |
| 1995-06-03 | Fill in sin_len. | mycroft |
| 1995-06-03 | Fill in sin_len. | mycroft |
| 1995-06-03 | Factor out common code. | pk |
| 1995-06-03 | Don't set the rgid or egid. Document this behavior. This is compatible with | mycroft |
| 1995-06-02 | Protoize (from Thorsten Lockert, PR #1070). | pk |
| 1995-06-02 | We must do setgid() explicitly now. | mycroft |
| 1995-06-02 | Make this compile warning-free (from Thorsten Lockert, PR 1071). | pk |
| 1995-06-01 | Don't duplicate the primary group. The first member of the groups list | jtc |
| 1995-06-01 | Converted K&R -> ansi. | ragge |
| 1995-05-29 | Update to -DDYNAMIC as I thought I had a long time ago. | phil |
| 1995-05-25 | Fix up the last argv pointer correctly when terminating early. | mycroft |
| 1995-05-21 | Use inet_aton(), not inet_addr(). | mycroft |
| 1995-05-18 | Fix one more reallocing bug. | mycroft |
| 1995-05-18 | Fix up another pointer if we realloc the argument list. | mycroft |
| 1995-05-17 | from PR 952, by Thor Lancelot Simon: don't turn off echo when | cgd |
| 1995-05-17 | Modify getpwent() to use __ypparse(). | mycroft |