improve exit status handling for program map code
[unix-history] / usr / src / lib /
1995-05-31 Dave A. BormanCode cleanup, use mem*() instead of b*()
1995-05-27 Kirk McKusicktime cannot be adjusted backward when the system is...
1995-05-26 Kirk McKusickzero terminated => NULL-terminated. Fix formatting...
1995-05-26 Kirk McKusickzero terminated => NULL terminated
1995-05-26 Kirk McKusickadd description of flag values
1995-05-25 Kirk McKusicklist meanings of flags
1995-05-25 Kirk McKusickupdate to reflect new naming convention and args location
1995-05-20 Kirk McKusickupdate for speed (from jacob@l7indy2.gsfc.nasa.gov...
1995-05-17 Kirk McKusicktypo
1995-05-17 Kirk McKusick>= and <= now work with timercmp
1995-05-12 Kirk McKusickdelete spurious reference to MAP_WRITE
1995-05-10 Kirk McKusickadd information about CTL_VFS
1995-05-05 Kirk McKusickadd getvfsbyname
1995-05-05 Kirk McKusickkvm_getvfsbyname moves to libc
1995-05-05 Kirk McKusickkvm_getvfsbyname => getvfsbyname
1995-05-05 Kirk McKusickit is known as getbfsbyname
1995-05-05 Kirk McKusickvfc_index => vfc_typenum
1995-05-04 Keith Bosticlitn
1995-05-04 Kirk McKusickadd sigsetjmp.s
1995-05-04 Kirk McKusickdate and time created 95/05/03 21:40:32 by mckusick
1995-05-04 Kirk McKusicksigsetjmp must be written in assembly language
1995-05-04 Kirk McKusickdocument bidirectional popens
1995-05-04 Kirk McKusicklint
1995-05-04 Kirk McKusickallow popen to use openmode "r+" to specify two way...
1995-05-04 Kirk McKusickadd description of d_type field
1995-05-04 Kirk McKusickcorrectly describe return value
1995-05-03 Kirk McKusicknote that attempts by the non-super-user to set the...
1995-05-03 Kirk McKusickspecify that the linger time is in seconds
1995-05-02 Kirk McKusicktypo
1995-05-02 Kirk McKusickss_sp should be ss_base (from Torek)
1995-05-02 Kirk McKusickCAVEAT no longer applicable
1995-05-02 Kirk McKusickPOSIX.1, section 5.1.2.4 states that NULL is to be...
1995-05-01 Christos Zoulasinitialize the key member of the arrow key struct.
1995-04-30 Keith Bosticchange devname(3) to return NULL on error, not "??"
1995-04-30 Keith Bosticbool means something to C++
1995-04-30 Keith BosticOperator precedence bug, "setlogmask(LOG_UPTO(LOG_INFO...
1995-04-29 Keith Bosticwordexp(3) has never existed
1995-04-29 Keith Bosticname pollution; From: Donn Seeley <donn@BSDI.COM>
1995-04-29 Keith Bosticvoid *, not void; From: Craig Leres <leres@ee.lbl.gov>
1995-04-28 Keith BosticNull pointer dereference
1995-04-28 Keith Bosticupdate, cleanup, lint for password field extraction
1995-04-28 Keith Bosticset errno to EINVAL if arguments incorrect
1995-04-28 Keith BosticPOSIX.2 has changed getopt to return -1 instead of...
1995-04-04 Kirk McKusickupdate to reflect new fsstat structure
1995-04-04 Kirk McKusickadd kvm_getvfsbyname
1995-04-04 Kirk McKusickdate and time created 95/04/03 17:43:02 by mckusick
1995-04-04 Kirk McKusickdate and time created 95/04/03 17:43:01 by mckusick
1995-03-24 Dave A. Bormandate and time created 95/03/24 07:45:19 by dab
1995-03-11 Kirk McKusickfix up synopsis
1995-02-28 Kirk McKusicknits
1995-02-28 Kirk McKusickmissing comma
1995-02-28 Kirk McKusickh_errno is an int, not a struct
1995-02-17 Dave A. BormanFix a problem with KRB4 mutual authentication where
1995-02-08 Keith Bosticwrong termination statement, could cause the environmen...
1995-02-05 Jan-Simon Pendryrealpath now in gen/getcwd.c
1995-02-04 Jan-Simon Pendrybreak getcwd into two layers.
1995-02-04 Jan-Simon Pendryadd realpath.0
1995-02-02 Keith Bosticignore ${PWD} unless it begins with a leading slash
1995-02-01 Keith Bosticcheck $PWD first, if it's right, it's fast
1995-01-11 Keith Bostictypo, wrong parameter to __mvcur in endwin()
1995-01-10 Keith BosticFix to split code for single large record at the end...
1994-12-11 Jan-Simon Pendrydon't run off end of union read-ahead buffer
1994-12-09 Kirk McKusickonly fail when trying to add one too many groups (from...
1994-10-26 Keith Bostichandle tgoto functions that return NULL, not "OOPS"
1994-10-25 Kirk McKusickunwhiteout => undelete to be more general
1994-10-19 Kirk McKusickunwhiteout => undelete
1994-09-30 Jan-Simon Pendrysuppress whiteouts when reading a non-unioned directory.
1994-09-01 Kirk McKusickcope with errors from recvfrom (from ig25@fg70.rz.uni...
1994-08-24 Jan-Simon Pendrytypo: EXIST -> EEXIST
1994-08-21 Kirk McKusickuse new queue.h data structures
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
next