summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* We really, really /don't/ want to have a shared lex library. Also,wollman1994-08-251-8/+2
| | | | | | current users should note that the old 1.1.5 lex can't process the new scan.l, so you have to copy initscan.c to obj/scan.c before it will build.
* Fix a problem with passing quoted strings down to commands.sef1994-08-241-3/+6
| | | | Reviewed by: Sean Eric Fagan
* Also create a link "view" to nvi, in stead of nview solely.guido1994-08-241-0/+1
| | | | | Reviewed by: Submitted by: guido
* Add lex to makefilecsgr1994-08-241-1/+1
| | | | Submitted by: Geoff.
* This commit was generated by cvs2svn to compensate for changes in r2258,csgr1994-08-2428-0/+19354
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Flex version 2.4.7 from LBLcsgr1994-08-2428-0/+19354
| | | | Reviewed by: Geoff.
* Bring symorder over from 1.1.5.1jkh1994-08-231-1/+1
| | | | Submitted by: jkh
* gcpp has ceased to exist - point to the right place.jkh1994-08-231-2/+2
| | | | Submitted by: jkh
* Add back `at'jkh1994-08-231-2/+2
| | | | Submitted by: jkh
* Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)guido1994-08-225-5/+163
| | | | | Reviewed by: Submitted by: guido
* move #include of <sys/errno.h> so that #defining KERNEL actually has an effect,csgr1994-08-221-3/+4
| | | | | | and then also add a declaration of ernno as an extern int, because we lose that due to having KERNEL defined while we include errno.h. Reviewed by: Geoff.
* Add skey supprotguido1994-08-216-3/+409
| | | | | Reviewed by: Submitted by: guido
* Change cc back to cpp for now.paul1994-08-211-2/+2
| | | | | Reviewed by: Submitted by:
* LDADD= -lcryptcsgr1994-08-202-2/+3
| | | | Submitted by: Geoff
* LDADD= -lcryptcsgr1994-08-203-2/+4
| | | | Submitted by: Geoff
* Changed cpp to cc since cpp is hidden away in /usr/libexecpaul1994-08-201-2/+2
| | | | | Reviewed by: Submitted by:
* I don't like what they did to cmp(1) in 4.4 Lite; now it whines alljkh1994-08-201-8/+24
| | | | | | the time, even with -s. Make cmp SHUT UP about non-existant files when run with -s. Submitted by: jkh
* Install with group BINGRP, not BINOWN.bde1994-08-201-1/+1
|
* Correct missing backslash braindamage pointed out by Julian Elischer.jkh1994-08-201-2/+2
| | | | | Reviewed by: jkh Submitted by: julian
* Added entries for key, keyinfo, keyinitguido1994-08-191-3/+4
| | | | | Reviewed by: Submitted by: guido
* Kill explicit OS specification.dg1994-08-191-2/+2
|
* Terry Lambert's loadable kernel module support - modstat utility withdg1994-08-195-2/+296
| | | | improvements from the NetBSD group.
* Link to "vi" and "ex" too.jkh1994-08-181-0/+1
| | | | Submitted by: jkh
* Don't bodge around with vi.1, just go get and copy the file.jkh1994-08-181-10/+4
| | | | Submitted by: jkh
* Put back dependencies on header files.jkh1994-08-181-1/+1
| | | | Submitted by: jkh
* Bringing in version 1.34.sef1994-08-181-1/+1
| | | | Reviewed by: Sean Eric Fagan
* Bringing in nvi 1.34.sef1994-08-1840-40/+40
| | | | Reviewed by: Sean Eric Fagan
* Bringin in nvi 1.34.sef1994-08-1812-12/+12
| | | | Reviewed by: Sean Eric Fagan
* Bringing in version 1.34.sef1994-08-1846-48/+48
| | | | Reviewed by: Sean Eric Fagan
* Bringing in nvi 1.34. Keith is too active.sef1994-08-1820-21/+23
| | | | Reviewed by: Sean Eric Fagan
* Incorporating nvi 1.34. Keith needs to get away from the keyboard.sef1994-08-182-15/+25
| | | | Reviewed by: Sean Eric Fagan
* vi.0 -> vi.1jkh1994-08-171-4/+4
| | | | Submitted by: jkh
* Bringing up to version 1.33.sef1994-08-1793-152/+220
| | | | Reviewed by: Sean Eric Fagan
* Bringing up to version 1.33sef1994-08-1733-35/+38
| | | | Reviewed by: Sean Eric Fagan
* Include ../../Makefile.inc so BINDIR gets set. This should make installssef1994-08-171-1/+2
| | | | | | work *much* better. Submitted by: Sean Eric Fagan
* It wasn't put in during the initial import.sef1994-08-171-0/+200
| | | | Reviewed by: Sean Eric Fagan
* Build vi (nvi), now that it's checked in.sef1994-08-161-1/+1
| | | | Submitted by: Sean Eric Fagan
* This commit was generated by cvs2svn to compensate for changes in r2081,sef1994-08-16182-0/+103461
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Latest public release of nvi, from Keith Bostic. I hope I got thissef1994-08-16182-0/+103461
| | | | | right ;). Reviewed by: Sean Eric Fagan
* Change .0 man extents to .1, as reported by Julian Elischer. Whoops,jkh1994-08-131-1/+1
| | | | | | thought I'd gotten this one the first time around. Reviewed by: Submitted by:
* The last commit was bogus...the putenv doesn't affect the parent process,dg1994-08-121-10/+3
| | | | so the BLOCKSIZE doesn't need to be preserved.
* Implemented the -k flag more properly...don't destroy the user's settingdg1994-08-121-3/+10
| | | | of the BLOCKSIZE environment variable.
* Make it set-uid until procfs is fixed.wollman1994-08-111-2/+2
|
* Fix man extents from .0 to .1jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* Use the right man page.jkh1994-08-111-0/+1
| | | | Submitted by: jkh
* Add renice's correct man page to the Makefile.jkh1994-08-111-0/+1
| | | | Submitted by: jkh
* Somewhere in the shuffle this lost its man page. Use the 1.1.5jkh1994-08-111-0/+181
| | | | | one. Submitted by: jkh
* Gimme my `-k' option back!wollman1994-08-102-2/+10
|
* Move more YP user programs over.wollman1994-08-089-2/+690
|
* Delete obsolete reference to librpc.a.wollman1994-08-081-2/+0
|
OpenPOWER on IntegriCloud