summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
...
* | Allow mail(1) to look for multiple mail.rc files.jkh1996-12-213-12/+29
| | | | | | | | Submitted-By: Lyndon Nerenberg VE7TCP <lyndon@orthanc.com>
* | Replace a bunch of tabs by spaces, since theympp1996-12-211-7/+7
| | | | | | | | should not be used in man page text.
* | Grammar/spelling/style fixes.mpp1996-12-211-33/+24
| | | | | | | | 2.2 candidate.
* | Move the check for ASCIIness earlier. This avoids the followingjoerg1996-12-201-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | misdetection: j@uriah 307% file X.hga X.hga: 80386 COFF executable not stripped j@uriah 308% strings X.hga | head -3 ~f&`i .text .data j@uriah 309% strings X.hga | file - standard input: assembler program text New version: j@uriah 310% strings X.hga | ./file - standard input: International language text Reviewed by: christos@deshaw.com (Christos Zoulas)
* | Fix problem in ftp and case mapping mode where the converted string wasn'timp1996-12-171-0/+1
| | | | | | | | | | | | | | | | | | terminated properly. Fix is from the PR and works for the test cases I threw at it. Should be safe and desirable for back porting to 2.2 or earlier if there are people still comitting to -stable. Submitted by: Marc Slemko <marcs@znep.com> Closes PR: 1864
* | Add \' to valid escapes list to be compatible with printfache1996-12-151-0/+4
| | | | | | | | 2.2 candidate
* | Typo fix.alex1996-12-151-2/+2
| | | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* | Correct a typo.mpp1996-12-151-2/+2
| | | | | | | | Closes PR# 2217.
* | Upgrade to version 2.5.4 of flex.steve1996-12-146-67/+108
| | | | | | | | | | | | Inspired by: NetBSD/OpenBSD (I can't remember who I saw do it first, so I'll give them both some inspiration points. :)
* | -Wall cleaning.steve1996-12-141-2/+2
| |
* | Learn to follow the new interface address lists.wollman1996-12-131-2/+2
| |
* | Fix uninitialized memory read for case insensitive search. Harmless.wosch1996-12-131-1/+4
| | | | | | | | submitted by: purify
* | Restored installation of /etc/magic. It's now a symlink instead of abde1996-12-131-9/+10
| | | | | | | | | | | | | | | | | | file (like /etc/termcap). /usr/src/etc/Makefile depends on there being an etc-magic install rule here, and who-knows-what depends on `magic' being in /etc. Fixed some style bugs - don't use -c for installing files in the obj directory...
* | Understand queue-ized ifnet structures.wollman1996-12-111-5/+14
| |
* | Add another matching algorithhm to do heuristics for internationaljoerg1996-12-114-6/+83
| | | | | | | | | | | | | | | | | | | | | | | | language text files. Should finally close PR # bin/1925: file does not consider cyrillic text..., though i've never got any response from the originator about my suggestion. While i was at it, also move out the `magic' file to /usr/share/misc, there's nothing that magic with this file to justify its life under /etc.
* | When mmap is used, do an madvise(MADV_SEQUENTIAL) to make thingsdyson1996-12-111-0/+3
| | | | | | | | | | go much more quickly when file input is really done. Of course, the fully cached case will make no difference.
* | Don't dup the network pipe to stderr, it prevents ssh from asking for apeter1996-12-101-2/+2
| | | | | | | | | | | | password. Obtained from: ssh FAQ, Thomas.Koenig@ciw.uni-karlsruhe.de
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-106-7/+7
| | | | | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* | 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.
OpenPOWER on IntegriCloud