summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Rework the stats code for the nth time. Much cleaner now.des2000-07-121-98/+62
| | | | | | | | | | Always display the completion percentage if stderr is a tty. Drop the char-by-char transfer mode, it was based on an incorrect assumption regarding the semantics of fread(). Finally (I hope) straighten out the business of setting the mtime, as well as when to remove the output file and when not to. Thanks are owed to the many who have provided nearly instantaneous and highly constructive feedback and suggestions about these matters.
* "ls" is note the same as "nlist", but it is the same as "dir". Correctben2000-07-121-18/+30
| | | | | | | | this, and add a bit to the descriptions of "dir" and "nlist" to emphasize the difference. PR: 15408 Submitted by: Joe Smith <inwap@best.com>
* remove m_pulldown related statistics, it is not for production systemitojun2000-07-121-32/+0
| | | | (it belongs to kame experiment).
* Now that the HTTP code supports timeouts, we don't need to use alarm()des2000-07-121-16/+29
| | | | | | | around the call to fetchStat(). Catch SIGINT, and rework the signal handling so it doesn't skimp on the cleanup after a timeout or interrupt. Also, don't just bail out after a timeout; there may be more files to fetch.
* Backout previous commit.asmodai2000-07-121-1/+1
| | | | (Mental note: don't forget -rRELENG_4 next time.)
* MFC: fix some output cosmetics so that the finger -s output is properlyasmodai2000-07-121-1/+1
| | | | lined up
* Rework the stats code to avoid code duplication.des2000-07-121-13/+16
| | | | | | Fix a bug where the stats code would print the expected size instead of the number of bytes received. Fix the reading code so it'll support partial reads.
* Spelling (embedd to embed) fix and change a comma to a semicolon.dannyboy2000-07-111-2/+2
|
* Fix finger -s output on an user who never logged in.asmodai2000-07-111-1/+1
| | | | | | | | This is purely a cosmetic patch. PR: 9809 Submitted by: se Nagged about: nrahlstr
* Fix a bug when talking to non-freebsd machines where carriage returnps2000-07-111-0/+4
| | | | | | | | | | | was being interperated and displayed as ^M on the remote side. Old curses used to change the behavior of the tty and how carriage return was interperated via STDIN. ncurses does this on a per-window basis within the library rather than using the tty modes. Since talk is bypassing ncurses, it was missing the conversion. Reviewed by: peter
* Extend to deal with 64 bit numeric arguments.se2000-07-101-14/+17
|
* Don't call warn() with no format string.kris2000-07-102-3/+3
|
* Don't call err() with no format string.kris2000-07-104-21/+21
|
* Oops, missed another printf() invocation with no format string.kris2000-07-101-1/+1
|
* Don't call printf() with no format string.kris2000-07-101-1/+1
|
* Don't call warn() with no format string.kris2000-07-101-1/+1
|
* Don't call err() with no format string.kris2000-07-102-3/+7
|
* Don't call printf with no format string.kris2000-07-103-3/+3
|
* Don't segfault if given an invalid URL (doh!)des2000-07-091-1/+2
| | | | Submitted by: green
* Fix assembler error messages - there is no \n allowed in __COPYRIGHT macroache2000-07-091-2/+1
|
* Use __RCSID()wsanchez2000-07-0916-100/+67
|
* Use __RCSID()wsanchez2000-07-0927-56/+82
|
* Initialize variablewsanchez2000-07-091-1/+1
|
* Clarify the meaning of -m and -n (thanks to bde).des2000-07-081-6/+3
|
* Straighten out the behvaiour of -m and -n (thanks to bde).des2000-07-081-6/+12
| | | | Check that stderr, not stdout, is a tty (thanks to green).
* Initial kenv(1) hack for dumping the kernel environment. This can bepeter2000-07-084-0/+187
| | | | | | used to extract modified boot hints to make loader(8)-time changes "sticky". It tries to use \ style quoting so that it can be used directly with foo.conf files. It can also extract specific variables.
* One more EAI_NONAME -> EAI_NODATA issue.ume2000-07-071-1/+1
|
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAume2000-07-071-1/+1
| | | | change (getaddrinfo.c rev 1.12).
* Enable whois queries over IPv6kris2000-07-071-43/+39
| | | | Obtained from: KAME
* MFS: Don't allow printf directives in PAGERkris2000-07-071-1/+1
| | | | Obtained from: OpenBSD
* Add the usbhidctl utility, from NetBSD, by Lennart Augusstn_hibma2000-07-054-0/+442
|
* Add MIT copyrightdes2000-07-051-0/+2
|
* simplify and correct name resolution in tn().itojun2000-07-051-18/+16
| | | | | | XXX what is the goal of af_switch()? it seems to me it is not necessary any more with getaddrinfo(3) fix for correct name-resolution ordering. comments? >shin
* add pfkeystat. sync with kameitojun2000-07-052-0/+27
|
* more pre-requisite for new ipv6 ioctlsitojun2000-07-041-0/+3
|
* sync with latest kame netstat. basically, more statisticsitojun2000-07-048-299/+646
|
* Add the RealMedia file format. Also, add the $FreeBSD$.green2000-07-031-0/+5
|
* fix fd leak by close(fd) at end of loop.imp2000-07-021-0/+1
|
* The SVR4 module calls itself ELFOSABI_SOLARIS, and who am I to disagreegreen2000-07-011-2/+3
| | | | | | if it runs my Solaris binaries? Add the missing "Solaris" type here so that binaries may be branded with it rather than the seemingly- defunct ELFOSABI_SVR4.
* Note that the -h, -c and -f options are deprecated, and remove note thatdes2000-06-291-12/+17
| | | | | incorrectly stated that they were not implemented. Document the -d option.
* Implement the -c optiondes2000-06-291-3/+8
|
* Don't forget to delete the output file if the request fails.des2000-06-291-1/+3
| | | | Don't delete the output file if -r was specified.
* New libfetch-based fetch.des2000-06-2810-3845/+798
|
* Turn off GLOBAL. It is moving to Ports.obrien2000-06-281-1/+0
| | | | Approved by: unanimous response on arch@freebsd.org
* - Reflect `gateport' variable type change.ru2000-06-245-12/+16
| | | | | | | | - Make it compile with -Wall. PR: 18619 Submitted by: David Malone <dwmalone@maths.tcd.ie> Reviewed by: ru
* Get rid of segfault in a `site %s' case.ru2000-06-231-1/+1
| | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru>
* Fix problems introduced in the previous commit:sheldonh2000-06-231-5/+4
| | | | | | | | | * Do not use explicit paragraphing (Pp) to separate list items. * Do not use semi-colons to punctuate list items; the use or periods eases maintenance. * Do not mark up external shell commands as internal commands (Ic). * Do not introduce new hard sentence breaks.
* Install a VGA font for the X11 mode. Use a line liketg2000-06-235-7/+146
| | | | | | | | | xset fp+ /usr/libdata/doscmd/fonts in your .xsession to activate it. Document X11_FONT option in .doscmdrc. Open window if $DISPLAY is set.
* If the kevent() registration fails (probably due to the underlyingjlemon2000-06-221-19/+53
| | | | | | | | | | filesystem not being kq-aware), then fall back to using sleep. This allows tail to work with NFS filesystems again without chewing up CPU time. When given the -F flag, resort to sleep/stat after the file was moved or deleted. This allows a window where the file being tailed does not exist at all, which is typically the case during log rotation. Switch back to using kq (if possible) after the file is reopened.
* Make cmp -s work properly if skip values are given. Also, exit(1)green2000-06-201-3/+3
| | | | | | | | is now exit(DIFF_EXIT). PR: 18597 Submitted by: Anatoly Vorobey <mellon@pobox.com> Committed at: Usenix terminal room
OpenPOWER on IntegriCloud