summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Quiet a [useless] compiler warning.obrien2001-07-231-1/+1
|
* revert last commit. using %option nounput is betterassar2001-07-221-5/+1
| | | | noted by: Seth Kingsley <seth.kingsley@windriver.com>
* Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' frommike2001-07-221-0/+2
| | | | | | | working. Reviewed by: des Approved by: des
* Fix some man page xrefs.mpp2001-07-221-1/+1
| | | | | PR: docs/26065 MFC after: 1 week
* add an unused attribute to yyunput to avoid warnings (errors) whenassar2001-07-211-1/+5
| | | | it's not being used
* o Add phantom's gethostinfo() function to reduce duplicated code.mike2001-07-201-49/+56
| | | | | | | | | | o Increase readability by creating a wrapper for asprintf(3). o Cast isdigit(3) argument to unsigned char for future locale changes. Submitted by: phantom Reviewed by: -audit, des Approved by: des
* o Integrate security enhancements from OpenBSD.mike2001-07-192-42/+74
| | | | | | | | | | | | | | | | | | | | - Don't assume environment variable HOME is not NULL. o Integrate standards compliance from NetBSD. - Allow -- before the command. - Blocking SIGQUIT isn't standards compliant. - Proper exit(3) levels. - Actually append to nohup.out (as documented and required by standard) instead of clobbering it. o Remove some FreeBSD specific access(2) cruft (relating to incorrect appending). o Document the fact that two or more instances of nohup can append to the same file. o Constify; Staticize functions; Set WARNS?=2 Reviewed by: bde Approved by: des Obtained from: NetBSD, OpenBSD MFC after: 9 days
* Portability configuation for LukeM's ftp client.obrien2001-07-191-0/+270
|
* Fixed the race caused by not checking the result of fgets(3):ru2001-07-191-3/+10
| | | | | | | | | | | | /usr/bin/env MALLOC_OPTIONS=J banner </dev/null PR: bin/29074 Fixed the problem when banner(6) would eat last character: echo -n a | banner MFC after: 1 week
* Embed $FreeBSD$ as an rcsid[]kris2001-07-191-2/+4
|
* If we're writing to stdout, we don't care about the size.des2001-07-171-1/+1
| | | | Submitted by: wollman
* WARNS cleanup + remove an unused macro and an unused function argument.des2001-07-172-650/+654
|
* Re-write the logic that finds the whois server to query.mike2001-07-171-16/+30
| | | | | | | | [This fixes a bug where one would type 'whois foo.bar.' and get an error because of the trailing period.] PR: 28880 Approved by: des
* Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables.ru2001-07-161-1/+1
| | | | Submitted by: bde
* Add myselfkris2001-07-161-0/+1
|
* 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
|
OpenPOWER on IntegriCloud