fix silly indirect-through-zero bug
[unix-history] / usr / src / bin /
1991-11-20 Chris Torekdoargs writes on argv via prcopy, so provide writable "."
1991-11-14 Keith Bosticmultiple defines for dd_close(), setup()
1991-11-13 Keith Bosticsearch is static void, not just void
1991-11-13 Keith Bosticfix sortscmp to compile under pcc
1991-11-13 Keith Bosticcp requires the new VM, ps now builds for everybody
1991-11-13 Keith Bosticget vm include files from /sys
1991-11-11 Keith Bosticbreak ufs into multiple parts
1991-11-09 Cynthia A. E. Livi... lets try that again too...
1991-11-09 Cynthia A. E. Livi... lets try that usage stmt again...
1991-11-09 Cynthia A. E. Livi... fix usage stmt, make clear flags and f are bsd extensio...
1991-11-07 Christos ZoulasAdded support for displaying non-printable characters
1991-11-07 Keith Bosticdon't step over the end of the argv array
1991-11-06 Cynthia A. E. Livi... escape two character sequence - this man page still...
1991-11-06 Keith Bosticcreate kernel /usr/include symlink
1991-11-05 Keith Bosticps doesn't need -I/sys
1991-11-05 Christos ZoulasCouple of new variables...
1991-11-05 Christos ZoulasSome modifier, which, and $! documentation
1991-11-05 Christos Zoulasreset the alias and eval pointers before calling lex
1991-11-05 Christos ZoulasLoop freeing was busted
1991-11-05 Christos ZoulasAdded :a modifier and $foo:s
1991-11-05 Christos ZoulasChanged slightly the $! error message
1991-11-05 Christos ZoulasWe need strstr now...
1991-11-05 Christos ZoulasOnintr would reset SIGINT if found in /etc/csh.{cshrc...
1991-11-05 Christos ZoulasAdded noambiguous
1991-11-01 Keith Bosticuse getopt(3)
1991-10-29 Craig LeresFix gcc "bodyless for/while" warnings.
1991-10-29 Keith BosticIt's a brave new ANSI world!
1991-10-29 Keith Bosticdate and time created 91/10/28 15:44:54 by bostic
1991-10-28 Christos ZoulasSmall declatation typo
1991-10-28 Christos ZoulasLoops were broken again. (Michael Schroeder's fix)
1991-10-28 Christos Zoulasdinit() would pass to dcanon() an unallocated pointer
1991-10-28 Christos ZoulasMinor fixes
1991-10-28 Keith Bostictypo when going to POSIX stat.h; test case was "cp...
1991-10-28 Keith Bosticuse mmap on files smaller than 8M; function prototypes...
1991-10-28 Keith Bosticuse err() routine
1991-10-28 Keith Bosticadd err prototype
1991-10-23 Marc Teitelbaumcommand() was missing USER flag
1991-10-20 Christos ZoulasFixed nested loop bug
1991-10-18 Christos ZoulasFixed exec so that it does not exit when it fails
1991-10-18 Keith Bosticdon't log the date as changed before it actually happens
1991-10-11 Christos ZoulasAdd : as a delimiter in ~ expansions
1991-10-10 Keith Bostic-1 isn't super-user only
1991-09-16 Christos Zoulasadded $ to the list of history chars to keep
1991-09-15 Keith Bosticmake the headers POSIX-like, ANSI stuff
1991-09-11 Keith Bosticspeed change requires a tcsetattr
1991-09-10 Christos ZoulasDon't expand ! followed by \ (_ESC)
1991-09-06 Christos ZoulasReplaced exp with expr to avoild libm conflict
1991-09-04 Christos ZoulasFix for -n flag. Contine execution for some `special...
1991-09-04 Christos Zoulasfix xfree() so it can be re-written as a macro
1991-09-03 Christos ZoulasClear aliases and evals on error in btoeof
1991-09-02 Christos Zoulasfixed signal reporting
1991-08-31 Christos ZoulasBugfix for loops in aliases.
1991-08-26 Christos Zoulasfixed core dump with multi-line aliases
1991-08-26 Christos ZoulasFixed core dump with multi-line aliases
1991-08-24 Keith Bosticfix of/seek/truncate stuff
1991-08-21 Kirk McKusickdelete data-stream encryption for the foreign sites...
1991-08-15 Keith Bosticfix worst-case buffer sizes for non-blocking I/O
1991-08-13 Keith Bosticpicked and dropped a bit too fast...
1991-08-08 Christos ZoulasAdded trim() in globall
1991-08-07 Cynthia A. E. Livi... place uppercase string in small caps (.Tn)
1991-08-07 Cynthia A. E. Livi... fix standards (.St -p1003.2)
1991-08-06 Keith Bosticpositive returns from read() dropped to err()
1991-08-05 Christos ZoulasSignal names from libc; /bin/kill compatible builtin
1991-08-05 Keith Bosticput signal names into C library (gen/siglist.c); missed one
1991-08-03 Keith Bosticput signal names into C library (gen/siglist.c)
1991-08-02 Christos ZoulasFixed incorrect string splicing code.
1991-08-02 Christos Zoulasmake setenv() use G_APPEND
1991-08-02 Christos ZoulasDon't double-free the result of libglob
1991-08-02 Christos ZoulasAvoid globbing NULL patterns in libglob. (`` returned...
1991-07-31 Cynthia A. E. Livi... formalize HISTORY
1991-07-31 Cynthia A. E. Livi... add .St -p1003.2
1991-07-31 Cynthia A. E. Livi... modify .ta to make groff happy
1991-07-31 Cynthia A. E. Livi... make groff, escape ?' with \&?'
1991-07-30 Keith Bosticbring man page up to date with latest round of fixes
1991-07-30 Keith Bosticswab turns off special semantics of bs
1991-07-30 Keith Bosticfix block/unblock, ascii/ebcdic, cbs relationships...
1991-07-30 Keith Bosticibm table entered incorrectly
1991-07-29 Christos ZoulasAdded dowhich() and doprintf() builtins.
1991-07-29 Christos ZoulasAdded STRret for dowhich()
1991-07-29 Christos ZoulasRemoved sun ifdef in free()
1991-07-29 Christos ZoulasFixed echo ~ {} bug.
1991-07-28 Cynthia A. E. Livi... mdoc version three
1991-07-28 Cynthia A. E. Livi... mdoc version three
1991-07-28 Chris Torekexit 0 on success
1991-07-28 Keith BosticPOSIX version
1991-07-28 Keith Bosticdon't bzero/memset twice, already done before the read
1991-07-28 Keith Bosticallow bs= and C_SWAB to have special bs semantics
1991-07-28 Keith Bosticadd 'm' for megabytes; allow bs= and C_SWAB to have...
1991-07-28 Keith Bosticadd Lance Visser to contrib list
1991-07-27 Keith Bosticnew version from Keith Muller
1991-07-27 Keith Bosticnew version from Keith Muller
1991-07-27 Keith Bosticdate and time created 91/07/26 15:42:59 by bostic
1991-07-27 Keith Bosticdate and time created 91/07/26 15:42:52 by bostic
1991-07-27 Keith Bosticdate and time created 91/07/26 15:42:41 by bostic
1991-07-27 Keith Bosticdate and time created 91/07/26 15:42:36 by bostic
1991-07-27 Keith Bosticdate and time created 91/07/26 15:42:25 by bostic
1991-07-27 Keith Bosticdate and time created 91/07/26 15:42:17 by bostic
1991-07-27 Keith Bosticdate and time created 91/07/26 15:41:56 by bostic
1991-07-27 Christos ZoulasBugfix for echo * `echo`, fglag would get overwritten
1991-07-24 Cynthia A. E. Livi... .Os change
next