summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* * update_utmp.c: flush preprocessor directive to left marginTom Yu1995-08-092-1/+4
* Pass correct argument to getutmpx()Paul Park1995-08-082-1/+5
* * Modify pty_update_utmp so it takes additional parameters instead ofSam Hartman1995-08-078-35/+80
* If using the autoconf in the local tree, invoke it using /bin/sh, soTheodore Tso1995-08-072-2/+10
* Add $(SHELL) to invocation of config_script, so that the tree canTheodore Tso1995-08-072-1/+8
* Add $(SHELL) to invocation of config_script, so that the tree canTheodore Tso1995-08-072-1/+6
* Return value from pty_open_ctty is non-zero on error, not negativeEzra Peisach1995-08-052-1/+6
* libpty.h (pty_cleanup): Fix argument type of pid to patch that used in theTheodore Tso1995-08-053-2/+15
* * Makefile.in: use libupdate so to not get multiple copies ofTom Yu1995-08-046-12/+29
* Fix up Copyright notice to have correct year (1995 instead of 1990)Theodore Tso1995-08-0412-159/+136
* Add .cvsignore to ignore configureEzra Peisach1995-08-041-0/+1
* missed a #endifTom Yu1995-08-041-1/+1
* * cleanup.c (pty_cleanup): Add missing declarations for retval andTom Yu1995-08-042-3/+10
* Attempt to HUP processes associated with the pty when it is revoked ifSam Hartman1995-08-033-1/+25
* * Fix tests for length of slave buffer.Sam Hartman1995-08-027-6/+47
* Make interface change so getpty doesn't overwriteSam Hartman1995-08-017-12/+107
* Fix typo TIOCSTTY to TIOCSCTTY in ioctlEzra Peisach1995-08-012-1/+6
* Add missing logwtmp fileSam Hartman1995-08-011-0/+64
* Check in first version of libptySam Hartman1995-07-3114-0/+1078
* Protect test for Gcc under AIX so it works with non-Gcc compilersSam Hartman1995-07-313-2/+11
* Fix previous change by removing configure.in dependency onSam Hartman1995-07-193-2/+6
* Update Makefile.in to use $(STEXT) so shared libs under AIX workSam Hartman1995-07-182-4/+11
* Added test for pgno_t that should avoid breaking NetBSDSam Hartman1995-07-142-1/+16
* Clean up prototypes for error_message. I think we may need to insert a test ...Sam Hartman1995-07-132-2/+10
* Do not include stdlib.h unless it existsEzra Peisach1995-07-122-0/+6
* Remove LDFLAGSPaul Park1995-07-072-1/+4
* Make symlink in TOPLIBD for libssPaul Park1995-07-072-0/+6
* Add DEPLIBS, needed by shared library rulePaul Park1995-07-074-1/+10
* prof_int.h must be included after stdio.h for prototypesEzra Peisach1995-07-062-2/+7
* Checking in the change of removing makeshlibEzra Peisach1995-07-061-0/+4
* Remove makeshlib on cleanEzra Peisach1995-07-061-1/+1
* Changes for Macintosh implementationKeith Vetter1995-07-068-5/+35
* * makeshlib.sh: Add support for NetBSD shared librariesTom Yu1995-07-042-0/+13
* * Makefile.in (libdb.a): Quiet the if statementTom Yu1995-07-033-5/+10
* * Replace Gcc test from top level configure.in with one fromSam Hartman1995-07-033-10/+16
* * configure.in: Don't check for pgno_t; it's not in sys/types.h onTom Yu1995-07-022-1/+6
* Add shared library supportPaul Park1995-06-306-2/+44
* Rename ct_c.*.in to ct_c_*.in, so that the sources will unpack cleanlyTheodore Tso1995-06-284-8/+14
* Rename ct_c.* to ct_c.*.in. ct_c.sed.in is now processed by sed toTheodore Tso1995-06-285-14/+27
* * configure.in: int*_t and pgno_t declarations fromMark Eichin1995-06-282-0/+12
* * configure.in: use AC_CHECK_FUNCS and check for memmove.Mark Eichin1995-06-283-1/+10
* * dbtest.c (xmalloc): use memcpy, memmove isn't needed.Mark Eichin1995-06-283-2/+10
* * run.test: look in /usr/share/lib/dict/words to find the wordsMark Eichin1995-06-282-1/+8
* * db.h: *int*_t are likely to collide with native types,Mark Eichin1995-06-282-15/+7
* * configure.in: *int*_t are likely to collide with native types,Mark Eichin1995-06-282-1/+14
* Compiler warning cleanupPaul Park1995-06-274-2/+12
* Made makeshlib produced by Makefile, so I can know whether I'm running Gcc. ...Sam Hartman1995-06-264-5/+53
* * configure.in: fix typo; appended "all" rule needs two colons toTom Yu1995-06-242-1/+6
* * error_table.h: reverse sense of KRB5_PROVIDE_PROTOTYPESTom Yu1995-06-232-3/+4
* Fixed typos that prevent static libs from working. Add codeSam Hartman1995-06-232-2/+9