remove Sprite ifdef's
[unix-history] / usr / src / lib / libc /
1990-03-09 Kirk McKusickupdate specification of ufs_args
1990-03-08 Kirk McKusickminor error inspec
1990-03-07 Kirk McKusickadd flags parameter to pass through to getfsstat(2)
1990-03-07 Kirk McKusickadd flags parameter to specify no waiting
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-21 Keith Bostictype typo
1990-02-21 Keith Bosticreset pointer so can call multiple times; bug report...
1990-02-21 Kirk McKusickdate and time created 90/02/20 12:04:40 by mckusick
1990-02-21 Kirk McKusickdate and time created 90/02/20 12:04:39 by mckusick
1990-02-17 Keith Bosticdate and time created 90/02/16 11:23:49 by bostic
1990-02-17 Keith Bosticno longer a system call, just point at open(2)
1990-02-16 Marc Teitelbaumwas completely broken
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-05 Jim Bloomfix C_HS and T_TXT handling
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-17 Mike Karelsfixes from arc
1990-01-06 Keith Bosticdocument that compar can be NULL
1990-01-05 Kirk McKusicksystem call is unmount not umount
1990-01-05 Mike Karelsterminate address, alias lists for gethostbyaddr
1990-01-03 Kirk McKusickfix local declarations to get unsigned comparisons...
1990-01-03 Kirk McKusickreturn null on error (4.3BSD/lib/28)
1990-01-03 Keith Bosticmemcpy & memccpy had args reversed; bug report 4.3BSD...
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-28 Jim Bloomdnbuf is no longer used
1989-12-28 Jim Bloomfgets leaves the newline - check for a truncated line...
1989-12-28 Jim Bloomcheck return value from socket call
1989-12-28 Jim Bloomadd more error checking
1989-12-28 Jim Bloomdn_expand required more character than it used; dn_comp...
1989-12-28 Jim Bloomabort further processing of packet if length error...
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-15 Mike Karelsmake LOCALDOMAIN override "search" like "domain"; bigge...
1989-12-15 Mike Karelsadd res_query, res_search, other updates
1989-12-15 Keith Bosticbug from Sun (Don Cragun). If '-' wasn't specified...
1989-12-15 Mike KarelsLOCALDOMAIN needs to override search if it overrides...
1989-12-15 Jim Bloomadd gethostbyname(dotted quad); gethostbyaddr didn...
1989-12-15 Mike Karelsadd "search" keyword, attempt to reformat
1989-12-13 Jim Bloomfix problem where a long running tcp connection might...
1989-12-13 Jim Bloomclean up time printing a bit more; fix T_TXT format...
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-11-25 Kirk McKusickadd MFS type; fix parameter types (from Torek)
1989-11-25 Kirk McKusickadd type MFS
1989-11-10 Kirk McKusickforcibly is now implemented
1989-11-03 Keith Bosticcleanup, fix optind initialization bug, replace example
1989-11-02 Keith Bosticuse strtol()
1989-11-02 Keith Bosticuse strtol(3)
1989-11-01 Kirk McKusickadd description of the M_UPDATE flag
1989-10-29 Keith Bosticdon't reject based on the facility number, syslogd...
1989-10-19 Kirk McKusickadd description of memory based file system
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-17 Keith Bostictry it again; add section RETURN VALUE, note errno...
1989-10-17 Keith Bosticfrom scratch; add specification of errno values
1989-10-17 Keith Bosticmake sure we stat the right directory
1989-10-15 Keith Bosticdate and time created 89/10/14 14:29:04 by bostic
1989-10-15 Keith Bosticdate and time created 89/10/14 14:28:52 by bostic
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-11 Chris Torekarguments are off ap, not fp
1989-10-11 Chris Torekstrsep("", any) should return "", not NULL
1989-10-10 Keith Bosticuse paths.h for Bourne shell path
1989-09-26 Keith Sklowerrewrite ascii to addr conversion, fixing bugs
1989-09-22 Keith BosticPOSIX signals, use 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-16 Jim BloomRemove old RRs, add C_HS & T_TXT, p_time was called...
1989-09-12 Keith Bosticuse paths.h
1989-09-11 Mike Karelsnew compat file
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-09-01 Kirk McKusicknote that it normally does not return
1989-09-01 Kirk McKusickfix synopsis line; add cross reference
1989-08-28 Mike Karelsnew call for posix
1989-08-28 Mike Karelsrev 5; copyright when created
1989-08-28 Mike Karelsnew call for posix
1989-08-27 Mike Karelssignal compatibility routines to do 4.2/4.3 signal...
1989-08-27 Mike Karelsrename to *login (from *logname), invalidate getlogin...
1989-08-27 Mike Karelsposix signals
next