Mike Barcroft
a2a4431989
Add stdint(7), a manual which describes some of the integer types
...
available in the <stdint.h> header.
2002-04-06 07:05:42 +00:00
Alexey Zelkin
20762f714b
Unbreak ja_JP.SJIS locale by adding following associations:
...
LC_NUMERIC: ja_JP.eucJP -> ja_JP.SJIS
LC_MONETARY: ja_JP.eucJP -> ja_JP.SJIS
LC_MESSAGES: en_GB.ISO8859-1 -> ja_JP.SJIS
2Japansese folks: Feel free to fix as you desire correct.
2002-04-05 15:39:16 +00:00
Alexey Zelkin
3ac0118b8c
Link tr_TR.ISO8859-9's LC_CTYPE to UA-ASCII's. It's not completely correct,
...
but better than nothing.
2002-04-05 15:27:36 +00:00
Alexey Zelkin
f218cb8431
la_LN.ISO8859-2 depends on map.ISO8859-2. Reflect it in dependence rules
2002-04-05 15:24:04 +00:00
Alexey Zelkin
196e098229
Associate tr_TR.ISO8859-9's LC_COLLATE with US-ASCII's one
2002-04-05 15:19:17 +00:00
Alexey Zelkin
8118280958
Add pt_BR.ISO8859-1 (Brazilian Portuguese) locale
...
Submitted (partly) by: dcs
2002-04-05 15:03:13 +00:00
Chad David
8d7cbc2dea
Fix typo and change Fn to Xr.
2002-04-05 08:05:11 +00:00
Gregory Neil Shapiro
619b80c4e6
Quoting Peter Wemm, "At great personal risk, touch the sendmail startup
...
again."
As an alternative to sendmail_enable=NONE, solve the boot time problem
for non-sendmail users completely by moving all of the sendmail startup
code from /etc/rc to /etc/rc.sendmail. The source for that script will
be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will
prevent it from being installed. A new rc.conf variable,
mta_start_script specifies the script to run to start the user's
preferred MTA. For backward compatibility, it will default to
/etc/rc.sendmail. The specified script is called out of /etc/rc after
checking to make sure it exists. A new rc.sendmail.8 man page has also
been added which now houses the sendmail_* variable descriptions
formerly in rc.conf.5.
Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication.
Reviewed by: -current, -stable, obrien, peter, ru
MFC after: 1 week
2002-04-05 02:30:49 +00:00
Garrett Wollman
b19a67b074
Merge from vendor branch.
2002-04-04 18:16:19 +00:00
Ruslan Ermilov
d912b3a824
Complete the fix in revision 1.13 -- don't even depend on termcap(5)
...
database to be present.
PR: misc/31225
2002-04-04 07:30:46 +00:00
Sheldon Hearn
2514186c3b
Regen.
...
This restores rev 1.12 (spammed by rev 1.13), as the Cenatek Rocket
Drive is now included in at least the Hart list.
2002-04-03 17:03:09 +00:00
Andrew R. Reiter
80cc42da6b
- Add notes about SX_SYSINIT and MTX_SYSINIT in order to document the
...
recent additions of these macros.
- Add in a MLINK to create SX_SYSINIT.9 and MTX_SYSINIT.9.
2002-04-02 17:21:00 +00:00
John Baldwin
cfa028281a
- Update to new suser() API.
...
- Spell privilege properly.
- Grammar nits.
2002-04-02 16:41:11 +00:00
Ruslan Ermilov
bd80847a85
Style: don't override `beforeinstall', use FILES.
2002-04-02 07:48:32 +00:00
Poul-Henning Kamp
68afb5a528
Point to the correct #include file.
2002-04-01 20:03:05 +00:00
Poul-Henning Kamp
75451b1858
Fix the makefile to match the repo-copy from tech to freebsd.
2002-04-01 13:58:14 +00:00
Murray Stokely
ad34746bef
Remove 'tech'. Repo-copied to 'freebsd'
...
Reminded by: joe
2002-04-01 09:08:24 +00:00
Murray Stokely
f7ddb2d441
Remove reference to share/dict/special/. That directory does not
...
exist, nor does the referenced program.
MFC after: 3 days
2002-04-01 01:43:34 +00:00
Murray Stokely
78294d75c4
Add a note about the FreeBSD technical word list.
2002-04-01 00:57:34 +00:00
Murray Stokely
2402d4481d
The freebsd jargon dictionary was repo-copied from 'tech' to 'freebsd'
...
to indicate that this is not a general dictionary of all technical
terms.
Requested by: sheldon
2002-04-01 00:51:34 +00:00
Dima Dorfman
ac03552b66
Fix braino: the example interface is fxp0, not ed0.
...
PR: 36471
Submitted by: John Nielsen <zoobie@bsdconspiracy.net>
2002-03-30 23:23:41 +00:00
Dima Dorfman
5320cc6b8c
Correct typo.
...
PR: 36544
Submitted by: dak@klemm.delta6.net
2002-03-30 23:19:18 +00:00
Hajimu UMEMOTO
f0654170d1
sendmail 8.12 doesn't require _FFR_UNSAFE_SASL anymore.
...
This is standard feature.
Submitted by: ru
2002-03-30 18:14:37 +00:00
Hajimu UMEMOTO
40a8850bd7
sendmail 8.12 claims against GroupReadableSASLFile.
...
Submitted by: mistral@imasy.or.jp
2002-03-30 17:53:10 +00:00
Josef Karthauser
7b8cfc5217
Install libusbhid, and use it instead of libusb.
...
MFC after: 6 days
2002-03-28 18:44:25 +00:00
Jens Schweikhardt
74c66edafa
Fix grammar and capitalization bogons.
...
MFC after: 1 day
2002-03-28 17:03:21 +00:00
Gregory Neil Shapiro
079f9ac4c7
Add an entry for sendmail_submit_flags.
2002-03-28 15:14:56 +00:00
Dima Dorfman
82d0caaef1
mdoc(7) police: remove whitespace at EOL.
2002-03-28 12:57:48 +00:00
Dima Dorfman
a254506ee5
Add mtx_pool(9) to the SEE ALSO section.
...
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
2002-03-28 12:51:06 +00:00
Dima Dorfman
aa43564a2c
Add a manual page for the mtx_pool_* routines.
...
PR: 36350
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Reviewed by: dillon
2002-03-28 12:50:17 +00:00
Gregory Neil Shapiro
4bfef13db0
Provide a way for users to completely prevent sendmail from trying to start
...
at boot time.
Instead of rc.conf's sendmail_enable only accepting YES or NO, it can now
also accept NONE. If set to NONE, none of the other sendmail related
startup items will be done.
Remove an extra queue running daemon might be started that wasn't necessary
(it didn't hurt anything but it wasn't needed).
The new logic is:
# MTA
if ${sendmail_enable} == NONE
# Do nothing
else if ${sendmail_enable} == YES
start sendmail with ${sendmail_flags}
else if ${sendmail_submit_enable} == YES
start sendmail with ${sendmail_submit_flags}
else if ${sendmail_outbound_enable} == YES
start sendmail with ${sendmail_outbound_flags}
endif
# MSP Queue Runner
if ${sendmail_enable} != NONE &&
[ -r /etc/mail/submit.cf] && ${sendmail_msp_queue_enable} == YES
start sendmail with ${sendmail_msp_queue_flags}
endif
Discussed with: Thomas Quinot <Thomas.Quinot@Cuivre.FR.EU.ORG>,
Christopher Schulte <schulte+freebsd@nospam.schulte.org>
MFC after: 1 week
2002-03-28 03:29:22 +00:00
Andrey A. Chernov
5941aef773
Fix 0x8b and 0x9b upper/lower mapping
2002-03-28 01:13:04 +00:00
Poul-Henning Kamp
27c747876e
First cut at a geom(4) manpage.
...
The mdoc markup and all spelling errors in this file are all legal game
for anyone with more doc-clue than me.
2002-03-27 09:58:14 +00:00
Murray Stokely
4ad8d4f520
Add drivers.conf.5 to the build.
2002-03-27 06:38:43 +00:00
Murray Stokely
228d430565
Capitalize mfsroot consistently.
...
Submitted by: dd
2002-03-27 06:38:25 +00:00
Ruslan Ermilov
9f1207d517
Install sys/security/lomac/*.h to /usr/include/security/lomac/.
...
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/.
PR: docs/29534
Install sys/netatm/*/*.h to /usr/include/netatm/*/.
Don't install compatibility symlinks for <machine/soundcard.h>
and <machine/joystick.h>. Three years is enough to be aware of
the change, and these weren't visible in the SHARED=symlinks
case.
Back out include/Makefile,v 1.160 that was a null change anyway
due to the bug in the path, and we now don't want to install
these headers because they would otherwise be invisible in the
SHARED=symlinks case.
Don't install IPFILTER headers. Userland utilities fetch them
directly, and they were not visible in the SHARED=symlinks case.
Resurrect SHARED=symlinks in Makefile.inc1.
PR: bin/28002
Prodded by: bde
MFC after: 2 weeks
2002-03-26 16:05:14 +00:00
Hellmuth Michaelis
ad019c021e
Update i4b documentation.
2002-03-26 15:14:58 +00:00
Murray Stokely
052ce5262c
Add a dictionary of technical terms.
...
This file contains FreeBSD/Unix lexicon that is used by the system
documentation. It makes a great ispell(1) personal dictionary to
supplement the standard English language dictionary, and can be used
to greatly reduce the number of false positives when spell checking
share/man/*, www/*, or doc/*
Discussed with: ru, obrien
MFC after: 2 weeks
2002-03-26 11:21:58 +00:00
Murray Stokely
6de4117882
Add drivers.conf(5) to the SEE ALSO section.
...
MFC after: 1 week
2002-03-26 10:46:03 +00:00
Murray Stokely
a58ab1d96d
A new man page describing the drivers.conf configuration file that
...
specifies which kernel options should be removed from the boot kernel
(kern.flp) and loaded as modules from the mfsroot.flp.
Reviewed by: ru, dd
2002-03-26 10:41:20 +00:00
Poul-Henning Kamp
42c159fe38
Modernize my email address.
2002-03-25 14:12:49 +00:00
David E. O'Brien
c05da6d338
'char *' can be a large entity now (on 64-bit platforms). Thus move it up
...
to make the example match the text requirements.
2002-03-24 17:02:16 +00:00
Alexander Leidinger
35e93d9bf9
Don't pretend to be a section 4 man page.
...
Approved by: joerg
2002-03-24 10:25:21 +00:00
Chad David
ffa2379289
Fixed bad wording/spelling in few paragraphs.
2002-03-24 00:31:38 +00:00
Nicolas Souchu
d0d27909aa
viapm is the driver for VIA SMBus controllers
2002-03-23 15:26:20 +00:00
Dag-Erling Smørgrav
fe9c2732d1
Actually install the moduli(5) man page.
2002-03-22 20:29:26 +00:00
Dag-Erling Smørgrav
8fd9852b57
Install static and profiled libraries with -C.
2002-03-22 20:28:16 +00:00
Peter Pentchev
10ddeb64d4
Install a sample /usr/share/examples/smbfs/dot.nsmbrc.
...
PR: 35649
Reported by: Johann Frisch <jerfa@yahoo.com>
Reviewed by: bp
Approved by: bp, silence on -doc
MFC after: 1 week
2002-03-22 09:20:32 +00:00
Sheldon Hearn
4e4d8aa678
Regen.
2002-03-22 09:08:54 +00:00
Dag-Erling Smørgrav
575abac10a
/etc/moduli -> /etc/ssh/moduli
2002-03-21 21:54:17 +00:00
Dag-Erling Smørgrav
99a0916ca1
This commit was generated by cvs2svn to compensate for changes in r92899,
...
which included commits to RCS files with non-trunk default branches.
2002-03-21 21:47:20 +00:00
Dag-Erling Smørgrav
323b03c5e9
Import OpenBSD's moduli(5) man page
2002-03-21 21:47:20 +00:00
Ruslan Ermilov
7a43a96ab0
Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217
...
with the NO_IPFILTER make.conf(5) knob.
(So that we can "make the-rest-of-the-world" again.)
2002-03-21 09:15:39 +00:00
Luigi Rizzo
afc743aebd
More details on how to write a crunch.conf file for PicoBSD,
...
and document the "import_files" option.
2002-03-21 03:15:47 +00:00
Ruslan Ermilov
bd42830f0f
Make lint(1) a cross-tool.
...
(See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong
with enabling build of lint libraries in rev. 1.12.)
This fixes cross-arch compiles (running binaries for a different arch
when generating lint.7 and lint libraries) and cross-branch compiles
(4.x -> 5.0 buildworld should be working again).
2002-03-20 18:25:50 +00:00
Archie Cobbs
b051f61562
Document support for 56-bit keys.
2002-03-20 18:16:18 +00:00
Ruslan Ermilov
ebba8a0edc
Install manpage for old -me macro package.
...
(me.7 has been repo-copied to orig_me.7.)
2002-03-20 16:26:35 +00:00
Ruslan Ermilov
60685ebe6d
Fix a typo.
2002-03-20 14:47:36 +00:00
Ruslan Ermilov
1caae05702
mdoc(7) police: tidy up.
2002-03-20 14:33:37 +00:00
Crist J. Clark
6ee2a895d6
Add a paragraph break I missed in my last update.
2002-03-20 09:39:37 +00:00
Bruce Evans
afabc4dfc2
Removed bogus env(1) commands. make(1) uses a real shell, so
...
"env name=value ... cmd ..." was just a pessimized way of doing
"name=value ... cmd ...". Note that make(1) can't optimize
either of these to an exec of env(1) or "cmd" even if the second
"..." is simple, since it can't tell that the shell metacharacter
in "name=value" is actually handled by env(1).
2002-03-19 06:11:43 +00:00
Ruslan Ermilov
a689555c72
mdoc(7) police: tidy up.
2002-03-18 16:52:32 +00:00
Ruslan Ermilov
21bb400da0
mdoc(7) police: tidy up.
2002-03-18 16:40:07 +00:00
Ruslan Ermilov
f831177dbd
mdoc(7) police: tidy up.
2002-03-18 16:29:26 +00:00
Ruslan Ermilov
241c7610c2
mdoc(7) police: tidy up.
2002-03-18 16:18:33 +00:00
Ruslan Ermilov
24fb82a7ad
Unobfuscate VLAN trunking description.
...
Reviewed by: luigi
2002-03-18 14:41:47 +00:00
Ruslan Ermilov
90305461e1
mdoc(7) police: tidy up.
2002-03-18 14:35:22 +00:00
Ruslan Ermilov
4e765b5129
mdoc(7) police: tidy up.
2002-03-18 13:52:30 +00:00
Ruslan Ermilov
708d714ed7
mdoc(7) police: tidy up.
2002-03-18 13:02:33 +00:00
Ruslan Ermilov
907fb800fd
Remove the confusing XXX that should have been deleted in revision 1.5.
2002-03-18 12:49:03 +00:00
Ruslan Ermilov
dbcc13f540
s/UNIX/FreeBSD/
2002-03-18 12:39:32 +00:00
Ruslan Ermilov
faf1a4f751
mdoc(7) police: macroize UNIX.
2002-03-18 12:38:33 +00:00
Ruslan Ermilov
d0f16f93db
mdoc(7) police: nits.
2002-03-18 12:34:41 +00:00
Ruslan Ermilov
802a4af8e8
mdoc(7) police: Re-apply fixes from revision 1.2 that got completely
...
backed out by revision 1.4. Fixed some more.
2002-03-18 12:25:33 +00:00
Ruslan Ermilov
b8fdc2f91e
mdoc(7) police: markup nit.
2002-03-18 12:10:45 +00:00
Ruslan Ermilov
b8523876ac
mdoc(7) police: tidy up.
2002-03-18 12:04:52 +00:00
Ruslan Ermilov
63856f9683
mdoc(7) police: pedantry.
2002-03-18 11:08:53 +00:00
Ruslan Ermilov
ef7e25bc75
mdoc(7) police: markup nit.
2002-03-18 11:03:57 +00:00
Ruslan Ermilov
b6acc60d91
mdoc(7) police: tidy up.
2002-03-18 10:59:58 +00:00
Ruslan Ermilov
c2f7105cd0
mdoc(7) police: fixed some wording, kill whitespace at EOL.
2002-03-18 10:52:09 +00:00
Ruslan Ermilov
2ca6ad76af
mdoc(7) police: macroize UNIX.
2002-03-18 10:43:49 +00:00
Ruslan Ermilov
6c19d127df
mdoc(7) police: tidy up.
2002-03-18 10:34:43 +00:00
Ruslan Ermilov
12868dc6bb
mdoc(7) police: nit.
2002-03-18 10:19:56 +00:00
Ruslan Ermilov
0412d17c69
mdoc(7) police: tidy up.
2002-03-18 10:07:22 +00:00
Ruslan Ermilov
bbb467cd9a
lint the previous lint commit.
...
Reviewed by: markm
2002-03-18 09:35:45 +00:00
Warner Losh
0af93efb4d
__MAKE_CONF?=/etc/make.conf
...
Use this where we are now using /etc/make.conf.
This allows people to override the current default of always including
/etc/make.conf. Setting __MAKE_CONF to /dev/null disables it
completely, while setting it to something else allows one to override
what is on the system. This can be desirable in situations where a
machine has many users and some of them want different defaults, or
defaults appropriate to cross building to be different than those for
normal building.
Not objected to by: arch@
2002-03-18 07:39:27 +00:00
Ruslan Ermilov
bb0848ddd5
mdoc(7) police: tidy up.
2002-03-17 15:02:20 +00:00
Murray Stokely
365a17c0f4
Spell analogous properly.
...
Found by: ispell(1)
2002-03-17 15:01:28 +00:00
Ruslan Ermilov
b615e3aa11
mdoc(7) police: tidy up.
2002-03-17 14:52:54 +00:00
Ruslan Ermilov
bc37fc267d
mdoc(7) police: fix a typo in rev. 1.36 and markup nit in rev. 1.37.
2002-03-17 13:14:14 +00:00
Ruslan Ermilov
0f3ac37e8a
mdoc(7) police: misc fixes.
2002-03-17 13:09:35 +00:00
Mark Murray
766f7d6e03
Allow "make lint" to mostly work. Our sources are very unclean WRT
...
lint, so this is turned off by default. Setting WANT_LINT will turn
on generation of lint libraries for /usr/libdata/lint/*.ln.
Reviewd by: silence in -audit.
2002-03-17 10:05:57 +00:00
Crist J. Clark
eb35eb2626
Add documentation for rc.early(8).
...
PR: misc/35992
MFC after: 3 days
2002-03-17 09:14:54 +00:00
Murray Stokely
eee69fccf9
* Document the 'floppies' target.
...
* Document the LOCAL_SCRIPT option.
* Document the NOPORTREADMES option.
* Be more specific in a comment.
* Be more specific about the ftp.1 and cdrom.1 targets.
* Clarify the usage of the CVSROOT variable.
* Clarify the usage of the NODOC variable.
Suggested by: matusita
2002-03-17 07:22:51 +00:00
Jens Schweikhardt
07baa40bd0
Typo: s/happenes/happens/
...
MFC after: 3 days
2002-03-16 18:20:44 +00:00
Jens Schweikhardt
eae023f0a6
Typo: s/frequencly/frequency/
...
MFC after: 3 days
2002-03-16 18:17:55 +00:00
Jens Schweikhardt
341229f512
Typo: s/dependant/dependent/
...
MFC after: 3 days
2002-03-16 18:12:49 +00:00
Jens Schweikhardt
559ff927b2
Typo: s/conjuction/conjunction/
2002-03-16 18:10:40 +00:00
Jens Schweikhardt
34309e4a6a
Typo: s/compatability/compatibility/
...
MFC after: 3 days
2002-03-16 18:09:35 +00:00
Jens Schweikhardt
46612f8261
Plural bogon: s/childs/children/
...
MFC after: 3 days
2002-03-16 18:07:07 +00:00
Jens Schweikhardt
1a6417ba86
Typo: s/avalable/available/
...
MFC after: 3 days
2002-03-16 18:02:30 +00:00
Jens Schweikhardt
f1d353ec65
Typo: s/authoritive/authoritative/
2002-03-16 18:00:44 +00:00
Jens Schweikhardt
e710ad3d0c
Typo: s/acknowlegement/acknowledgement/
2002-03-16 17:56:40 +00:00
Jens Schweikhardt
c86e69862f
Typo: s/Procotol/Protocol/
...
MFC after: 3 days
2002-03-16 17:47:32 +00:00
Jens Schweikhardt
129c0ad77a
Typo: s/Kensignton/Kensington/
...
MFC after: 3 days
2002-03-16 17:40:38 +00:00
Jens Schweikhardt
27bbb168b1
Typo: s/Hauppage/Hauppauge/
...
MFC after: 3 days
2002-03-16 17:34:29 +00:00
Jens Schweikhardt
f1a4969a04
Correctly capitalize MHz and GHz.
...
MFC after: 3 days
2002-03-16 17:31:46 +00:00
Jens Schweikhardt
9d0e429cbe
Typo; s/Filesytems/Filesystems/
...
MFC after: 3 days
2002-03-16 17:26:07 +00:00
Mark Murray
589622caaa
Document NO_PERL.
2002-03-16 15:14:41 +00:00
Murray Stokely
6f9ac6fee0
Markup fix. Use .Va instead of .Ev. No content changes.
2002-03-15 23:34:17 +00:00
Murray Stokely
b3a43ea37a
Add a description of the TARGET variable, and add more information
...
about the TARGET_ARCH variable. (1)
Add information about the DESTDIR variable.
Add more examples for cross-building.
(1) Submitted by: ru
MFC after: 3 days
2002-03-15 23:29:24 +00:00
David E. O'Brien
9722145f6f
Pass our idea of `CC' down to mkdep.
...
Tested on: sparc64
2002-03-15 18:43:59 +00:00
Ruslan Ermilov
2eff01c7e0
mdoc(7) police: Kill the (now extraneous) empty line. Previously,
...
.Bd erroneously defaulted to -compact mode in the SYNOPSIS section.
2002-03-15 12:04:49 +00:00
Murray Stokely
1bcf2f1a12
Even more markup / whitespace fixes:
...
* Use .Va instead of .Ev
* Remove a trailing whitespace at EOL.
* Quote some arguments.
Submitted by: ru
2002-03-15 09:23:21 +00:00
Luigi Rizzo
23519ffa51
Bunch of manpage fixes from Bruce Montague.
2002-03-15 09:02:26 +00:00
Luigi Rizzo
902e5bd188
Add comments to ME README.BOOTP README.TEMPLATING mentioning that
...
they contain stale information.
Remove files referring to the old diskless setup to avoid confusion.
2002-03-15 06:47:38 +00:00
Robert Watson
b45deeb2a5
NAI DBA update.
2002-03-14 21:58:58 +00:00
Jens Schweikhardt
ac20ab0d2d
Grammar bogon: s/structure a route/structure of a route/
...
MFC after: 3 days
2002-03-14 18:43:09 +00:00
Jens Schweikhardt
50dc00f1a2
Typo; s/lister/listener/
...
MFC after: 3 days
2002-03-14 18:34:46 +00:00
Murray Stokely
b82e53e2bd
Add an ENVIRONMENT section, and document TARGET_ARCH and NO_WERROR.
...
Add a cross-build example.
2002-03-14 09:38:24 +00:00
Murray Stokely
afb3369031
Various mdoc fixes.
...
Submitted by: ru
2002-03-14 04:21:50 +00:00
Giorgos Keramidas
7167868368
Fix syntax error.
2002-03-13 18:37:40 +00:00
Robert Watson
23ed9ff689
Document the "lomac_enable" rc.conf switch.
...
Reminded by: Makoto Matsushita <matusita@jp.FreeBSD.org>
2002-03-13 15:28:37 +00:00
Murray Stokely
994c71f0c8
* Simplify the synopsis.
...
* Remove trailing whitespace at EOL.
* Various grammar cleanups.
* Note that MAKE_ISOS is disabled by default.
* Use more descriptive mdoc markup.
* Use proper references for the online FDP documents.
Submitted by: dd
2002-03-13 09:54:31 +00:00
Murray Stokely
a54bda91f5
Reference release(7) in SEE ALSO.
2002-03-13 06:59:39 +00:00
Murray Stokely
de26e0ad7a
Add a makefile to document the release building process.
...
Specifically, this documents the available targets and relevant
environment variables for "make release". LOCAL_PATCHES,
RELEASEDISTFILES, RELEASENOUPDATE, etc.. are covered.
A future commit should add more information about drivers.conf,
boot_crunch.conf, and other less well-known aspects of the release
build.
Reviewed and history section added by: phk
2002-03-13 06:33:26 +00:00
Archie Cobbs
44a8ff315e
Add realloc() and reallocf(), and make free(NULL, ...) acceptable.
...
Reviewed by: alfred
2002-03-13 01:42:33 +00:00
Robert Watson
9ed55d1061
Add a bugs notice indicating that the SEESENT flag may behave incorrectly
...
on interfaces with hardware loopback, and point-to-point interfaces
(unclear why that is, may need to be tracked down).
2002-03-13 00:04:53 +00:00
Murray Stokely
2732c17015
This driver first appeared in FreeBSD 4.5, not 5.0.
2002-03-12 12:26:05 +00:00
Murray Stokely
5d3d0230e6
Point readers to the Porter's Handbook instead of the non-existant
...
"Porting Applications" section of the FreeBSD Handbook.
MFC After: 2 days
2002-03-12 09:45:29 +00:00
David E. O'Brien
ec5d7223f1
Consistently use $PICFLAG.
2002-03-12 01:18:07 +00:00
David E. O'Brien
e3ed55f892
Spell pic "PIC" for sparc64.
2002-03-12 01:14:19 +00:00
Maxim Konovalov
d378717e70
Add a bunch of functions.
...
PR: docs/32561
Reviewed by: deischen, ru
Approved by: ru
MFC after: 2 weeks
2002-03-11 10:45:18 +00:00
Crist J. Clark
1e1d598496
Don't protect savecore(8) from being run with a bad dumpdir
...
argument. Don't fail silently, but let savecore(8) make noise. It
won't behave badly, it doesn't need protection.
At the same time, allow the administrator to have dumpdev enabled
while dumpdir (savecore(8)) is disabled and document how to do it.
PR: conf/35725
2002-03-11 08:47:02 +00:00
Wolfram Schneider
a4e726f7c6
Added upcoming FreeBSD 4.6
2002-03-10 19:00:37 +00:00
Wolfram Schneider
64e70e56ab
FreeBSD 4.5 is releaseed "29 Jan 2002" (not 20 Jan)
...
PR: misc/35738
Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net>
2002-03-10 18:57:44 +00:00
Dima Dorfman
2f5f12f5a7
Link scbus(4) to scsi(4). Most of the other CAM devices have their
...
own manual pages, but this is better than nothing until someone writes
a real scbus(4).
PR: 35641
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-03-10 09:21:50 +00:00
Dima Dorfman
53710503e9
The chapter on kernel debugging is now in the Developers' Handbook.
...
Add a trailing slash to a URL while I'm here.
PR: 35637
Submitted by: Gary W. Swearingen <swear@blarg.net>, setantae@submonkey.net
2002-03-10 09:15:22 +00:00
Luigi Rizzo
95651ec70e
Forgot to update the date.
...
The manpage describes the latest batch of changes, and especially the
runtime config was totally different before.
2002-03-09 20:18:31 +00:00
Luigi Rizzo
27530a537c
Lots of updates on the install process, detailing how to
...
install PicoBSD on hard disks and CDROM images, and on the
bootstrap sequence and the places where you can customise
a PicoBSD image.
Now if some of the -doc guys want to put this stuff in a nice
handbook page, that would be extremely useful!
2002-03-09 20:16:06 +00:00
David E. O'Brien
5a236bc7d7
Add Cenatek Inc.'s ID.
2002-03-07 21:20:30 +00:00
Mike Barcroft
8a1791edf4
Create a manual to document the new kernel byte order conversion
...
functions.
Reviewed by: tmm
2002-03-06 01:53:35 +00:00
Alexey Zelkin
0aa35985b9
. Add support for making NLS links
...
. Target definitions tweaks
2002-03-04 12:27:00 +00:00
Alexey Zelkin
cf355fd5f9
Slightly relax requirements to set per-file variables
2002-03-04 10:59:37 +00:00
Alexey Zelkin
64d4875690
Add basic infrastructure for building and installing Message Catalogs (NLS Catalogs)
...
Idea obtained from: NetBSD
Reviewed by: silence at -hackers
2002-03-04 09:50:28 +00:00
Dima Dorfman
0db0f1925a
Document cru2x().
2002-03-03 03:27:28 +00:00
Dima Dorfman
00805a5267
Add information about {kerberos,kadmind}5_enable and change
...
{kerberos,kadmind}_enable to {kerberos,kadmind}4_enable to match
reality. Fix some mismatched parentheses while I'm here.
PR: 34982
Submitted by: Michel Oosterhof <m.oosterhof@xs4all.nl>
2002-03-03 02:02:33 +00:00
Mark Murray
7d6ad52aa0
Fix required includes in accordance with recent source fixes.
...
Submitted by: bde
2002-03-01 18:43:15 +00:00
Bruce A. Mah
fe7f645981
Fix typo: s/of/or/
...
PR: 35291
Submitted by: John Nielsen <zoobie@bsdconspiracy.net>
Tom Rhodes <darklogik@pittgoth.com>
2002-03-01 17:29:51 +00:00
Giorgos Keramidas
6057ffa65a
Fix typo.
...
PR: docs/35422
Submitted by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
2002-02-28 22:44:15 +00:00