unix-history/.git
1991-06-25 Christos ZoulasDon't canonicalize home directories that don't start...
1991-06-25 Christos Zoulaschange process index and maxindex to ints.
1991-06-25 Keith Bosticoff-by-one
1991-06-25 Keith Bosticminor cleanups
1991-06-24 Keith Bosticfrom Christos; last fix not quite right
1991-06-24 Keith Bosticwrong mode for open code
1991-06-24 Keith Bosticadd object files for rest of mmap calls
1991-06-24 Keith Bosticprune -> -prune
1991-06-24 Keith Bosticfrom Christos; example is "echo 'foo*' *" results in...
1991-06-22 Chris Torekmemcpy and memmove must always return first arg
1991-06-22 Kirk McKusickhave to unlock after call to vn_open;
1991-06-22 Kirk McKusickquotaoff now needs a proc pointer
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-22 Kirk McKusicknew calling convention for vn_close;
1991-06-22 Kirk McKusicknew calling convention for soo_close
1991-06-22 Kirk McKusicknew calling convention for fo_close
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-22 Kirk McKusickincrement v_writecount when vn_open is called with...
1991-06-22 Kirk McKusickpanic if v_writecount is non-zero on last use; print...
1991-06-22 Kirk McKusickjust check v_writecount rather than searching the file...
1991-06-22 Kirk McKusicksoo_close now gets pointer to struct socket instead...
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-21 Mike Karelsrm -z
1991-06-21 Mike Karelsback to per-second stats, with rounding; start removing...
1991-06-21 Keith Bosticclean up option formatting
1991-06-21 Keith Bosticfix OR'ing of flags
1991-06-21 Keith Bosticmake -a and -s mutually exclusive
1991-06-20 Kirk McKusickdump core as core.progname.pid rather than just as...
1991-06-20 Keith Bostictypo
1991-06-20 Mike Karelsbit fields need to use ints; make the ifdefs consistent
1991-06-20 Keith Bosticrename Mail.{rc,tildehelp,help} -> mail.{rc,tildehelp...
1991-06-20 Keith Bosticbinmail(1) is gone
1991-06-20 Keith Bosticoff-by-one in the buffer
1991-06-20 Kirk McKusickgrammer nit
1991-06-20 Keith BosticANSI cleanups
1991-06-20 Marc Teitelbaummissing "fmt" in call to _sprintw()
1991-06-20 Kirk McKusickrevisions from Charlie Roberts
1991-06-20 Kirk McKusickdate and time created 91/06/19 10:10:53 by mckusick
1991-06-19 Keith Skloweradd NETISR define for ARP.
1991-06-19 Keith Sklowerchange to routing layer; reference to route of gateway...
1991-06-19 Steve Sellgrenold files moved into code/manpage etc, only score file...
1991-06-19 Steve SellgrenA real manpage
1991-06-19 Steve Sellgrenmove help for commands into this file, other help is...
1991-06-19 Steve Sellgrenclean up
1991-06-19 Steve Sellgrenclean up (understatement)
1991-06-19 Keith Bosticminor correction
1991-06-18 Keith Bosticminor wordsmithing; cleanup kill code for consistency...
1991-06-18 Marc Teitelbaumremove text.h
1991-06-18 Steven McCannebug fix -- large snapshots with large packets previousl...
1991-06-18 Keith Bosticminor cleanup, add BUGS section
1991-06-18 Keith Bosticminor wordsmithing
1991-06-18 Keith Bosticminor cleanup, remove vestiges of AT&T wording
1991-06-18 Christos Zoulaschanged execv's to execve's
1991-06-18 Christos ZoulasFixed problem introduced by changing int to size_T
1991-06-18 Christos ZoulasFixed MAXPATHLEN limit problem
1991-06-18 Keith Bosticno need to reference csh(1)
1991-06-18 Keith Bosticminor wordsmithing
1991-06-18 Keith Bosticdon't mention contributors in the man page
1991-06-18 Keith Bosticminor cleanups
1991-06-18 Keith Bosticclarify owner/group operand parsing, minor wordsmithing
1991-06-18 Keith Bosticnew copyright; att/bsd/shared
1991-06-18 Keith Bosticcleanups, wordsmithiing
1991-06-18 Keith Bosticadd cd and wait
1991-06-18 Keith Bosticminor cleanups
1991-06-18 Keith Bosticmove cd.1 and wait.1 into share/man/man1
1991-06-18 Keith Bosticminor cleanups
1991-06-18 Keith Bosticmake stdin, stdout, stderr link to fd
1991-06-18 Keith Bosticminor cleanups
1991-06-18 Keith Bosticwrong date for the Gregorian Reformation
1991-06-18 Keith Bosticdon't mention contributor on the man page
1991-06-18 Keith Bosticdon't use stdio for error messages
1991-06-18 Keith Bosticdon't use sprintf(3) so we don't drag in stdio
1991-06-18 Keith Bosticdon't use snprintf(3) here, exec shouldn't require...
1991-06-18 Keith Bosticupdate
1991-06-18 Keith Bosticdate and time created 91/06/17 09:53:59 by bostic
1991-06-17 Keith Bosticdon't define _exit as "void volatile"; it's a GCC exten...
1991-06-17 Keith Bosticrotate lpd-errs too; make it a loop
1991-06-17 Keith Bosticrotate Kerberos log files
1991-06-17 Keith BosticThe Prettiness Police + fixes from Christos
1991-06-17 Keith BosticChristos' changes to do quoting in ranges; glob(3)...
1991-06-17 Christos ZoulasFixed bug with `` returning no string.
1991-06-17 Keith Bosticfind: or -> -or
1991-06-17 Keith Bosticand -> -and, or -> -or to match original syntax
1991-06-15 Christos ZoulassetNS needed to save the argument to set(). Otherwise...
1991-06-15 Christos ZoulasSmall Exit formatting error. Print background job exit...
1991-06-12 Steve Sellgrenmove all this stuff to a man page with only movement...
1991-06-12 Steve SellgrenCanned levels are stupid, see ya.
1991-06-11 Steve Sellgrenfortunes moved into fortune.c
1991-06-11 Steve SellgrenWhy have this fortune file around?!
1991-06-10 Keith BosticNULL-terminate cchar arrays for Chris; better informati...
1991-06-10 Christos Zoulasreplaced PNULL def with NULL
1991-06-10 Mike Karelsfrom hibler: don't need retry on key 1
1991-06-10 Mike Karelsmake retry printf's conditional on debug
1991-06-10 Mike Karelsdon't rm tags after making them
1991-06-09 Christos ZoulasMore prototype fixes, Removed TERMIOS define
1991-06-09 Keith Bosticdon't put anything after the #else or #endif's, unless...
1991-06-09 Keith Bostic__hp300__ is defined if -ansi is specified, not hp300
1991-06-09 Keith Bosticinclude file pass, csh.h no longer include every .h...
1991-06-08 Christos Zoulastsearch declaration fix
1991-06-08 Christos Zoulasprototype typo fixes
next