summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Move rpcinfo program over from 1.1.5. Based on original work by J.T. Conklinwollman1994-08-073-0/+840
| | | | in 1.x.
* Move RPC stub generator program over from 1.1.5.wollman1994-08-0713-0/+3449
| | | | Submitted by: Original work in 1.x by J. T. Conklin.
* Make the %zfod display make more sense by comparing zfod versus the totalwollman1994-08-071-2/+5
| | | | zfod + nzfod, rather than zfod / nzfod, which doesn't make a whole lot of sense.
* Use the GNU tree patch.wollman1994-08-051-2/+2
|
* We call our cpp by a different name.wollman1994-08-051-2/+3
|
* Don't use Berkeley zcat, use more powerful gzip zcat.wollman1994-08-051-5/+1
|
* Use the apropos and whatis that go with our man program, not the BSD ones.wollman1994-08-051-3/+3
|
* Don't do Kerberos yet, we aren't ready for it.wollman1994-08-051-3/+3
|
* Don't use kerberos yet, we aren't ready.wollman1994-08-051-3/+3
|
* Don't use kerberos yet, we aren't ready for it.wollman1994-08-051-4/+5
|
* Don't use Kerberos yet, we aren't ready for it.wollman1994-08-052-8/+10
|
* Don't compile with kerberos yet, we aren't ready.wollman1994-08-051-4/+7
|
* More merry makefile munging for man page compatability.wollman1994-08-0523-44/+243
|
* Changed output formatting to 0 pad hex bytes if necessary. This makesdg1994-08-051-1/+1
| | | | | the output consistent with traditional representations of ethernet addresses. I still don't like the spacing in netstat -i, however.
* Converted 'vmunix' to 'kernel'.dg1994-08-058-12/+12
|
* Reviewed by: phkphk1994-07-241-1/+1
| | | | changed a ctrl-A to \001
* Remove reference to the ld.so man page - ain't no such animal.jkh1994-06-171-1/+0
| | | | Reported by John Lind.
* Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-151-30/+26
| | | | | | | | | | | | | | handling of errors through the standard err() and warn() more fixes for Geoff Rehmet's NULL pointer bug. fixes NULL pointer bugs when linking mono and nested X servers. supports a `-nostdlib' option. accept object files without a symbol table don't attempt dynamic linking when `-A' is given a few variable names have chaged (desc -> fd), and the formatting has changed which should make it much easier to track his sources. I tested 'make world' for /usr/src and X twice with these changes.
* 1. Removed duplicate include of <stdio.h>jkh1994-06-041-2/+1
| | | | 2. Replaced bogus __ARGS with __P
* Move skey.h to /usr/include so other packages will be able to useguido1994-06-023-3/+2
| | | | | libskey. (such as wu-ftp and xdm). Editted skey so it matches the standard /usr/include way.
* Add ${COPY} on install command so that the file in obj doesrgrimes1994-05-311-1/+1
| | | | not get removed when running make install.
* Do not install ld or man from here, we use the gnu versions of these.rgrimes1994-05-301-1/+2
|
* Cleanup so that make install can run, many install: maninstall changedrgrimes1994-05-308-29/+16
| | | | to just install:, sperious targets and CLEANFILES removed.
* Add i386 support, and reorder machine #ifdefs to be in alphanumeric order.rgrimes1994-05-301-12/+16
|
* Add a beforeinstall rule to turn off the immutable flag on chpass so yourgrimes1994-05-301-0/+3
| | | | can install a new copy of it.
* Remove unneeded targets for manual page. Remove unneeded cleanfiles.rgrimes1994-05-291-7/+0
|
* Corrected to work without symbolic links for md-${MACHINE}.c.rgrimes1994-05-291-1/+7
|
* Add read_names support for i386, based on my original work from FreeBSDrgrimes1994-05-292-2/+62
| | | | and cleaned up slightly.
* Comment out missing/broken sources.rgrimes1994-05-281-11/+16
|
*---------. This commit was generated by cvs2svn to compensate for changes in r1590,rgrimes1994-05-271174-0/+257018
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | | | | | * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-272-0/+79
| | | | | |
| | | | | * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+488
| | | | |
| | | | * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2757-0/+26173
| | | |
| | | * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2729-0/+6550
| | |
| | * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+72
| |
| * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271082-0/+223656
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2710-0/+1119
|
* 1) Added s/key support .guido1994-05-1911-0/+696
| | | | | | | | | 2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido
* This is Paul K's latest set of ld changes. A commit was necessary at thisjkh1994-02-132-3/+4
| | | | | | | | | | late stage due to the fact that link.h was copyright Sun Microsystems. This version of ld sync's us up with NetBSD's ld and supports compatablily with NetBSD's -[zZ] flags (which we had reversed). Compiling with this new ld will give you RRS warnings for libraries which do not contain .type infomation - these wsarnings are harmless and will go away as soon as you recompile your libraries (cd /usr/src; make libraries).
* Changed NetBSD -> FreeBSDnate1994-02-111-2/+2
|
* Added the y.tab.h file to the CLEANFILE target.ats1994-02-061-1/+1
|
* Sprinkled with ${.CURDIR} to get the builds of gram.c and tokdefs.hljo1994-01-291-6/+9
| | | | correct.
* Added -o option to rename C output file. This only works when Fortranljo1994-01-122-2/+12
| | | | | input is from a file, not stdin. Added some support for this in teh parse function.
* Replaced makefile with a BSD Makefile. Moved the unformatted man pageljo1994-01-052-191/+365
| | | | to f2c.1. Removed an automatically generated file and a checksum file.
* This commit was generated by cvs2svn to compensate for changes in r943,ljo1994-01-0565-0/+30801
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * f2c from netlib.att.com Jan 4 1994ljo1994-01-0565-0/+30801
|
* Changed reference from NetBSD to FreeBSDnate1994-01-051-2/+2
|
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.nate1994-01-0510-0/+1704
|
* Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIRnate1993-12-161-2/+2
| | | | in front of BINDIR definition.
* Imported NetBSD's ld for shared libs.paul1993-11-033-0/+171
|
OpenPOWER on IntegriCloud