KATO Takenori
aad7652706
Disable fdctl_wr_foo. This feature is not supported by PC98.
2000-03-23 08:50:56 +00:00
KATO Takenori
25d654e785
Merged from sys/conf/files.i386 revision 1.310 (re-activate K6-2
...
MTRR driver).
2000-03-23 08:13:32 +00:00
Warner Losh
f8ab1dd6f0
Add entry about the isa/pci shim issue.
2000-03-23 05:57:10 +00:00
Jun Kuriyama
7b85752bdd
Move "Melco Airconnect" entry to correct place.
2000-03-23 05:06:25 +00:00
David E. O'Brien
bf7adae1e3
This is FreeBSD version 5.0.
2000-03-23 01:20:46 +00:00
Ruslan Ermilov
4049dbb5fc
"can received" -> "can receive".
2000-03-22 16:07:32 +00:00
Ruslan Ermilov
a7c8373196
Refer to the correct include file for the IPTOS_XXX constants.
2000-03-22 16:02:49 +00:00
Nick Hibma
7cbbc9fc2b
Remove the trailing zeroes on the entries for the kernel config.
...
Submitted by: Anders Andersson <anders@sanyusan.se>
2000-03-22 10:18:43 +00:00
Sheldon Hearn
962a3f4e81
IgnoreUserKnownHosts is a boolean flag, not an integer value.
...
The fix submitted in the attributed PR is identical to the one
adopted by OpenBSD.
PR: 17027
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Obtained from: OpenBSD
2000-03-22 09:36:35 +00:00
Poul-Henning Kamp
912e4ae9f7
Fix one place which knew that B_WRITE was zero.
...
Fix a stylistic mistake of mine while here.
Found by: Stephen Hocking <shocking@prth.pgs.com>
2000-03-22 08:40:13 +00:00
Yoshihiro Takahashi
9d97e36cc4
Added the joy driver (commented out).
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-03-22 03:19:37 +00:00
Brian Somers
5a83ad1eb1
Correct the parent notification diagnostic emitted from the child
...
process in -background mode (it should report failure if appropriate).
2000-03-22 03:02:01 +00:00
Brian Somers
5a8b6a98df
If a links LCP FSM has reached TLF and it's the last link,
...
don't bother to re-initialise the NCPs. Instead wait for
bundle_LinkClosed() to be called - IFF it actually is called.
By initialising the NCPs at this point, ppp was recursing
back into the fsm_Down() routing for the link, and losing
track of the reason that the link was being brought down.
The end result was that ``set reconnect'' would never do
anything.
Patiently pointed out by: ru
2000-03-22 03:02:00 +00:00
Brian Somers
4b567bf209
Don't bother setting the dial timer if we've closed a
...
background/foreground/direct and zero'd the redial/reconnect
counts.
2000-03-22 03:01:56 +00:00
Brian Somers
3ce91245fc
Do some vfork() trickery so that the parent can determine
...
if the childs exec() has succeeded or failed by taking advantage
of the fact that both processes share the same memory.
FWIW:
I tried to implement this by doing a pipe(), setting the
write desciptors close-on-exec flag in the child and writing
errno to the descriptor if the exec() fails. The parent can
then ``if (read()) got errno else exec worked''.
This didn't work though - the child could write() to fd[1] on
exec failure, but the parent got 0 trying to read() from fd[0] !
Is this a bug in execve() ?
2000-03-22 03:01:53 +00:00
Brian Somers
0cd8e9020a
Call bundle_CleanDatalinks() after UpdateSet() in case we're
...
dropping out of background/foreground/direct mode.
This avoids either having to wait for the redial timer before
exiting or jaming up in select() waiting for something that'll
never happen.
2000-03-22 03:01:48 +00:00
Brian Feldman
333aa64d05
in6_pcb.c:
...
Remove a bogus (redundant, just weird, etc.) key_freeso(so).
There are no consumers of it now, nor does it seem there
ever will be.
in6?_pcb.c:
Add an if (inp->in6?p_sp != NULL) before the call to
ipsec[46]_delete_pcbpolicy(inp). In low-memory conditions
this can cause a crash because in6?_sp can be NULL...
2000-03-22 02:27:30 +00:00
Nik Clayton
ec29d1783a
Add the DOC_LANG variable, and associated documentary comments.
2000-03-22 00:49:20 +00:00
Wolfram Schneider
d7ebac73f3
Added NetBSD 1.4.2
2000-03-21 20:17:17 +00:00
Poul-Henning Kamp
e004067750
Whine at users who still have block devices in /dev, give them until
...
june 1st to fix their system.
2000-03-21 19:25:56 +00:00
Warner Losh
19cada7779
Massive gut. We're not into 5.0 so remove all 4.x entries from this
...
file and start over.
Also note that we're in the traditional whack-a-ball kernel model/api
reorg for 5.0 and that one needs to be extra careful about making sure
models and kernels are in sync.
2000-03-21 19:19:47 +00:00
Jordan K. Hubbard
1158a8cd3f
Adapt to the crypto distribution.
2000-03-21 19:13:31 +00:00
Jeroen Ruigrok van der Werven
8abb3721a5
Remove trailing comma.
2000-03-21 17:34:56 +00:00
Dan Moschuk
6ad9d70260
Include a space between hash ('#') and 'Berkeley packet filter' like
...
all the other comments have.
2000-03-21 17:00:58 +00:00
Jeroen Ruigrok van der Werven
5cba0139b0
As bde was kind to point out:
...
"Man pages shouldn't refer to higher level interfaces
built using the interfaces in the man pages."
Submitted by: bde
2000-03-21 16:38:19 +00:00
Bill Paul
b485fb175f
Regenerate usbdevs files.
...
Also add device entry in if_kue.c for the LINKSYS USB10T adapter.
Also add calls to bpfdetach() in detach routines.
2000-03-21 15:20:41 +00:00
Bill Paul
695ddaa54a
Add device ID for LinkSys USB10T ethernet adapter (0x2202).
2000-03-21 15:18:51 +00:00
Duncan Barclay
160be33b08
For version 0.9 change DNET output
2000-03-21 14:39:36 +00:00
Duncan Barclay
aa5eb84d3c
Added user level updates and reading of parameters.
2000-03-21 14:27:46 +00:00
Duncan Barclay
f338b9dcb1
Typo.
2000-03-21 14:26:38 +00:00
Jeroen Ruigrok van der Werven
dc027c46a6
Fix lameness I introduced by typing the Xr as a filename, sigh.
2000-03-21 13:46:57 +00:00
Søren Schmidt
c481f1fa74
Make ATAPI CD changer devices work, hopefully better than before.
2000-03-21 13:26:54 +00:00
Jeroen Ruigrok van der Werven
25216c5cfb
Fix EXAMPLE -> EXAMPLES.
...
Add Xr's for SPLASSERT and CONDSPLASSERT.
2000-03-21 13:21:36 +00:00
Jeroen Ruigrok van der Werven
eb2630afaf
Assorted bag o' fixes:
...
fix Jonathan's name, fix copyright date, man -> manual,
add const before char *msg, add email address.
2000-03-21 13:18:40 +00:00
Luigi Rizzo
cc89db0c68
Fix bogus reporting of interface names, the field returned
...
in sdl_data is not 0-terminated
2000-03-21 12:09:23 +00:00
Jason Evans
070dac0827
Add a man page for aio_waitcomplete(). Update the aio_cancel() man page to
...
reflect the fact that aio_cancel() works now.
Submitted by: Christopher Sedore <cmsedore@maxwell.syr.edu>
2000-03-21 10:25:22 +00:00
David E. O'Brien
f555eeb897
Add a knob to turn off the mostly static docs (src/share/doc/).
...
On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/
takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.
However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s
respectively.
This commit allows one to speed up their build time, without not getting
any important and required changes if one used "NOSHARE".
2000-03-21 09:24:09 +00:00
Paul Saab
e5a28db9f5
Add sysctl kern.coredump to enable/disable core dumps system wide.
2000-03-21 07:10:42 +00:00
Yoshinobu Inoue
4c28393a52
Remove references to man pages that don't exist.
...
PR: docs/17506
2000-03-21 02:46:28 +00:00
Archie Cobbs
382379f8a8
Call bpfdetach() before going away.
2000-03-21 01:42:56 +00:00
Warner Losh
5431b20654
Bogusly returned zero always. Return 1 if we pass the checksum.
2000-03-20 23:29:27 +00:00
Brian Feldman
2e61f987ad
Make memcontrol(8) able to delete the segments starting at a base of 0
...
which it can create..
2000-03-20 22:53:32 +00:00
Brian Feldman
d249b1750a
Uncorrupt the SCCS id (s/ From: / /).
...
Put a tab before the comment for "rflags".
Submitted by: bde
2000-03-20 21:31:30 +00:00
Nick Hibma
8a3de5db15
Add entry for the Microtech USB to SCSI cable.
2000-03-20 20:33:09 +00:00
Bruce Evans
084f33c228
Actually install KASSERT.9.
2000-03-20 20:23:43 +00:00
Bruce Evans
e9ae1d4b2d
Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde.
2000-03-20 20:07:28 +00:00
Nick Hibma
a3cab5ab29
Add entry for Y-E Data floppy drive.
2000-03-20 20:03:52 +00:00
Nick Hibma
f14b24709e
Add an entry on the Y-E Data floppy drive
2000-03-20 19:55:08 +00:00
Bill Fumerola
508d5dad20
Make syslogd boot -s by default, which prevents Bad People from filling up
...
your diskspace.
PR: conf/15737
Submitted by: Kevin Day <toasty@dragondata.com> (PR)
Nick Johnson <freebsd@spatula.net> (on -current)
2000-03-20 19:53:56 +00:00
Masahide MAEKAWA
ae562b99a0
Regen.
2000-03-20 19:49:50 +00:00