no SCCS file; new copyright; att/bsd/shared
[unix-history] / usr / src / lib / libc / gen /
1990-06-29 Mike Karelsinitial version
1990-06-28 Marc Teitelbaumfix strunvis. return SYNBAD instead of ERROR.
1990-06-28 Marc Teitelbaumcdecode -> unvis - new man page
1990-06-28 Mike Karelsoff by one when logging to console (was missing \n)
1990-06-27 Marc Teitelbaumnew implementation -- unvis replaces cdecode
1990-06-27 Marc Teitelbaumnew implementation -- vis replaces cencode
1990-06-27 Marc Teitelbaumnew copyright, cflag CIGNORE implements TCSASOFT
1990-06-25 Keith Bosticcan't test gid, there are groups numbered 0.
1990-06-25 Mike Karelsuse kernel MAXLOGNAME instead of UT_NAMESIZE (kernel...
1990-06-25 Keith Bosticuse machine specific :errfix script
1990-06-25 Keith Bosticadd tempnam and tmpfile as links to tmpnam
1990-06-25 Keith Bosticalphasort takes two void *'s, since it's called from...
1990-06-25 Keith Bosticcan be `char *' or `void *' according to ANSI C, but...
1990-06-24 Trent Heinnew copyright notice
1990-06-24 Keith Bosticsyntactic sugar...
1990-06-24 Keith Bosticsyntactic sugar
1990-06-24 Keith Bosticmake the sort function type-correct
1990-06-24 Keith Bosticrearrange to make ANSI compilers happy;
1990-06-24 Trent Hein/etc/utmp ->> /var/run/utmp
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:18 by bostic
1990-06-24 Trent Hein/etc/zoneinfo ->> /usr/share/zoneinfo
1990-06-23 Keith Bosticfill in tm_gmtoff!
1990-06-18 Keith BosticTCSADFLUSH -> TCSAFLUSH
1990-06-16 Marc Teitelbaumdate and time created 90/06/15 14:47:14 by marc
1990-06-12 Keith Bosticfix copyright
1990-06-10 Keith Bosticdon't bother stating the root paths, if FTS_NOSTAT set
1990-06-10 Keith Bosticdelete FTS_MULTIPLE
1990-06-02 Keith Bosticnew copyright notice
1990-06-02 Keith Bosticnew copyright notice
1990-06-01 Keith Bosticnew copyright notice
1990-05-30 Marc TeitelbaumMinor fixes
1990-05-28 Keith Bosticdon't lstat if not crossing a mount point
1990-05-28 Keith Bosticforgot longjmperror()
1990-05-28 Keith Bosticadd sigsetjmp, siglongjmp, from ANSI man page, so Berke...
1990-05-28 Keith Bosticstderr may have been redirected
1990-05-26 Keith Bosticclosedir now returns value (POSIX); some manual page...
1990-05-26 Keith Bosticdate and time created 90/05/25 17:34:21 by bostic
1990-05-24 Keith Bosticdo post-order visit if FTS_SKIP or FTS_XDEV apply to...
1990-05-24 Keith BosticFTS_LOGICAL sets FTS_NOCHDIR; otherwise have to save...
1990-05-23 Keith Bosticredo the way the initial linked list of "roots" is...
1990-05-23 Keith Bosticadd FTS_XDEV; don't cross mount points
1990-05-23 Keith Bosticchange the names from foo to fts_foo
1990-05-18 Mike Karelssimplify rounding, KNF
1990-05-17 Marc Teitelbaumnew version, new man page
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-05-16 Marc Teitelbaumdate and time created 90/05/15 10:55:02 by marc
1990-05-16 Marc Teitelbaumdate and time created 90/05/15 10:52:08 by marc
1990-05-12 Marc Teitelbaumname changes to vis
1990-05-12 Marc Teitelbaum(first half of) new version. name changes to vis(...
1990-05-12 Marc Teitelbaumnew strsep
1990-05-12 Keith BosticHP integration
1990-05-11 Keith Bosticallow multiple callers
1990-05-11 Keith Bosticignore empty entries or entries where first non-space...
1990-05-11 Edward Wangdon't use database for getpwent; checked in by Keith...
1990-05-04 Marc Teitelbaumcleanup size of array
1990-04-19 Marc Teitelbaumuse S_IFBLK or S_IFCHR to indicate type of special...
1990-04-19 Marc Teitelbaumuse value S_IFCHR or S_IFBLK for specifying type of...
1990-04-19 Marc Teitelbaummake work on block or character special
1990-04-17 Keith Bosticmight as well handle threads from the start
1990-04-17 Keith Bosticremove permissions checking code, let the kernel do...
1990-04-11 Mike Karelsfds can be local; KNF
1990-04-07 Keith Bosticwaitpid may return EINTR if another signal is received...
1990-03-30 Kirk McKusickcall setttyent() before calling getttyent(); bug report...
1990-03-23 Kirk McKusickallow longer lines (from borman@cray.com)
1990-03-21 Mike Karelskeep going if lstat fails on random directory entry;
1990-03-21 Keith Bosticlint fix
1990-03-16 Kirk McKusickdate and time created 90/03/15 21:42:34 by mckusick
1990-03-14 Kirk McKusickdate and time created 90/03/13 17:51:35 by mckusick
1990-03-14 Keith Bosticadd nouser/nogroup flag so program can find out if...
1990-03-07 Kirk McKusickadd flags parameter to pass through to getfsstat(2)
1990-03-06 Marc Teitelbaumkeep db files open
1990-03-06 Keith Bosticdate and time created 90/03/05 10:30:08 by bostic
1990-03-06 Keith Bosticdate and time created 90/03/05 10:29:45 by bostic
1990-03-02 Marc Teitelbaumfixing scale of symbol_size revealed logic error
1990-03-02 Marc Teitelbaumdate and time created 90/03/01 21:44:24 by marc
1990-02-23 Marc Teitelbaumsymbol_size units are bytes, not struct nlists
1990-02-23 Keith Bosticp not set on long /etc/ttys lines, causing premature...
1990-02-23 Keith Bostictypo.
1990-02-16 Marc Teitelbaumignore TSTP , termios
1990-02-16 Marc Teitelbaumtermios
1990-02-16 Keith Bosticdate and time created 90/02/15 10:57:10 by bostic
1990-02-16 Keith Bosticdate and time created 90/02/15 10:57:01 by bostic
1990-02-03 Keith Bosticno reason for this access call
1990-02-02 Keith Bosticdate and time created 90/02/01 22:00:29 by bostic
1990-02-02 Keith Bosticdate and time created 90/02/01 21:44:13 by bostic
1990-02-01 Keith Bosticadd fchdir; reduce number of cd's, do all cd's in fts_build
1990-01-31 Kirk McKusickhave to set both seek and loc pointers
1990-01-31 Kirk McKusickset up seek pointer for telldir
1990-01-06 Keith Bosticdocument that compar can be NULL
1989-12-31 Keith Bosticdate and time created 89/12/30 15:55:57 by bostic
1989-12-31 Keith Bosticdate and time created 89/12/30 15:55:11 by bostic
1989-12-20 Keith Bosticdate and time created 89/12/19 12:39:04 by bostic
1989-12-20 Keith Bosticdate and time created 89/12/19 12:38:55 by bostic
1989-12-15 Keith Bosticdon't bother using prototypes if it's not ANSI C; break...
1989-12-13 Keith Bosticreturn error message to the user
1989-11-29 Keith Bosticuse standard names for stdin/stdout
1989-11-29 Keith Bosticuse absolute offsets; it's more straight-forward and...
1989-11-29 Keith Bosticnew version from scratch; this version uses relative...
1989-10-29 Keith Bosticdon't reject based on the facility number, syslogd...
1989-10-18 Kirk McKusickdate and time created 89/10/17 15:14:57 by mckusick
next