summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-15119-683/+683
|
* Switch on SHA1 hashing.markm2001-07-141-1/+2
|
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-131-1/+1
|
* Generate top.local.h and manpage dynamically, with sed(1) script.ru2001-07-122-72/+16
| | | | | | The generated manpage will now describe the actual behavior of top(1) WRT how many processes it displays. This also eliminates all troff(1) warnings.
* Build/install bzip2 documentation (info page).sobomax2001-07-122-0/+16
|
* Eliminate troff(1) warnings that were hiding some useful text.ru2001-07-121-3/+2
|
* Eliminate troff(1) warnings that were hiding some useful text.ru2001-07-121-10/+10
|
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.ru2001-07-101-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1098-98/+99
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* style nitobrien2001-07-091-1/+1
|
* Remove the S/Key key-handling apps, which are no longer needed, asmarkm2001-07-0910-616/+0
| | | | they are replaced by opiepasswd, opieinfo and opiekey.
* Provide a WANT_INSECURE_OPIE compile-time option, which is useful ifmarkm2001-07-093-0/+17
| | | | | | | you encrypt all traffic routinely, and is also useful for debugging. Also, (properly) set SUID bit on relevant apps - opieinfo and opiepasswd, which need it to mess with /etc/opiekeys.
* mdoc(7) police: eliminate -ww warnings.ru2001-07-091-3/+3
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-0912-18/+0
|
* Fix the type of the NULL arg to execl()brian2001-07-0911-19/+19
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* Fix an embarassing if-test-reversal bug that broke scheme guessing.des2001-07-081-2/+2
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-069-12/+12
|
* mdoc(7) police: -column lists require column width specifiers.ru2001-07-061-2/+2
|
* mdoc(7) police: moved -u down, fixed markup, removed hard sentence break.ru2001-07-051-8/+13
|
* Document -u in the usage().ru2001-07-051-9/+9
| | | | Make usage fit on a standard 80-column display.
* Mark a function as __printflike() and fix a non-exploitable format stringkris2001-07-051-1/+1
| | | | | | warning. MFC after: 1 week
* Mark some functions as __printflike()kris2001-07-051-2/+2
| | | | MFC after: 1 week
* Spelling police: extention -> extension.dd2001-07-051-1/+1
|
* Don't generate syslog() statements which have format string vulnerabilities.kris2001-07-051-2/+2
| | | | MFC after: 1 week
* mdoc(7) police: sort xrefs.ru2001-07-053-6/+6
|
* mdoc(7) police: fixed formatting.ru2001-07-051-8/+10
|
* mdoc(7) police: fixed formatting bugs in rev. 1.27.ru2001-07-051-3/+5
|
* mdoc(7) police: add missing .Ar in SYNOPSIS.ru2001-07-051-1/+1
|
* mdoc(7) police: add missing .Ar in SYNOPSIS.ru2001-07-051-1/+1
|
* Revert previous commit; it broke large file support on platforms thatdd2001-07-021-1/+1
| | | | | | had it to begin with (e.g., the Alpha). Submitted by: bde
* s/Netherlands/the Netherlandswilko2001-07-021-3/+3
| | | | | | | ISO3166 is *plain wrong* ... Requested by: grog MFC after: 1 week
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-3017-19/+41
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Silence a warning on the Alpha.dd2001-06-301-1/+2
| | | | Reviewed by: md5(1)
* Silence a warning on the Alpha.dd2001-06-301-1/+1
|
* Correct a spelling error.dd2001-06-291-1/+1
| | | | | PR: 28527 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* Fix editor'o where I lost the `+'.obrien2001-06-291-1/+1
|
* Clarify the feature that -exec parameters won't getyar2001-06-291-0/+5
| | | | | | shell-expanded when the specified utility is run. MFC after: 5 days
* - Added entry for Daniel C. Sobral.ru2001-06-291-2/+3
| | | | - Fixed entry for Charlie Root.
* Make `rttrash' variable (#routes not in table but not freed) visibleru2001-06-293-5/+17
| | | | through ``netstat -rs''.
* Fixed bogon in revision 1.37. Don't bogusly print a radix node'sru2001-06-291-8/+3
| | | | | | | duped key marker (``=>'') for routes with non-positive rmx_expire metric, such as ethernet interface routes. MFC after: 1 week
* s/Netherlands/the Netherlands/gwilko2001-06-281-2/+2
|
* Up the average age and hope I can still show my face next saturday.guido2001-06-281-0/+1
|
* - create an entry of IPV6CTL_STATS sysctl.ume2001-06-282-9/+23
| | | | | | | | | - fix the problem that netstat doesn't show raw6 and icmp6 pcblist. - make netstat use sysctl to retreive stats of ipv6 and icmpv6 instead of kread. Obtained from: KAME MFC after: 1 week
* Fix another buffer overflow.tg2001-06-282-6/+12
| | | | | PR: 15593 Submitted by: Przemyslaw Frasunek <venglin@lagoon.FreeBSD.lublin.pl>
* Based on a draft email in David Greenman's files, add the birthdatemsmith2001-06-281-0/+1
| | | | | | of FreeBSD. Submitted by: dg
* Add the -E flag to not send messages that have an empty body. This ismikeh2001-06-283-8/+19
| | | | | | | | useful for piping cron script error output by mail. PR: bin/9494 Obtained from: NetBSD MFC after: 2 weeks
* Minor grammar cleanup.dd2001-06-271-6/+5
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Implement recursive IP address searches based on the results of add2001-06-272-8/+29
| | | | | | | query to ARIN. PR: 28426 Submitted by: Mike Barcroft <mike@q9media.com>
* Correct path to wtmp.dd2001-06-271-2/+2
| | | | | PR: 28433 Submitted by: Joseph Mallett <jmallett@xMach.org>
OpenPOWER on IntegriCloud