aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* "minute(s) period(s)" --> "minute(s)"Matthew Hunt2000-11-171-6/+6
| | | | Notes: svn path=/head/; revision=68866
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-178-12/+14
| | | | Notes: svn path=/head/; revision=68854
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-154-4/+4
| | | | Notes: svn path=/head/; revision=68756
* Spell the des's name correctly.Ruslan Ermilov2000-11-142-2/+2
| | | | Notes: svn path=/head/; revision=68718
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-145-7/+16
| | | | Notes: svn path=/head/; revision=68716
* -U cannot be an option since some signals start with U. -u is thePaul Saab2000-11-121-1/+0
| | | | | | | documented behavior so only check for that. Notes: svn path=/head/; revision=68628
* Changed variable killchar to killch and erasechar to erasech to avoidDavid Greenman2000-11-113-13/+14
| | | | | | | | | a name clash with the library functions of the same name (in libncurses). This problem was masked when building tset shared (the local symbols had precedence), but caused tset to core dump when it was built -static. Notes: svn path=/head/; revision=68617
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-1018-133/+106
| | | | Notes: svn path=/head/; revision=68575
* Fixed typo: .ar -> .Ar.Ruslan Ermilov2000-11-101-1/+1
| | | | Notes: svn path=/head/; revision=68567
* Install `chflags' in the root partition, NOT /usr where it is not availableDavid E. O'Brien2000-11-101-0/+1
| | | | | | | in single user mode. Notes: svn path=/head/; revision=68542
* Fixed typo: .FL -> .FlRuslan Ermilov2000-11-061-1/+1
| | | | Notes: svn path=/head/; revision=68386
* .UC -> .OsRuslan Ermilov2000-11-062-2/+2
| | | | Notes: svn path=/head/; revision=68384
* Fixed typo: .EL -> .ElRuslan Ermilov2000-11-061-1/+1
| | | | Notes: svn path=/head/; revision=68383
* Switch over to using the Christos Zoulas maintained version in contrib/David E. O'Brien2000-11-05151-8259/+93
| | | | | | | | This also gives use the same exact results as NetBSD, thus sharing more code with our bretheren. Notes: svn path=/head/; revision=68352
* Good-bye cruel world.Sheldon Hearn2000-11-023-418/+0
| | | | | | | | | | | | | This software is obsolete, and its successor has interested parties looking at it. Even if nobody was looking at kgzip, this utility still wouldn't be useful in an environment where aout kernels are a thing of the past. PR: 20643 Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=68233
* Disconnect kzip from the build, as it's about to enter late retirement.Sheldon Hearn2000-11-021-1/+0
| | | | | | | | PR: 20643 Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=68232
* Remove vestages of a previous implimentation of "-h".David E. O'Brien2000-10-311-2/+2
| | | | | | | Submitted by: Tony Finch <dot@dotat.at> Notes: svn path=/head/; revision=68029
* Now that the amount of (pseudo) interfaces is growing with IPv6,Guido van Rooij2000-10-301-22/+30
| | | | | | | get rid of stupid upperbound on the amount of interfaces (was 8). Notes: svn path=/head/; revision=67963
* string.h has been repo copied to mystring.hDavid E. O'Brien2000-10-302-72/+0
| | | | Notes: svn path=/head/; revision=67940
* Remove obsolete /dev/drum referencesChris D. Faulhaber2000-10-291-2/+1
| | | | | | | Reviewed by: alex, asmodai, billf Notes: svn path=/head/; revision=67870
* Add a new "-h" Human-friendly h/m/s output format.David E. O'Brien2000-10-282-5/+45
| | | | | | | Reviewed by: bde Notes: svn path=/head/; revision=67813
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-261-0/+2
| | | | Notes: svn path=/head/; revision=67660
* While I'm here and got caught by it, add FreeBSD IDs so the next guyDavid E. O'Brien2000-10-2684-6/+84
| | | | | | | won't have trouble committing his bits. Notes: svn path=/head/; revision=67607
* Having a local `string.h' is just asking for trouble. As is having aDavid E. O'Brien2000-10-2613-24/+46
| | | | | | | | `struct string'. Rename the struct and effectively rename the header to `mystring.h' Notes: svn path=/head/; revision=67606
* Use the pathnames from pathnames.h rather than hardcoding them here.David E. O'Brien2000-10-262-2/+5
| | | | | | | Add RCSIDs. Notes: svn path=/head/; revision=67605
* Add $FreeBSD$Poul-Henning Kamp2000-10-243-3/+9
| | | | | | | | Rename local offsetof() macro to boffsetof() to avoid clashing with the offsetof() from <stddef.h> Notes: svn path=/head/; revision=67496
* The -o is the default for "short" display, not the -h.Ruslan Ermilov2000-10-241-3/+4
| | | | Notes: svn path=/head/; revision=67483
* -Wall cleanup.Ruslan Ermilov2000-10-233-13/+10
| | | | | | | PR: 22187 Notes: svn path=/head/; revision=67467
* The last "-iDsym" makes more sense as "-iUsym".David E. O'Brien2000-10-221-1/+1
| | | | Notes: svn path=/head/; revision=67452
* Avoid using the semi-bogus include <struct.h>Poul-Henning Kamp2000-10-221-5/+3
| | | | | | | All uses of fldsiz() in this file were wrong anyway. Notes: svn path=/head/; revision=67443
* Augment the 'ifaddr' structure with a 'struct if_data' to keepJosef Karthauser2000-10-191-9/+47
| | | | | | | | | | | | | | statistics on a per network address basis. Teach the IPv4 and IPv6 input/output routines to log packets/bytes against the network address connected to the flow. Teach netstat to display the per-address stats for IP protocols when 'netstat -i' is evoked, instead of displaying the per-interface stats. Notes: svn path=/head/; revision=67334
* Understand the difference between an empty file and a non-existent file.Dag-Erling Smørgrav2000-10-191-9/+13
| | | | | | | This has been sitting in my tree for ages... Notes: svn path=/head/; revision=67326
* Fix the build break.Nick Hibma2000-10-171-15/+9
| | | | | | | | | | The solution isn't perfect, instead of printing the first report, it will the report no report id, but the proper solution is more complex than this. We would need to iterate over the report descriptor and figure out all the report id's before starting to print. Notes: svn path=/head/; revision=67256
* Backed out part of the revision 1.10.Ruslan Ermilov2000-10-161-1/+2
| | | | | | | BLOCKSIZE could specify arbitrary block sizes, not exactly 1K blocks. Notes: svn path=/head/; revision=67202
* Include sys/types.hBrian Somers2000-10-161-0/+3
| | | | Notes: svn path=/head/; revision=67192
* Include sys/types.hBrian Somers2000-10-162-0/+6
| | | | Notes: svn path=/head/; revision=67191
* Include sys/types.hBrian Somers2000-10-162-0/+4
| | | | Notes: svn path=/head/; revision=67189
* Correct the usage of mktemp:Alexander Langer2000-10-152-2/+9
| | | | | | | | | | | | | The old version lists all args as optional. However, you need at least one arg to get a usable result. PR: 18667 Reported by: obrien Submitted by: Johan Karlsson <k@numeri.campus.luth.se> Reviewed by: sheldonh Notes: svn path=/head/; revision=67162
* Remove GLOBAL -- it has moved to Ports.David E. O'Brien2000-10-159-98/+0
| | | | | | | Approved by: unanimous response on arch@freebsd.org (June time frame) Notes: svn path=/head/; revision=67149
* Change the "in use" percentage metric to actually display a realBosko Milekic2000-10-151-9/+14
| | | | | | | "in use" percentage. In other words, show how much of mb_map is in use. Notes: svn path=/head/; revision=67147
* Skip sockets with no SCBDag-Erling Smørgrav2000-10-131-0/+2
| | | | Notes: svn path=/head/; revision=67079
* Fix suffix matching.Dag-Erling Smørgrav2000-10-121-2/+7
| | | | | | | | | | Restore historical behaviour when the first argument is an empty string. Submitted by: Alexander N. Kabaev <ak03@gte.com> Pointed out by: bde Notes: svn path=/head/; revision=67024
* Fix man page installationGregory Neil Shapiro2000-10-111-6/+4
| | | | | | | | | Style fixes Submitted by: bde Notes: svn path=/head/; revision=66960
* Use sendmail's version of vacation. It is command line and databaseGregory Neil Shapiro2000-10-103-729/+31
| | | | | | | | | | | | compatible with the old version but includes new functionality and bug fixes. Since it is not part of the NO_SENDMAIL make.conf option, libsmdb and libsmutil should always be built for vacation's sake. PR: 15227 Notes: svn path=/head/; revision=66943
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-102-0/+2
| | | | | | | <time.h>). Notes: svn path=/head/; revision=66907
* Don't overflow in command-line argsKris Kennaway2000-10-091-2/+2
| | | | | | | Submitted by: Mike Heffner <mheffner@vt.edu> Notes: svn path=/head/; revision=66856
* Add :L and :U variable modifiers. These convert the variable's value toWill Andrews2000-10-092-0/+38
| | | | | | | | | | | | all-lower or all-upper case characters, respectively. These were added to further reduce differences between NetBSD/OpenBSD and FreeBSD make(1) to propagate OpenPackages. PR: 19959 Submitted by: Gaspar Chilingarav <nm@web.am> Notes: svn path=/head/; revision=66854
* Add :C/// variable modifier, which is similar to :S/// in functionalityWill Andrews2000-10-092-0/+414
| | | | | | | | | | | | | | | | | but allows for regex. I removed NO_REGEX since no one could give a reason to have it, and since we don't use make in bootstrap tools, it's not needed. This is mostly added to synch up with NetBSD/OpenBSD so as to eliminate roadblocks in the OpenPackages project (see http://www.openpackages.org/). It's also quite useful, and costs us only about 3 kilobytes of space. PR: 21605 Submitted by: Hubert Feyrer <hubertf@NetBSD.org> Reviewed by: silence on -arch Obtained from: NetBSD Notes: svn path=/head/; revision=66853
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
| | | | | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed. Notes: svn path=/head/; revision=66834
* Use the correct timestamp for the -C -p case when the comparison fails.Bruce Evans2000-10-081-2/+2
| | | | | | | | A garbage timestamp was used for at least installing /dev/null with -C -p when the target doesn't already exist. Notes: svn path=/head/; revision=66813