aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
...
* fix braino on my partAdam David1997-01-011-2/+2
| | | | Notes: svn path=/head/; revision=21156
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-012-3/+3
| | | | Notes: svn path=/head/; revision=21155
* icelandic collationAdam David1996-12-312-3/+42
| | | | | | | (non-icelandic characters in latin1 order) Notes: svn path=/head/; revision=21137
* Add de and es collatesAndrey A. Chernov1996-12-303-4/+90
| | | | | | | Submitted by: joerg Notes: svn path=/head/; revision=21118
* Fix bug found by new prototypes. The code was passing an int to a functionPeter Wemm1996-12-301-2/+5
| | | | | | | | that was expecting a "struct timeval" on the stack. I've guessed at a suitable replacement timeout. Notes: svn path=/head/; revision=21095
* Fix bug found by newly visible function pointer prototypes. ThisPeter Wemm1996-12-301-2/+5
| | | | | | | | | was passing an int to something expecting a "struct timeval". I've guessed at a timeout to replace it with.. Notes: svn path=/head/; revision=21094
* Fix bug found by newly visible prototypes in rpc. The code was passingPeter Wemm1996-12-301-2/+5
| | | | | | | an in to a function instead of a "struct timeval". Notes: svn path=/head/; revision=21093
* When using the perl5 extensions, ask perl itself what the pathnames are,Peter Wemm1996-12-301-8/+17
| | | | | | | | | | | | | | | don't just hard code them into the Makefile. (This is the optional stuff to use perl scripts as a vi scripting language. eg, to load a sample script, type: :perl do 'wc.pl'; this loads /usr/share/vi/perl/wc.pl to add the "wc" command. Then, one can do this: :perl wc Yes, this is a trivial example. There are more useful examples, eg 'make' output parsing along the lines of emacs's "compile" mode. The tcl extension is similar and enabled by default since we ship with tcl.) Notes: svn path=/head/; revision=21050
* Merge ee version 1.3 from the vendor branch. Clean up files we've gotJoerg Wunsch1996-12-2917-4792/+644
| | | | | | | | | | | | | in a different location. (Sigh, the initial import gratuitously changed the directory structure here, rendering the vendor branch a little useless.) Note: the French message catalog needs updating. By now, i've simply appended the English messages. NB: French message # 123 has been wrong, please correct whoever is going to deal with this. Notes: svn path=/head/; revision=21015
* Enable idlok() in both windows. This is actually a no-op for libcursesPeter Wemm1996-12-281-0/+2
| | | | | | | | | (which doesn't use the setting at all), but when linking with recent versions of libncurses, ncurses screws up without it for some reason (presumably a ncurses bug). Notes: svn path=/head/; revision=20988
* This commit was generated by cvs2svn to compensate for changes in r20983,Joerg Wunsch1996-12-288-0/+4753
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=20984
| * Update from the author, just onto the vendor-branch by now.Joerg Wunsch1996-12-2811-144/+5086
| | | | | | | | | | | | | | Submitted by: h_mahon@fc.hp.com (Hugh Mahon) Notes: svn path=/cvs2svn/branches/HUGH_F_MAHON/; revision=20983
* | comma typosWolfram Schneider1996-12-232-3/+5
| | | | | | | | Notes: svn path=/head/; revision=20888
* | Fix a logico that sneaked into the manpath handling.Joerg Wunsch1996-12-231-3/+5
| | | | | | | | | | | | | | | | | | | | Turn off error messages from locate(1), we can't do very much about its database not being ok anyway at this time. Closes PR # bin/2183: whereis returns environ... Notes: svn path=/head/; revision=20869
* | Allow mail(1) to look for multiple mail.rc files.Jordan K. Hubbard1996-12-213-12/+29
| | | | | | | | | | | | | | Submitted-By: Lyndon Nerenberg VE7TCP <lyndon@orthanc.com> Notes: svn path=/head/; revision=20778
* | Replace a bunch of tabs by spaces, since theyMike Pritchard1996-12-211-7/+7
| | | | | | | | | | | | | | should not be used in man page text. Notes: svn path=/head/; revision=20767
* | Grammar/spelling/style fixes.Mike Pritchard1996-12-211-33/+24
| | | | | | | | | | | | | | 2.2 candidate. Notes: svn path=/head/; revision=20766
* | Move the check for ASCIIness earlier. This avoids the followingJoerg Wunsch1996-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) Notes: svn path=/head/; revision=20721
* | Fix problem in ftp and case mapping mode where the converted string wasn'tWarner Losh1996-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 Notes: svn path=/head/; revision=20598
* | Add \' to valid escapes list to be compatible with printfAndrey A. Chernov1996-12-151-0/+4
| | | | | | | | | | | | | | 2.2 candidate Notes: svn path=/head/; revision=20541
* | Typo fix.Alexander Langer1996-12-151-2/+2
| | | | | | | | | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=20510
* | Correct a typo.Mike Pritchard1996-12-151-2/+2
| | | | | | | | | | | | | | Closes PR# 2217. Notes: svn path=/head/; revision=20493
* | Upgrade to version 2.5.4 of flex.Steve Price1996-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. :) Notes: svn path=/head/; revision=20410
* | -Wall cleaning.Steve Price1996-12-141-2/+2
| | | | | | | | Notes: svn path=/head/; revision=20409
* | Learn to follow the new interface address lists.Garrett Wollman1996-12-131-2/+2
| | | | | | | | Notes: svn path=/head/; revision=20408
* | Fix uninitialized memory read for case insensitive search. Harmless.Wolfram Schneider1996-12-131-1/+4
| | | | | | | | | | | | | | submitted by: purify Notes: svn path=/head/; revision=20406
* | Restored installation of /etc/magic. It's now a symlink instead of aBruce Evans1996-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... Notes: svn path=/head/; revision=20394
* | Understand queue-ized ifnet structures.Garrett Wollman1996-12-111-5/+14
| | | | | | | | Notes: svn path=/head/; revision=20338
* | Add another matching algorithhm to do heuristics for internationalJoerg Wunsch1996-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. Notes: svn path=/head/; revision=20323
* | When mmap is used, do an madvise(MADV_SEQUENTIAL) to make thingsJohn Dyson1996-12-111-0/+3
| | | | | | | | | | | | | | | | go much more quickly when file input is really done. Of course, the fully cached case will make no difference. Notes: svn path=/head/; revision=20312
* | Don't dup the network pipe to stderr, it prevents ssh from asking for aPeter Wemm1996-12-101-2/+2
| | | | | | | | | | | | | | | | | | password. Obtained from: ssh FAQ, Thomas.Koenig@ciw.uni-karlsruhe.de Notes: svn path=/head/; revision=20299
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-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. Notes: svn path=/head/; revision=20287
* | Minor formatting fixes.Mike Pritchard1996-12-091-12/+5
| | | | | | | | | | | | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134. Notes: svn path=/head/; revision=20241
* | Add manual page symlinksWolfram Schneider1996-12-081-1/+3
| | | | | | | | | | | | | | | | | | trace.1 -> ktrace.1 and truss.1 -> ktrace.1 for SunOS emigrants. Notes: svn path=/head/; revision=20220
* | Link Dutch catalog with nl_NL instead of da_DKAndrey A. Chernov1996-12-081-3/+3
| | | | | | | | Notes: svn path=/head/; revision=20213
* | Fix my error from previous commit with mixing rwhod protocolAndrey A. Chernov1996-12-051-7/+8
| | | | | | | | | | | | | | | | and utmp sizes. Replace hardcoded constants by sizeofs or symbolic constants Notes: svn path=/head/; revision=20165
* | Remove one space to produce the same output alignmentAndrey A. Chernov1996-12-051-3/+3
| | | | | | | | | | | | | | like in who, rwho, w, etc. Notes: svn path=/head/; revision=20158
* | Adjust line to not overflow 80 cols (result of recent utmp changes)Andrey A. Chernov1996-12-051-8/+8
| | | | | | | | Notes: svn path=/head/; revision=20157
* | Use UT_* contstants when possible instead of harcoded 8Andrey A. Chernov1996-12-051-8/+9
| | | | | | | | | | | | | | 2.2 candidate Notes: svn path=/head/; revision=20156
* | Increase username field to reflect utmp changesAndrey A. Chernov1996-12-051-1/+1
| | | | | | | | Notes: svn path=/head/; revision=20155
* | Remove a self referential xref, and add an xref for modload.Mike Pritchard1996-12-041-3/+3
| | | | | | | | | | | | | | Closes PR# 2104. Notes: svn path=/head/; revision=20126
* | Display multicast addresses if the "a" flag is used in combinationBill Fenner1996-12-021-0/+60
| | | | | | | | | | | | | | | | | | with "-i". This was already in the man page but was not implemented. Obtained from: Multicast release 3.5 Notes: svn path=/head/; revision=20078
* | Made the synopsis in the man page conform to the style guide.Bruce Evans1996-11-302-7/+3
| | | | | | | | | | | | | | | | | | Made the usage message conform to the style guide. Don't use the implementation variable `__progname'. Notes: svn path=/head/; revision=20050
* | make the Usage string match realityPeter Wemm1996-11-221-2/+4
| | | | | | | | | | | | | | Submitted by: faried nawaz <fn@uidaho.edu>, PR#2075 Notes: svn path=/head/; revision=19926
* | Add ru_RU as alias to ru_SUAndrey A. Chernov1996-11-211-1/+2
| | | | | | | | Notes: svn path=/head/; revision=19910
* | Fix arg parsing. kdump used to allow a single argument, which itBill Fenner1996-11-181-3/+1
| | | | | | | | | | | | | | silently ignored. Notes: svn path=/head/; revision=19853
* | Detect GUS patches nowAndrey A. Chernov1996-11-171-0/+6
| | | | | | | | Notes: svn path=/head/; revision=19836
* | fix C programmer's bug number 12.2Wolfram Schneider1996-11-171-3/+8
| | | | | | | | | | | | | | submitted by: bruce Notes: svn path=/head/; revision=19829
* | Fix the C programmer's bug #1: EOF is of type `int', not `char'.Joerg Wunsch1996-11-171-6/+2
| | | | | | | | | | | | | | | | | | Strong 2.2 candidate. Submitted by: wosch Notes: svn path=/head/; revision=19825
* | pw_scan() was being used to convert a string into a struct passwd, withPeter Wemm1996-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 Notes: svn path=/head/; revision=19783