Joerg Wunsch
979c74a0af
Implement knobs to enable/disable VJ header compression.
...
Submitted by: i4b (modified)
MFC after: 1 month
2001-12-27 16:52:23 +00:00
Joerg Wunsch
41a95e09c1
Document that we now implement VJ header compression.
2001-12-27 16:49:54 +00:00
Joerg Wunsch
1a5d6f5e0b
Implement VJ header compression for sppp.
...
This is the logical merge of rev 1.32 of i4b's old if_spppsubr.c (which
was based on PR misc/11767), plus (i4b) rev 1.6 of i4b's if_ispppsubr.c,
albeit with numerous stylistic and cosmetic changes.
PR: misc/11767
Submitted by: i4b, Joachim Kuebart
MFC after: 1 month
2001-12-27 16:49:31 +00:00
Joerg Wunsch
9e62ce2036
Remove nonstandard floppy device nodes. Only keep the base device node,
...
plus the symbolic links to the fake BSD partitions.
Also remove the rfd* devices, they are neither necessary nor documented
anymore.
2001-12-27 15:03:25 +00:00
Sheldon Hearn
d7fb353a43
Re-introduce the fix that delays mounting of network filesystems until
...
the network is initialized. This was first implemented in rev 1.268
of src/etc/rc, but was backed out at wollman's request.
The objection was that the right place for the fix is in mount(8).
Having looked at that problem, I find it hard to believe that
the hoops one would have to jump through can be justified by the
desire for purity alone.
Note that there are reported issues surrounding nfsclient kernel
support and mount_nfs(8), which currently make NFS an ugly exception
to the general case.
With this change, systems with non-NFS network filesystems configured
for mounting on startup in /etc/fstab are no longer guaranteed to
fail on startup.
2001-12-27 13:41:27 +00:00
Peter Pentchev
ca33a43ede
Fix a typo. While 'iff' might make sense in a mathematics-related text,
...
'if and only iff' does not.
PR: 33242
Submitted by: Eric Yu <ericyu@mail2000.com.tw>
2001-12-27 13:33:10 +00:00
Søren Schmidt
6361070e82
Fix the msinfo command, as mentioned in several PR's.
2001-12-27 10:10:56 +00:00
Hellmuth Michaelis
9f61e8ef1a
sync AUTHNAMELEN with AUTHNAMELEN in <machine/i4b_isppp.h>
2001-12-27 09:18:52 +00:00
Hellmuth Michaelis
94530bc64f
Fix potential fclose nullpointer core dumps
...
MFC after: 1 month
2001-12-27 08:41:10 +00:00
Jun Kuriyama
09ec4b8de7
Ugh, I forgot to bump "Original revision" header...
2001-12-27 08:33:47 +00:00
Jun Kuriyama
2b4ffc85e2
Merge the changes in the English version (1.4 --> 1.6).
2001-12-27 08:31:05 +00:00
Jun Kuriyama
bc19a86310
Merge the changes in the English version (1.205 --> 1.239).
...
Finally, English and Japanese version are sync'ed in HEAD branch!
2001-12-27 08:28:40 +00:00
Luigi Rizzo
8029d085df
Remove a stale entry related to passing ARP with bridging and ipfw.
...
This feature has been removed since 4.1 times and it is only a source
of confusion.
Same needs to be done on -stable.
MFC after: 1 day
2001-12-27 05:40:09 +00:00
Warner Losh
76751379cc
Longshire LCS-8634TB
...
Submitted by: "Frank W. Josellis" <josellis@dynamics.claranet.de>
2001-12-27 03:59:21 +00:00
Jun Kuriyama
25605152aa
Remove unwanted(?) 0xa0 characters.
2001-12-27 03:18:24 +00:00
Chris Costello
abd9fb4454
Document UFS and FFS options and features.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-27 03:05:44 +00:00
Jun Kuriyama
a069abe81a
Merge the changes in the English version (1.204 --> 1.205).
...
(Structure changes only.)
2001-12-27 02:33:54 +00:00
Jun Kuriyama
db2f66be52
Merge the changes in the English version (1.187 --> 1.204).
2001-12-27 02:27:21 +00:00
Warner Losh
68b54634bd
Some new cards:
...
o uncommnent joy stuff (me)
o Add BONDWELL B236 joystick card (me)
o Add Buffalo WLI-CF-S11G wi card (me)
o CNF CD-m (submitted by gda)
Submitted by: Dmitry A Goncharov <gda@sani.ru>
2001-12-27 02:12:32 +00:00
Sheldon Hearn
f54254eb09
Add nsmb.conf to the resurrection list.
...
Submitted by: olgeni
Approved by: re
2001-12-27 01:57:18 +00:00
Jun Kuriyama
5060d43190
Remove doubled "ability to" word.
2001-12-27 01:38:02 +00:00
Bruce A. Mah
0051ce2970
Flesh out cdboot release note a little bit, note MFC.
2001-12-26 23:41:20 +00:00
Bruce A. Mah
1bb0556ad5
New release note: ipfw(8) precedence matching.
...
Updated release note: smbfs userland 1.4.3.
2001-12-26 23:27:54 +00:00
Chad David
f16b3c0de4
Update function definitions and required include files to reflect
...
the current state of the system.
Approved by: alfred
2001-12-26 23:14:04 +00:00
Joerg Wunsch
64dce2fedb
Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ-
...
events are always logged.) This stops sppp from spamming the syslog
files in case the remote peer is not configured to negotiate IPv6.
2001-12-26 22:36:59 +00:00
Joerg Wunsch
10f461e8cb
Fix some pseudo-enumeration constants in the IPv6 implementation so
...
they are unique and thus actually usable as flagbits. I wonder how
it even worked so far...
MFC after: 1 week
2001-12-26 22:35:10 +00:00
Joerg Wunsch
248f19ee7b
Ignore (and silently conf-ack) conf-reqs for an Async-Control-
...
Character-Map. RFC 1662 demands it for the sake of async to sync
PPP protocol converters (like Win9* :).
This merges rev 1.26/1.27 of the old i4b sppp changes.
2001-12-26 22:00:13 +00:00
Hajimu UMEMOTO
676e98714d
- Make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.
...
- Don't connect datagram socket if RES_INSECURE1.
- Needed to implement IPv6 anycast UDP DNS queries as documented in
<draft-ietf-ipngwg-dns-discovery-03.txt>.
Obtained from: KAME
2001-12-26 21:21:10 +00:00
Joerg Wunsch
572310c609
For SIOCSIFADDR, don't call if_up() since it would attempt to add the
...
route to the destination twice. Now that brian has fixed route.c to no
longer accept this second route, this long-standing nuisance became a
showstopper bug for sppp users.
In retrospect, this is the same fix as the one in rev 1.78 of if_sl.c;
most likely the original version of sppp has been cloned from SLIP. ;-)
2001-12-26 20:28:41 +00:00
Brian Feldman
18f29213d4
s/sonewconn3/sonewconn/ forgotten by the modifier.
2001-12-26 18:31:22 +00:00
Robert Watson
22e5e135e1
o Add a comment indicating that if /tmp==/var/tmp in rc.diskless2, the
...
md device and file system creation occurs *after* mtree is run, and
as such an /var/tmp/* or /tmp/* entries will be under the mountpoint
(or fail) rather than appearing in the md filesystems. This prevents
the creation of vi.recover, and might affect other localizations that
rely on the mtree calls affecting these directories.
2001-12-26 17:18:39 +00:00
Robert Watson
6bbc26ef9f
Remove incorrect comments about the population of /etc: no attempt is
...
made to copy the NFS-mounted on to /tmp/etc, instead, it is populated
entirely from /conf/default, then overriden from /conf/IP.
2001-12-26 17:00:55 +00:00
Sheldon Hearn
0e2b10ac7f
Now that smbfs is fully integrated into the base system, create
...
/dev/nsmb* device nodes, which used to be done by the port installation.
PR: 33068
Submitted by: Dimitry Andric <dim@xs4all.nl>
2001-12-26 15:44:06 +00:00
Sheldon Hearn
8908973ae2
This commit was generated by cvs2svn to compensate for changes in r88492,
...
which included commits to RCS files with non-trunk default branches.
2001-12-26 15:35:10 +00:00
Sheldon Hearn
8d4076f081
Import smbfs-1.4.3.
2001-12-26 15:35:10 +00:00
Jun Kuriyama
4d049e8ff2
Merge the changes in the English version (1.186 --> 1.187).
...
(Structure changes only.)
2001-12-26 14:02:58 +00:00
Jun Kuriyama
54adcde6c0
Separate entries with blank line.
2001-12-26 14:01:17 +00:00
Jun Kuriyama
a54d254e79
Merge the changes in the English version (1.178 --> 1.186).
2001-12-26 13:43:03 +00:00
Jun Kuriyama
ec7ef67042
Merge the changes in the English version (1.177 --> 1.178).
...
(Structure changes only.)
2001-12-26 10:55:17 +00:00
Jun Kuriyama
e42e22cbc3
Merge the changes in the English version (1.170 --> 1.177).
2001-12-26 07:33:04 +00:00
Jun Kuriyama
ee5278d332
Merge the changes in the English version (1.169 --> 1.170).
2001-12-26 04:29:26 +00:00
Jun Kuriyama
cf2d5bddbb
Merge the changes in the English version (1.168 -> 1.169).
...
This is structure changes only. Thanks, Bruce!
2001-12-26 03:19:16 +00:00
Joerg Wunsch
0377dd590e
Second round of floppy disk driver documentation updates: document the
...
changes in the userland utilities. For fdcontrol(8), i now finally
keep my promise made more than 7 years ago that ``the fdcontrol
utility is currently under development and the user interface will
likely change''. :-)
2001-12-25 21:21:18 +00:00
Alexey Zelkin
9af58b360a
Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions)
2001-12-25 18:50:49 +00:00
Søren Schmidt
3afc6bfba4
Add support for even more SiS chipsets.
...
Misc cosmetics.
2001-12-25 14:44:26 +00:00
Søren Schmidt
069da12b0e
Fix yet another fake slave problem for PCCARD devices.
2001-12-25 14:43:08 +00:00
Jun Kuriyama
d651a2b298
Merge the changes in the English version (1.155 -> 1.168).
...
Add local configuration for psgml-emacs.
2001-12-25 14:00:15 +00:00
Jun Kuriyama
ddd3b56f38
Fix unbalanced paren.
2001-12-25 13:40:33 +00:00
Alexey Zelkin
aab4923a16
Unbreak af_ZA locale by aliasing its LC_TIME category to en_US's.
2001-12-25 11:10:16 +00:00
Alexey Zelkin
448b0c1bd4
Optimize locale data Makefiles as well as make their style more consistent.
2001-12-25 10:57:03 +00:00