Crist J. Clark
5d75ba3db9
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
David E. O'Brien
3ea0ca53aa
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
Jeffrey Hsu
01f98321e6
Document the net.inet.tcp.rfc3390 sysctl variable.
2003-03-13 01:44:58 +00:00
Jeffrey Hsu
edcd017d67
Document the net.inet.tcp.rfc3042 sysctl variable.
2003-03-12 20:44:06 +00:00
Ruslan Ermilov
6f63bc577d
Record the sudden death of bsd.kern.mk and bsd.sgml.mk.
2003-03-12 14:31:36 +00:00
Sean Chittenden
99c24e2b2c
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 Leffler
d947796288
manual page for rndtest driver/module
2003-03-11 19:16:42 +00:00
Poul-Henning Kamp
c1c8575100
Try to clarify how orphaning works.
2003-03-09 09:48:50 +00:00
Mark Murray
9bc062a34a
KerberosIV deorbit: Remove references.
2003-03-08 13:39:41 +00:00
Mark Murray
96594358d3
KerberosIB deorbit: Remove library references.
2003-03-08 13:38:06 +00:00
Mark Murray
19cc9881b2
KerberosIV deorbit sequence: We no longer build a krb4 distribution.
2003-03-08 11:49:40 +00:00
Mark Murray
5b7cde36b6
KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.
2003-03-08 11:47:44 +00:00
Mark Murray
5788da46b1
Update for kerberos 5
2003-03-08 11:45:47 +00:00
Poul-Henning Kamp
5a42be36e3
Remove reference to unavailable paper.
2003-03-07 09:36:58 +00:00
Ceri Davies
146098408b
Spelling fix: interwining -> intertwining.
2003-03-06 23:55:51 +00:00
Wolfram Schneider
c467be1f1c
Added FreeBSD 5.0
2003-03-06 15:55:47 +00:00
Tim J. Robbins
ae9fbc92ec
Remove a remnant of netns.
2003-03-06 05:02:36 +00:00
Warner Losh
c266c8aa6c
Update those versions of firmware that support ibss mode
2003-03-05 02:37:20 +00:00
Peter Wemm
3d006bcac3
Add cvsroot-all to the example
2003-03-04 19:02:27 +00:00
Sheldon Hearn
eaf6239655
Regen:
...
* Boemler: vendors.txt (2003-02-13)
2003-03-04 09:13:28 +00:00
Ruslan Ermilov
379e8aa7ec
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
Ruslan Ermilov
d59dfc2ed1
Correct the path to the modules directory.
2003-03-03 22:48:49 +00:00
Ruslan Ermilov
f1e65894d2
mdoc(7) police: Revision.
2003-03-03 11:51:30 +00:00
Dag-Erling Smørgrav
6dca5fe95d
Nuke caddr_t.
...
Reminded by: ru
2003-03-03 10:49:37 +00:00
David E. O'Brien
5aaa6729a1
Embellish the list of supported devices.
2003-03-02 22:56:04 +00:00
Ruslan Ermilov
73f643b411
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
Ruslan Ermilov
c3a916c3f0
mdoc(7) police: Added missing markup bits.
2003-03-02 21:15:52 +00:00
Ruslan Ermilov
3892c30012
mdoc(7) police: Nits.
2003-03-02 21:04:21 +00:00
David E. O'Brien
7b5570bf43
Another traffice ticket for crossing the .'ed line from the mdoc police.
...
Submitted by: ru
2003-03-02 18:57:12 +00:00
David E. O'Brien
ed403545fc
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
David E. O'Brien
a250a46170
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
David E. O'Brien
ef91670a0e
Mdoc police.
...
Submitted by: ru
2003-03-02 02:21:37 +00:00
Tom Rhodes
49ff556b75
`Word-smithing'
2003-03-01 19:13:27 +00:00
Warner Losh
3506aa8ed8
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
Tom Rhodes
129c3aa7cb
Use .Pa for file names and paths.
2003-03-01 15:56:42 +00:00
Luigi Rizzo
f6cb89e74d
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 Leffler
cb91dd133a
Describe the 5823 and why there's no AES support.
2003-03-01 00:50:09 +00:00
Ruslan Ermilov
ddc474a84b
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
Giorgos Keramidas
a1ceffbc22
Document keybell="" switch and refer to kbdcontrol(1) for details.
2003-02-28 22:07:19 +00:00
John Hay
11229bf39e
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 Burkholder
dd606b5425
- 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
Warner Losh
067b1d6840
Add xref to oldcard/newcard docs.
2003-02-27 20:45:54 +00:00
Warner Losh
5d1af4c2ac
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
Warner Losh
18a8dce9bc
Document the hand springs that you need to go through to use a WL200
2003-02-27 20:37:03 +00:00
Poul-Henning Kamp
8fc4d0f9a7
Document that flags bit 0x10000 puts PPS timestamping on CTS instead of DCD.
2003-02-27 12:27:35 +00:00
David E. O'Brien
91c8d23722
FreeBSD Makefile style guide.
...
Approved by: TRB
2003-02-26 20:43:47 +00:00
Ruslan Ermilov
ace5be682d
mdoc(7) police: Scheduled sweep.
2003-02-24 22:53:26 +00:00
Tom Rhodes
c65b53c5bc
Return bits which were removed in revision 1.22.
...
Requested by: imp
2003-02-24 05:59:12 +00:00
Tom Rhodes
1e73455ba1
Return bits which were removed in revision 1.28.
...
Requested by: imp
2003-02-24 05:53:27 +00:00
Tom Rhodes
db84f542de
Be more specific about supported cards.
...
Submitted by: imp
2003-02-24 04:23:56 +00:00