Mike Heffner
69131e4050
Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. Improve
...
tilde-escapes documentation.
Mostly obtained from: NetBSD
2001-12-22 22:16:48 +00:00
Chris Costello
1fc841e3ab
Add in the new security documentation guidelines document.
...
Obtained from: NAI Labs CBOSS Project
Sponsored by: DARPA, NAI Labs
2001-12-22 22:07:02 +00:00
Robert Watson
7270230e88
o s/softupdates/it/ to reduce over-use of 'softupdates' in a single
...
paragraph.
2001-12-22 21:02:33 +00:00
Robert Watson
b2e2e310fd
o Softupdates is now enabled by default on non-root file systems. Update
...
language about softupdates to reference this fact, as well as slightly
moderate the "recommend Softupdates for use on all filesystems" to
"most filesystems" so as to be consistent with what sysinstall selects.
2001-12-22 21:01:07 +00:00
Robert Watson
60114b8024
o Most users will use sysinstall(8) for partition layout, rather than
...
disklabel(8), so add a reference to sysinstall(8).
2001-12-22 20:54:45 +00:00
Bosko Milekic
4878b75e6c
Move prototype of _mext_free to mbuf.h, where it belongs, because it is
...
used in MEXTFREE and needs to be in scope for external MEXTFREE users.
Pointed out by: Chad David <davidc@acns.ab.ca>
Confirmed by: bde
2001-12-22 20:09:08 +00:00
Mitsuru IWASAKI
c573e654b7
Add OS layer ACPI mutex and threading support.
...
- Temporary fix a bug of Intel ACPI CA core code.
- Add OS layer ACPI mutex support. This can be disabled by
specifying option ACPI_NO_SEMAPHORES.
- Add ACPI threading support. Now that we have a dedicate taskqueue for
ACPI tasks and more ACPI task threads can be created by specifying option
ACPI_MAX_THREADS.
- Change acpi_EvaluateIntoBuffer() behavior slightly to reuse given
caller's buffer unless AE_BUFFER_OVERFLOW occurs. Also CM battery's
evaluations were changed to use acpi_EvaluateIntoBuffer().
- Add new utility function acpi_ConvertBufferToInteger().
- Add simple locking for CM battery and temperature updating.
- Fix a minor problem on EC locking.
- Make the thermal zone polling rate to be changeable.
- Change minor things on AcpiOsSignal(); in ACPI_SIGNAL_FATAL case,
entering Debugger is easier to investigate the problem rather than panic.
2001-12-22 16:05:41 +00:00
Jun Kuriyama
1b3d626a13
Merge the changes in the English version.
2001-12-22 15:26:46 +00:00
Robert Watson
bcb3e22d61
o Expand on the definition of a sysctl, and add cross-references to
...
rc.conf and sysctl.conf.
MFC after: 3 days
2001-12-22 14:25:31 +00:00
Robert Watson
07f4b9740e
o Refer to hw.ata.wc as a 'loader tunable' rather than a 'kernel variable'
...
for consistency with the rest of the document. Since we've already
described the properties of loader tunables elsewhere, remove the
duplicate description of it being a boot-time property.
MFC after: 3 days
2001-12-22 14:21:20 +00:00
Robert Watson
d888f91feb
o Update tuning(7) to reflect auto-tuning of kern.maxusers in recent
...
versions of FreeBSD. This should be merged before 4.5-RELEASE, as this
functionality is present in 4.5-RELEASE.
MFC after: 3 days
2001-12-22 14:19:20 +00:00
Alfred Perlstein
a2d440dae0
declare locally used globals as static.
2001-12-22 12:35:03 +00:00
Jimmy Olgeni
95d5259efc
Add an entry for Eterm.
2001-12-22 11:13:42 +00:00
Gary Jennejohn
358969b6dd
Update my email address, forgot to do this before.
...
MFC after: 4 weeks
2001-12-22 10:08:48 +00:00
Gary Jennejohn
a5fad09996
Add the ifpi2 driver. Reminded by hm.
...
MFC after: 4 weeks
2001-12-22 09:59:56 +00:00
Gary Jennejohn
a7df5f1bd8
Add the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:47:46 +00:00
Gary Jennejohn
d40d5b1e57
Add a manpage for the ifpi2 driver.
...
MFC after: 4 weeks
2001-12-22 09:38:53 +00:00
Gary Jennejohn
bc336958bb
Add support for the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:38:24 +00:00
Gary Jennejohn
1823355cab
Add the ifpi2 driver.
...
MFC after: 4 weeks
2001-12-22 09:29:03 +00:00
Gary Jennejohn
dc16760bf7
Add support for the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:25:55 +00:00
Gary Jennejohn
c3e8386594
Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.
...
MFC after: 4 weeks
2001-12-22 09:22:02 +00:00
Alexey Zelkin
be9546c713
add LC_MESSAGES directory for uk_UA.ISO8859-5 locale
2001-12-22 06:56:12 +00:00
Daniel Eischen
2d170746c7
Use the real function address (instead of function address + 8) for the
...
return address when modifying a jmp_buf to create a new thread context.
Also set t12 with the return address.
This should fix libc_r on alpha.
With much detective work by: Bernd Walter <ticso@cicely.de>
2001-12-22 06:11:06 +00:00
Daniel Eischen
8572518672
Save and restore t12 in the jmp_buf. t12 is used during function
...
calls.
This change allows libc_r to create thread contexts with a different
stack and return address.
With much detective work by: Bernd Walter <ticso@cicely.de>
2001-12-22 06:06:17 +00:00
Mike Barcroft
ec55a6050d
Fix support for K&R C.
...
MFC after: 3 days
2001-12-22 05:18:37 +00:00
Chris Costello
67ea1c2412
Cross-reference acl.3, vaccess.9, and vaccess_acl_posix1e.9.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-22 03:46:33 +00:00
Chris Costello
12f96c9b6c
Add cross-references to vaccess(9) and vaccess_acl_posix1e(9).
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-22 03:20:24 +00:00
Sergey Babkin
41f1be05da
Added ability to do ">/dev/stdout". The apsfilter people are anxious
...
to get it MFCed in time for release 4.5.
MFC after: 2 weeks
2001-12-22 02:40:58 +00:00
Yoshihiro Takahashi
72e13bfb97
MFi386: revision 1.178
2001-12-22 01:35:44 +00:00
Yoshihiro Takahashi
f96a32ff7b
MFi386: revision 1.124
2001-12-22 01:34:09 +00:00
Yoshihiro Takahashi
57ceceeafb
Merged from sys/dev/syscons/syscons.c revision 1.377.
2001-12-22 01:32:32 +00:00
Yoshihiro Takahashi
5dcb00d324
cosmetic changes.
2001-12-22 01:30:19 +00:00
Yoshihiro Takahashi
9ed5d2934f
Merged from files.i386 revision 1.384.
...
Removed acpica entries.
2001-12-22 01:25:54 +00:00
Yoshihiro Takahashi
29f004b8aa
MFi386: revision 1.159
2001-12-22 00:48:39 +00:00
Yoshihiro Takahashi
5338594a2c
MFi386: revision 1.163
2001-12-22 00:42:10 +00:00
Yoshihiro Takahashi
f6145d9c69
MFi386: revision 1.179
2001-12-22 00:38:32 +00:00
Yoshihiro Takahashi
001f90205c
MFi386: revision 1.486
2001-12-22 00:35:49 +00:00
Pierre Beyssac
5a8c4e90b9
Fixes apparent hang at probe time due to an extremely long timeout
...
(experienced with an Opti931/ISA PnP card).
Approved by: cg
2001-12-21 23:26:55 +00:00
Cameron Grant
b83a42d36f
fix mmapped playback
...
remove dead debugging code
2001-12-21 22:34:01 +00:00
Thomas Moestl
7a60bd5c28
Use the new rman_reserve_resource_bound() function to get boundaries
...
for DVMA allocations right, instead of trying to kluge around it.
Use the correct tag to pass the dmamap unload call up to. Some minor
cleanups.
2001-12-21 22:00:52 +00:00
Thomas Moestl
01f1aed259
Use the new resource_list_print_type() function.
...
Pass the bus device to isa_init() (this is needed for the sparc64
version).
2001-12-21 21:54:56 +00:00
Thomas Moestl
b7c69fe442
Use the new resource_list_print_type() function to print resource list
...
contents, and the new __BUS_ACCESSOR macro to construct the accessor
functions.
2001-12-21 21:49:57 +00:00
Thomas Moestl
c93d0240c3
Move the PCI_ENABLE_IO_MODES option from conf/options.i386 to
...
conf/options.
2001-12-21 21:46:55 +00:00
Thomas Moestl
87b1520ae4
Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,
...
and a generic resource_list_print_type() function to print all resouces
of a certain type in a resource list.
Use ulmin()/ulmax() instead of min()/max() in two places to handle
u_longs correctly.
2001-12-21 21:45:09 +00:00
Thomas Moestl
13fb665772
Add a rman_reserve_resource_bound() function that takes an additional
...
argument specifying the boundary for the resource allocation.
Use ulmin()/ulmax() instead of min()/max() in some places to correctly
deal with the u_long resource range specifications.
2001-12-21 21:40:55 +00:00
Thomas Moestl
70527a680b
Add a workaround for quirky PCI devices that set the intpin register to
...
0, but use this mechanism to generate interrupts.
Preserve the child device when setting up and tearing down interrupts.
Some style nits.
2001-12-21 21:35:47 +00:00
Thomas Moestl
279367f3ce
Fix a bug that was indroduced while moving this code around (use the
...
correct length for ethernet addresses).
2001-12-21 21:31:44 +00:00
Thomas Moestl
caaed7acb7
Make the apb driver independent of the standard PCI bridge driver.
2001-12-21 21:28:54 +00:00
Thomas Moestl
7d1656b9fa
Add partial support for NFS_ROOT for sparc64 (only supported in in
...
connection with BOOTP_NFSROOT right now).
2001-12-21 21:27:01 +00:00
Robert Watson
4b4b1c0520
o Wording and spelling fixes for security menu description.
2001-12-21 19:59:15 +00:00