summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Sync manpage and usage. Also fix bug that would always interpret a -c as amikeh2001-06-272-5/+4
| | | | | | | process clear. PR: bin/15456 MFC after: 2 weeks
* Staticize, constize, de-registerize; don't shadow global definitions;dd2001-06-262-30/+31
| | | | | | set WARNS=2. Submitted by: Mike Barcroft <mike@q9media.com>
* Increase column widths when using -i (they are now wide enough toschweikh2001-06-261-3/+3
| | | | | | | | | hold a 64bit or 32bit ~0 value, i.e. 20 and 10; this anticipates soon-to-be machines with Exahertz rtc interrupt frequencies. :-) PR: bin/16206 Submitted by: John Capo <jc@irbs.com> MFC after: 1 week
* Submitted by: hmru2001-06-261-0/+1
|
* Share my DOB with the world!dan2001-06-261-0/+1
|
* Originally stated wrong birthplace, thought it was current location.dwcjr2001-06-261-1/+1
|
* The `file' argument is optional.dd2001-06-261-1/+1
| | | | Obtained from: OpenBSD
* Admit the shameful truth; I'm really from the east coast. But I leftmsmith2001-06-251-0/+1
| | | | shortly after I was born. Honest!
* Silence -Wshadow and -Wmissing-prototypes; set WARNS=2.dd2001-06-252-13/+16
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Submitted by: andreasru2001-06-251-0/+1
|
* Nuke unused variables.dd2001-06-243-3/+2
|
* Include missing header files which define functions for which gcc hasdd2001-06-242-0/+2
| | | | builtints (e.g., exit, strcmp).
* Include missing header files which define functions for which gcc hasdd2001-06-2418-0/+21
| | | | builtins (e.g., exit, strcmp).
* Include missing header files which define functions for which gcc hasdd2001-06-249-0/+11
| | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com>
* Silence warning and set WARNS=2.dd2001-06-242-1/+2
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> Reviewed by: md5(1)
* Add prototypes and turn on WARNS=?2.dwmalone2001-06-242-0/+19
|
* Remove duplicate words.dd2001-06-243-3/+3
|
* Add myself.jasone2001-06-241-0/+1
|
* Reduce field width for some columns so that the default output fits in <= 79schweikh2001-06-231-3/+3
| | | | | | | columns. 80 columns + newline is a problem for some terminals including syscons. Requested by: bde MFC after: 1 week
* Three people known to be born on December 18!ru2001-06-231-0/+1
| | | | Submitted by: cwt
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-234-13/+37
| | | | | | For example, ``netstat -s -p ip -z'' will show and reset IP stats. PR: bin/17338
* - Fix space allocation for mbstat structurebmilekic2001-06-231-3/+5
| | | | | - Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) to get number of CPUs.
* Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) whenbmilekic2001-06-231-1/+2
| | | | getting number of CPUs.
* By default link statically (like we did in the port) - it provides 8-10%sobomax2001-06-231-0/+2
| | | | faster comperssion, which in the bzip2's case could be a big win.
* Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.ru2001-06-232-12/+25
| | | | (usage() still is not synchronized with SYNOPSIS, intentionally.)
* Add myself.rse2001-06-231-0/+1
|
* Average age is 28 years and 11 months.ru2001-06-231-1/+3
| | | | Submitted by: hrs, marko
* Make sure the average age keeps on decreasing down that slippery slope.green2001-06-231-0/+1
|
* Make the similar changes as in our keyinfo, i.e. allow user to get his ownache2001-06-231-0/+1
| | | | | sequence and allow root to get everybody's one. Before this change user can't get his own sequence, root required.
* give up and join the party (along with thomas Moestl (same bday))julian2001-06-231-0/+1
| | | | but maybe this file shouldn't be so widly distributed :-)
OpenPOWER on IntegriCloud