Robert Nordier
be1f43797a
Spelling/typo fix: (proccessed).
1998-04-20 20:57:16 +00:00
Robert Nordier
cf2484d78c
Spelling/typo fixes: (proccessed, og).
1998-04-20 20:55:43 +00:00
Nate Williams
d0c0b545a7
- Argh, fix stupid logic error in the laststate/state fix previously. That's
...
what I get for trying to do too many things at once.
1998-04-20 16:24:03 +00:00
Bruce Evans
02bbe20fc1
Don't build files at install time (just to be consistent; the problem
...
is almost harmless here).
Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no>
PR: 6330
1998-04-20 15:28:02 +00:00
Nate Williams
2d4c8d9d6c
- Don't try and keep track of the previous state, since the kernel may
...
change it w/out informing the program. Instead, use the (now available)
previous state returned by the kernel to make intelligent card
removal/insertion decisions.
1998-04-20 15:24:28 +00:00
Dag-Erling Smørgrav
4970253b4f
fd(4) referenced in HISTORY has nothing to do with floppy disks;
...
changed to fdc(4).
1998-04-20 11:34:47 +00:00
Jordan K. Hubbard
4f43ad3744
Note usage of Linux PLIP peer.
1998-04-20 06:18:36 +00:00
Nate Williams
8ff8eb13f7
MF22: Finish fixing 'looping' bug.
1998-04-20 05:42:26 +00:00
Nate Williams
c4bf475b75
- If we see a tuple we don't expect, don't spin forever. Withouth this fix,
...
I can't run pccardc dumpcis on my Wavelan card. :(
Obtained from: PAO
1998-04-19 18:41:45 +00:00
Poul-Henning Kamp
e6bb224e43
Allow specification of cache-size to pwd_mkdb
...
PR: 5193
Reviewed by: phk
Submitted by: Nick Hilliard <nick@foobar.org>
1998-04-19 07:15:34 +00:00
Brian Somers
635225ca84
Fix incorrect flag spec
...
PR: 6339 (part of)
Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
1998-04-18 10:05:38 +00:00
David E. O'Brien
69d23ff062
Make ``-h'' follow the manpage, and suppress the burst page reguardless of
...
the number of ``-h'' given.
1998-04-17 17:25:49 +00:00
Andrey A. Chernov
7220744319
Add ftp4.ru
1998-04-16 13:55:11 +00:00
Poul-Henning Kamp
5a85f025f8
In light of the fact that several widespread sendmail alternatives exists
...
is reason enough to make the compilation & installation of sendmail an
make.conf option. I know that you hate negative options Bruce.
PR: 6284
Reviewed by: phk
Submitted by: Adrian Colley <aecolley@world.std.com>
1998-04-15 16:37:42 +00:00
Garrett Wollman
10ad031e1d
Document the requirement for TCPMUX to also be enabled as an internal
...
service if any external TCPMUX servers are desired.
PR: 826
1998-04-13 15:05:14 +00:00
Doug Rabson
593f0dec5d
Fixes for using amd with non-NFSv3 servers and for choosing the right address
...
for a multihomed server.
PR: bin/6231, bin/4678
Submitted by: Mika Nystrom <mika@cs.caltech.edu
1998-04-13 12:11:24 +00:00
Jordan K. Hubbard
90b14d4761
Fix dependent-package loading when pkg_adding with an FTP URL. I broke
...
this when I changed the playpen code to disallow recursion. I know
this fixes a PR someplace but I can't seem to find it with the GNATs
search tool.
1998-04-12 16:01:10 +00:00
Martin Cracauer
d6b37778e9
(evil) hackers -> crackers
1998-04-08 12:00:48 +00:00
Ollivier Robert
88edbb05c3
Fix bug in rarpd:
...
Explanation of the bug: when processing its first request, rarpd
opens a routing socket to send requests to the arp table. It keeps
that socket open afterwards, while waiting for new RARP requests.
Meanwhile, the data received on the routing socket fill up until
they are about 8Kbytes in size. Any additional data is lost.
When rarpd receives its next RARP request, it tries to access the
ARP table via a routing socket call, then waits for the answer to
its own request. This answer is lost because the received data is
already filled: when looking for the reply, rarpd receives only
8kbytes worth of data, then loops waiting forever.
Someone please test it on -STABLE and commit it. We can close the PR
when testing on STABLE is done.
PR: bin/5669
Submitted by: Pierre Beyssac <pb@fasterix.freenix.org>
1998-04-02 13:20:15 +00:00
Eivind Eklund
a0eea1d6ed
Scaffolding for High Availability code. The actual code will probably
...
come tomorrow.
Submitted by: Simon Shapiro <shimon@simon-shapiro.org>
1998-04-02 04:25:41 +00:00
Jordan K. Hubbard
72d450cd6e
MF22: NOSHARED=YES
1998-04-01 15:19:23 +00:00
Poul-Henning Kamp
c8e2201fa2
Chnage the profiling printout to reflect that they are not
...
struct timeval anymore.
1998-03-30 10:09:05 +00:00
Jordan K. Hubbard
ac4c856698
Sync with 2.2-stable branch.
1998-03-24 09:51:58 +00:00
John Birrell
8d737d4688
A few things won't compile on alpha, so make them i386 specific for
...
the time being.
1998-03-23 22:21:34 +00:00
Jonathan M. Bresler
bb8a7e8676
grr....forgot a bug fix in rewrite rules on hub
...
Reviewed by: jmb
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-03-23 21:32:10 +00:00
Jonathan M. Bresler
8033c20cdd
update to match configuration currently in use
...
on hub.freebsd.org
1998-03-23 20:52:57 +00:00
Jordan K. Hubbard
d8837e94a8
MF22: resync.
1998-03-23 08:36:27 +00:00
Philippe Charnier
f12a14713b
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 08:31:20 +00:00
Philippe Charnier
325970a9ff
.Nm pw -> .Nm.
1998-03-23 08:28:12 +00:00
Philippe Charnier
c73db91c3d
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
...
Use rcs Id instead of rcs Header.
1998-03-23 08:26:31 +00:00
Kazutaka YOKOTA
6614c78914
- Remove the notice that psm0 must be enabled before using the PS/2 mouse;
...
the device is enabled by default in the GENERIC kernel.
- Kill the mouse daemon, if any, when the user wants to disable it.
- Minor update on mouse menus.
1998-03-23 06:08:55 +00:00
Jordan K. Hubbard
3d4fcaba36
MF22: catch up with recent changes.
1998-03-23 05:59:18 +00:00
John Birrell
d1ecde2bbb
Cast an argument to int for a printf field width the way that gcc
...
prefers it. This source is compiled with -Werror so the slightest
warning is enough to ruin my day.
1998-03-22 20:19:27 +00:00
Peter Wemm
a65dba1221
ppp-2.3.x ships with a bad compression number for deflate. It uses number
...
24 (which is magnalink!) rather than the correct (according to the rfc) 26.
Initial attempt at a compatability kludge that will negotiate for either
but will prefer to use the correct deflate compression type.
1998-03-22 06:57:20 +00:00
Peter Wemm
1ceb7f1f59
Merge ppp-2.3.3 changes onto mainline
1998-03-22 05:33:08 +00:00
Brian Somers
23e877a8e1
Quiet -Wall in gcc-2.8.1
...
Obtained from: OpenBSD
1998-03-22 00:43:04 +00:00
Peter Wemm
ca0166b07b
Update from ppp-2.3.3
1998-03-21 20:50:31 +00:00
Peter Wemm
01c855ca0a
merge ppp-2.3.3 changes onto mainline
1998-03-21 20:47:53 +00:00
Peter Wemm
f4b3d6b4aa
Fix pathname to contrib/ipfilter botch.
1998-03-21 14:50:14 +00:00
Peter Wemm
5021f7402d
Initial bmake scaffolding for ipfilter userland stuff.
...
Obtained from: large chunks stolen from OpenBSD and NetBSD
1998-03-21 13:53:18 +00:00
Jordan K. Hubbard
40917faa6f
MF22: install correct kernel
1998-03-21 02:08:52 +00:00
Jordan K. Hubbard
2be6f70cf6
MF22: create raw slice entries.
1998-03-20 23:39:57 +00:00
Jordan K. Hubbard
e5610c61ba
Ack, fix typo in last commit.
1998-03-20 18:26:04 +00:00
Jordan K. Hubbard
8ff4186a6f
My face is red - make the code for creating slices actually work now.
1998-03-20 18:07:02 +00:00
Bruce Evans
45f74f2970
Don't use beforedepend to complicate and break things. Just put
...
generated source files in SRCS.
1998-03-20 12:20:43 +00:00
Tatsumi Hosokawa
7d0ec55f03
Some parameter was left uninitialized when the card with incomplete
...
"Version 1" CIS tupple is plugged after normal card.
1998-03-20 04:49:19 +00:00
Bruce Evans
ee09b4f65e
Don't use the beforedepend target. It was a no-op here except for
...
helping bsd.dep.mk break `make -jN depend'.
1998-03-19 15:12:05 +00:00
Jordan K. Hubbard
df87ad2d33
correct checks for "already written" case.
1998-03-19 15:07:20 +00:00
Jordan K. Hubbard
75ea99e2df
Add noatime option to new filesystems to speed up initial extraction.
...
Suggested by: bde
1998-03-19 15:02:09 +00:00
Philippe Charnier
5e80730948
Use .An/.Aq.
1998-03-19 07:40:27 +00:00