kris
9520faa817
Enable whois queries over IPv6
...
Obtained from: KAME
2000-07-07 07:52:21 +00:00
kris
52c3440151
MFS: Don't allow printf directives in PAGER
...
Obtained from: OpenBSD
2000-07-07 00:24:13 +00:00
n_hibma
72c0a8a9d4
Add the usbhidctl utility, from NetBSD, by Lennart Augusst
2000-07-05 17:43:33 +00:00
des
40127f9018
Add MIT copyright
2000-07-05 12:04:31 +00:00
itojun
a1d6ff0136
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
itojun
e512fbcdce
add pfkeystat. sync with kame
2000-07-05 02:02:54 +00:00
itojun
bf54ed9f5f
more pre-requisite for new ipv6 ioctls
2000-07-04 16:26:47 +00:00
itojun
77ac5d68c9
sync with latest kame netstat. basically, more statistics
2000-07-04 16:26:46 +00:00
green
17cd35207e
Add the RealMedia file format. Also, add the $FreeBSD$.
2000-07-03 04:59:37 +00:00
imp
5ca3c88188
fix fd leak by close(fd) at end of loop.
2000-07-02 03:34:08 +00:00
green
2cd7c16709
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
des
cd4c3a8be3
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
des
c8fb726f76
Implement the -c option
2000-06-29 10:32:56 +00:00
des
9a9fe3065a
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
des
9b9369d90e
New libfetch-based fetch.
2000-06-28 16:55:15 +00:00
obrien
4e9e041e5a
Turn off GLOBAL. It is moving to Ports.
...
Approved by: unanimous response on arch@freebsd.org
2000-06-28 00:39:18 +00:00
ru
f86fac3085
- 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
ru
16efc72e25
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
sheldonh
72cdce1101
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
tg
67154b7af0
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
jlemon
ad3e80ef8d
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
green
0cb8713619
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
alex
8bbc54f333
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
se
2e88041b72
Fix obvious cut-n-paste error.
...
Submitted by: Thomas Ludwig <tludwig@urbanet.ch>
2000-06-20 15:36:38 +00:00
joe
8de98cc2fa
Switch over to using the new fflagstostr and strtofflags library calls.
2000-06-17 14:19:33 +00:00
alex
822306083e
/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
ume
345437204c
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
roberto
9ea08b1bb3
Make find -Wall -Wredundant-decls clean.
...
Submitted by: nrahlstr
2000-06-14 07:43:52 +00:00
alex
98aa0bac88
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
ume
4310f54cc9
Mention about -4 and -6 options.
2000-06-12 18:30:16 +00:00
roberto
c88f0b2a32
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
asmodai
4700b95df2
Document SVR4 branding is supported.
...
PR: 19131
Submitted by: Mike Barcroft <mike@q9media.com>
2000-06-12 11:12:19 +00:00
roberto
242d3298bd
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
ghelmer
2b59ff22ec
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
obrien
83e3f9405a
Add links to "edit" to ease tech support's job.
2000-06-06 22:55:41 +00:00
asmodai
84e7a035aa
Fix example.
...
PR: 18953
Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org>
2000-06-04 09:11:22 +00:00
bde
6f14949a1b
Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecated
...
and $< and $@ are even documented as deprecated.
2000-06-03 11:39:38 +00:00
phk
49cf95cfd9
Duh! get the scaling right.
2000-06-01 08:49:46 +00:00
phk
73b631ae22
Rescale the IOstat bars, modern disks are faster than old disks.
2000-06-01 08:26:13 +00:00
ps
cde9059fa3
Nuke more from the repository.
2000-05-29 13:31:51 +00:00
kris
fe35a924a7
Silence warnings.
2000-05-27 22:38:03 +00:00
jake
961b97d434
Back out the previous change to the queue(3) interface.
...
It was not discussed and should probably not happen.
Requested by: msmith and others
2000-05-26 02:09:24 +00:00
ume
80af27a32a
Don't pass scope-id to EPRT command.
...
Reviewed by: sumikawa
2000-05-25 15:27:31 +00:00
jake
d93fbc9916
Change the way that the queue(3) structures are declared; don't assume that
...
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
2000-05-23 20:41:01 +00:00
ps
0385b0735e
Install a manpage for more.
2000-05-23 08:26:15 +00:00
ps
ab8e27be23
Detach usr.bin/more and install a link from less. less will behave
...
like more if invoked as more. The old more has not been removed.
2000-05-23 08:16:25 +00:00
ume
a9b64c96d9
Replace isurl() with isipv6addr().
...
Reported by: Koji Kondo <koji@jp.above.net>
Obtained from: NetBSD
2000-05-22 17:18:38 +00:00
ps
dc6965be7e
Dont use/install the formatted man file.
2000-05-22 10:43:56 +00:00
ps
98170c0c3b
bmake glue for less.
...
Reviewed by: peter
2000-05-22 10:00:00 +00:00
green
7fcc840d6a
In the modern world, things are much faster than when more(1) was created.
...
Scrolling sideways is fast, and a "...skipping..." message making everything
blink does much more harm than good.
2000-05-21 18:35:28 +00:00