summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add usage(), use err(3).charnier1997-07-294-72/+76
| | | | Rewrote man page in mdoc format.
* Remove prog, unused variables.charnier1997-07-297-30/+23
| | | | Cosmetic in usage string.
* Use err(3) instead of local redefinition.charnier1997-07-292-43/+17
|
* Use err(3).charnier1997-07-292-55/+69
| | | | | | | sprintf -> snprintf from OpenBSD. Add usage(), prototypes. Use MAXPATHLEN instead of 128 from OpenBSD. Obtained from: OpenBSD
* Add usage().charnier1997-07-292-14/+28
|
* Cosmetic in usage string.charnier1997-07-282-14/+14
|
* Work around a brokenness in the HTTP spec by generating the Host headerwollman1997-07-261-2/+2
| | | | | | | | for ftp: URLs as well. This can't possibly be done in the general case, but since we only claim to support http and ftp, we'll adhere to the bogus requirement (RFC 2068, s. 14.25) anyway... >sigh< Submitted by: =?iso-8859-1?Q?=C5ge_R=F8bekk?= <aagero@aage.priv.no>
* Fix the error message for when mirroring and restarting are rejectedwollman1997-07-261-11/+15
| | | | | | due to the output not being a regular file. Also split the error message in any error case here to be on two lines to lessen the likelihood of it being too long to fit on just one.
* Implement HTTP 1.1's ``chunked'' Transfer-Encoding (ick). This hasn'twollman1997-07-261-22/+126
| | | | | | | | | | been extensively tested, but I now can successfully retrieve <http://www.apache.org/index.html>, so I guess that's a victory of some sort. Also move the initialization of ``autherror'' to hopefully eliminate the reported loop involving authentication. Still need to implement MD5 digest authentication.
* Provide a new `-b' flag to work around some broken HTTP/TCP implementationswollman1997-07-254-9/+25
| | | | that can't deal with a half-closed connection.
* Use err(3), add usage(), silent -Wall.charnier1997-07-242-21/+45
|
* Add includes and prototype.charnier1997-07-241-2/+10
|
* .Nm mkdep -> .Nm.charnier1997-07-241-3/+3
|
* Add usage().charnier1997-07-243-16/+31
|
* Use err(3). Cosmetic in usage string.charnier1997-07-243-33/+27
|
* Use err(3).charnier1997-07-243-10/+11
|
* Use err(3) instead of local redefinition. Remove progname.charnier1997-07-234-65/+43
|
* Typo.charnier1997-07-232-8/+8
|
* Use err(3) instead of local redefinition.charnier1997-07-232-42/+18
|
* = -> ==, strcpy -> strncpy from OpenBSD.charnier1997-07-224-28/+41
| | | | | update man page. Add usage(). Obtained from: OpenBSD
* Use err(3).charnier1997-07-222-26/+21
|
* lockf: usage : lockf -> usage: lockf by using fprintf instead of errx.charnier1997-07-221-2/+4
|
* Add ref to idprio(1).wosch1997-07-211-1/+2
|
* Added top.1 to CLEANFILES.bde1997-07-211-0/+1
|
* Use err(3). Add usage().charnier1997-07-211-28/+31
|
* Use err(3). Use .Pa macro for filenames in man page.charnier1997-07-214-42/+32
|
* Cosmetic in usage string. Typos in man page.charnier1997-07-212-8/+20
|
* Check fgets' return value, silent -Wall.charnier1997-07-212-11/+22
| | | | Obtained from: OpenBSD
* Cosmetic in usage string.charnier1997-07-212-9/+11
|
* Remove SGML tools from -current.jfieber1997-07-1997-32288/+2
|
* A not initialized variable forced malloc to abort if the userwosch1997-07-181-2/+3
| | | | | | press ^Z (undelete line). Detected by: /etc/malloc.conf -> AJ
* Use err(3) instead of local redefintion. Add usage() as a separatecharnier1997-07-182-79/+75
| | | | function. Rewrote man page in mdoc format.
* Use err(3). Mdoc'ify man page.charnier1997-07-182-58/+44
|
* Cosmetic in usage string.charnier1997-07-171-3/+4
|
* Mdoc'ify man page.charnier1997-07-172-51/+48
|
* Use err(3). Mdoc'ify man page.charnier1997-07-172-51/+68
|
* Fix typos.davidn1997-07-161-3/+3
| | | | | PR: 4101 Submitted by: Horikawa Kazuo <k-horik@mail.yk.rim.or.jp>
* Rewrote man page in mdoc format.charnier1997-07-161-27/+27
|
* Use err(3). Rewrote man page in mdoc format.charnier1997-07-162-56/+46
|
* Use err(3). Correct incomplete man page.charnier1997-07-162-36/+23
|
* Use err(3) instead of local redefinition. Add usage().charnier1997-07-151-35/+28
|
* Cosmetic in usage string.charnier1997-07-151-4/+9
|
* Add rcsid, Remove unused vars.charnier1997-07-152-15/+16
|
* Add rcsid. Cosmetic in usage string. Typo in man page.charnier1997-07-152-9/+14
|
* Use err(3) instead of local redefinition. Add usage().charnier1997-07-154-51/+54
|
* Use err(3) instead of local redefinition. Silent -Wall.charnier1997-07-151-51/+26
|
* Revert to original style.charnier1997-07-152-5/+8
|
* Hack to work around the large username field... scan for the largestpeter1997-07-141-19/+25
| | | | | | username present on the system at startup and use that for the field width. It's not ideal but (I think) better than it was before. The width is limited to within 8..16.
* 32-bit counters aren't large enough for 100+MHz clocks. Use 64-bitbde1997-07-131-1/+1
| | | | | counters. `4' in GPROF4 and gprof4 now means 8. gprof4 needs to be recompiled to match the kernel.
* kill the undeadpeter1997-07-1389-29843/+0
|
OpenPOWER on IntegriCloud