Chris Costello
1c393056e6
Move UFS and FFS docs to section 7.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-28 17:10:13 +00:00
Joerg Wunsch
5450aa1239
Implement timestamps so i4b/driver/i4b_isppp.c can derive the idle
...
time from the PPP packets sent. This effectively merges rev 1.2 of
the old i4b_ispppsubr.c, with the exception that i eventually ended up
in debugging and fixing it so the idle time is now really
detected. ;-) (The version in i4b simply doesn't work right since it
still accounts for incoming LCP echo packets which it is supposed to
ignore for idle time considerations...)
Obtained from: i4b
MFC after: 1 month
2001-12-28 15:59:54 +00:00
Paul Richards
0f958c273a
gnu/libexec has gone so remove it from the most targets.
2001-12-28 11:53:18 +00:00
Mike Pritchard
432fda11a4
Add xref to jail(2).
...
PR: docs/33177
Submitted by: Tom Rhodes <darklogik@pittgoth.com>
2001-12-28 09:26:45 +00:00
Mike Pritchard
a2e78261bb
Add xref to jail(8)
...
PR: docs/33178
Submitted by: Tom Rhodes <darklogik@pittgoth.com>
2001-12-28 09:24:19 +00:00
Warner Losh
2d22e2bf6c
add note that truss works again as of dec 09.
...
Submitted by: des
Ignored by: imp for over two weeks
2001-12-28 05:35:32 +00:00
Warner Losh
9e0428e2cb
Add note about daily security checks moving to periodic(8)
2001-12-28 05:33:34 +00:00
Warner Losh
8b039fff54
Add note to 20010924 entry that tells people about the COMPAT4X option
...
in /etc/make.conf, since sometimes these libraries are updated.
Submitted by: ru
2001-12-28 05:09:19 +00:00
Jun Kuriyama
e8f2536ed4
Merge the changes in the English version (1.239 --> 1.242).
2001-12-28 05:07:23 +00:00
Bruce A. Mah
93112659d8
Fix typo in example.
...
PR: 33260
Submitted by: Dan Peterson <danp@danp.net>
2001-12-28 03:59:19 +00:00
Warner Losh
73ad7cef4c
Novac DVD/CD Station(Portable DVD/CD-ROM player
...
Submitted by: moment@pluto.dti.ne.jp
2001-12-28 03:42:41 +00:00
Warner Losh
90005a9c29
Xircom RealPort RE-10
...
Submitted by: Willem van Engen <wvengen@stack.nl>
2001-12-28 03:39:13 +00:00
Warner Losh
9b5032e906
Add Proxim Harmony card (from Bob)
...
Also fix a minor disordering of a wi card while I'm here.
Submitted by: bob bobing <this_is_my_act@yahoo.com>
2001-12-28 03:34:05 +00:00
Crist J. Clark
726acc787d
Fix some leftover stray characters from expr(1)-to-$(()) sweeps.
...
PR: bin/33158
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
MFC after: 1 day
2001-12-27 22:41:35 +00:00
Joerg Wunsch
0a17ab83f9
Clean up half a dozen of header files that are no longer needed now that
...
we use struct sppp_parms instead of struct sppp for userland programs.
MFC after: 1 month
2001-12-27 22:40:01 +00:00
Joerg Wunsch
39cb697c8c
Break out the relevant fields from struct sppp into a struct
...
sppp_parms that are needed for the SPPPIO[GS]DEFS ioctl commands.
This allows it to keep struct sppp inside #ifdef _KERNEL (where it
belongs), and prevents userland programs that wish to include
<net/if_sppp.h> from including the earth, the hell, and the universe
before the are able to resolve all the kernel-internal stuff that's in
struct sppp.
Discussed with: hm
MFC after: 1 month
2001-12-27 22:38:50 +00:00
Bruce A. Mah
464af731bc
At least I'm consistent. Back out the last accidental rev to this file on
...
HEAD too.
Noticed by: ben
Another pointy hat to: bmah
2001-12-27 22:32:33 +00:00
Bruce A. Mah
31ce46afbf
New release note: network filesystems can now be listed in
...
/etc/fstab.
Submitted by: sheldonh
2001-12-27 21:55:02 +00:00
Bruce A. Mah
5de25ed9b8
New release notes: pseudofs-ize procfs(5), libstand can write to UFS
...
filesystems, sysinstall(8) auto-partition updates.
2001-12-27 21:37:38 +00:00
Joerg Wunsch
e2aac1dd31
Userland part of making the LCP restart timer configurable.
...
Obtained from: i4b (with changes)
2001-12-27 21:20:33 +00:00
Joerg Wunsch
ea77971c6c
Make the LCP restart timer configurable.
...
This (effectively) merges rev 1.36 of i4b's old if_spppsubr.c, albeit
in a slightly different manner (we export the timer in millisecond
values as exposed to tick values from/to userland).
Obtained from: i4b
MFC after: 1 month
2001-12-27 21:20:05 +00:00
Bruce A. Mah
fb8f795e9b
New release notes found while trying to catch-up RELENG_4 to reality:
...
whois(1) -c, pkg_delete -r, rc.conf(5) support for IPFilter state tables.
2001-12-27 21:18:36 +00:00
Alfred Perlstein
58e5d6695d
brace by itself after function declaration.
...
Mandated by: style(9)
Pointed out by: rwatson
2001-12-27 20:16:21 +00:00
Alfred Perlstein
72e7b28173
put function return types on a line by themselves as per style(9)
2001-12-27 20:12:03 +00:00
Alfred Perlstein
0df3708ddb
Make it explicit that the opening brace of a function body be on a line
...
by itself.
2001-12-27 20:05:47 +00:00
Bruce A. Mah
c8c16add9a
Add nsmb.conf to list of files that sysinstall preserves on an upgrade.
2001-12-27 19:59:57 +00:00
Matthew Dillon
885d36ce36
nfs_nget() does no locking whatsoever when looking up a vnode. If the
...
vget() sleeps we have to retry the operation to avoid racing against
a deletion.
MFC maybe: submitted to re's
2001-12-27 19:40:34 +00:00
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