7834 Commits

Author SHA1 Message Date
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