summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace,rwatson2000-11-251-29/+50
| | | | | | | | | | maxvnodes, numvnodes, freevnodes, nchstats, and numdirtybuffers. o Make the hw.ncpu error checking code a little more rigorous by sanity checking the returned data size. o Didn't fix machine-dependent non-sysctl-exported variables: intrnames, eintrnames, intrcnt, eintrcnt, as these variables are defined and exported from machine-dependent kernel code in assembly. This should probably be fixed somehow.
* o make systat/pigs.c use syctl() to retrieve cp_time, fscale, and ccpurwatson2000-11-251-27/+32
| | | | instead of using kmem.
* o Make systat/iostat.c use sysctl() to retrieve cp_time instead ofrwatson2000-11-251-23/+9
| | | | kmem.
* o Make systat use sysctl() to retrieve hz and stathz, instead ofrwatson2000-11-251-19/+14
| | | | using kmem.
* Reimplement the groff(1) warnings elimination fixes in a better way.ru2000-11-242-10/+5
|
* [rsh.1] Document the `-4' and `-6' options.jkoshy2000-11-242-2/+6
| | | | [rsh.c] Make usage message match the code.
* [rlogin.1] Document the `-4' and `-6' options. Correct a typo.jkoshy2000-11-242-3/+7
| | | | [rlogin.c] Make the usage message match the code.
* Eliminate groff(1) warnings.ru2000-11-232-2/+20
|
* kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0.ben2000-11-231-1/+1
| | | | | PR: 23020 Submitted by: Simon Dick <simond@irrelevant.org>
* Use correct macro for path namephantom2000-11-221-1/+1
| | | | PR: docs/13218
* Create temporary files in a secure directory, instead of using multiplekris2000-11-222-7/+9
| | | | | | | filenames based on a single invocation of mktemp() in /tmp, which is easily predictable after the first one. Audited by: markm
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-227-2/+9
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-20138-476/+482
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Add -lcrypt. This fixes cross-building.marcel2000-11-201-1/+1
|
* Unlink the temporary file immediately so it is removed on exit.kris2000-11-191-19/+15
| | | | Obtained from: OpenBSD
* Fix a buffer overflow from a long local hostname.kris2000-11-191-2/+2
| | | | Obtained from: OpenBSD
* Add/fix the ability to split a file larger than 2 gigabytes.jwd2000-11-191-4/+6
| | | | | | | | Added $FreeBSD tag (in the way the already present sccsid is done). I've been told the rcsid stuff may be of dubious value so I'm curious to know if folks (still) use it. Submitted by: Brad Chisholm <blc@bsdwins.com>
* "minute(s) period(s)" --> "minute(s)"mph2000-11-171-6/+6
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-178-12/+14
|
* remove trailing periods from SEE ALSO.ben2000-11-154-4/+4
|
* Spell the des's name correctly.ru2000-11-142-2/+2
|
* Use Fx macro wherever possible.ru2000-11-145-7/+16
|
* -U cannot be an option since some signals start with U. -u is theps2000-11-121-1/+0
| | | | documented behavior so only check for that.
* Changed variable killchar to killch and erasechar to erasech to avoiddg2000-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.
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-1018-133/+106
|
* Fixed typo: .ar -> .Ar.ru2000-11-101-1/+1
|
* Install `chflags' in the root partition, NOT /usr where it is not availableobrien2000-11-101-0/+1
| | | | in single user mode.
* Fixed typo: .FL -> .Flru2000-11-061-1/+1
|
* .UC -> .Osru2000-11-062-2/+2
|
* Fixed typo: .EL -> .Elru2000-11-061-1/+1
|
* Switch over to using the Christos Zoulas maintained version in contrib/obrien2000-11-05151-8259/+93
| | | | | This also gives use the same exact results as NetBSD, thus sharing more code with our bretheren.
* Good-bye cruel world.sheldonh2000-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>
* Disconnect kzip from the build, as it's about to enter late retirement.sheldonh2000-11-021-1/+0
| | | | | PR: 20643 Submitted by: Peter Pentchev <roam@orbitel.bg>
* Remove vestages of a previous implimentation of "-h".obrien2000-10-311-2/+2
| | | | Submitted by: Tony Finch <dot@dotat.at>
* Now that the amount of (pseudo) interfaces is growing with IPv6,guido2000-10-301-22/+30
| | | | get rid of stupid upperbound on the amount of interfaces (was 8).
* string.h has been repo copied to mystring.hobrien2000-10-302-72/+0
|
* Remove obsolete /dev/drum referencesjedgar2000-10-291-2/+1
| | | | Reviewed by: alex, asmodai, billf
* Add a new "-h" Human-friendly h/m/s output format.obrien2000-10-282-5/+45
| | | | Reviewed by: bde
* Add a MAINTAINER= line so people know who to blamegshapiro2000-10-261-0/+2
|
* While I'm here and got caught by it, add FreeBSD IDs so the next guyobrien2000-10-2684-6/+84
| | | | won't have trouble committing his bits.
* Having a local `string.h' is just asking for trouble. As is having aobrien2000-10-2613-24/+46
| | | | | `struct string'. Rename the struct and effectively rename the header to `mystring.h'
* Use the pathnames from pathnames.h rather than hardcoding them here.obrien2000-10-262-2/+5
| | | | Add RCSIDs.
* Add $FreeBSD$phk2000-10-243-3/+9
| | | | | Rename local offsetof() macro to boffsetof() to avoid clashing with the offsetof() from <stddef.h>
* The -o is the default for "short" display, not the -h.ru2000-10-241-3/+4
|
* -Wall cleanup.ru2000-10-233-13/+10
| | | | PR: 22187
* The last "-iDsym" makes more sense as "-iUsym".obrien2000-10-221-1/+1
|
* Avoid using the semi-bogus include <struct.h>phk2000-10-221-5/+3
| | | | All uses of fldsiz() in this file were wrong anyway.
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-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.
* Understand the difference between an empty file and a non-existent file.des2000-10-191-9/+13
| | | | This has been sitting in my tree for ages...
OpenPOWER on IntegriCloud