Kris Kennaway
0c4d24a78f
Don't call err() with no format string.
2000-07-10 09:14:15 +00:00
Kris Kennaway
3d3f014fd4
Oops, missed another printf() invocation with no format string.
2000-07-10 09:07:04 +00:00
Kris Kennaway
32d9afb622
Don't call printf() with no format string.
2000-07-10 09:05:31 +00:00
Kris Kennaway
084c79f69e
Don't call warn() with no format string.
2000-07-10 08:49:28 +00:00
Kris Kennaway
cf6e06f240
Don't call err() with no format string.
2000-07-10 08:42:58 +00:00
Kris Kennaway
612740bdcf
Don't call printf with no format string.
2000-07-10 06:02:13 +00:00
Dag-Erling Smørgrav
ec850e74c0
Don't segfault if given an invalid URL (doh!)
...
Submitted by: green
2000-07-09 10:14:22 +00:00
Andrey A. Chernov
39b31d1322
Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro
2000-07-09 05:22:51 +00:00
Wilfredo Sanchez
023944f435
Use __RCSID()
2000-07-09 02:54:54 +00:00
Wilfredo Sanchez
480a6f5ceb
Use __RCSID()
2000-07-09 00:08:47 +00:00
Wilfredo Sanchez
1ae30690d2
Initialize variable
2000-07-09 00:05:09 +00:00
Dag-Erling Smørgrav
0b474bc608
Clarify the meaning of -m and -n (thanks to bde).
2000-07-08 09:34:53 +00:00
Dag-Erling Smørgrav
bb11a878ea
Straighten out the behvaiour of -m and -n (thanks to bde).
...
Check that stderr, not stdout, is a tty (thanks to green).
2000-07-08 09:34:33 +00:00
Peter Wemm
c87a63c10f
Initial kenv(1) hack for dumping the kernel environment. This can be
...
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.
2000-07-08 08:33:40 +00:00
Hajimu UMEMOTO
eea0015e6d
One more EAI_NONAME -> EAI_NODATA issue.
2000-07-07 21:05:55 +00:00
Hajimu UMEMOTO
2aaae1eaf7
Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA
...
change (getaddrinfo.c rev 1.12).
2000-07-07 20:46:37 +00:00
Kris Kennaway
ad59157a75
Enable whois queries over IPv6
...
Obtained from: KAME
2000-07-07 07:52:21 +00:00
Kris Kennaway
08e61f6489
MFS: Don't allow printf directives in PAGER
...
Obtained from: OpenBSD
2000-07-07 00:24:13 +00:00
Nick Hibma
09d308a828
Add the usbhidctl utility, from NetBSD, by Lennart Augusst
2000-07-05 17:43:33 +00:00
Dag-Erling Smørgrav
114c3c1ab8
Add MIT copyright
2000-07-05 12:04:31 +00:00
Jun-ichiro itojun Hagino
93709ddb08
simplify and correct name resolution in tn().
...
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
2000-07-05 10:15:23 +00:00
Jun-ichiro itojun Hagino
3b8a8567a1
add pfkeystat. sync with kame
2000-07-05 02:02:54 +00:00
Jun-ichiro itojun Hagino
82b5a7cc73
more pre-requisite for new ipv6 ioctls
2000-07-04 16:26:47 +00:00
Jun-ichiro itojun Hagino
32cd1d9601
sync with latest kame netstat. basically, more statistics
2000-07-04 16:26:46 +00:00
Brian Feldman
dc5413843d
Add the RealMedia file format. Also, add the $FreeBSD$.
2000-07-03 04:59:37 +00:00
Warner Losh
9fb5801442
fix fd leak by close(fd) at end of loop.
2000-07-02 03:34:08 +00:00
Brian Feldman
b4739f39af
The SVR4 module calls itself ELFOSABI_SOLARIS, and who am I to disagree
...
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.
2000-07-01 05:48:33 +00:00
Dag-Erling Smørgrav
047843dd61
Note that the -h, -c and -f options are deprecated, and remove note that
...
incorrectly stated that they were not implemented.
Document the -d option.
2000-06-29 10:35:24 +00:00
Dag-Erling Smørgrav
a8369cd91b
Implement the -c option
2000-06-29 10:32:56 +00:00
Dag-Erling Smørgrav
df6f33d182
Don't forget to delete the output file if the request fails.
...
Don't delete the output file if -r was specified.
2000-06-29 08:39:29 +00:00
Dag-Erling Smørgrav
b39628e763
New libfetch-based fetch.
2000-06-28 16:55:15 +00:00
David E. O'Brien
bac7e45e00
Turn off GLOBAL. It is moving to Ports.
...
Approved by: unanimous response on arch@freebsd.org
2000-06-28 00:39:18 +00:00
Ruslan Ermilov
00eea183e1
- Reflect `gateport' variable type change.
...
- Make it compile with -Wall.
PR: 18619
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Reviewed by: ru
2000-06-24 15:34:31 +00:00
Ruslan Ermilov
a02450722b
Get rid of segfault in a `site %s' case.
...
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
2000-06-23 14:39:23 +00:00
Sheldon Hearn
ce1fc2b2df
Fix problems introduced in the previous commit:
...
* 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.
2000-06-23 09:08:45 +00:00
Thomas Gellekum
96ba60ede2
Install a VGA font for the X11 mode. Use a line like
...
xset fp+ /usr/libdata/doscmd/fonts
in your .xsession to activate it.
Document X11_FONT option in .doscmdrc.
Open window if $DISPLAY is set.
2000-06-23 08:57:17 +00:00
Jonathan Lemon
ea9bd2df1d
If the kevent() registration fails (probably due to the underlying
...
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.
2000-06-22 18:46:03 +00:00
Brian Feldman
84ad3d8fc4
Make cmp -s work properly if skip values are given. Also, exit(1)
...
is now exit(DIFF_EXIT).
PR: 18597
Submitted by: Anatoly Vorobey <mellon@pobox.com>
Committed at: Usenix terminal room
2000-06-20 20:28:40 +00:00
Alexander Langer
532f29dc34
Fix typo(s) I overlooked in my last commit.
...
(This aid in pin pointing -> This aids in pinpointing).
Submitted by: sheldonh
2000-06-20 15:40:50 +00:00
Stefan Eßer
8834b38862
Fix obvious cut-n-paste error.
...
Submitted by: Thomas Ludwig <tludwig@urbanet.ch>
2000-06-20 15:36:38 +00:00
Josef Karthauser
141d77b8cb
Switch over to using the new fflagstostr and strtofflags library calls.
2000-06-17 14:19:33 +00:00
Alexander Langer
98fae40bf0
/etc/weekly --> /etc/periodic/weekly/310.locate
...
PR: 19268
Submitted by: Uwe Pierau <uwe.pierau@tu-clausthal.de>
Reviewed by: asmodai
2000-06-14 17:41:31 +00:00
Hajimu UMEMOTO
bc67101b31
Make sure to use native IPv4 addrerss even if getaddrinfo()
...
returns IPv4 mapped IPv6 address. FTP is nervous about address
family.
Submitted by itojun and slightly modified to fit our ftp(1).
2000-06-14 15:26:58 +00:00
Ollivier Robert
c4b8db0095
Make find -Wall -Wredundant-decls clean.
...
Submitted by: nrahlstr
2000-06-14 07:43:52 +00:00
Alexander Langer
a709b8e635
mdoc improvements and better readability of the text.
...
PR: 18811
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Reviewed by: asmodai
2000-06-13 12:25:20 +00:00
Hajimu UMEMOTO
6c62dafbff
Mention about -4 and -6 options.
2000-06-12 18:30:16 +00:00
Ollivier Robert
c76bc8f3bf
This patch adds the -mindepth and -maxdepth options to find(1), which
...
behave as in GNU find (and of course as described in the manual page
diff included). I think these options would be useful for some people.
Some missing $FreeBSD$ tags are also added.
The patch was slightly modified (send-pr mangling of TABS).
PR: bin/18941
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-12 11:12:41 +00:00
Jeroen Ruigrok van der Werven
987170f752
Document SVR4 branding is supported.
...
PR: 19131
Submitted by: Mike Barcroft <mike@q9media.com>
2000-06-12 11:12:19 +00:00
Ollivier Robert
9d2796c3ec
The find -perm option currently supports an exact match,
...
or if the mode is preceded by a '-', it checks for a match
in at least the bits specified on the command line. It is
often desirable to find things with any execute or setuid or
setgid bits set.
PR: bin/10169
Submitted by: Monte Mitzelfelt <monte@gonefishing.org>
2000-06-12 10:36:52 +00:00
Guy Helmer
7111b0acef
O_NONBLOCK was used as a command with a bogus arg to fcntl(2).
...
Change it to F_SETFD with an arg of 0 to clear O_NONBLOCK.
PR: bin/8681
Submitted by: koyama takahiro <tah@d1.dion.ne.jp>
Prompted by: Nathan Ahlstrom <nrahlstr@winternet.com>
2000-06-09 19:38:28 +00:00