summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Drop the TCL hook for the time being until the tcl dust settles some more.peter1997-08-181-2/+2
|
* Fixed another make world stopper ;)andreas1997-08-171-2/+2
| | | | | | If TCLINTERP is defined, CFLAGS needs an additional include path: -I/usr/include/tcl Otherwise tcl.h can't be found during make world.
* Bandaid to make this compile.. These old mbuf types should probably bepeter1997-08-171-1/+13
| | | | ripped out.
* Retire v1.81 sources and build instead from src/contrib/global sources. ↵cwt1997-08-1631-5427/+42
| | | | Reviewed by: jdp
* Enable the use of keypad cursor motion keys.jlemon1997-08-161-3/+14
| | | | Submitted by: John Hay <jhay@mikom.csir.co.za>
* Add support for XMS memory to doscmd.jlemon1997-08-157-68/+1193
| | | | Submitted by: Helmut F. Wirth <hfwirth@ping.at>
* make install should not install mail.rc in /etcwosch1997-08-151-0/+2
|
* Better fix, as originally submitted by reporter.fsmp1997-08-141-9/+10
| | | | Submitted by: N.Dudorov <nnd@itfs.nsk.su>
* Add usage() and use err(3).charnier1997-08-142-12/+23
|
* Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.charnier1997-08-144-32/+36
| | | | Obtained from: OpenBSD
* Hardcode progname in usage string.charnier1997-08-142-48/+62
|
* Use err(3) instead of local redefinition. Add usage().charnier1997-08-142-51/+29
|
* Use err(3). Correct usage string. Change default tape to /dev/rst0.charnier1997-08-143-41/+31
|
* Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing.fsmp1997-08-141-8/+8
| | | | Submitted by: N.Dudorov <nnd@itfs.nsk.su>
* Cosmetic in usage(). Mdoc'ify man page.charnier1997-08-132-130/+119
|
* Nm talk -> Nm.charnier1997-08-131-3/+3
|
* Remove trailing \n in warn() string.charnier1997-08-132-10/+15
|
* Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.hcharnier1997-08-133-31/+32
|
* Fix a typo that caused an incorrect path to be displayed.steve1997-08-131-2/+2
| | | | PR: docs/4258
* Cleanup and use /usr/libdata/doscmd nowache1997-08-121-8/+6
|
* Fix fencepost error.eivind1997-08-121-1/+1
| | | | | PR: 4170 Submitted by: Harlan Stenn <Harlan.Stenn@pfcs.com>
* Use err(3) instead of local redefinition. Add prototypes.charnier1997-08-122-38/+41
|
* Add usage().charnier1997-08-122-14/+20
|
* Use err(3) instead of local redefinition.charnier1997-08-123-65/+53
|
* Use err(3).charnier1997-08-113-23/+25
|
* Cosmetic in err() string.charnier1997-08-111-9/+10
|
* Use err(3). Add prototype.charnier1997-08-112-6/+15
|
* Use err(3) instead of local redefinition.charnier1997-08-113-36/+12
|
* Use err(3). Add prototypes.charnier1997-08-112-18/+32
|
* Cosmetic.charnier1997-08-111-2/+3
|
* Remove local redefinition for err(). Add usage().charnier1997-08-117-155/+135
|
* Build instbsdi.exe in obj directory (make world stopper)ache1997-08-091-4/+4
|
* Add a valuable binary that enables I/O to U**X mounted disks.dyson1997-08-092-1/+176
|
* Commit the manpage for doscmd.dyson1997-08-091-0/+705
| | | | | Submitted by: Jonathon Lemon <jlemon@americantv.com> Obtained from: BSDI
* Add the makefile for doscmd.dyson1997-08-091-0/+61
|
* Add our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-0953-0/+18766
| | | | | | a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI
* Add usage(). Use err(3) instead of local redefinition.charnier1997-08-082-42/+24
|
* Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.charnier1997-08-082-109/+82
|
* Use err(3). Add usage() and prototypes. Add Xr to who(1).charnier1997-08-082-20/+34
|
* Use err(3). Add usage().charnier1997-08-082-41/+43
|
* Remove argv0, cosmetic in usage(), use err(3), add Xr to rwho(1) and users(1).charnier1997-08-082-38/+33
|
* #include <unistd.h> for getopt(3) call.steve1997-08-071-0/+1
|
* Use err(3), so eliminate use of `argv0'.charnier1997-08-072-27/+24
|
* Use err(3) instead of local definition.charnier1997-08-072-51/+25
| | | | Cosmetic in man page: do not start describing a flag with `The option -X ..'.
* Use err(3). Add usage(). Rewrote man page in mdoc format.charnier1997-08-072-116/+153
|
* Use err(3), cosmetic in usage().charnier1997-08-062-30/+24
|
* Use err(3), cosmetic in usage(), remove `cmdname'.charnier1997-08-064-68/+58
|
* Add -t option which turns T/TCP off as workaround for some broken serversache1997-08-054-5/+28
| | | | Submitted by: Marc Slemko <marcs@znep.com>
* Use err(3). Document -l flag.charnier1997-08-052-38/+34
| | | | Obtained from: OpenBSD
* Document that multiple args are allowed, i.e Ar file -> Ar file ...charnier1997-08-051-1/+1
|
OpenPOWER on IntegriCloud