cracauer
0009308669
(evil) hackers -> crackers
1998-04-08 12:00:48 +00:00
roberto
0835cba6a5
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
9f3f2581d7
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
jkh
4d666c93b4
MF22: NOSHARED=YES
1998-04-01 15:19:23 +00:00
phk
914c02ee25
Chnage the profiling printout to reflect that they are not
...
struct timeval anymore.
1998-03-30 10:09:05 +00:00
jkh
ed971831e6
Sync with 2.2-stable branch.
1998-03-24 09:51:58 +00:00
jb
fc17422716
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
jmb
17769a8ebd
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
jmb
37177207cf
update to match configuration currently in use
...
on hub.freebsd.org
1998-03-23 20:52:57 +00:00
jkh
5f1d9ae555
MF22: resync.
1998-03-23 08:36:27 +00:00
charnier
6e321f37d4
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 08:31:20 +00:00
charnier
b32e728fc6
.Nm pw -> .Nm.
1998-03-23 08:28:12 +00:00
charnier
e56b3f0e3d
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
...
Use rcs Id instead of rcs Header.
1998-03-23 08:26:31 +00:00
yokota
8764cba6bd
- 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
jkh
9eca46b7d8
MF22: catch up with recent changes.
1998-03-23 05:59:18 +00:00
jb
57958943e6
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
108c1ee193
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
485f592474
Merge ppp-2.3.3 changes onto mainline
1998-03-22 05:33:08 +00:00
brian
e678d7822c
Quiet -Wall in gcc-2.8.1
...
Obtained from: OpenBSD
1998-03-22 00:43:04 +00:00
peter
166f281a88
Update from ppp-2.3.3
1998-03-21 20:50:31 +00:00
peter
d0a0b2bbfb
merge ppp-2.3.3 changes onto mainline
1998-03-21 20:47:53 +00:00
peter
52ccca8b5d
Fix pathname to contrib/ipfilter botch.
1998-03-21 14:50:14 +00:00
peter
52325b1595
Initial bmake scaffolding for ipfilter userland stuff.
...
Obtained from: large chunks stolen from OpenBSD and NetBSD
1998-03-21 13:53:18 +00:00
jkh
ae412a3109
MF22: install correct kernel
1998-03-21 02:08:52 +00:00
jkh
b36c7cab56
MF22: create raw slice entries.
1998-03-20 23:39:57 +00:00
jkh
47d8389025
Ack, fix typo in last commit.
1998-03-20 18:26:04 +00:00
jkh
e72a0d1082
My face is red - make the code for creating slices actually work now.
1998-03-20 18:07:02 +00:00
bde
1a100b72e7
Don't use beforedepend to complicate and break things. Just put
...
generated source files in SRCS.
1998-03-20 12:20:43 +00:00
hosokawa
f4dbb36a3e
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
bde
f6fc75a961
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
jkh
9b84fa1107
correct checks for "already written" case.
1998-03-19 15:07:20 +00:00
jkh
336f2b1796
Add noatime option to new filesystems to speed up initial extraction.
...
Suggested by: bde
1998-03-19 15:02:09 +00:00
charnier
437e812465
Use .An/.Aq.
1998-03-19 07:40:27 +00:00
hoek
e46f4af1d6
MF22: Remove confusing comma
1998-03-18 16:21:55 +00:00
jkh
97f546d2b8
1. If device node already exists, don't gratuituously try to make it
...
again.
2. Don't create slice entries when running multi-user; it adds far too
much to sysinstall's startup time. User is expected to have correct
slice entries after system is installed.
1998-03-16 14:33:18 +00:00
bde
386d3e7f4c
Don't build an unused obj dir.
...
Install all files in one step.
De-bogotified the .includes.
1998-03-16 11:46:09 +00:00
eivind
c5fc4aa131
Add message when using obsolete command line option.
...
Suggested by: joerg
1998-03-16 11:19:10 +00:00
eivind
b56f0166c2
Style & message change.
...
Submitted by: bde
1998-03-16 11:15:45 +00:00
brian
b3e0fb3e16
Cosmetic: .Dq -> .It
1998-03-16 07:33:57 +00:00
jkh
a2e844d5d7
Fix some bogons with variable handling.
1998-03-15 19:30:49 +00:00
jkh
1ee67c14f7
Reformatting, more sanity checks.
1998-03-15 17:10:17 +00:00
jkh
5626073a6e
When doing "make unders", also remember to make entries for
...
any slices that exist.
1998-03-15 16:15:47 +00:00
pst
6e818c9e9f
Add "-F" (force) flag to newsyslog.
...
Submitted by: Terry Lambert <terry@freebsd.org>
1998-03-14 22:28:25 +00:00
jb
641af3254e
Some things only work on i386.
...
Removed unsupported machines.
1998-03-13 19:43:12 +00:00
jkh
23a772e83e
Add Danish mirrors.
...
Submitted by: phk
1998-03-13 11:30:44 +00:00
jkh
dc04bde8c2
Be careful not to spam ld.so.hints in multi-user case.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-13 11:12:53 +00:00
jkh
206a0af8ed
Fix bogusly shadowed variable.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-13 11:09:03 +00:00
brian
302c593c3a
Correct #ifdef for __FreeBSD__ < 3
1998-03-13 03:24:05 +00:00
brian
92beba7e57
Add missing include
1998-03-13 01:55:47 +00:00
brian
95c31de535
Add extraneous braces to stiffle warnings from gcc-2.8
1998-03-13 01:36:10 +00:00