keramida
b7902728e7
Quote authname and authkey. Some ISPs allow (or even require)
...
non-alphanumeric characters in these and this will be a hint to the
users that quotes can and should be used in such cases.
PR: docs/42292
Submitted by: Matthias Andree <matthias.andree@web.de>
MFC after: 1 week
2003-04-10 21:33:02 +00:00
shiba
22cb0f2b34
NEC PK-WL001 is Lucent, not Prism-II.
2003-04-10 17:04:03 +00:00
harti
5e99ad1e4e
Forced commit to fill in the fields below for the last commit. Also
...
bump the date of the man page.
PR: docs/24797
Reviewed by: bde, jake, jhb
2003-04-10 10:18:56 +00:00
jake
c7f361e3bc
Fix non-word.
...
Noticed by: njl
2003-04-09 16:58:39 +00:00
harti
a90ae59dd6
Explicitely document the locking requirements for the malloc interface.
...
While beeing here also correct the following:
- list missing macros in the header
- document MALLOC_DEFINE and MALLOC_DECLARE in the SYNOPSIS section
- document additional include requirements for MALLOC_DEFINE
- M_NOWAIT is not 0 anymore
- remove rotted diagnostic messages
2003-04-09 08:27:32 +00:00
jake
77de9f867a
Add a man page for options PAE.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-04-09 06:49:44 +00:00
mdodd
5ce5797f85
Dynamic object dependency mapping: libmap.
...
This is an optional feature, disabled by default.
This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easily serve other needs.
2003-04-07 16:21:26 +00:00
murray
f0a2206dbc
Note that kern.securelevel must be set to '-1' to build a release
...
successfully.
PR: docs/42339
MFC after: 3 days
2003-04-07 11:40:25 +00:00
murray
16a93d5f11
Correctly use .Bd macro.
2003-04-07 11:28:35 +00:00
murray
ee2d32bb63
Note that Sitecom CN-300 MultiFlash works with FreeBSD and provide
...
example of utilizing multiple slots on a multi-slot card reader.
PR: docs/49036
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC after: 3 days
2003-04-07 11:26:54 +00:00
murray
f8221d23db
Document a workaround for the problem of infrastructure changes in the
...
doc/ tree that can cause release builds on the security branches to
break.
PR: docs/35620
MFC after: 3 days
2003-04-07 10:50:00 +00:00
maxim
b4fd6eb111
o Add em(4) to a list of supported devices.
...
MFC after: 1 week
2003-04-07 07:21:49 +00:00
hosokawa
f642da1f14
These entries (for multilingual sysinstall) are not for Japanese term only.
...
Changed to more generic names.
2003-04-06 11:47:24 +00:00
imp
b0693a4cbc
Migrate to a new way of dealing with building from old revisions of
...
FreeBSD. This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile.inc1
and src/tools/build). We build a small compatibility library
(libbuild.a) as well as selectively installing necessary include
files. We then include this directory when building host binaries.
This removes all the past release compatibilty hacks from various
places in the tree. We still build on tip of stable and current. I
will work with those that want to support more, although I anticipate
it will just work.
Many thanks to ru@, obrien@ and jhb@ for providing valuable input at
various stage of implementation, as well as for working together to
positively effect a change for the better.
2003-04-05 20:30:30 +00:00
trhodes
cb5cc10e31
Add a basic manual page for wlan(4).
...
Reviewed by: imp, ru
2003-04-05 19:25:44 +00:00
trhodes
59cf51a9ff
Add a manual page for the smapi module.
...
Reviewed by: ru, mdodd
2003-04-05 19:12:51 +00:00
trhodes
3619c12b09
Fix/add missing accents on the weekday names.
...
PR: 37219
Submitted by: Nicola Vitale <nivit@libero.it>
Reivewed by: Alex Dupre <sysadmin@alexdupre.com>
2003-04-05 14:43:05 +00:00
imp
ce62a0d85e
The Netgear MA311 is a Prism 2.5 card.
...
Submitted by: duncan@quantumlogic.net
2003-04-05 13:07:44 +00:00
imp
f66b0dbcbb
DWL-520 is used to describe three or four different cards. only some
...
of them are prism based and are thus supported by wi. Document this
fact.
2003-04-05 07:41:52 +00:00
ru
db5ec15123
-Wall implies -Wuninitialized if -O is also in effect.
...
-Wuninitialized does not work without -O.
This fixes the ${WARNS} > 4 compilations with -O0.
Spotted by: marcel
2003-04-04 10:47:06 +00:00
mdodd
71a96a3848
Add a manpage for the 'vpd' driver.
2003-04-04 10:12:09 +00:00
murray
8bcc5c907b
Add release of FreeBSD 4.8.
...
MFC after: 3 days
2003-04-04 06:59:27 +00:00
phk
50ba1a096a
Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decoding
...
into byte strings of unknown alignment.
2003-04-03 08:58:04 +00:00
mdodd
ccc6071f7e
Back out support for RFC3514.
...
RFC3514 poses an unacceptale risk to compliant systems.
2003-04-02 20:14:44 +00:00
mdodd
e72fdee732
Implement support for RFC 3514 (The Security Flag in the IPv4 Header).
...
(See: ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt)
This fulfills the host requirements for userland support by
way of the setsockopt() IP_EVIL_INTENT message.
There are three sysctl tunables provided to govern system behavior.
net.inet.ip.rfc3514:
Enables support for rfc3514. As this is an
Informational RFC and support is not yet widespread
this option is disabled by default.
net.inet.ip.hear_no_evil
If set the host will discard all received evil packets.
net.inet.ip.speak_no_evil
If set the host will discard all transmitted evil packets.
The IP statistics counter 'ips_evil' (available via 'netstat') provides
information on the number of 'evil' packets recieved.
For reference, the '-E' option to 'ping' has been provided to demonstrate
and test the implementation.
2003-04-01 08:21:44 +00:00
ru
874869c32c
Enable cpp(1) warnings in system headers. GCC is oriented on
...
glibc which is externally maintained, so GCC ships with these
warnings turned off by default. This is also consistent with
the src/contrib/gcc/c-lex.c,v 1.2 change.
2003-03-31 13:10:51 +00:00
chris
2fbb955545
Document the new mac_portacl(4) policy.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-03-31 08:10:10 +00:00
chris
312b86743c
Document the new mac_portacl(4) policy.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-03-31 08:08:59 +00:00
imp
88a3831a18
rid is not a pointer to int, but rather just a plain int.
2003-03-30 00:30:29 +00:00
imp
2ef9e9afdb
Document what bus_set_resource(9) does. It is used by bus drivers to
...
bind resources that client drivers later access.
2003-03-30 00:25:23 +00:00
kris
aca28d10d8
Correct a typo in previous commit
2003-03-29 10:12:15 +00:00
imp
9c17bd3bea
Note: this is OLDCARD, and tweak comment about clpd 6729/30.
2003-03-29 05:44:49 +00:00
imp
39ff9583eb
Add a new man page for bus_activate_resource and
...
bus_deactivate_resource. It could use some improvement, and others
are welcomed to do so :-)
2003-03-29 05:16:15 +00:00
imp
535fc60c54
Clearify what happens with the cookiep in various cases.
2003-03-29 05:11:14 +00:00
imp
6ee9b4c6fc
Fix some typos:
...
race->rare
rman_activate_resource -> bus_activate_resource
Add xref to bus_activate_resource
Minor markup changes for the start/end/count parameters.
2003-03-29 05:09:15 +00:00
obrien
789bddd5c2
Globally use -mieee in /usr/src for Alpha.
2003-03-29 03:14:24 +00:00
obrien
6b548a3cf0
Reduce "code duplication" for AMD CPU's.
2003-03-29 03:13:19 +00:00
imp
5d5d5f775c
Expound a little bit about the softc, where its size is found and a
...
caution against emulating legacy softc methods used in the tree.
2003-03-28 07:28:31 +00:00
imp
572bed9dc2
Remove bogus card.4, and replace it with a link to oldcard.4. ru
...
pointed this out a while ago, and I'm just now getting back to it. It
obsoletes one of ru's changes, but since oldcard.4 is so much better,
that doesn't matter.
Submitted by: ru
2003-03-28 07:14:12 +00:00
imp
256832481a
Create a man page for bus_child_present(9), a function to see if a
...
given device is considered accessible by its parent device bus driver
(or its parent, etc).
2003-03-28 07:09:17 +00:00
shiba
eba009d07f
Add an information and fix typo.
2003-03-27 19:33:22 +00:00
keramida
194bdafb2c
Fix typo in the version of the diff that I committed.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-03-26 17:32:45 +00:00
keramida
5ded06e352
Document mountd_flags.
...
PR: 50023
Submitted by: Simon L.Nielsen <simon@nitro.dk>
2003-03-26 01:39:29 +00:00
keramida
872a3a449b
Update amr(4) to note that LSILogic MegaRAID 320-[1/2] cards work.
...
PR: 50139
Submitted by: asmodai
2003-03-26 01:34:23 +00:00
keramida
1fa8c106ee
Add missing Danish (doc/da_*) language doc subdirectory
...
PR: docs/50290
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-03-26 01:25:39 +00:00
jhb
81073fb53b
Revert previous commit which accidentally snuck in with some unrelated
...
changes.
Reported by: bde
2003-03-25 19:46:55 +00:00
trhodes
11ef408e47
Fix a typo in msmith's email address.
...
Noticed by: Jesus R. Camou <jcamou@azstarnet.com>
2003-03-25 18:13:20 +00:00
ps
1f67c859cb
Add some HP cards to the supported list of cards. Also mention
...
that 1000BaseTX only supports full-duplex.
Submitted by: John Cagle <john.cagle@hp.com>
2003-03-25 18:08:57 +00:00
trhodes
69f730dbf6
Remove MAKEDEV rot.
...
PR: 50286, 50285
Submitted by: Sergey A. Osokin <soa@FreeBSD.org.ru>
2003-03-25 18:08:50 +00:00
jhb
506e1c7087
Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()
...
didn't have a manpage.
Reminded by: ru
2003-03-25 16:36:47 +00:00
brueffer
0501a6a0fa
Remove reference to MAKEDEV
2003-03-25 15:12:07 +00:00
keramida
6e2e539f02
Add a tiny manpage to make sure users aren't surprised when they
...
search for MAKEDEV, now that it's deprecated.
2003-03-25 15:07:01 +00:00
keramida
e8b53d24b7
Delete MAKEDEV references
...
PR: 50284
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 15:01:10 +00:00
keramida
1eaf47abcc
Delete MAKEDEV references and update the text about /dev/foo control
...
devices that return the next available device when opened.
PR: 50280, 50281, 50282, 50283
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:49:02 +00:00
keramida
911be1a6f2
Delete MAKEDEV references and add small blurb that points to devfs(5)
...
and devd(8).
PR: docs/50278
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:35:27 +00:00
keramida
80aaddaf3b
Delete MAKEDEV reference.
...
PR: docs/50277
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:26:33 +00:00
keramida
20af5c9087
Delete MAKEDEV traces
2003-03-25 12:09:06 +00:00
charnier
d0441d10b5
The .Fn function. Use .Xr where appropriate.
2003-03-24 16:05:24 +00:00
brueffer
cc9d4b9003
Remove MAKEDEV.8. MAKEDEV itself has been nuked some time ago.
...
Approved by: ceri (mentor), phk
Not objected by: ru
2003-03-23 19:02:41 +00:00
ru
325bd5acd2
Sync types with headers.
2003-03-23 08:23:43 +00:00
obrien
fe0afe560c
s/loaded as a module/available as a module/g
...
Submitted by: ru
2003-03-23 04:23:10 +00:00
njl
1772de4664
Clarify the proper bitmask for target mode with another example.
2003-03-23 00:56:20 +00:00
ru
938f2753fc
Document the net.inet.icmp branch of the sysctl(3) MIB.
...
Submitted by: mdodd
2003-03-22 13:47:28 +00:00
ru
d7f295ffee
mdoc(7) police: Tidy up the formatting.
2003-03-22 13:43:06 +00:00
ru
1ab3497203
Added GEOM library to the bsd.libnames.mk namespace.
2003-03-21 14:31:51 +00:00
ceri
9ca1a9adcb
Correct typo in function declaration (s/if_dont/if_done).
...
PR: docs/50136
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC After: 4.8
2003-03-19 22:27:21 +00:00
cjc
c5ea907b7e
A new rc-ng script to build linker.hints files with kldxref(8)
...
automatically at boot time. Associated rc.conf(5) knobs and
documentation are included.
2003-03-17 23:15:53 +00:00
obrien
4b49145ba5
Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don't
...
like this. Also make it easier to issue the distfile fetching on command.
2003-03-16 22:59:00 +00:00
hsu
ba71de6a3b
Document the net.inet.tcp.rfc3390 sysctl variable.
2003-03-13 01:44:58 +00:00
hsu
eb02bdf56a
Document the net.inet.tcp.rfc3042 sysctl variable.
2003-03-12 20:44:06 +00:00
ru
d3c68089ef
Record the sudden death of bsd.kern.mk and bsd.sgml.mk.
2003-03-12 14:31:36 +00:00
seanc
7ef05d02b9
Update sendfile.2 to include a TUNING section that documents the
...
various tunables that are applicable to sendfile(2). Update tuning.7
to mention a reference to sendfile.2.
Approved by: keramida
2003-03-12 09:28:44 +00:00
sam
6cfbfc1bbb
manual page for rndtest driver/module
2003-03-11 19:16:42 +00:00
phk
fb582643d2
Try to clarify how orphaning works.
2003-03-09 09:48:50 +00:00
markm
cb7bc2a041
KerberosIV deorbit: Remove references.
2003-03-08 13:39:41 +00:00
markm
3275ff10b2
KerberosIB deorbit: Remove library references.
2003-03-08 13:38:06 +00:00
markm
a5830ac074
KerberosIV deorbit sequence: We no longer build a krb4 distribution.
2003-03-08 11:49:40 +00:00
markm
a006908979
KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.
2003-03-08 11:47:44 +00:00
markm
a58cd51a7f
Update for kerberos 5
2003-03-08 11:45:47 +00:00
phk
94f756ddd5
Remove reference to unavailable paper.
2003-03-07 09:36:58 +00:00
ceri
c21ced52bd
Spelling fix: interwining -> intertwining.
2003-03-06 23:55:51 +00:00
wosch
24a612f736
Added FreeBSD 5.0
2003-03-06 15:55:47 +00:00
tjr
c5c996630b
Remove a remnant of netns.
2003-03-06 05:02:36 +00:00
imp
d196fb7c9c
Update those versions of firmware that support ibss mode
2003-03-05 02:37:20 +00:00
peter
41654eba84
Add cvsroot-all to the example
2003-03-04 19:02:27 +00:00
sheldonh
a91ea472ec
Regen:
...
* Boemler: vendors.txt (2003-02-13)
2003-03-04 09:13:28 +00:00
ru
6b990c6f87
If we carry our MODULES_WITH_WORLD, we probably also do not want
...
for installkernel to wipe them out later. So install them under
/boot/modules if that is the case.
2003-03-03 22:54:35 +00:00
ru
eac90e51b8
Correct the path to the modules directory.
2003-03-03 22:48:49 +00:00
ru
74cf5d6de7
mdoc(7) police: Revision.
2003-03-03 11:51:30 +00:00
des
2b852dbfbd
Nuke caddr_t.
...
Reminded by: ru
2003-03-03 10:49:37 +00:00
obrien
9de5e26506
Embellish the list of supported devices.
2003-03-02 22:56:04 +00:00
ru
41871f8dff
Fixed sys/boot/pc98/boot2/Makefile to use kern.mk and
...
get rid of bsd.kern.mk completely.
OK'ed by: bde
2003-03-02 21:18:40 +00:00
ru
192740835f
mdoc(7) police: Added missing markup bits.
2003-03-02 21:15:52 +00:00
ru
ea25d256ea
mdoc(7) police: Nits.
2003-03-02 21:04:21 +00:00
obrien
fa1ebd5594
Another traffice ticket for crossing the .'ed line from the mdoc police.
...
Submitted by: ru
2003-03-02 18:57:12 +00:00
obrien
867cf33fa0
Also allow and document a "build" ordering for variables.
...
Both "product" and "build" ordering are rampant in /usr/src. This document
is not indented to be as strict as style(9) as historically BSD hasn't been
as consistent about Makefile as C code. Also there are too many variations,
exceptions and allowances in out existing Makefile style to be strict.
However there is a general level of consensus on what the general BSD style
of our Makefiles is. This manpage documents that "smell".
2003-03-02 02:51:40 +00:00
obrien
f245ea0893
o Do not use VPATH.
...
o Give the proper spelling for WARNS.
o Clarify using NO_WERROR.
o Embelish -D after -I verbage.
o Document preference of ${.ALLSRC} & ${.TARGET} vs. $< & $@.
Based on: brucification
2003-03-02 02:40:38 +00:00
obrien
812f230725
Mdoc police.
...
Submitted by: ru
2003-03-02 02:21:37 +00:00
trhodes
878cb0e757
`Word-smithing'
2003-03-01 19:13:27 +00:00
imp
3827359bd1
Add notes about which versions of firmware is known to work/fail with
...
various functions of the card. Be pedantically careful to use 'station
firmware' when talking about the version of Prism firmware.
As always, word-smithing welcome.
MFC-After: Tom Rhodes wakes up and notices :-)
2003-03-01 18:26:49 +00:00
trhodes
2a79d3755e
Use .Pa for file names and paths.
2003-03-01 15:56:42 +00:00
luigi
9640513fe7
New mapping for the italian keyboard, includes the Euro symbol
...
and other localized keys.
MFC candidate pending re@ approval.
Contributed by: Gruppo Utenti FreeBSD Italia (www.gufi.org)
No-reply-from: ache
MFC after: 3 days
2003-03-01 14:45:17 +00:00
sam
6350763ff1
Describe the 5823 and why there's no AES support.
2003-03-01 00:50:09 +00:00
ru
d8e63f1764
Initiate the de-orbit burn sequence for <bsd.kern.mk>.
...
Always use sys/conf/kern.mk when building kernel/modules.
<bsd.kern.mk> is only preserved for sys/boot/pc98/boot2
for now, but this will be fixed. If there are other
users of <bsd.kern.mk>, please let me know.
Reminded by: bde
2003-02-28 22:12:17 +00:00
keramida
0ad15c5150
Document keybell="" switch and refer to kbdcontrol(1) for details.
2003-02-28 22:07:19 +00:00
jhay
9cfb22c209
Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.
...
The Lego Infrared Tower use it.
2003-02-28 19:28:29 +00:00
jake
558920f554
- Removed various cruft from before we had a hosted toolchain (!).
...
- Moved special compiler flags to bsd.kern.mk so they get used for modules
too.
2003-02-27 23:02:22 +00:00
imp
361a7c9046
Add xref to oldcard/newcard docs.
2003-02-27 20:45:54 +00:00
imp
5e3d7d78f9
OLDCARD man page. This sucks, but not too bad. and better than
...
what we had before. Improvements encouraged and welcome.
2003-02-27 20:45:26 +00:00
imp
ddd154ca29
Document the hand springs that you need to go through to use a WL200
2003-02-27 20:37:03 +00:00
phk
6eb790939b
Document that flags bit 0x10000 puts PPS timestamping on CTS instead of DCD.
2003-02-27 12:27:35 +00:00
obrien
184e8eadf9
FreeBSD Makefile style guide.
...
Approved by: TRB
2003-02-26 20:43:47 +00:00
ru
0dea541567
mdoc(7) police: Scheduled sweep.
2003-02-24 22:53:26 +00:00
trhodes
76ed67bf98
Return bits which were removed in revision 1.22.
...
Requested by: imp
2003-02-24 05:59:12 +00:00
trhodes
078fd34f19
Return bits which were removed in revision 1.28.
...
Requested by: imp
2003-02-24 05:53:27 +00:00
trhodes
532d2bdd63
Be more specific about supported cards.
...
Submitted by: imp
2003-02-24 04:23:56 +00:00
trhodes
750547befe
Remove a comment about pccardd(8).
...
Discussed with: imp
2003-02-24 02:20:20 +00:00
trhodes
ec3fae0b41
Add device wlan as its now required.
...
Discussed with: imp
2003-02-24 01:45:44 +00:00
imp
76e7d7e7b7
Explain what exca is.
2003-02-23 22:22:29 +00:00
chris
46357b9840
o Improve vocabulary/wording
...
o Expand on MAC policy enforcement on network interfaces
o Add cross-references to su(1) and setfsmac(8) where appropriate
o Comment out mmap revocation sysctls as they are a bit too experimental
o Add the standard BUGS section
Prompted by: rwatson
Sponsored by: DARPA, Network Associates Laboratories
2003-02-23 21:47:03 +00:00
dwmalone
0298089e64
A few improvements suggested by nectar.
2003-02-23 17:22:20 +00:00
dwmalone
5cbd92e9a8
Add a section on different types of randomness, what the library
...
functions we provide are good for and how /dev/random fits into
this picture.
Reviewed by: markm
2003-02-23 16:28:58 +00:00
brueffer
9be6bcdb82
Packages have been in .tbz format for some time now, thus s/tgz/tbz/
...
X-MFC after: re-approval
2003-02-22 11:57:09 +00:00
cjc
b8c7e26405
Document the net.inet.ip.portrange.reserved{high,low} sysctl knobs
...
added in sys/netinet/in_pcb.c 1.120.
Prodded by: ru
2003-02-21 21:09:35 +00:00
ru
f5440b21c3
mdoc(7) police: tidy up.
2003-02-20 20:22:20 +00:00
ceri
f0e203a2b3
Remove extraneous word.
2003-02-20 17:32:26 +00:00
scottl
fb9e351631
Update teh aac(4) manpage to note new controllers, the scsi passthru
...
interface, changes to linux compatibilty, and fewer bugs.
2003-02-20 05:20:05 +00:00
cognet
f34606bb79
Note we now support the DC395U2W cards.
2003-02-20 03:22:15 +00:00
ceri
0006bd2730
The nfs_privport variable doesn't exist - mention nfs_reserved_port_only
...
instead.
Approved by: murray (mentor)
MFC After: 2 days
2003-02-18 18:02:32 +00:00
chris
082ad05a9b
Back out revision 1.34 until we can come up with a more accurate patch.
2003-02-17 22:31:27 +00:00
chris
3a720af460
Add a section on Giant lock manipulation macros.
...
Submitted by: Hiten M. Pandya <hiten@angelica.unixdaemons.com>
Reviewed by: bmilekic
2003-02-17 22:21:41 +00:00
trhodes
8cbabcaadb
Xref miibus(4).
2003-02-17 21:22:56 +00:00
chris
dc964efac4
o Add a note explaining the meaning of mls/equal beyond "equal to all
...
labels"
o Remove the ++ compartment range notation example as this has not yet
been merged into CVS.
o Include a "Runtime Configuration" section listing all of the relevant
sysctl knobs for this policy.
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-02-17 20:11:09 +00:00
chris
efec3265b6
- Document some of the sysctl parameters. The read-only ones will go into
...
another subsection, but I'm not quite sure where yet. Right now it's just
the configurable bits.
- Move the label format off into another subsection to match other labeling
policy man pages.
- Make the sample range label look like the form specified.
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-02-17 20:04:06 +00:00
imp
84e496f2d2
Add a bunch of cards that we've added IDs for in the past few months:
...
+Allied Telesis WR211PCM Prism? PCMCIA
+ArTem OnAir Prism? PCMCIA
+Bay eMobility 11B Prism-2.5? PCMCIA
+Blue Concentric Circle WL-379F Prism-II CF
+Linksys WCF11 Prism-3 PCMCIA
+YIS TWL-11B Prism-II PCMCIA
2003-02-17 18:21:51 +00:00
trhodes
d6241fff35
Correct the BSD/OS macro.
2003-02-16 22:30:00 +00:00
chris
8ce1605e5f
Include a section about enabling MAC on UFS2 file systems. UFS1 is
...
a bit more challenging and will be added later.
Sponsored by: DARPA, Network Associates Laboratories
2003-02-16 00:57:48 +00:00
trhodes
6db4854a46
Link several of the if_* modules to their respected manual pages.
2003-02-15 22:28:33 +00:00
trhodes
f86d730016
Update xrefs to point at other usb pages.
2003-02-15 19:17:30 +00:00
trhodes
0478745d0f
1: wi(4) does not need miibus(4).
...
2: Add arp(4) and netintro(4) to Xrefs.
1: Discussed with: imp
2003-02-15 17:16:44 +00:00
trhodes
28fe8617c7
Xref miibus(4).
2003-02-15 17:12:53 +00:00
trhodes
c4c6285284
Add a manual page for miibus(4) and attach it to the build.
...
Reviewed by: peter, rwatson (older version)
2003-02-15 16:01:36 +00:00
hrs
40ff51b25d
Improve the wording.
...
Reviewed by: ru
2003-02-15 04:03:25 +00:00
trhodes
953fba9b66
Move NOMAN down the section without underscore characters.
...
Add a forgotten `=' sign.
Thanks to: ru, bde
2003-02-14 20:04:44 +00:00
phantom
66ba90de50
Add AUTHORS section
2003-02-13 22:11:19 +00:00
phantom
fab0ce8ac4
Finally! Document all undocumented functions in libc_r.
...
Add manual pages for following functions:
. pthread_attr_setcreatesuspend_np(3)
. pthread_main_np(3)
. pthread_multi_np(3)
. pthread_single_np(3)
. pthread_mutexattr_getkind_np(3)
. pthread_mutexattr_setkind_np(3)
. pthread_resume_all_np(3)
. pthread_resume_np(3)
. pthread_set_name_np(3)
. pthread_suspend_all_np(3)
. pthread_suspend_np(3)
. pthread_switch_add_np(3)
. pthread_switch_delete_np(3)
MFC after: 3 days
2003-02-13 22:10:10 +00:00
hrs
0fd2b73a88
Document start_if.${ifn} scripts.
...
Not objected to by: -doc
2003-02-13 20:08:11 +00:00
phantom
bd72cf9687
Break important implementation detail note into IMPLEMENTATION DETAILS
...
section. Add cross reference to pthread_attr_getstack() function.
MFC after: 1 day
2003-02-13 18:39:06 +00:00
phantom
46b03b8768
Add cross reference for pthread_attr_get_np()
2003-02-13 18:36:48 +00:00
brueffer
e7ee23843e
Various spelling and grammar fixes
...
PR: 44312
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
2003-02-13 12:02:51 +00:00
simokawa
9b2ee8a7a5
Add description about device detaching.
2003-02-13 03:42:53 +00:00
simokawa
57f811e80f
Add description about kldload and security note.
2003-02-12 06:48:45 +00:00
trhodes
4f39e53b2e
Document the NOMAN option.
2003-02-12 02:30:04 +00:00
trhodes
200248ad3f
Add NOMAN here also.
2003-02-11 19:45:44 +00:00
imp
cd711a98a7
Update man page to match the new world order after Sam updated us to
...
NetBSD's 802.11 infrastructure.
2003-02-11 17:40:56 +00:00
imp
e323358136
Commit a nearly real man page describing the current state of devctl.
...
More work likely needs to happen. This describes things better than
the old "this man page intentionally left blank" style man page that
I'd committed previously.
Nitpickers: comb nits and commit!
2003-02-11 17:36:38 +00:00
nectar
b36647ffe0
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
alfred
6a79467bbd
Add pthread_attr_getstack() and pthread_attr_setstack().
...
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2003-02-10 08:48:04 +00:00
gshapiro
0ceba9a3e6
Give more information to users replacing sendmail regarding periodic's
...
submit mail queue check.
PR: docs/38924
2003-02-08 21:39:58 +00:00
gshapiro
b3bda39ac2
Correct the man page for nfs_bufpackets. DEFAULT is not an acceptable
...
value.
PR: conf/31280
MFC after: 3 days
2003-02-08 20:59:16 +00:00
charnier
dcd974373c
The .Fn function
2003-02-06 11:10:32 +00:00
joerg
56a447be98
Document the recent changes for vinum as root filesystem.
...
MFC after: 2 weeks
2003-02-05 21:05:03 +00:00
alex
b014f41345
Remove MAKEDEV quirks, now obsolete.
2003-02-05 18:33:36 +00:00
ru
58b4ceca92
NODEVFS cleanup.
2003-02-05 15:31:43 +00:00
charnier
837debed57
The .Fn function
2003-02-05 14:00:46 +00:00
simokawa
dafb286919
Add some reference.
2003-02-05 06:41:19 +00:00
guido
99ddf819f9
sleep -> msleep
2003-02-04 08:53:45 +00:00
phantom
35939fc6c1
Document additional behaviour of this function (see
...
rev 1.3 of uthread_attr_get_np.c)
2003-02-03 10:10:40 +00:00
chris
244d4c0844
Properly capitalize the subsection title on setting MAC labels.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-02-01 23:11:57 +00:00
chris
4ea3f35e0c
Fix table formatting for printed man pages.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-02-01 23:06:30 +00:00
schweikh
75b816cac1
Catch up with new categories and note that ports-base is essential without
...
ports-all.
PR: 47774
Submitted by: Sergei Kolobov <sergei@kolobov.com>
MFC after: 3 days
2003-02-01 17:16:59 +00:00
schweikh
3b7df48f5a
Add new categories hungarian and portuguese.
...
PR: 47772
Submitted by: Sergei Kolobov <sergei@kolobov.com>
MFC after: 3 days
2003-02-01 17:01:45 +00:00
chris
acb0d02939
Add a section on the areas of enforcement and the sysctls used to tune
...
enforcement.
Sponsored by: DARPA, Network Associates Laboratories
2003-02-01 00:27:03 +00:00
trhodes
32cb3f1693
The umass(4) driver now supports the Trek Thumbdrive 8MB.
2003-01-30 18:37:34 +00:00
mux
c2913f7708
On -CURRENT, we need "device apm" and not "device apm0 at nexus?".
2003-01-29 21:51:05 +00:00
obrien
bacbfa574b
Document WANT_EXT2FS_MODULE.
2003-01-29 06:22:57 +00:00
sam
ad53dde459
fix pathname typo
...
Submitted by: Jim Geovedi <negative@magnesium.net>
2003-01-28 17:11:48 +00:00
simokawa
9990af4e06
Fix typo and update information.
2003-01-25 15:24:59 +00:00
simokawa
cff711e6e6
Rescaning the bus is usually unnecessary.
2003-01-25 15:07:22 +00:00
pdeuskar
1e3ba45ac0
Correct License text.
...
MFC after: 1 day
2003-01-24 21:28:20 +00:00
wollman
2cc9a9b4f8
Say goodbye to freen' and
freend'.
...
freen: imputed typo in original wordlist. I can find no evidence for this
being an actual English word, not even in the OED.
freend: archaic spelling of `friend'. In a modern document, it is far
more likely that this appears as a typo or a dialect word than it does
under the original meaning, so remove it as not to cause false negatives
for spelling checkers.
2003-01-24 20:51:03 +00:00
wollman
5b1726f07a
Fix formatting of rev. 1.6 so that the note fits on a line.
2003-01-24 20:44:26 +00:00
wollman
8591799b13
Correct grammatical error.
2003-01-24 20:43:14 +00:00
ru
1488b3638f
Added UFS library to the bsd.libnames.mk namespace.
2003-01-23 08:15:05 +00:00
fanf
15aba21762
List all of the assignment operators explicitly, for those who have been
...
traumatized by perl.
2003-01-22 15:19:07 +00:00
joe
2150fc5b59
Update with the current list of scanners that the driver supports.
2003-01-21 11:39:13 +00:00
alfred
fcd9f1b339
use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.
2003-01-21 11:34:57 +00:00
alfred
e2a653e1d2
Catch up to WAIT/NOWAIT cleanup.
2003-01-21 08:57:35 +00:00
sam
a56a74e4b6
hook fast_ipsec.4 up
2003-01-21 05:35:56 +00:00
sam
232b2192f1
fast ipsec protocols
2003-01-21 05:35:08 +00:00
obrien
9d5889a3d9
Augment the model number list.
2003-01-21 04:43:16 +00:00
chris
43201d5a0d
Properly mark up column lists. This does not affect output; I just had
...
the arguments to .Bl incorrect.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-20 21:15:03 +00:00
chris
48c4ad471d
Reference the MAC chapter in the user Handbook.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-20 21:07:11 +00:00
joe
119058acd0
Support for the "Seiko Epson Perfection 1260 scanner".
...
Submitted by: Michael Lestinsky <michael@lestinsky.de>
MFC After: 3 days
2003-01-20 00:41:30 +00:00
sheldonh
85e76830e5
Add required commas that were ommitted in the previous delta; the
...
SEE ALSO section's list of manual pages must be comma-separated.
2003-01-19 15:44:32 +00:00
mtm
e6f9cdec45
Kill whitespace at EOL.
...
Approved by: markm (mentor)
Noticed by: ru
2003-01-19 01:49:31 +00:00
tom
f199b661e8
Note that Wisecom's PCI adapter works.
2003-01-18 21:47:48 +00:00
alfred
1cdda66e68
Document lock order reversals possible when calling allocation functions
...
with vnode interlocks held.
Emphasize that users need to be careful with malloc flags versus mbuf
flags.
Remove stale portion in vnode.9 about v_tag. We don't have it anylonger.
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
2003-01-18 19:51:52 +00:00
rwatson
3fdcc957db
Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. They
...
are not the same.
Suggested by: Hiten Pandya <hiten@unixdaemons.com>
2003-01-18 03:25:40 +00:00
ru
50943df945
Mention net.inet.ip.accept_sourceroute.
2003-01-17 14:07:03 +00:00
njl
c944d878a4
kernel:
...
* Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0
user:
* Increase timeout in usermode to CAM_TIME_INFINITY. The initiator is in
charge of timeouts and the value was in ms, not seconds.
* Bring two debugging printfs under the debug flag
* Clean up man page to show increased testing on isp(4)
Submitted by: gibbs (bugfixes)
2003-01-16 00:24:29 +00:00
keramida
6c8366bf3a
Add missing . to mandoc macro
...
PR: docs/47092
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2003-01-15 08:24:45 +00:00
chris
b179bdbea7
Slightly better grammar.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 06:11:13 +00:00
chris
698d4d2ab3
Update cross-references to include mac(4).
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 02:59:36 +00:00
chris
1281d1ed67
Welcome mac(4), the central source of information for all things MAC.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 02:57:39 +00:00
mtm
b5975780a0
Add rc_debug knob to rc.conf. The code for it has been in rc.subr for
...
some time now.
Document all knobs introduced by rc.d
Approved by: markm (mentor)
Reviewd by: gordon (earlier revision)
2003-01-14 15:50:17 +00:00
tjr
8b7eb47681
Cross reference lio_listio(2).
2003-01-14 03:42:16 +00:00
tjr
184d2efa56
Manual page for sem.ko/options P1003_1B_SEMAPHORES, similar to aio(4).
2003-01-14 02:57:54 +00:00
trhodes
af3bc8c042
Note that the Dlink Air 660 is supported.
2003-01-14 01:14:08 +00:00
njl
1101decae7
Add check for AIO support before starting up.
2003-01-13 05:34:42 +00:00
ceri
109ea67936
Sort. Move /usr/heimdal to /var/heimdal where it really is.
...
PR: docs/46637
Submitted by: Igor Sobrado <sobrado@acm.org>
Approved by: ru
2003-01-10 18:32:39 +00:00
trhodes
5635a285ba
Top Gun Telnet has been deprecated, and the home page recomends Top Gun SSH.
...
Update the URL to reflect this.
PR: 45010
Submitted by: Kim Scarborough <sluggo@unknown.nu> (Original patch)
2003-01-09 19:52:01 +00:00
sheldonh
656c29d14d
Regen:
...
* Boemler: vendors.txt (2002-12-27)
2003-01-09 15:38:06 +00:00
wollman
62de1738a4
Do not do manually what sendmail(8) can do better automatically.
...
Tell sendmail to clean up its own host status cache.
The error condition handling could probably be done better.
2003-01-08 18:51:45 +00:00
chris
80c3430570
o Refer to "Network Associates Laboratories" instead of "NAI Labs" or
...
"Network Associates Labs" in the copyright notice.
o Remove clause #3 in the license terms.
o Remove the line break from my name.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 11:06:22 +00:00
chris
5278ae83b5
Include a proper reference to the Developers' Handbook in the
...
SEE ALSO section.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 10:53:37 +00:00
chris
83e0ce13e6
Cross-reference mac_lomac.4
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 10:47:18 +00:00
chris
8b802569cd
Document the LOMAC security policy.
...
This man page was co-written by Brian Feldman <green>.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 10:30:00 +00:00
fjoe
d0b3cca289
pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')
...
to be consistent with other pthread_XXX functions
2003-01-07 21:43:30 +00:00
trhodes
ca133c7f11
Correct order of alignment in EXAMPLES.
...
PR: 42760
Submitted by: Christian Brueffer <chris@unixpages.org>
2003-01-06 22:52:57 +00:00
trhodes
d20afd4a08
Major update to the refuse file.
...
PR: 44164
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-01-06 21:56:10 +00:00
trhodes
30e159b219
Back out revisions 1.45 && 1.46, they are incorrect.
...
Noticed by: schweikh
2003-01-06 17:28:46 +00:00
trhodes
3d3d365329
Document what .jcr and .eh_frame is.
...
PR: 46638
Submitted by: Tim Kientzle <tim@kientzle.com>
2003-01-06 17:12:45 +00:00
trhodes
147b305001
Fix a type that crept in during my last commit here.
...
Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Pointy hat: trhodes
2003-01-06 15:30:55 +00:00
trhodes
3f90781536
Link a.out(5) to aout(5) to follow the module name.
2003-01-06 05:18:42 +00:00
trhodes
e22f4c23d5
Add two new manual pages. Welcome the ida(4) and iir(4) manual pages.
2003-01-06 04:51:20 +00:00
obrien
2c839e2648
Add a manpage for the LAN Media Corp PCI WAN adapter driver.
...
Obtained from: NetBSD
2003-01-05 04:47:46 +00:00
schweikh
a86ed93e2f
Typo: s/CTLTYPE_DYN/CTLFLAG_DYN
...
PR: misc/45012
Submitted by: Steve Coltrin <spcoltri@omcl.org>
2003-01-04 17:01:50 +00:00
ume
f0d455bbd6
gifconfig(8) was depricated.
...
Reported by: rwatson
2003-01-04 05:32:48 +00:00
trhodes
3d5980933a
mdoc(4) police: Markup. Fix 1 hard sentence break.
2003-01-03 23:06:10 +00:00
trhodes
96f6c756ae
mdoc(7) police: Remove hard sentence breaks.
2003-01-03 22:39:39 +00:00
trhodes
0c2fa737a7
mdoc(7) police: markup nits.
2003-01-03 22:37:10 +00:00
tmm
677cec52f4
Reenable building in share/mklocale for sparc64. It seems to work fine
...
now, and probably did for quite some time already. 5.0 candidate.
Spotted by: roam
2003-01-03 18:06:21 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
imp
72b5b1d27f
'wepmode on' is needed to turn on wep.
...
Submitted by: blackend
2003-01-01 02:53:41 +00:00
trhodes
e9b55e634e
Add a COMPATIBILITY section. Note what is not supported.
...
Prompted by: olgeni
2002-12-31 20:09:31 +00:00
trhodes
7057eb15ff
s/arn't/are not/
...
Reword the AUTHORS section to make more sense.
2002-12-31 17:53:04 +00:00
chris
dd124d957c
A refused connection will return ECONNREFUSED rather than ECONNRESET.
...
PR: docs/46654
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
2002-12-31 16:29:15 +00:00
trhodes
443b8a76b6
Correct .Dt macro.
2002-12-30 22:56:26 +00:00
trhodes
c7f348eb86
Actually cvs add the ciss.4 file...
2002-12-30 22:54:29 +00:00
trhodes
7b4c495f8b
Add a manual page for the ciss driver.
...
Reviewed by: obrien
2002-12-30 22:54:01 +00:00
schweikh
86f7487fb6
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
...
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
ache
eb7d34a1e1
Add ca_ES locale
...
PR: 45874
Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
2002-12-30 09:09:58 +00:00
trhodes
37d639b43a
Use 'msdosfs' in the /etc/fstab example. However, it works either way.
...
Pointed out by: schweikh
2002-12-30 04:32:10 +00:00
trhodes
a5e6190191
Add msdosfs.5
2002-12-29 21:32:41 +00:00
trhodes
616c02e3c8
Move the msdos.5 manual page to msdosfs.5 to be more correct.
2002-12-29 21:31:45 +00:00
dillon
c538ab97f2
Some Pa fixes from Tom, plus a little rearranging of the paragraph by me.
...
Submitted by: Tom Rhodes
2002-12-28 19:08:11 +00:00
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00
trhodes
691282b859
mount_msdos(8) > mount_msdosfs(8) as they have different names in 4.X/5.X.
...
Correct link to the handbook (typo).
Pointed out by: chris
2002-12-27 04:06:04 +00:00
trhodes
ea00b713bc
Whitespace created in Makefile from previous commit.
2002-12-27 03:17:39 +00:00