Robert Watson
0734b428c7
o The VOP_RDWR man page neglected to mention (at least) two error modes
...
possible when writing:
[EFBIG] An attempt was made to write a file that exceeds
the process's file size limit or the maximum file
size.
[EPERM] An append-only flag is set on the file, but the
caller is attempting to write before the current
end of file.
2001-06-15 16:12:41 +00:00
Nik Clayton
d4e639b22b
Change 93-11-XX for the FreeBSD 1.0 release to 93-11-01, based on this
...
announcement from JKH (back when he was still working for Lotus)
http://minnie.tuhs.org/cgi-bin/newsread?23150
This also means that if, as Microsoft say, Linux is a Cancer, FreeBSD is
a Scorpio.
2001-06-15 10:20:58 +00:00
Nik Clayton
4ed950ad98
Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly
...
from another host.
2001-06-15 08:35:57 +00:00
Ruslan Ermilov
dfcf88a3a0
Style nits:
...
GBINDIR -> ORIGBINDIR
GBINGRP -> ORIGBINGRP
Submitted by: bde
2001-06-14 06:08:02 +00:00
Ruslan Ermilov
ecce24742d
Games ownership cleanup.
...
Urged by: bde
2001-06-13 15:26:31 +00:00
Dag-Erling Smørgrav
b0def2b548
Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which
...
ignore NUL bytes in the source string.
2001-06-11 17:05:52 +00:00
Hajimu UMEMOTO
3384154590
Sync with recent KAME.
...
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.
TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.
Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks
2001-06-11 12:39:29 +00:00
Andrey A. Chernov
127f4717f9
ISO_ -> ISO rename
2001-06-11 02:17:23 +00:00
Andrey A. Chernov
bc930028f5
ISO_ -> ISO (partially)
2001-06-11 02:12:25 +00:00
Andrey A. Chernov
ce4bd508ed
ISO_ -> ISO in comment
2001-06-11 01:32:33 +00:00
Andrey A. Chernov
fe6f7d3ab4
ISO_ -> ISO in DOC_LANG
2001-06-11 01:26:52 +00:00
Andrey A. Chernov
7158e1b8bd
Fix encoding info
2001-06-10 22:13:29 +00:00
Hajimu UMEMOTO
ce6282db3b
Implement EDNS0 support, as EDNS0 support will be made mandatory for
...
IPv6 transport-ready resolvers/DNS servers. Need careful configuration
when enable it. (default config is not affected).
See manpage for details.
XXX visible symbol __res_opt() is added, however, it is not supposed to be
called from outside, libc minor is not bumped.
Obtained from: KAME/NetBSD
2001-06-10 20:25:24 +00:00
Andrey A. Chernov
4fd6d738cb
Add more *.US-ASCII and Latin15 entries
2001-06-10 20:11:05 +00:00
Andrey A. Chernov
f5498e6910
Add more Latin15 links
2001-06-10 19:47:57 +00:00
Andrey A. Chernov
5b21e0d65c
Add more *.US-ASCII and Latin15 entries
2001-06-10 19:41:17 +00:00
Andrey A. Chernov
458ff763e9
Add more *.US-ASCII entries
2001-06-10 19:21:54 +00:00
Andrey A. Chernov
b8db996bd4
Add more *.US-ASCII entries
...
Misc cleanup
2001-06-10 19:16:43 +00:00
Andrey A. Chernov
6cc14454fd
Add more *.US-ASCII entries
2001-06-10 18:57:27 +00:00
Andrey A. Chernov
d12bab7b5c
Add more *.US-ASCII family
2001-06-10 18:53:43 +00:00
Andrey A. Chernov
f615cc2b81
Fix ISO_ for new names
2001-06-10 17:08:53 +00:00
Dag-Erling Smørgrav
d647935801
sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
...
does not provide a struct sbuf, sbuf_new(9) will allocate one and return
a pointer to it.
2001-06-10 15:48:04 +00:00
Andrey A. Chernov
347d21cb43
Fix ISO_ sneaked
2001-06-10 15:31:29 +00:00
Andrey A. Chernov
824e979031
Use en_GB for en_NZ
2001-06-10 14:41:15 +00:00
Andrey A. Chernov
d06fdc72a3
Switch to new locale names
2001-06-10 14:36:39 +00:00
Andrey A. Chernov
6ce47fe06e
Switch to new locale names
2001-06-10 14:28:51 +00:00
Andrey A. Chernov
8f2681e1a7
Switch to new locale names
2001-06-10 14:17:44 +00:00
Andrey A. Chernov
d5c488f4f3
Switch to new locale names
2001-06-10 14:05:50 +00:00
Andrey A. Chernov
a9e1fcfbfd
Switch to new locale names
2001-06-10 13:43:47 +00:00
Andrey A. Chernov
a851768c0f
Switch to new locale names
2001-06-10 13:25:32 +00:00
Maxim Sobolev
000d56193c
Fix cross-references:
...
xntpd.8 --> ntpd.8
acl_delete_perms.3 --> acl_delete_perm.3
getname.2 --> getsockname.2
MFC after: 1 week
2001-06-10 12:06:54 +00:00
Warner Losh
7ceb85ba65
Remove comments about PCMCIA fdc attachment using flags 0x2. The 4.x version
...
of this code doesn't do that.
2001-06-10 04:40:02 +00:00
Warner Losh
b904bfb0bc
fdc doesn't support talking to QIC40/QIC80 tape drives, and hasn't since
...
ft was removed from the tree prior to branching releng_3!
2001-06-10 00:27:18 +00:00
Maxim Sobolev
8657581bfd
Correct cross-reference:
...
portmap.8 --> rpcbind.8
Submitted by: .Xr testing script
2001-06-07 16:59:19 +00:00
Mark Murray
546bc18855
Clean up the PAM lib lists. Particularly relevant to the KRB5 case.
2001-06-07 08:31:30 +00:00
Ruslan Ermilov
802de205fd
master.passwd(5) -> passwd(5).
2001-06-07 07:27:52 +00:00
Daniel C. Sobral
db97c662cf
Use ${EDITOR} as claimed.
...
Source rc.conf and use ${firewall_script} instead of rc.firewall.
Textwidth formatting of comments and text.
PR:
Submitted by: Maxim <maxim@news1.macomnet.ru>
(sorry if I got name/email/committer status wrong :)
2001-06-06 19:34:02 +00:00
David E. O'Brien
7b91cad987
Add the single suffix rules for FORTRAN.
2001-06-06 16:58:08 +00:00
David E. O'Brien
eb73cacd43
Add the single suffix rules for C++.
...
(While there, I also moved the single suffix C rules beside the double
suffix ones so they are easier to find)
PR: 24438
Submitted by: Georg-W. Koltermann <gwk@sgi.com>
2001-06-06 16:51:38 +00:00
Daniel C. Sobral
7b4d3c72cc
Introduce an example script of safe changing of ipfw(8) rules.
...
I'm sure this can be much improved, but this works fairly well.
PR: 27887
Submitted by: Alexandre Peixoto <alexandref@tcoip.com.br>
MFC after: 1 week
2001-06-06 15:45:04 +00:00
Joerg Wunsch
4a70e151df
Document /usr/include/dev/{ic,wi}.
...
Reminded by: ru
2001-06-05 18:52:55 +00:00
Brian Somers
72155f03b6
Talk a bit about how cloning works with devfs(5).
...
Make it clearer about what's going on with TUNSIFHEAD and TUNSLMODE.
Tidy up a little.
2001-06-05 14:26:17 +00:00
Maxim Sobolev
1cdc139280
Correct cross-references:
...
setsockopt.3 --> setsockopt.2
syslog.8 --> syslogd.8
tcpdump.8 --> tcpdump.1
MFC after: 1 week
2001-06-05 12:50:33 +00:00
Maxim Sobolev
fe11f6f605
Correct cross-references:
...
ng_bpf.8 --> ng_bpf.4
ng_ether.8 --> ng_ether.4
ng_iface.8 --> ng_iface.4
ng_pppoe.8 --> ng_pppoe.4
ng_socket.8 --> ng_socket.4
ng_tty.8 --> ng_tty.4
ng_{type}.4 --> /dev/null
MFC after: 1 week
2001-06-05 12:40:03 +00:00
Maxim Sobolev
76c6864951
Fix cross-references:
...
ipnat.8 --> ipnat.1
environ.5 --> environ.7
isssetugid.2 --> issetugid.2
MFC after: 1 week
2001-06-05 12:23:22 +00:00
Matthew Dillon
1a4c56a67d
Fix type-o's, update page
2001-06-05 05:59:21 +00:00
Dima Dorfman
d33f4d20c9
Add a missing word.
...
Obtained from: OpenBSD
2001-06-05 00:25:18 +00:00
Dima Dorfman
5940a2ebe0
Add a missing word.
2001-06-05 00:11:08 +00:00
Eric Melville
35f3d11437
Add sprog.7 to the list.
2001-06-04 22:15:44 +00:00
Eric Melville
ef73da6384
Add sprog.7, the beginnings of the secure programming guide.
...
Reviewed by: ru
2001-06-04 15:32:44 +00:00
Poul-Henning Kamp
849f35cf88
Add diskcheck-daemon.
...
With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.
Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.
Idea by: phk
Written by: ben
2001-06-03 20:02:03 +00:00
Maxim Sobolev
aafff06bb4
Correct varuable name: WITHOUT_X --> WITHOUT_X11.
...
Reviewed by: ports, portmgr
Approved by: will, obrien
2001-06-02 23:56:11 +00:00
Hellmuth Michaelis
789ffddeae
added Sergio de Souza Prallon (prallon@tmp.com.br), the author of
...
the itjc hardware driver.
2001-06-02 12:27:37 +00:00
Hellmuth Michaelis
0b44e3e96c
update the isdn4bsd general documentation
2001-06-02 12:21:16 +00:00
Hellmuth Michaelis
afbbd405df
bring the roadmap to isdn4bsd up to date.
2001-06-02 11:48:50 +00:00
Hellmuth Michaelis
12aeb68f9d
update the postcard list
2001-06-02 11:31:33 +00:00
Warner Losh
bbced07e88
Man page for orm driver.
...
PR: 22078
Submitted by: Nikolai Saoukh <nms@otdel-1.org>
2001-06-01 21:02:18 +00:00
Ruslan Ermilov
0b381bf1fd
Remove vestiges of MFS.
2001-06-01 10:07:28 +00:00
Warner Losh
b0660fd3e2
uucp.daemon -> uucp:daemon
2001-06-01 04:53:13 +00:00
Dima Dorfman
6f238937be
Fix a spacing issue. (No content changes.)
2001-06-01 01:36:03 +00:00
Dima Dorfman
adf08670f2
Document the half-supported WITHOUT_X.
...
PR: 27709
Submitted by: Mike Meyer <mwm@mired.org>
2001-05-31 22:36:35 +00:00
Bill Paul
c678bc4f13
Add device driver support for the Level 1 LXT1001 NetCellerator
...
gigabit ethernet controller chip. This device is used on some
fiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms and
TCP/IP checksum offload on receive are supported. Hardware VLAN
filtering is not, because it doesn't play well with our existing
VLAN code. Also add manual page.
There is a 4.x version of this driver available at
http://www.freebsd.org/~wpaul/Level1/4.x if anyone feels adventurous
and wants to test it. I still need to do performance testing and
tuning with this device.
(For my next trick, I will make the 3Com 3cR990 sit up and beg.)
2001-05-31 21:44:26 +00:00
Ruslan Ermilov
e010799732
Change the ownership of the symbolic link for hidden game
...
rather than /usr/games/dm wrapper.
Spotted by: bde
Reviewed by: bde
2001-05-31 15:05:05 +00:00
Maxim Sobolev
21c8c21296
Remove commented out line that doesn't belong here.
2001-05-31 14:42:04 +00:00
Mark Murray
7ed3b855bb
PERL_THREADED is too experimental at this stage. Remove.
2001-05-31 11:19:00 +00:00
Bill Paul
fae6989e0c
Fix date. This man page was not written on July 11, 2001, because that
...
day hasn't happened yet. It should be May. Ignore failed time-travel
experiment, K PLZ THX.
2001-05-31 00:18:19 +00:00
Brian Somers
f8fb1acb36
Default daily_accounting_flags to -q. I thought this was a typo in the
...
originally submitted patch (oops!).
Also check for an empty $daily_accounting_save.
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
2001-05-30 20:23:43 +00:00
Brian Somers
c4d5bb5129
Add $daily_accounting_save and $daily_accounting_flags
...
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
MFC after: 2 weeks
2001-05-30 16:46:53 +00:00
Ruslan Ermilov
9b03144328
Do not clobber COPY, it may be set differently in /etc/make.conf.
...
This is not the problem for NOMANCOMPRESS, as install(1) does not
delete the originals anymore (-c is the default now).
2001-05-30 07:02:57 +00:00
Poul-Henning Kamp
fb54ac9dc8
Remove the MFS paper.
2001-05-29 18:54:54 +00:00
Gregory Neil Shapiro
99e8005137
Unbreak installworld. Revision 1.41 of src/usr.bin/xinstall/xinstall.c
...
made the usage here incorrect.
Note that the change to install may cause other things to break, such as
the advice in src/etc/defaults/make.conf:
# Compare before install
#INSTALL=install -C
If users actually use this, any ${INSTALL} -d invocations in an installworld
will also fail.
Submitted by: David Wolfskill <david@catwhisker.org>
MFC after: 2 days
2001-05-29 17:55:49 +00:00
Dima Dorfman
8a6ecebcdf
Link make_dev.9 to make_dev_alias.9 and depends_dev.9.
2001-05-29 04:17:36 +00:00
Dima Dorfman
f14b89faeb
Document depends_dev.
...
Reviewed by: phk
2001-05-29 04:14:33 +00:00
Dima Dorfman
a19771414c
Remove obsolete DEVFS manual pages. The routines they describe don't
...
exist in the new (phk's) DEVFS.
Approved by: phk
2001-05-28 20:27:23 +00:00
Matthew Dillon
fc32c80215
Add two new manual pages related to general firewall and tuning issues
...
Reviewed by: hackers
2001-05-27 23:14:27 +00:00
Jimmy Olgeni
88bc7f853c
Fix typo: "an socket" -> "a socket".
...
Place period at the end of AUTHORS section.
MFC after: 1 week
2001-05-27 22:17:46 +00:00
Hellmuth Michaelis
58e7e3b406
Add an example of a kernel configuration file fragment for ISDN.
2001-05-27 11:34:15 +00:00
Sheldon Hearn
68933300c9
The PERL_THREADED knob is causing too many people too many problems.
...
Add a dire warning about the experimental nature of threaded Perl.
2001-05-27 11:23:31 +00:00
Ruslan Ermilov
1f4e04b562
Document /usr/include/fs/ntfs and /usr/include/fs/nwfs.
2001-05-26 12:04:02 +00:00
Poul-Henning Kamp
a9ee73f55c
Forgot to cvs add these two files for the previous commit.
2001-05-26 09:28:43 +00:00
Poul-Henning Kamp
419d8080a4
Currently, each wireless networking driver has it's own control program
...
despite the fact that most people want to set exactly the same settings
regardless of which card they have. It has been repeatidly suggested
that this configuration should be done via ifconfig. This patch
implements the required functionality in ifconfig and add support to the
wi and an drivers. It also provides partial, untested support for the
awi driver.
PR: 25577
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
2001-05-26 09:27:08 +00:00
David E. O'Brien
c360204b70
The standard Xterm geometry is 80x24, not 80x_65_.
...
In the past 2 months or so, after rlogining into another host, the
environment has the geometry wrong. Peter suggested that this behavior
change was most likely caused by the PAM stuff that changed to run a proper
session with a forked child. And that for some reason the window size is
no longer being transferred via an OOB message on the socket.
This change fixes my problem and seems to be a good stopgap measure until
someone has time to ktrace/ktrace -i inetd to catch all the child processes
it spawns while doing an rlogin and change window size a few times to see
how far the change messages are getting.
2001-05-25 20:51:22 +00:00
Hellmuth Michaelis
9210280057
Add the contributed directory from the i4b tarball and the files from it
...
which would be nice to have.
Move isdnd_acct and isdnctl to the contrib directory where they belong to.
2001-05-25 13:25:59 +00:00
Hellmuth Michaelis
698c326a2e
Submitted by: phk
...
Add the V.21 modem emulator code written by phk from the old i4b tarball.
2001-05-25 13:04:58 +00:00
Alexander Langer
5bfc2e1909
This script can control the state of your ISDN line. It counts
...
how many scripts/users currently use the ISDN line and uses
"ifconfig down" if noone uses it any more.
Not objected by: hm
2001-05-25 12:27:00 +00:00
Hellmuth Michaelis
53a601f0e1
update isdn4bsd related information.
2001-05-25 12:18:47 +00:00
Brian Somers
fa8c1aaabc
Mention that ppp.conf.isdn isn't appropriate for external TAs
...
Add a section to ppp.conf.sample that is.
MFC after: 3 weeks
2001-05-25 12:11:02 +00:00
Ruslan Ermilov
1166fb516b
- sys/msdosfs moved to sys/fs/msdosfs
...
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
2001-05-25 08:14:14 +00:00
David E. O'Brien
fdec774ff3
RFC 1323 (TCP extensions) is now on by default.
2001-05-25 04:27:48 +00:00
Ruslan Ermilov
22f7d1021a
mount_portal -> mount_portalfs.
2001-05-24 13:15:49 +00:00
Ruslan Ermilov
4f3d8832ff
Document new /usr/include/fs include subdirs.
2001-05-23 17:22:38 +00:00
Ruslan Ermilov
6ad10804f7
Rename (after a repo-copy) some mount(8) programs:
...
mount_fdesc -> mount_fdescfs
mount_null -> mount_nullfs
mount_portal -> mount_portalfs
mount_umap -> mount_umapfs
mount_union -> mount_unionfs
2001-05-23 14:58:19 +00:00
Ruslan Ermilov
f3bb47cca0
Add NO_I4B to avoid building/installing isdn4bsd package.
...
Prompted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 3 days
2001-05-23 13:32:32 +00:00
Joerg Wunsch
a1d808309a
Include the Power Control page (0x1a) that is standardized by SCSI-3.
...
At least some IBM drives support the Standby Condition Timer (i. e.
they allow for an automatic spindown).
Update copyright for 2001. I don't want to insert my name for just
one mode page definition, do people think that `The FreeBSD Project'
is OK?
2001-05-22 12:37:50 +00:00
Dima Dorfman
692bb1c3bb
Introduce a background_fsck rc.conf option which allows the user to
...
enable or disable background fsck'ing all in one shot. Default is
currently 'YES'.
Reviewed by: jkh
2001-05-22 00:05:48 +00:00
Ruslan Ermilov
2b1f35a9af
Fixed `objwarn' so that it doesn't issue spurious warnings,
...
especially now that ${.OBJDIR} is canonicalized by make(1).
Urged by: bde
Reviewed by: bde
2001-05-20 12:14:17 +00:00
Kris Kennaway
45703321ea
Only add -Werror if in fact we have set WARNS or WFORMAT to >0
2001-05-19 23:32:19 +00:00
Kris Kennaway
d510ecb42b
Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk
...
to avoid polluting sys.mk. This directive controls the addition of
compiler warning flags to CFLAGS in a relatively compiler-neutral manner.
The idea is that WARNS can be set in Makefile.inc or in individual
Makefiles as they become clean, to prevent the introduction of new
warnings in the code. -Werror is added by default
2001-05-19 23:18:21 +00:00
Archie Cobbs
20d7cd248d
Ensure the generated BPF in the example deliver the whole packet.
2001-05-19 17:47:51 +00:00
Ruslan Ermilov
5b5df07ddc
Grab headers from /usr/include.
2001-05-18 13:58:08 +00:00
Ruslan Ermilov
59ca51df49
Removed unneeded stuff.
2001-05-18 13:56:29 +00:00
Andrey A. Chernov
012e606a05
Add sk_SK
...
PR: 27425
Submitted by: juraj@bednar.sk
2001-05-18 13:55:25 +00:00
Ruslan Ermilov
108b08b24e
Fixed typo in the description.
...
PR: docs/27411
Submitted by: David Wimsey <dwimsey@rtci.com>
2001-05-18 06:56:03 +00:00
John Baldwin
120bcabcbf
Replace references to the KERNEL variable with KERNCONF.
2001-05-17 23:23:25 +00:00
Ruslan Ermilov
4c7bd38fbe
Describe all current net.inet.tcp MIB variables.
...
Submitted by: jlemon
MFC after: 1 week
2001-05-17 17:53:21 +00:00
Ruslan Ermilov
74808b9ec2
Removed reference to non-existing make(7).
...
PR: docs/27392
Submitted by: Hendrik Scholz <hendrik@scholz.net>
2001-05-17 06:58:57 +00:00
David E. O'Brien
19d4c7b3d7
Back out rev 1.50. VCS was correct -- it is Version Control System.
2001-05-17 02:05:36 +00:00
Doug Barton
6c7344c5dd
Minor typos
2001-05-17 01:36:01 +00:00
Warner Losh
aecd12aed8
Add entry for cygwin, the Cygnus Windows emulator.
...
Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
Reviewed by: ache
2001-05-16 19:01:45 +00:00
Archie Cobbs
73cf2c3089
Add BUGS section describing the requirement to manually load the KLD.
2001-05-16 17:30:15 +00:00
Ruslan Ermilov
72fb5ff3ec
mdoc(7) police: fix markup and spelling.
2001-05-16 10:39:42 +00:00
Archie Cobbs
cd5774da2f
Fix typo.
...
Noticed by: ade
2001-05-16 01:25:29 +00:00
Ruslan Ermilov
63dc288489
Removed duplilcate $FreeBSD$ tag.
2001-05-15 16:32:18 +00:00
Ruslan Ermilov
6219dbdcc3
mdoc(7) police: FreeBSD -> .Fx.
2001-05-15 16:17:39 +00:00
Ruslan Ermilov
a289e937e3
mdoc(7) police: sort xrefs.
2001-05-15 15:57:05 +00:00
Jens Schweikhardt
b2be78381d
New option isdn_screenflags to set the syscons screen params for isdnd,
...
plus documentation.
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
Not objected to by: hm
MFC after: 1 week
2001-05-14 20:51:10 +00:00
Mark Murray
a81a52f5a1
Kerberos updates for PAM.
2001-05-14 11:45:16 +00:00
Andrey A. Chernov
06840effea
Add sk_SK
...
PR: 27290
Submitted by: Juraj Bednar <juraj@bednar.sk>
Reviewed by:
Approved by:
Obtained from:
2001-05-13 16:28:38 +00:00
Andrey A. Chernov
f7e5446209
Add sk_SK
...
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
2001-05-13 16:18:56 +00:00
Andrey A. Chernov
c80ae0acef
Add sk_SK
...
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
2001-05-13 16:13:49 +00:00
Assar Westerlund
eba4f69287
clarify comment about MAKE_KERBEROS5. noticed by Peter Pentchev
...
<roam@orbitel.bg>
2001-05-12 14:38:00 +00:00
Bruce Evans
2bd4318c24
Fixed some bitrot:
...
- the changes that renamed libf2c to libg2c had not reached here
- there were no definitions for LIBDEVINFO, LIBMENU, LIBPANEL, LIBTINFO,
LIBUSB or LIBVGL. LIBUSB was used without it being defined, and
LIBDEVINFO and LIBVGL should have been used.
- the definitions of LIBDESCRYPT, LIBGCC_PIC, LIBGPLUSPLUS, LIBKZHEAD,
LIBKZTAIL, LIBSCRYPT and LIBSCSI were garbage.
Fixed some old bugs:
- LIBC_PIC and LIBCOM_ERR were assigned to using "=" instead of "?=".
- the definition of LIBC_R was disordered.
- LIBFORM was misspelled LIBFORMS (but not actually used).
2001-05-12 14:21:14 +00:00
Bill Paul
ce4946daa5
Add support for gigabit ethernet cards based on the NatSemi DP83820
...
and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000
copper PHY. There are a whole bunch of very low cost cards available with
this chipset selling for $150USD or less. This includes the SMC9462TX,
D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards
from Addtron.
This chip supports TCP/IP checksum offload, VLAN tagging/insertion.
2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs.
I have not done serious performance testing with this driver. I know
it works, and I want it under CVS control so I can keep tabs on it.
Note that there's no serious mutex stuff in here yet either: I need
to talk more with jhb to figure out the right way to do this. That
said, I don't think there will be any problems.
This driver should also work on the alpha. It's not turned on in
GENERIC.
2001-05-11 19:56:39 +00:00
Scott Long
a3c146f1e6
Add information about the 2400A controllers. Fix erroneous reference to
...
BSD/OS.
2001-05-10 22:34:45 +00:00
Brian S. Dean
c4c3a00d0f
Bring the doc up to date with regard to the /etc bootstrapping code
...
and the role of /conf/default/etc.
2001-05-10 20:50:54 +00:00
Brian S. Dean
4f32966684
MFS: bring Luigi's updated diskless man page into -current.
2001-05-10 20:45:46 +00:00
Dima Dorfman
2656302f76
Fix a typo (pasto?).
2001-05-09 05:03:35 +00:00
Brian Somers
3a51f88a27
Be a little clearer all characters after a # are ignored unless the
...
# is escaped or quoted. Add an example of # characters as part of
a phone number.
PR: 26605
2001-05-08 08:58:57 +00:00
Kazuo Horikawa
fdabcac610
Fix typos.
...
o replace `of possible' with `if possible'
o VOP_SETACL(9) is modified to say about `ACL' instead of `extended
attributed'
o EOPNOTSUPP of VOP_SETEXTATTR(9) is modified to say about
VOP_SETEXTATTR(9) instead of VOP_GETEXTATTR(9)
Reviewed by: Robert Watson <rwatson@FreeBSD.org>,
Chris Costello <chris@calldei.com>
2001-05-07 22:15:18 +00:00
Ruslan Ermilov
15c613547e
A bit of markup and spelling fixes.
2001-05-07 12:48:38 +00:00
Dima Dorfman
563aaa6519
s/mtx_try_enter/mtx_trylock/
2001-05-06 22:04:17 +00:00
Dima Dorfman
1f7eace1d1
Add printf.9, and add links to tprintf.9 and uprintf.9.
2001-05-05 00:25:39 +00:00
Dima Dorfman
1be41bcf25
A manual page for the printf(), uprintf(), and tprintf() kernel functions.
...
Submitted by: Andrew R. Reiter <arr@watson.org>
Reviewed by: jhb
2001-05-04 23:25:58 +00:00
Warner Losh
adfdb4ae20
Add hint about how to build an ISA NMI card and why you'd want to do so.
...
Reviewed by: bde, dima dorfman
2001-05-02 03:26:10 +00:00
Warner Losh
19212fa445
ulpt(4) doesn't exist, so don't cross ref to it.
...
Reviewed by: n_hibma
2001-05-01 21:46:28 +00:00
Jens Schweikhardt
e986850f9f
Fixed typos: dependant -> dependent
2001-05-01 14:10:12 +00:00
Jens Schweikhardt
eb8e0f0e6b
Fixed typos: decendant -> descendant
2001-05-01 14:09:20 +00:00
Jens Schweikhardt
ec09ef4ff8
pseudo-device -> device in kernel config lines. Removed whitespace at EOL.
...
Reviewed by: joerg, dd
2001-05-01 09:15:30 +00:00
Warner Losh
8904de15a2
Add cross reference to ast, for folks with IDE tape drives.
2001-05-01 03:43:34 +00:00
Matthew Dillon
1561f90e65
Remove a real FQDN host reference from the example
...
Add $FreeBSD tag
2001-04-30 20:19:22 +00:00
Bruce A. Mah
182f921d80
Fix typo: Descriptions of SK-9842 and SK-9843 were reversed.
...
PR: docs/21700
Submitted by: neuf@lrs.e-technik.uni-erlangen.de
2001-04-30 16:02:46 +00:00
Dima Dorfman
47a3012123
Clarify a little: the mandatory argument is an event number.
...
PR: 26905
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-04-29 03:54:48 +00:00
Dima Dorfman
3a94b85f8d
Add xref to sym(4)
...
PR: 26881
2001-04-29 03:48:35 +00:00
Dima Dorfman
cfa022313d
mdoc(7) police: use .Va and .Vt where appropriate
2001-04-29 03:45:04 +00:00
Jose M. Alcaide
6fc237b59f
Fix typo: GREMANLINKS -> GERMANLINKS
2001-04-29 00:49:31 +00:00
Jose M. Alcaide
3720cf092c
Add es_ES.
2001-04-29 00:38:26 +00:00
Dima Dorfman
dad32714ad
Document allscreens_kbdflags.
...
Reviewed by: ru
2001-04-28 20:57:26 +00:00
Dima Dorfman
344553425e
mdoc(7) police: use .Va and .Vt where appropriate
...
Reviewed by: ru
2001-04-28 20:51:23 +00:00
Mark Murray
c7d9dcd340
Cleaner method of making PAMable apps static (in the optional case of
...
wanting static apps).
2001-04-28 15:18:10 +00:00
Alexey Zelkin
cd8136756a
Add category definitions (which were missing) for locale categories LC_MESSAGES,
...
LC_NUMERIC, LC_MONETARY. Information source is POSIX locale defintions
collection at ftp://dkuug.dk/i18n/WG15-collection/
2001-04-28 15:13:30 +00:00
Alexander Langer
63060b7aef
Improve description of "new_sysent".
2001-04-28 13:19:20 +00:00
Alexander Langer
50c39ea7a5
Add SYSCALL_MODULE.9, a manpage for the SYSCALL_MODULE wrapper macro
...
for syscall klds.
Some text of this manpage is based on the comments in the example
syscall module written by Assar Westerlund.
Reviewed by: ru
2001-04-28 13:18:40 +00:00
Ruslan Ermilov
c59eb7cfb5
Removed reference to withdrawn secure-supfile.
2001-04-27 12:15:15 +00:00
Ruslan Ermilov
c47d12ea1c
stable-supfile now covers 4.x-stable.
2001-04-27 12:08:34 +00:00
Ruslan Ermilov
7928b68539
MFS: revision 1.19.2.4
...
Correct comments to fit current realities of exporting crypto.
2001-04-27 12:00:35 +00:00
Ruslan Ermilov
a0247c8a14
mdoc(7) police: removed hard sentence breaks.
2001-04-27 10:27:06 +00:00
Ruslan Ermilov
30934e7df0
mdoc(7) police: shrink list width by one character.
2001-04-27 09:06:50 +00:00
Ruslan Ermilov
d79f28bba4
... and do it make(1) way.
2001-04-26 11:14:50 +00:00
David E. O'Brien
d6eb63ec62
Reduce the number of $FreeBSD$'s from 3 to 2. I believe both remaining
...
are needed for proper examples.
2001-04-25 20:58:28 +00:00
Jim Mock
20affa347a
Document XFREE86_VERSION.
2001-04-25 19:27:39 +00:00
Dima Dorfman
bd737b2099
"break", "chdir", "continue", "else", and "while" are sh(1) builtins;
...
mark them as such.
PR: 26702
2001-04-25 05:53:20 +00:00
Jens Schweikhardt
67e99a1a66
Document all isdn_* variables in rc.conf(5) - 6 more knobs to frob!
...
PR: conf/24865
Submitted by: schweikh
Reviewed by: hm
2001-04-24 20:00:58 +00:00
Ruslan Ermilov
3a3799c99e
mdoc(7) police: update HISTORY section.
...
This interface is not available in 4.3-RELEASE.
2001-04-23 15:22:50 +00:00
Ruslan Ermilov
9fdcafcf45
The semantics of the .Os call has been changed. For CURRENT,
...
this currently implies the default argument of "FreeBSD 5.0".
2001-04-23 15:15:49 +00:00
Ruslan Ermilov
7841ac2fa9
Fix the fix in rev.1.34.
...
Makes `cleandir' DTRT if MAKEOBJDIRPREFIX set and not empty,
like in `buildworld' case.
2001-04-23 14:47:40 +00:00
Maxim Sobolev
bcc11eec02
Add missed and update existing MASTER_SITE_*.
2001-04-22 19:01:44 +00:00
Wolfram Schneider
efb4b1fbcf
typo in last commit
2001-04-22 18:32:58 +00:00
Wolfram Schneider
70490e1000
Added upcoming NetBSD 1.5.1 patch release.
2001-04-22 18:30:47 +00:00
Wolfram Schneider
83617b6acd
Added the Daemonnews article `The BSD Family Tree' by James Howard
...
to bibliography.
2001-04-22 18:28:01 +00:00
Wolfram Schneider
db78250ed6
Update FreeBSD 4.3 release date.
2001-04-22 18:24:10 +00:00
Satoshi Asami
b5f997102e
Add ports-picobsd.
2001-04-22 16:51:49 +00:00
David E. O'Brien
58eac5ef6a
Address $FreeBSD$ and `rcsid'.
2001-04-22 02:32:42 +00:00
David E. O'Brien
1076a975f5
Fix prototype wrap example and note how to wrap ANSI-style function
...
definitions.
2001-04-22 02:00:39 +00:00
Dima Dorfman
019de50b69
Reword a few things and document the search' and
index' make targets.
...
PR: 26690
Submitted by: Pete Fritchman <petef@databits.net>
2001-04-22 00:28:40 +00:00
Dirk Froemberg
56f25ab092
Check for denied zone transfers (AXFR and IXFR).
2001-04-21 22:36:30 +00:00
Andrey A. Chernov
f1930dce8f
Fix typo in mousechar range
2001-04-21 16:28:29 +00:00
Andrey A. Chernov
3d30f086d0
cons25w: cosmetique, move all bolean and numeric capabilities to the top
...
of the entry for easy reading
2001-04-21 13:25:35 +00:00
Dima Dorfman
d0b272038e
Remove references to block devices.
...
PR: 26734
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
2001-04-20 22:57:29 +00:00
Wolfram Schneider
66542ee60d
FOO -> FreeBSD
...
Submitted by: andrew@ugh.net.au
2001-04-20 10:31:25 +00:00
Dima Dorfman
f444a4c57a
Fix miscellaneous spelling and grammar errors.
...
PR: 26672
Submitted by: Seth <seth@psychotic.aberrant.org>
2001-04-20 03:49:07 +00:00
Andrey A. Chernov
d413a1b13b
Add cons*u aliases to allow programs to determine exact code table via TERM
...
to use capabilities missing in termcap
2001-04-19 22:17:59 +00:00
Jeroen Ruigrok van der Werven
bfc4cb269a
Who ever came up with the ${CFLAGS} need to be passed to lint?
...
We can now run make lint on src/bin at least.
I am sure Mark Murray has way more interesting fixes up his sleeve.
2001-04-19 19:45:19 +00:00
Andrey A. Chernov
5199f8b803
Describe mousechar_start hook
2001-04-19 14:55:32 +00:00
Ruslan Ermilov
eb0838029f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
Ruslan Ermilov
8adc94de6a
mdoc(7) police: use .Fx.
2001-04-18 13:39:57 +00:00
Ruslan Ermilov
182b483655
mdoc(7) police: use .Fx.
2001-04-18 13:24:18 +00:00
Ruslan Ermilov
d1a0f91d09
Add missing -mtty-char for MANBUILDCAT.
2001-04-18 12:13:08 +00:00
Ruslan Ermilov
5f95f24bf4
mdoc(7) police: uppercase document title.
2001-04-18 08:25:26 +00:00
Maxim Sobolev
1adc0a5c02
Add Ukrainian language support for FreeBSD console.
...
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
Reviewed by: ache, phantom, ru, sobomax
2001-04-17 12:51:27 +00:00
Ruslan Ermilov
8af774179d
Synch template with one documented in the new mdoc(7) manpage.
2001-04-17 12:51:21 +00:00
Ruslan Ermilov
1837dd5db5
mdoc.samples(7) is superseded by mdoc(7).
2001-04-17 12:49:42 +00:00
Ruslan Ermilov
a3089261bc
Use Groff versions of man(7) and mdoc(7) manpages.
...
mdoc.samples(7) is superseded by mdoc(7).
2001-04-17 12:48:14 +00:00
Ruslan Ermilov
e692e5c472
Synch with new contrib/groff/ directory layout.
2001-04-17 12:40:46 +00:00
Luigi Rizzo
047073a13a
New script to help creation of shared readonly diskless partition.
...
It also has some instructions on how to setup the client and
the server. I have been using this code for over 2 years
on RELENG_3 and later RELENG_4. Have not tried on CURRENT, but
in case there are any issues these are in /etc/rc and
/etc/rc.diskless{12}
2001-04-16 06:37:03 +00:00
Dima Dorfman
5e75e35cca
Grammar police: "its", not "it's", is the possessive form of "it".
2001-04-15 19:53:47 +00:00
Alfred Perlstein
4c7da4f92c
note that VOP_STRATEGY may block.
...
Learned from: vm/swap_pager.c comment above swap_pager_putpages()
2001-04-15 12:04:05 +00:00
Brian Somers
11027719c4
Suggest that kernels are built with ``cd /usr/src; make buildkernel''
...
Add a comment saying that our softc is automatically allocated by the
parent bus.
Fix lots of spellings
2001-04-14 18:51:39 +00:00
Dima Dorfman
19ab52cb4e
mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.
...
Reviewed by: ru
2001-04-13 19:59:47 +00:00
Dima Dorfman
ef0180ed69
mdoc(7) police: rename the DIAGNOSTICS section to ERRORS to match the
...
content, and correct the parameters to the -tag list therein.
Reviewed by: ru
2001-04-13 19:49:07 +00:00
Ruslan Ermilov
8f00082cd6
Document /usr/include/fs/smbfs and /usr/include/netsmb.
...
Submitted by: bp
2001-04-13 08:14:58 +00:00