dougb
f858bb2ebb
Remove /usr/X11R6 from the path here too.
...
Reminded by: Niclas Zeising <niclas.zeising@gmail.com>
2007-05-29 22:07:57 +00:00
simokawa
7ffba8c9c2
Add LOADER_FIREWIRE_SUPPORT knob.
...
Requested by: ru
2007-05-29 15:19:55 +00:00
joel
6ad5b76067
Add AK4396 to the list of supported codecs.
2007-05-28 16:00:08 +00:00
joel
e08cd76db9
Document support for the following sound cards:
...
- AudioTrak Prodigy HD2
- AudioTrak Prodigy 7.1 XT
- ESI Juli@
Reminded by: brueffer
2007-05-28 15:57:22 +00:00
imp
77a43d515b
Improve both the PCI and PC Card descriptions of the RID.
2007-05-27 20:49:08 +00:00
imp
522efc6cb4
Add man pages for mmc (the mmc bus) and mmcsd (the memory card
...
implementation).
2007-05-27 05:01:19 +00:00
obrien
ae19feef0a
Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from the
...
compiler invocation. This is just to help get over the hump of people
tracking down bugs that may cross the GCC 4.2 upgrade.
It is envisioned that this option goes away after a suitable amount
of time.
2007-05-24 21:53:42 +00:00
yar
60ab7af625
Fix a formatting error: the list of control packets ends earlier.
2007-05-24 09:43:41 +00:00
jkim
5a606c9586
Remove BCM5704S specific tunable (hw.bge.fake_autoneg) and
...
auto-detect the condition.
2007-05-22 19:35:34 +00:00
brueffer
3a70a1c7a4
Fix typos.
2007-05-22 18:14:35 +00:00
mav
e8130fb9e7
Add support for setmode and settarget messages.
...
Approved by: glebius (mentor)
2007-05-22 12:23:39 +00:00
dds
9ed27d1038
Increase precision of time values in the process accounting
...
structure, while maintaining backward compatibility with legacy
file and record formats.
2007-05-22 06:51:38 +00:00
ru
85d6f8f56c
Fix markup.
2007-05-21 15:29:42 +00:00
ru
5ae2356887
Style: remove redundant parentheses.
2007-05-21 09:01:23 +00:00
cognet
f097220f19
GCC doesn't segfault anymore while building world with -mcpu=xscale, so use it.
2007-05-21 08:39:44 +00:00
wollman
569ef4c46b
MFV: tzdata2007f
...
PR: conf/109418
Requested by: edwin@
Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzdata2007f.tar.gz
MFC after: 1 week
2007-05-21 04:21:58 +00:00
wollman
9e0c66ac95
This commit was generated by cvs2svn to compensate for changes in r169808,
...
which included commits to RCS files with non-trunk default branches.
2007-05-21 04:15:32 +00:00
wollman
0814fab603
Long-delayed import of timezone database from Arthur Olson et al.
...
Timezone data changes in the following locations:
Antarctica
Bahamas
Chile (past timestamps only)
Cuba
Eritrea (Africa/Asmara renamed to Africa/Asmera)
Haiti
Honduras
Indonesia (past timestamps only)
Mongolia
New Zealand (future timestamps only)
Nunavut
Pulaski County, Indiana
Syria
Turkey
Turks & Caicos
Western Australia
Also: some city coordinates corrected.
PR: conf/109418
2007-05-21 04:15:32 +00:00
flz
9e72cd22f4
Add new x11-drivers category.
...
MFC after: 3 days
2007-05-19 21:29:26 +00:00
jhb
124d541ab4
Rename the macros for assertion flags passed to sx_assert() from SX_* to
...
SA_* to match mutexes and rwlocks. The old flags still exist for
backwards compatiblity.
Requested by: attilio
2007-05-19 21:26:05 +00:00
jhb
1b6732031f
Document sx_xholder().
2007-05-19 20:24:32 +00:00
jhb
f09057052a
Document SX_RECURSE flag.
2007-05-19 16:38:10 +00:00
kan
a7ed8c7d8a
Introduce WITHOUT_SSP option that allows users to exclude LGPLed
...
libssp from the build.
2007-05-19 04:42:59 +00:00
kan
925e7e54c5
Universally disable -Werror until src/ is in better shape for GCC 4.2.
...
There are new warnings that kill the build otherwise.
Disable pointer destination sign mismatch warning alltogether. Our tree
is in no shape to have that enabled yet.
2007-05-19 04:41:05 +00:00
mtm
6d5baaa091
o Implement the stop_boot subroutine [1]. This subroutine can be used by
...
scripts in rc.d to stop rc(8) from booting into multi-user mode when
a critical or severe error condition is encountered.
o Modify scripts in etc/rc.d that already implemented this functionality
independently.
o Document it.
[1] - This subroutine was implemented in FreeBSD in rc.d/fsck. I moved it
to rc.subr(8). Our version differs slightly in that it takes an
optional argument to stop the boot even if "autoboot" is not set.
Obtained from: NetBSD
MFC after: 2 weeks
2007-05-18 12:04:41 +00:00
deischen
3f4b466ef1
Regen
2007-05-17 05:13:05 +00:00
mav
fb7a9f1bb7
Text reformatting.
...
Approved by: glebius (mentor)
2007-05-16 12:00:22 +00:00
mav
0ee8884ca6
Add ng_car.4
...
Approved by: glebius (mentor)
2007-05-15 16:28:54 +00:00
mav
9e706cd017
A node that implements various traffic shaping and rate limiting algorithms.
...
Approved by: glebius (mentor)
2007-05-15 16:16:06 +00:00
kevlo
d2db4318e7
Update wlan_amrr supported to match the driver.
2007-05-14 03:42:11 +00:00
thompsa
9904d9b5ec
Link the defunct MUTEX_PROFILING option to LOCK_PROFILING.
2007-05-13 22:56:58 +00:00
deischen
bf3a79274d
Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.
...
Warning, after symbol versioning is enabled, going back is not easy
(use WITHOUT_SYMVER at your own risk).
Change the default thread library to libthr.
There most likely still needs to be a version bump for at least the
thread libraries. If necessary, this will happen later.
2007-05-13 14:12:40 +00:00
maxim
dd0b823351
o Add a script to check ntpd(8) state. Default is off.
...
PR: conf/112604
Submitted by: Oliver Fromme
MFC after: 1 month
2007-05-13 09:33:35 +00:00
pav
3d3739b1a4
Talk more about swap backing
...
PR: docs/78041 (inspired by)
Submitted by: Lars Kristiansen <lars+lister.freebsd@adventuras.no>
MFC after: 1 week
2007-05-12 15:33:18 +00:00
pav
36a46e2d9f
Remove cred argument, which was removed from code by phk two years ago
...
PR: docs/110200
Submitted by: Jamie Jones <jamie@bishopston.net>
MFC after: 1 week
2007-05-12 13:10:55 +00:00
brueffer
1766b236a5
Add missing .El.
...
Found by: man2hwnotes.pl
2007-05-12 06:41:41 +00:00
brueffer
ef87577b40
Add missing .El.
...
Found by: man2hwnotes.pl
2007-05-12 06:33:52 +00:00
brueffer
3785bba0c5
axe(4) supports altq now.
2007-05-12 05:59:15 +00:00
brueffer
937298488c
Connect hptiop(4) to the build. Only install hptmv(4) on i386 and amd64.
2007-05-11 22:53:09 +00:00
brueffer
ff16554f78
Manpage for the hptiop(4) driver. Could use a little more content.
2007-05-11 22:52:19 +00:00
ache
86d7bf329b
Use dummy definitions for codeset 3 and 4 like in ko_KR.eucKR.src
...
PR: 51085
Submitted by: Yamazaki Atsushi <ats@mbi.nifty.com>
2007-05-09 21:34:51 +00:00
brueffer
56622eb054
Add some newly supported controllers.
2007-05-09 20:05:43 +00:00
yar
987f730185
tl(4) appears to support long frames.
...
Tested by: Peter Jeremy <peterjeremy at optushome dot com dot au>
2007-05-09 09:02:11 +00:00
brueffer
88ff56465c
Add rum(4).
2007-05-09 05:18:04 +00:00
brueffer
a9b6a09c31
Bump date for previous commit, also new sentence -> new line.
2007-05-09 05:05:50 +00:00
maxim
1b8de9281a
o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices.
...
PR: usb/95803
Submitted by: Jindrich Fucik
Tested by: R.Mahmatkhanov
MFC after: 2 weeks
2007-05-08 18:51:40 +00:00
yar
b7225868f9
Add .Li mark-up to Hesiod, NIS, and nsswitch keywords so that they stand out
...
when the manpage is read via an advanced output device.
2007-05-08 11:00:07 +00:00
yar
bf4da1382a
Add nsswitch.conf(5) xref to SEE ALSO as it's mentioned in the text.
2007-05-08 10:48:01 +00:00
yar
c146463c44
Mark up text consistently.
2007-05-08 10:45:28 +00:00
yar
c3fd6e67d1
Document the current practice of locking and disabling accounts
...
through passwd(5).
2007-05-08 10:22:45 +00:00