| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * update_utmp.c: flush preprocessor directive to left margin | Tom Yu | 1995-08-09 | 2 | -1/+4 |
| * | Pass correct argument to getutmpx() | Paul Park | 1995-08-08 | 2 | -1/+5 |
| * | * Modify pty_update_utmp so it takes additional parameters instead of | Sam Hartman | 1995-08-07 | 8 | -35/+80 |
| * | If using the autoconf in the local tree, invoke it using /bin/sh, so | Theodore Tso | 1995-08-07 | 2 | -2/+10 |
| * | Add $(SHELL) to invocation of config_script, so that the tree can | Theodore Tso | 1995-08-07 | 2 | -1/+8 |
| * | Add $(SHELL) to invocation of config_script, so that the tree can | Theodore Tso | 1995-08-07 | 2 | -1/+6 |
| * | Return value from pty_open_ctty is non-zero on error, not negative | Ezra Peisach | 1995-08-05 | 2 | -1/+6 |
| * | libpty.h (pty_cleanup): Fix argument type of pid to patch that used in the | Theodore Tso | 1995-08-05 | 3 | -2/+15 |
| * | * Makefile.in: use libupdate so to not get multiple copies of | Tom Yu | 1995-08-04 | 6 | -12/+29 |
| * | Fix up Copyright notice to have correct year (1995 instead of 1990) | Theodore Tso | 1995-08-04 | 12 | -159/+136 |
| * | Add .cvsignore to ignore configure | Ezra Peisach | 1995-08-04 | 1 | -0/+1 |
| * | missed a #endif | Tom Yu | 1995-08-04 | 1 | -1/+1 |
| * | * cleanup.c (pty_cleanup): Add missing declarations for retval and | Tom Yu | 1995-08-04 | 2 | -3/+10 |
| * | Attempt to HUP processes associated with the pty when it is revoked if | Sam Hartman | 1995-08-03 | 3 | -1/+25 |
| * | * Fix tests for length of slave buffer. | Sam Hartman | 1995-08-02 | 7 | -6/+47 |
| * | Make interface change so getpty doesn't overwrite | Sam Hartman | 1995-08-01 | 7 | -12/+107 |
| * | Fix typo TIOCSTTY to TIOCSCTTY in ioctl | Ezra Peisach | 1995-08-01 | 2 | -1/+6 |
| * | Add missing logwtmp file | Sam Hartman | 1995-08-01 | 1 | -0/+64 |
| * | Check in first version of libpty | Sam Hartman | 1995-07-31 | 14 | -0/+1078 |
| * | Protect test for Gcc under AIX so it works with non-Gcc compilers | Sam Hartman | 1995-07-31 | 3 | -2/+11 |
| * | Fix previous change by removing configure.in dependency on | Sam Hartman | 1995-07-19 | 3 | -2/+6 |
| * | Update Makefile.in to use $(STEXT) so shared libs under AIX work | Sam Hartman | 1995-07-18 | 2 | -4/+11 |
| * | Added test for pgno_t that should avoid breaking NetBSD | Sam Hartman | 1995-07-14 | 2 | -1/+16 |
| * | Clean up prototypes for error_message. I think we may need to insert a test ... | Sam Hartman | 1995-07-13 | 2 | -2/+10 |
| * | Do not include stdlib.h unless it exists | Ezra Peisach | 1995-07-12 | 2 | -0/+6 |
| * | Remove LDFLAGS | Paul Park | 1995-07-07 | 2 | -1/+4 |
| * | Make symlink in TOPLIBD for libss | Paul Park | 1995-07-07 | 2 | -0/+6 |
| * | Add DEPLIBS, needed by shared library rule | Paul Park | 1995-07-07 | 4 | -1/+10 |
| * | prof_int.h must be included after stdio.h for prototypes | Ezra Peisach | 1995-07-06 | 2 | -2/+7 |
| * | Checking in the change of removing makeshlib | Ezra Peisach | 1995-07-06 | 1 | -0/+4 |
| * | Remove makeshlib on clean | Ezra Peisach | 1995-07-06 | 1 | -1/+1 |
| * | Changes for Macintosh implementation | Keith Vetter | 1995-07-06 | 8 | -5/+35 |
| * | * makeshlib.sh: Add support for NetBSD shared libraries | Tom Yu | 1995-07-04 | 2 | -0/+13 |
| * | * Makefile.in (libdb.a): Quiet the if statement | Tom Yu | 1995-07-03 | 3 | -5/+10 |
| * | * Replace Gcc test from top level configure.in with one from | Sam Hartman | 1995-07-03 | 3 | -10/+16 |
| * | * configure.in: Don't check for pgno_t; it's not in sys/types.h on | Tom Yu | 1995-07-02 | 2 | -1/+6 |
| * | Add shared library support | Paul Park | 1995-06-30 | 6 | -2/+44 |
| * | Rename ct_c.*.in to ct_c_*.in, so that the sources will unpack cleanly | Theodore Tso | 1995-06-28 | 4 | -8/+14 |
| * | Rename ct_c.* to ct_c.*.in. ct_c.sed.in is now processed by sed to | Theodore Tso | 1995-06-28 | 5 | -14/+27 |
| * | * configure.in: int*_t and pgno_t declarations from | Mark Eichin | 1995-06-28 | 2 | -0/+12 |
| * | * configure.in: use AC_CHECK_FUNCS and check for memmove. | Mark Eichin | 1995-06-28 | 3 | -1/+10 |
| * | * dbtest.c (xmalloc): use memcpy, memmove isn't needed. | Mark Eichin | 1995-06-28 | 3 | -2/+10 |
| * | * run.test: look in /usr/share/lib/dict/words to find the words | Mark Eichin | 1995-06-28 | 2 | -1/+8 |
| * | * db.h: *int*_t are likely to collide with native types, | Mark Eichin | 1995-06-28 | 2 | -15/+7 |
| * | * configure.in: *int*_t are likely to collide with native types, | Mark Eichin | 1995-06-28 | 2 | -1/+14 |
| * | Compiler warning cleanup | Paul Park | 1995-06-27 | 4 | -2/+12 |
| * | Made makeshlib produced by Makefile, so I can know whether I'm running Gcc. ... | Sam Hartman | 1995-06-26 | 4 | -5/+53 |
| * | * configure.in: fix typo; appended "all" rule needs two colons to | Tom Yu | 1995-06-24 | 2 | -1/+6 |
| * | * error_table.h: reverse sense of KRB5_PROVIDE_PROTOTYPES | Tom Yu | 1995-06-23 | 2 | -3/+4 |
| * | Fixed typos that prevent static libs from working. Add code | Sam Hartman | 1995-06-23 | 2 | -2/+9 |