rm private strlen, other ANSI cleanups
[unix-history] / usr / src / usr.bin /
1993-02-28 Keith Bosticallow system make file to be replaced
1993-02-27 Kirk McKusicknarrow possible window for losing window size change
1993-02-27 Kirk McKusickworry about overflow when computing percentages
1993-02-26 Keith Bosticfseek doesn't work if open is in pure append mode ...
1993-02-25 Keith Bosticfseek doesn't do anything in stdio if the open was...
1993-02-25 Keith Bosticadd contrib notice; Bob Toxen
1993-02-25 Chris Torekstrlen returns size_t; just include the ANSI headers
1993-02-25 Chris Torekquick fix for sys_siglist redeclaration. this really...
1993-02-24 Chris Toreksys_siglist is declared in <signal.h> now; do not misde...
1993-02-24 Chris Toreksqrt => dcsqrt for gcc2, ANSI
1993-02-24 Chris Torek#ifdef sun is not sufficient, BSD runs on suns.
1993-02-20 Chris Torekget unix domain path length right (from leres@ee.lbl...
1993-02-20 Marc Teitelbaumallow +/- on most operators
1993-02-19 Eric Allmanadd "list" to set of precedences that don't generate...
1993-02-17 Andrew Cherensonimprove ip & udp stats routines, add Deering's igmp...
1993-02-17 Andrew Cherensonadd prototype for igmp routine
1993-02-17 Andrew Cherensonsupport IGMP stats
1993-02-17 Edward Wangmultiple header lookup from Keith Sklower
1993-02-16 Ralph Campbelldon't need to include /sys
1993-02-14 Keith Bosticmove lisp into /usr/src/old
1993-02-12 Edward Wangfor terminals with "db", clear last line before scrolli...
1993-02-12 Elan AmirChanged entry processing since termcap entries no longe...
1993-02-11 Keith BosticANSI C
1993-02-11 Keith BosticANSI C prototypes
1993-02-11 Marc TeitelbaumMUST USE SPENCERS OLD REGEXP PACKAGE (available by...
1993-02-11 Keith Bosticfilename before error string
1993-02-05 Elan AmirFixed message() so that it works correctly. (no '\n...
1993-02-05 Dave A. BormanFix message for "skiprc" so that the message
1993-02-02 Edward Wangdocumentation for yank and put (y and p commands)
1993-02-01 Keith BosticIt looks to me like the net-2 tr loses bytes in argumen...
1993-01-28 Elan AmirInitial version that will work with binary files.
1993-01-26 Kirk McKusickprune off NFS filesystems, not slowly descend (from...
1993-01-26 Keith Bosticminor cleanup
1993-01-24 Keith Bosticfix from Chris for expansion problem in previous version
1993-01-24 Keith Bosticforgot the usage message
1993-01-24 Keith Bosticdon't be so noisy...
1993-01-24 Keith Bosticadd -v flag to print out number of records
1993-01-23 Keith Bosticprovide local version of cputchar, don't uses curses'
1993-01-23 Keith Bosticcfree -> cfree
1993-01-23 Keith Bosticcfree -> free
1993-01-20 Dave A. BormanAdd in knowledge of RESTART-ANY and
1993-01-16 Elan AmirFixed bug in cspace -- precdence of == is less that...
1993-01-12 Mike Hiblerremove old HPUX generated BSD binary support and add...
1993-01-10 Keith Bostictypo
1993-01-10 Keith Bosticseteuid fix from Chris Torek
1993-01-09 Keith Bosticallow users without passwords to change their passwords
1993-01-07 Keith Bostic"echo '1+1' | sed -f /usr/src/usr.bin/sed/math.sed...
1992-12-30 Keith Bosticadd mkfifo.2 to the see also list
1992-12-22 Keith Bosticuse the right #defined constants
1992-12-19 Dave A. BormanChange ENCRYPT to ENCRYPTION
1992-12-18 Keith Bosticmail doesn't need to log who sends mail, does it?
1992-12-18 Keith Bosticmake compression work for strings of NULL's; bug report...
1992-12-09 Keith Bosticprint out type of error
1992-12-04 Kirk McKusickdelete decryption for the foreign sites (alpha 4.4BSD)
1992-12-03 Keith Bosticremove -g flag
1992-12-03 Keith Bosticrework attribute retention code, stolen from cp(1)...
1992-12-03 Keith Bosticanother try and getting unlinking right
1992-12-03 Keith Bosticbased on version 5.21 of compress.c, from Diomidis...
1992-12-03 Keith Bosticdate and time created 92/12/02 18:18:22 by bostic
1992-12-03 Keith Bosticdate and time created 92/12/02 18:17:56 by bostic
1992-12-03 Keith Bosticnew versions, based on Diomidis Spinellis' work on...
1992-12-03 Eric Allmanfully qualify host name on krb_realofhost call
1992-12-03 Keith Bosticbranch should succeed if any substitution has succeeded...
1992-12-02 Keith Bosticfrom Chris, handle gcc's that emit ./foo.h instead...
1992-12-02 Keith BosticThe mode.c_cc check is inversed - it now only uses...
1992-12-01 Keith Bosticscript should flush its output into the file periodicially
1992-11-18 Edward Wangsearchheaders
1992-11-17 Chris Torekgcc -Wall points out bogus subscript
1992-11-17 Chris Torekrm bogus variable to fix "send" command (jonathan@CS...
1992-11-13 Kirk McKusickpic takes no arguments
1992-11-13 Elan AmirChanged errror() to go through curses(3) rather than...
1992-11-11 Elan AmirConverted to new curses(3) library.
1992-11-11 Edward Wangsun pty write bug
1992-11-11 Edward Wangcheckpointing stuff
1992-11-11 Edward Wangdocument tty options
1992-11-07 Marc Teitelbaumsprite braindeath. NIL was hardcoded to 0xFFFFFFFF...
1992-11-03 Kirk McKusickuse new kvm library functions
1992-11-03 Kirk McKusicksignpost error in argument cracking (from mike@cs.utah...
1992-11-03 Keith Bostichandle backslash and ampersand correctly; from Diomidis...
1992-11-02 Keith Bosticunneeded set
1992-10-25 Ralph Campbellfix gcc2 static warning
1992-10-25 Ralph Campbellfix gcc2 warning about register char array.
1992-10-25 Ralph Campbellfix gcc2 warnings for extern & later declared static.
1992-10-25 Ralph Campbellfix SCCS headers, fix gcc2 extern & later declared...
1992-10-24 Keith BosticANSI plus getopt(3)
1992-10-23 Kirk McKusickadd size distribution printout for -m option
1992-10-18 Keith Bosticsnprintf returns printed length, not actual length
1992-10-18 Keith Bosticit's considered tacky to remove the include files
1992-10-18 Keith Bosticnl is an exported curses function
1992-10-18 Keith Bosticshut it up as much as possible; minor cleanups, new...
1992-10-17 Keith Bosticwrong init value for pushbool
1992-10-14 Chris Toreksparc uses gcc too
1992-10-14 Keith Bosticdb->get does not return a longword aligned buffer;...
1992-10-13 Chris Torekcompile new-VM programs on sparc, but not (yet) gcc...
1992-10-03 Keith Bosticoff_t's aren't longs anymore, from Craig Leres
1992-09-20 Edward Wanguse close-on-exec and some other stuff to get rid of...
1992-09-17 Elan Amircopyright[] -> static.
1992-09-17 Elan Amircopyright[] -> static
1992-09-17 Elan Amircopyright[] -> static.
1992-09-16 Elan AmirAdded SCCS keywords.
next