ANSI requires NULL argument return if interpreter available
[unix-history] / usr / src / lib / libc / gen /
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
1989-10-18 Kirk McKusickdate and time created 89/10/17 15:14:56 by mckusick
1989-10-14 Marc Teitelbaumtypo
1989-10-14 Marc Teitelbaumdate and time created 89/10/13 16:16:36 by marc
1989-10-14 Marc Teitelbaumdate and time created 89/10/13 16:00:08 by marc
1989-10-10 Keith Bosticuse paths.h for Bourne shell path
1989-09-20 Keith Bostichandle long lines; move defines into ttyent.h; move...
1989-09-19 Keith Bosticget first key if dbm database reopened
1989-09-19 Keith Bosticremove last vestige of AT&T code; it was really gone...
1989-09-12 Keith Bosticuse paths.h
1989-09-10 Keith Bosticchanges from Arthur Olson -- if TZ wrong, just use UTC
1989-09-09 Keith Bosticone more try -- POSIX and old errors at high speed
1989-08-27 Mike Karelsposix signals
1989-08-27 Mike Karelscorrect cuserid error case; make setlogin invalidate...
1989-08-27 Mike Karelsrename IOT to ABRT (posix); add SIGINFO
1989-08-27 Mike Karelsduplicate "effective" group id in groups, so not lost...
1989-08-25 Keith Bosticneed newline for console, too
1989-08-23 Keith Bosticno longer forks; delete LOG_NOWAIT and rephrase LOG_CONS
1989-08-22 Kirk McKusickdo not return FSTAB_XX entries
1989-08-19 Kirk McKusickupdate for new fstab format that supports vnodes
1989-08-19 Kirk McKusickupdate for new format used by NFS
1989-08-18 Kirk McKusickPOSIX requires file descriptor to be close-on-exec
1989-08-15 Mike Karelskeywords, copyr and rev 5
1989-08-15 Mike Karelsmv iexten
1989-08-05 Keith Bosticdon't worry about blocking on the console, or about...
1989-08-03 Keith BosticANS says that any positive value indicates that DST...
1989-08-03 Keith Bosticuse waitpid to avoid swallowing children; minor cleanups
1989-07-31 Keith Bosticvnodes
1989-07-19 Keith Bosticwritten by Sam Leffler; Berkeley copyright
1989-07-12 Kirk McKusickupdate for global telldir list
1989-07-12 Kirk McKusickstub to call to real seekdir located in telldir.c
1989-07-12 Kirk McKusickupdate for global telldir list
1989-07-11 Kirk McKusickupdate to use getdirentries
1989-07-08 Mike KarelsWSIGRESTART is unnecessary
1989-05-30 Kirk McKusickdate and time created 89/05/29 16:36:20 by mckusick
1989-05-30 Kirk McKusickdate and time created 89/05/29 15:36:55 by mckusick
1989-05-24 Keith Bosticthere's no way to distinguish between EOF and syntax...
1989-05-19 Keith Bosticadd Berkeley specific copyright notice
1989-05-18 Keith Bosticdate and time created 89/05/17 22:49:21 by bostic
1989-05-18 Keith BosticPOSIX.1 specified time(2); it's not going away
1989-05-18 Keith Bosticmove to compatibility library
1989-05-18 Keith Bosticuse #define, not constant
1989-05-12 Keith Bosticincrease buffer to 128
1989-04-21 Keith Bosticif kernel returns NULL string, return NULL to user...
1989-04-11 Keith Bosticadd errno definition here, instead of perror
next