Commit Graph

7749 Commits

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