summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Minor formatting fixes.mpp1996-12-091-12/+5
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
* Add manual page symlinkswosch1996-12-081-1/+3
| | | | | | trace.1 -> ktrace.1 and truss.1 -> ktrace.1 for SunOS emigrants.
* Link Dutch catalog with nl_NL instead of da_DKache1996-12-081-3/+3
|
* Fix my error from previous commit with mixing rwhod protocolache1996-12-051-7/+8
| | | | | and utmp sizes. Replace hardcoded constants by sizeofs or symbolic constants
* Remove one space to produce the same output alignmentache1996-12-051-3/+3
| | | | like in who, rwho, w, etc.
* Adjust line to not overflow 80 cols (result of recent utmp changes)ache1996-12-051-8/+8
|
* Use UT_* contstants when possible instead of harcoded 8ache1996-12-051-8/+9
| | | | 2.2 candidate
* Increase username field to reflect utmp changesache1996-12-051-1/+1
|
* Remove a self referential xref, and add an xref for modload.mpp1996-12-041-3/+3
| | | | Closes PR# 2104.
* Display multicast addresses if the "a" flag is used in combinationfenner1996-12-021-0/+60
| | | | | | with "-i". This was already in the man page but was not implemented. Obtained from: Multicast release 3.5
* Made the synopsis in the man page conform to the style guide.bde1996-11-302-7/+3
| | | | | | Made the usage message conform to the style guide. Don't use the implementation variable `__progname'.
* make the Usage string match realitypeter1996-11-221-2/+4
| | | | Submitted by: faried nawaz <fn@uidaho.edu>, PR#2075
* Add ru_RU as alias to ru_SUache1996-11-211-1/+2
|
* Fix arg parsing. kdump used to allow a single argument, which itfenner1996-11-181-3/+1
| | | | silently ignored.
* Detect GUS patches nowache1996-11-171-0/+6
|
* fix C programmer's bug number 12.2wosch1996-11-171-3/+8
| | | | submitted by: bruce
* Fix the C programmer's bug #1: EOF is of type `int', not `char'.joerg1996-11-171-6/+2
| | | | | | Strong 2.2 candidate. Submitted by: wosch
* pw_scan() was being used to convert a string into a struct passwd, withpeter1996-11-151-1/+1
| | | | | | | | | | | an auto stack variable that was about to disappear. It broke with some nis passwd changes because of a gethostbyname() call that uses a fair bit of stack.. This was a timebomb waiting to go off at any time and could have been causing subtle corruption for a while. AARGH!! This is HIGHLY reccomended for 2.2 and presumably 2.1.6
* Report net connection error via hstrerror(h_errno) now instead ofache1996-11-141-2/+3
| | | | simple fact that can't connect
* Change to new ftpLogin interfaceache1996-11-141-4/+8
| | | | | | Now clearly say: Not logged in instead of old: Broken pipe (note it was original reason for all my libftpio changes)
* Now that systat's working again, bring the vmstat cleanup over fromjkh1996-11-121-14/+14
| | | | -stable.
* Added a missing \ for installing perl modules.paul1996-11-101-2/+2
| | | | 2.2 and 2.1.6 candidate.
* Cosmetic bugfix. fetch was modifying it's argv[] strings in place, whichpeter1996-11-101-2/+6
| | | | caused ps(1) to show strange things..
* Initialize interrupt counters. The boot time values were displayed as ***.bde1996-11-101-1/+1
| | | | | | Should be in 2.2. Pointed out by: /etc/malloc.conf -> AJ
* Merge from the 2.2 branch: avoid including the API stuff when buildingjoerg1996-11-091-4/+23
| | | | | vi for the fixit floppy. Perhaps we'll find a more elegant solution some day, by now it has proven to work reasonably.
* add PATH variablewosch1996-11-051-2/+4
|
* add PATH variablewosch1996-11-051-2/+4
| | | | better argument handling
* add /sbin to PATH, the location of sysctl(8) may changed in futurewosch1996-11-051-3/+3
| | | | use shell builtin 'exec' for last command
* Add YYLEX and YYEMPTY macros to make byacc look more like bison.hsu1996-11-041-1/+3
| | | | | Obtained from: Cygnus source tree, with permission. Original commit by Jim Wilson, wilson@cygnus.com.
* Install message catalog links according to standard naming conventionache1996-11-041-1/+26
| | | | | | Message catalogs not works without this change 2.2 candidate
* Fix PATH_MSGCATache1996-11-041-1/+1
| | | | 2.2 candidate
* Fill in some of the missing blanks for the tknvi and perl5 compile options.peter1996-11-031-22/+28
| | | | | Both options can be compiled if the appropriate ports are present. These are examples only and are commented out.
* The tcl/perl interpreter compile options were not really optional.peter1996-11-032-4/+7
| | | | | This is needed for building the boot crunch for 2.2 (It still needs a hook so the release code can tell it when to build it without tcl etc).
* Compile telnet from eBones instead of secure.markm1996-11-031-3/+3
| | | | 2.2 candidate.
* Add a .POSIX directive. When the first non-commentsteve1996-11-031-1/+12
| | | | | | | line of a Makefile contains this directive, make(1) will enter a POSIX 1003.2 compliant mode. Submitted by: Joerg Wunsch <joerg@freebsd.org>
* I haven't had a single contraversial commit all week, so what thejkh1996-11-032-3/+10
| | | | | | | | | | | | | | | heck. Watch through our hidden camera, ladies and gentlemen, as this one-line addition to the syslog output generates hundreds of thousands of lines of email in response, all from people decrying the evils of electronic noise pollution! :-) What this change does, simply speaking, is syslog it every time someone changes their local password. I need this at a local ISP to tell whether people are reacting to expires in a timely fashion or not. To disable it, uncomment -DLOGGING in the Makefile. If your users change their passwords so often as to fill your logfile, then you may also have another administrative problem to deal with.
* Match the reality. The man page was completely wrong.wosch1996-11-021-11/+32
|
* Apply a long-forgotten change to make FTP_PASSIVE_MODE just thatjkh1996-11-021-1/+1
| | | | | much more universal (in FreeBSD, anyway) in taking some of the pain out of firewalls.
* remove duplicated usage string from commit rev 1.2wosch1996-11-021-3/+3
| | | | fix usage()
* bin/1942 curses problem in systatphk1996-11-021-2/+2
| | | | | truncate if too long for field. 2.2 candidate.
* Reviewed by: Warner Losh <imp@village.org>imp1996-11-012-5/+29
| | | | | | | Submitted by: Marc Slemko <marcs@znep.com> Obtained from: OpenBSD Add -0 for reading the results of find -0.
* Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using onpeter1996-11-011-2/+2
| | | | | one of the machines I was testing on. (This was to get it to use the sysv extensions in ncurses)
* Remove the old nvi-1.34, it has served us well but it's time has come..peter1996-11-01181-67408/+0
| | | | (It was tagged immediately prior to removal with the tag "nvi_1_34_final")
* Update to use nvi-1.79 sourcespeter1996-11-014-2/+558
|
* add forgotten variable $locatewosch1996-10-311-1/+2
|
* bin/1933: don't print negative % for huge files (80Mb)phk1996-10-311-2/+4
|
* oops, uninitialised variable.. -v mode depended on stack contents.peter1996-10-291-2/+2
| | | | Submitted by: Masafumi NAKANE <max@wide.ad.jp>, PR#1920
* Clean up some loose ends on my previous work in here..peter1996-10-291-4/+4
|
* Eliminate unnecessary include of <sys/mbuf.h>.wollman1996-10-282-2/+8
|
* Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufswollman1996-10-284-5/+13
| | | | any more.
OpenPOWER on IntegriCloud