add confSORT_QUEUE_BY_HOST and confBROKEN_SMTP_PEERS
[unix-history] / usr / src / lib /
1994-08-16 Kirk McKusickS_IFWHTD is gone
1994-08-15 Kirk McKusickDT_WHTD is gone
1994-08-14 Keith Bosticuse 8K buffering for stdout -- some C libraries use 1K
1994-08-14 Keith Bosticthe cursor must be at the screen bottom for SF/sf
1994-08-11 Keith Bosticdon't leave the screen in stadnout mode
1994-08-10 Keith Bosticdon't reenter standout mode on every character
1994-08-10 Keith Bosticwstandend/wstandout return an int (that's what System...
1994-08-10 Keith Bosticsimplify the code, return an int (that's what System...
1994-08-04 Keith Bosticrework scrolling to us AL/DL if scrolling most of the...
1994-07-28 Jan-Simon Pendryadded whiteout
1994-07-28 Jan-Simon Pendrychanges for whiteouts and union filesystem
1994-07-28 Keith BosticI got the sense of the scroll test backwards....
1994-07-28 Keith Bostic__tscroll has to take a second integer argument for...
1994-07-28 Keith Bosticadd support for CS SF/sf/SR/sr combinations as scrollin...
1994-07-28 Keith Bosticdelete __FULLLINE, it's never used
1994-07-28 Keith Bosticdelete __FULLLINE, it's never used
1994-07-15 Jan-Simon Pendrydate and time created 94/07/15 07:18:03 by pendry
1994-07-04 Kirk McKusickdeclare variables extern and define only once (from...
1994-06-22 Kirk McKusickadd an errors section
1994-06-15 Jan-Simon Pendryuse a stable sort funciton (mergesort).
1994-06-02 Anne Hughespage breaks for 4.4BSD manuals
1994-06-02 Anne Hughespage breaks for the 4.4BSD manuals
1994-05-28 Mike Hiblerdon't require the range to be completely allocated
1994-05-28 Mike Hiblerback out the restriction that offset be page aligned
1994-05-27 Mike Hiblernote that pos should be a multiple of the pagesize,
1994-05-25 Kirk McKusickfix running head
1994-05-24 Kirk McKusicksyntax fixes
1994-05-20 Keith Bosticadd ioctl.h back in, TIOCGWINSZ on old systems.
1994-05-19 Keith Bosticfix return values for tty function
1994-05-17 Keith Bosticprettiness police
1994-05-17 Keith Bosticline[5] wasn't getting reset if the first open wasn...
1994-05-14 Kirk McKusicktypo
1994-05-08 Kirk McKusickmerge in opendir that understands union mounts
1994-05-07 Kirk McKusickfix up typesetting glitches
1994-05-06 Kirk McKusicktypesetting fixes
1994-05-04 Keith Bosticupgrade some includes, make curses.h local
1994-04-20 Kirk McKusickupdate to reflect correct behavior
1994-04-19 Keith Bosticspell
1994-04-19 Keith Bosticspell
1994-04-19 Keith Bosticspell
1994-04-19 Keith Bosticspelling
1994-04-19 Keith Bosticdate and time created 94/04/18 20:46:12 by bostic
1994-04-18 Keith Bosticmove zopen(3) out of the C library, to here; the interface
1994-04-17 Keith BosticFixed the most major defect in fnmatch(): backslash...
1994-04-17 Keith Bosticsetgroups now takes gid_t's, they are 32-bits
1994-04-17 Keith Bosticgetgroups now takes gid_t's, they are 32-bits
1994-04-17 Keith Bosticstrvis, strvisx are links to vis
1994-04-17 Keith Bosticdelete reference to wordexp(3), rearrange section order
1994-04-16 Keith Bosticmake setreuid and setregid take uid_t/gid_t's, for
1994-04-16 Keith Bostictypo
1994-04-16 Keith BosticANSI C cleanups
1994-04-16 Keith BosticFix obscure bug where the working directory would not...
1994-04-16 Kirk McKusickadd return values
1994-04-16 Keith Bosticadd %p, so we can load against System V terminfo files
1994-04-08 Keith Bostictypo
1994-04-04 Keith Bosticsigsetops is in section 3
1994-04-03 Keith Bostic1.74 -- not going to get the Alpha port into Lite
1994-04-03 Jan-Simon Pendry16 isn't the iov limit, it's UIO_MAXIOV
1994-04-03 Keith Bosticuse __progname instead of argv[0] for error messages
1994-04-01 Keith Bosticbring stat(2) up to date w.r.t. sys/stat.h
1994-04-01 Keith Bosticdelete extra EACESS
1994-03-29 Keith Bosticnote that 4.4BSD follows symbolic links
1994-03-28 Keith BosticLost Jeff Forys' changes to keep from leaving two slash...
1994-03-27 Keith Bosticreturn -1 on failure, so it matches the man page and...
1994-03-26 Keith Bosticadd a trailing semi-colon to the getopt extern varaibles
1994-03-26 Keith Bosticchange "ahost" name to "buf", pick a reasonable length
1994-03-26 Keith Bosticcgetent accesses free'd memory
1994-03-26 Keith Bosticadd gettimeofday(2), select(2) references struct timeval
1994-03-26 Keith Bosticonly clear bits specified in perm, or, if setting as...
1994-03-22 Keith BosticThe functions in getgrent.c don't work right, because...
1994-03-22 Keith BosticThe functions in getgrent.c don't work right, because...
1994-03-22 Keith Bosticremoved __main(). This will require libgcc.a to be...
1994-03-21 Keith Bosticsetting all of the fields to INT_MIN took forever to run
1994-03-21 Keith Bosticsysconf(_SC_OPEN_MAX) and sysconf(_SC_CHILD_MAX) are...
1994-03-21 Keith Bosticdelete UofT; requested change from Henry Spencer <henry...
1994-03-21 Keith Bosticrequested change from Henry Spencer <henry@zoo.toronto...
1994-03-20 Keith BosticIt seems to me that addbytes() (and thus addch()) shoul...
1994-03-20 Keith Bosticmake prototypes __P style
1994-03-18 Keith Bosticgo to alpha3.4
1994-03-18 Keith Bosticupgrade to alpha3.4
1994-03-18 Keith Bosticuse sprintf() instead of loop counts, for consistency
1994-03-18 Keith Bosticskip lines that are too long
1994-03-17 Eric Allmanuse __progname (from crt0) as default syslog tag if...
1994-03-17 Keith BosticIf you call syslog() with a pointer to ctime()'s static...
1994-03-17 Keith Bosticalpha3.3
1994-03-17 Keith Bosticdate and time created 94/03/16 11:45:36 by bostic
1994-03-15 Keith Bosticlint
1994-03-09 Keith Bosticfirst argument to fwrite is a const void *
1994-03-01 Keith Bosticdon't assign to the data structure until after the...
1994-03-01 Keith BosticWhen you put a record beyond the "end" of the database...
1994-02-26 Keith Bosticsecond argument to readv is a const
1994-02-25 Keith Bostictoupper() and tolower() were backwards
1994-02-23 Keith Bosticupdate the comment
1994-02-22 Keith Bosticdelete the library before loading it
1994-02-22 Keith Bosticcast alloc's to shut SunOS up
1994-02-22 Keith Bosticadd strerror.c for portability
1994-02-22 Keith Bosticmake SunOS shut up
1994-02-22 Keith Bostica little info on how to build the test program and...
1994-02-22 Keith Bosticadd INC macro, so user's can point a -I flag
1994-02-22 Keith Bosticdon't need strerror(3)
next