| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix big f*ckup by doing "make nocrypt" | Geoff Rehmet | 1994-08-27 | 11 | -435/+10 |
| * | Change references to flex(1) and flexdoc(1) to lex(1) and | Geoff Rehmet | 1994-08-27 | 2 | -18/+18 |
| * | Do not install as flex | Geoff Rehmet | 1994-08-27 | 3 | -6/+4050 |
| * | We really, really /don't/ want to have a shared lex library. Also, | Garrett Wollman | 1994-08-25 | 1 | -8/+2 |
| * | Fix a problem with passing quoted strings down to commands. | Sean Eric Fagan | 1994-08-24 | 1 | -3/+6 |
| * | Also create a link "view" to nvi, in stead of nview solely. | Guido van Rooij | 1994-08-24 | 1 | -0/+1 |
| * | Add lex to makefile | Geoff Rehmet | 1994-08-24 | 1 | -1/+1 |
| * | This commit was generated by cvs2svn to compensate for changes in r2258, | Geoff Rehmet | 1994-08-24 | 28 | -0/+19354 |
| |\ |
|
| | * | Flex version 2.4.7 from LBLvendor/flex/2.4.7 | Geoff Rehmet | 1994-08-24 | 28 | -0/+19354 |
| * | Bring symorder over from 1.1.5.1 | Jordan K. Hubbard | 1994-08-23 | 1 | -1/+1 |
| * | gcpp has ceased to exist - point to the right place. | Jordan K. Hubbard | 1994-08-23 | 1 | -2/+2 |
| * | Add back `at' | Jordan K. Hubbard | 1994-08-23 | 1 | -2/+2 |
| * | Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) | Guido van Rooij | 1994-08-22 | 5 | -5/+163 |
| * | move #include of <sys/errno.h> so that #defining KERNEL actually has an effect, | Geoff Rehmet | 1994-08-22 | 1 | -3/+4 |
| * | Add skey supprot | Guido van Rooij | 1994-08-21 | 6 | -3/+409 |
| * | Change cc back to cpp for now. | Paul Richards | 1994-08-21 | 1 | -2/+2 |
| * | LDADD= -lcrypt | Geoff Rehmet | 1994-08-20 | 2 | -2/+3 |
| * | LDADD= -lcrypt | Geoff Rehmet | 1994-08-20 | 3 | -2/+4 |
| * | Changed cpp to cc since cpp is hidden away in /usr/libexec | Paul Richards | 1994-08-20 | 1 | -2/+2 |
| * | I don't like what they did to cmp(1) in 4.4 Lite; now it whines all | Jordan K. Hubbard | 1994-08-20 | 1 | -8/+24 |
| * | Install with group BINGRP, not BINOWN. | Bruce Evans | 1994-08-20 | 1 | -1/+1 |
| * | Correct missing backslash braindamage pointed out by Julian Elischer. | Jordan K. Hubbard | 1994-08-20 | 1 | -2/+2 |
| * | Added entries for key, keyinfo, keyinit | Guido van Rooij | 1994-08-19 | 1 | -3/+4 |
| * | Kill explicit OS specification. | David Greenman | 1994-08-19 | 1 | -2/+2 |
| * | Terry Lambert's loadable kernel module support - modstat utility with | David Greenman | 1994-08-19 | 5 | -2/+296 |
| * | Link to "vi" and "ex" too. | Jordan K. Hubbard | 1994-08-18 | 1 | -0/+1 |
| * | Don't bodge around with vi.1, just go get and copy the file. | Jordan K. Hubbard | 1994-08-18 | 1 | -10/+4 |
| * | Put back dependencies on header files. | Jordan K. Hubbard | 1994-08-18 | 1 | -1/+1 |
| * | Bringing in version 1.34. | Sean Eric Fagan | 1994-08-18 | 1 | -1/+1 |
| * | Bringing in nvi 1.34. | Sean Eric Fagan | 1994-08-18 | 40 | -40/+40 |
| * | Bringin in nvi 1.34. | Sean Eric Fagan | 1994-08-18 | 12 | -12/+12 |
| * | Bringing in version 1.34. | Sean Eric Fagan | 1994-08-18 | 46 | -48/+48 |
| * | Bringing in nvi 1.34. Keith is too active. | Sean Eric Fagan | 1994-08-18 | 20 | -21/+23 |
| * | Incorporating nvi 1.34. Keith needs to get away from the keyboard. | Sean Eric Fagan | 1994-08-18 | 2 | -15/+25 |
| * | vi.0 -> vi.1 | Jordan K. Hubbard | 1994-08-17 | 1 | -4/+4 |
| * | Bringing up to version 1.33. | Sean Eric Fagan | 1994-08-17 | 93 | -152/+220 |
| * | Bringing up to version 1.33 | Sean Eric Fagan | 1994-08-17 | 33 | -35/+38 |
| * | Include ../../Makefile.inc so BINDIR gets set. This should make installs | Sean Eric Fagan | 1994-08-17 | 1 | -1/+2 |
| * | It wasn't put in during the initial import. | Sean Eric Fagan | 1994-08-17 | 1 | -0/+200 |
| * | Build vi (nvi), now that it's checked in. | Sean Eric Fagan | 1994-08-16 | 1 | -1/+1 |
| * | This commit was generated by cvs2svn to compensate for changes in r2081, | Sean Eric Fagan | 1994-08-16 | 182 | -0/+103461 |
| |\ |
|
| | * | Latest public release of nvi, from Keith Bostic. I hope I got thisvendor/nvi/1.32 | Sean Eric Fagan | 1994-08-16 | 182 | -0/+103461 |
| * | Change .0 man extents to .1, as reported by Julian Elischer. Whoops, | Jordan K. Hubbard | 1994-08-13 | 1 | -1/+1 |
| * | The last commit was bogus...the putenv doesn't affect the parent process, | David Greenman | 1994-08-12 | 1 | -10/+3 |
| * | Implemented the -k flag more properly...don't destroy the user's setting | David Greenman | 1994-08-12 | 1 | -3/+10 |
| * | Make it set-uid until procfs is fixed. | Garrett Wollman | 1994-08-11 | 1 | -2/+2 |
| * | Fix man extents from .0 to .1 | Jordan K. Hubbard | 1994-08-11 | 1 | -1/+1 |
| * | Use the right man page. | Jordan K. Hubbard | 1994-08-11 | 1 | -0/+1 |
| * | Add renice's correct man page to the Makefile. | Jordan K. Hubbard | 1994-08-11 | 1 | -0/+1 |
| * | Somewhere in the shuffle this lost its man page. Use the 1.1.5 | Jordan K. Hubbard | 1994-08-11 | 1 | -0/+181 |