ru
72ee9a6204
Install precious shared libraries with -S.
...
Prodded by: Xin LI
2004-10-01 07:57:02 +00:00
dougb
1a76662486
Update descriptions of named-related knobs.
2004-09-30 20:38:30 +00:00
philip
bb789614a3
Document the Synaptics tunable. While I'm here, also mention the
...
synapticshw_t structure and the MOUSE_SYN_GETHWINFO ioctl() which
reads it.
MT5 candidate
Approved by: njl
2004-09-30 06:18:29 +00:00
trhodes
dfef75a23f
Document the latest changes to src/etc/defaults/rc.conf.
...
Bump document date.
2004-09-29 07:08:52 +00:00
brooks
dd824cc52f
Update the list of files involved in diskless booting.
...
Reminded by: pjd
2004-09-29 05:28:48 +00:00
mlaier
b65eae4c19
Add an additional struct inpcb * argument to pfil(9) in order to enable
...
passing along socket information. This is required to work around a LOR with
the socket code which results in an easy reproducible hard lockup with
debug.mpsafenet=1. This commit does *not* fix the LOR, but enables us to do
so later. The missing piece is to turn the filter locking into a leaf lock
and will follow in a seperate (later) commit.
This will hopefully be MT5'ed in order to fix the problem for RELENG_5 in
forseeable future.
Suggested by: rwatson
A lot of work by: csjp (he'd be even more helpful w/o mentor-reviews ;)
Reviewed by: rwatson, csjp
Tested by: -pf, -ipfw, LINT, csjp and myself
MFC after: 3 days
LOR IDs: 14 - 17 (not fixed yet)
2004-09-29 04:54:33 +00:00
jmg
49fe0299db
document the limit on jumbo frame size..
...
MFC after: 5 days
2004-09-28 18:24:19 +00:00
dougb
fc66d174a3
1. Add much finer granularity to the NO_BIND knobs with the addition of:
...
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS.
2. Make creation of directories in /usr/include that are only needed
in the WITH_BIND_LIBS case conditional.
Reviewed by: ru, des
2004-09-27 08:23:43 +00:00
alc
3d41573e73
Add cross references to vm_map_entry_resize_free.9.
...
Submitted by: Mark W. Krentel
2004-09-27 05:44:28 +00:00
alc
8942d192a1
Document the O(log n) algorithm for finding free space.
...
Submitted by: Mark W. Krentel
2004-09-27 04:22:41 +00:00
alc
b230b77b19
Document the flags field.
...
Submitted by: Mark W. Krentel
2004-09-27 03:59:36 +00:00
simon
60eb71a7d2
- Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
- Update some text to fit better now that this driver support
multiple different device types.
MFC after: 3 days
2004-09-26 19:03:45 +00:00
simon
993e5f13db
Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
MFC after: 3 days
2004-09-26 13:38:38 +00:00
ru
63fa21b0ae
Get rid of obsolete MAN[0-9] syntax.
2004-09-26 09:25:03 +00:00
des
9f5e8e5632
Bump document date.
2004-09-25 11:43:08 +00:00
dougb
775a090407
Ruslan teaches me yet another useful fact. "Please sort these lexically"
...
does NOT mean in Unix-caps-first order.
2004-09-25 09:11:39 +00:00
dougb
45457fa40b
Install the documentation for bind9, and remove the /usr/share/doc/bind
...
directory from mtree while we're at it.
Help, advice, and code from: ru, des
2004-09-25 00:42:38 +00:00
trhodes
632ac71095
Fix build in the !NOATM case by using the begemot library in place of
...
using libisc which was a part of BIND8.
Discussed with: des, re, dougb
Submitted by: harti (one part)
Reviewed by: harti (previous version)
2004-09-24 22:10:34 +00:00
blackend
6b1a765834
Remove a duplicated word.
...
Submitted by: Pawel Worach <pawel.worach@telia.com>
2004-09-24 20:09:44 +00:00
joerg
a4ba66f4df
Document that kthread_exit()ing will cause a wakeup(9) on the thread
...
handle.
MFC after: 1 week
2004-09-24 19:58:47 +00:00
dougb
389acf125b
Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS
...
to match how similar syntax is used in the ports system. Thanks to kris
for pointing out my mistake here.
Install the lwres library unless the user defines NO_BIND, or the new
knob, NO_BIND_LIBS_LWRES. There is at least one potential customer
for this library in the wings. Thanks to nectar for the reminder.
2004-09-24 18:42:05 +00:00
dougb
f0da78ba22
Break the NO_BIND knob out from the pack, and begin documenting
...
the finer granularity for the various BIND features.
2004-09-24 13:51:31 +00:00
ru
03cf2e6303
Don't expose BIND libraries and their headers to the public by default,
...
but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib
and /usr/include. Rumors are that this may be useful at a later point,
let's see.
What this really means is that all BIND libraries are now internal to
buildworld (by default, unless WANT_BIND_LIBS is defined), and linked
statically into various BIND executables.
While here, removed redundant -I's from CFLAGS in lib/bind makefiles.
Sponsored by: des
OK'ed by: dougb
2004-09-24 13:42:00 +00:00
ache
a67be8b6be
es_ES monetdef changed from spanish Ptas. to Euro without
...
switching to cents
PR: 67549
Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
2004-09-24 07:48:05 +00:00
cognet
c633cdf68b
Add CPUCFLAGS for the strongarm and xscale CPUs.
2004-09-23 22:59:31 +00:00
brooks
78ea3f4710
Backout the hack to install mtree, newsyslog, and touch in the cloned
...
root in the previous commit. We'll fix /etc/rc.d/var directly (someday).
2004-09-23 21:17:31 +00:00
brooks
bb7a8c6ea2
Hack around the fact that the current diskless scripts require some
...
binaries in /usr before /usr is mounted by copying those files to the
root.
Stop making devices. devfs is manditory.
2004-09-23 15:52:42 +00:00
ru
a5b75e6c38
- Wrapped BIND 9 libraries defines into !defined(NO_BIND).
...
- Added forgotten LIBLWRES to fix missing dependencies
revealed by "make checkdpadd".
2004-09-23 07:13:36 +00:00
jkoshy
e73862471d
Add a knob 'daily_status_security_diff_flags' controlling the
...
format of the 'diff' output generated during periodic(8) scripts.
Submitted by: keramida (script changes)
Reviewed by: keramida (man page changes)
2004-09-23 02:00:52 +00:00
des
a4c12f8006
Switch from BIND 8 to BIND 9.
...
Submitted by: (in part) dougb@, trhodes@
Reviewed by: dougb@, trhodes@, re@
MFC after: 5 days
2004-09-21 19:01:48 +00:00
simon
d1a859cac3
Add the sound device to the synopsis.
...
Noticed by: ru
2004-09-21 07:01:32 +00:00
pjd
a9e73707f3
- Month and weekday names should begin with lowercase latter.
...
- First part of long month names should use genitive.
- Use more proper shortcuts, leaving the first 3 letters is not always
correct.
Submitted by: Bodek <bodek@blurp.org>
2004-09-20 23:56:43 +00:00
simon
be574e8958
Connect snd_ess(4) to the build.
2004-09-20 20:21:47 +00:00
simon
2e09844a2e
Add manual page for snd_ess(4).
...
Submitted by: Atte Peltomaki <koston@iki.fi>
MFC after: 3 days
2004-09-20 20:05:26 +00:00
des
c43fdf6700
Document the AUTO setting for dumpdev.
...
MFC after: 4 weeks
2004-09-20 17:49:57 +00:00
simon
2993d4cdf2
Add Sitecom LN-029 to list of supported devices.
2004-09-19 19:55:48 +00:00
ru
869702f330
Sort MAN and MLINKS in dictionary order ignoring case.
2004-09-19 06:11:45 +00:00
ru
31f87648dd
The checksum code has been fixed; reflect this is a manpage.
2004-09-19 05:42:04 +00:00
ru
2eb7fbe132
Sort MAN and MLINKS in dictionary order ignoring case.
2004-09-19 05:17:21 +00:00
jmg
6f1c2bbd6e
add MLINKs for the mbuf.9 man page..
...
MFC after: 3 days
2004-09-18 19:04:24 +00:00
brueffer
6341e8a709
Re-formulate the first sentence for better readability
...
MFC after: 3 days
2004-09-18 12:33:01 +00:00
glebius
7658f775cf
- properly capitalize NetFlow
...
- small grammar fix
Submitted by: ru
2004-09-17 20:09:59 +00:00
glebius
5d62ba86f5
A man page for Netflow node.
...
English lessons by: julian
mdoc(7) lessons by: ru
Approved by: julian (mentor)
2004-09-17 19:30:39 +00:00
dds
ab5f86aa56
Fix typo.
...
MFC after: 2 days
2004-09-17 14:53:46 +00:00
brooks
55525729a1
Bring kernel time variable and access function docs up to date by
...
updating the list of variables and mentioning the bin(up)time functions.
2004-09-17 07:24:18 +00:00
brooks
71fbe6ccac
Document the struct if_data members ifi_datalen, ifi_epoch, and
...
ifi_link_state.
Reminded by: ru
2004-09-17 06:49:43 +00:00
simon
eac60ee384
Bump document date forgotten in last commit.
2004-09-16 22:26:45 +00:00
brueffer
bc5c118b8e
- add a HARDWARE section based on the hardware notes
...
- capitalize Ethernet
- minor fixes
MFC after: 3 days
2004-09-16 20:33:32 +00:00
brueffer
2c00b4414f
Adaptec ANA-6944/TX is supported
...
MFC after: 3 days
2004-09-16 20:29:19 +00:00
brueffer
0719fee61b
Add missing comma
...
Submitted by: ceri
MFC after: 3 days
2004-09-16 18:46:21 +00:00