summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Back out an inappropriate backout. If Anyone wants to set the FIFOdillon2001-12-231-1/+6
| | | | | | | | | | | | level that high they should first fix the problems with the system that cause silo overflows. It is far more important for the serial device to work.
* | Backed out previous unapproved commit.bde2001-12-231-6/+1
| |
* | This problem has been in the serial driver for years, and I occassionallydillon2001-12-231-1/+6
| | | | | | | | | | | | | | | | see people trip over it. Do not set the FIFO trigger to just before it would otherwise overflow. Give it a little more slop so characters aren't lost if the interrupt is delayed by other system activities. MFC maybe: 7 days
* | o Change the layout of the tagged lists to be like those in acl(3).chris2001-12-231-3/+12
| | | | | | | | | | | | | | | | o Document the following capabilities: CAP_NET_ADMIN, CAP_SYS_RAWIO, CAP_SYS_ADMIN, and CAP_SYS_TTY_CONFIG. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. Improvemikeh2001-12-223-27/+138
| | | | | | | | | | | | tilde-escapes documentation. Mostly obtained from: NetBSD
* | Add in the new security documentation guidelines document.chris2001-12-223-1/+537
| | | | | | | | | | Obtained from: NAI Labs CBOSS Project Sponsored by: DARPA, NAI Labs
* | o s/softupdates/it/ to reduce over-use of 'softupdates' in a singlerwatson2001-12-221-1/+1
| | | | | | | | paragraph.
* | o Softupdates is now enabled by default on non-root file systems. Updaterwatson2001-12-221-5/+9
| | | | | | | | | | | | 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.
* | o Most users will use sysinstall(8) for partition layout, rather thanrwatson2001-12-221-0/+3
| | | | | | | | disklabel(8), so add a reference to sysinstall(8).
* | Move prototype of _mext_free to mbuf.h, where it belongs, because it isbmilekic2001-12-222-1/+1
| | | | | | | | | | | | | | 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
* | Add OS layer ACPI mutex and threading support.iwasaki2001-12-2212-119/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | Merge the changes in the English version.kuriyama2001-12-224-13/+19
| |
* | o Expand on the definition of a sysctl, and add cross-references torwatson2001-12-221-5/+14
| | | | | | | | | | | | rc.conf and sysctl.conf. MFC after: 3 days
* | o Refer to hw.ata.wc as a 'loader tunable' rather than a 'kernel variable'rwatson2001-12-221-9/+3
| | | | | | | | | | | | | | | | 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
* | o Update tuning(7) to reflect auto-tuning of kern.maxusers in recentrwatson2001-12-221-13/+21
| | | | | | | | | | | | | | versions of FreeBSD. This should be merged before 4.5-RELEASE, as this functionality is present in 4.5-RELEASE. MFC after: 3 days
* | declare locally used globals as static.alfred2001-12-221-3/+3
| |
* | Add an entry for Eterm.olgeni2001-12-221-0/+21
| |
* | Update my email address, forgot to do this before.gj2001-12-221-1/+1
| | | | | | | | MFC after: 4 weeks
* | Add the ifpi2 driver. Reminded by hm.gj2001-12-221-0/+3
| | | | | | | | MFC after: 4 weeks
* | Add the AVM Fritz!Card PCI version 2 controller.gj2001-12-222-0/+5
| | | | | | | | MFC after: 4 weeks
* | Add a manpage for the ifpi2 driver.gj2001-12-222-1/+65
| | | | | | | | MFC after: 4 weeks
* | Add support for the AVM Fritz!Card PCI version 2 controller.gj2001-12-221-0/+1
| | | | | | | | MFC after: 4 weeks
* | Add the ifpi2 driver.gj2001-12-223-1/+24
| | | | | | | | MFC after: 4 weeks
* | Add support for the AVM Fritz!Card PCI version 2 controller.gj2001-12-222-4/+8
| | | | | | | | MFC after: 4 weeks
* | Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.gj2001-12-228-0/+3452
| | | | | | | | MFC after: 4 weeks
* | add LC_MESSAGES directory for uk_UA.ISO8859-5 localephantom2001-12-221-0/+2
| |
* | Use the real function address (instead of function address + 8) for thedeischen2001-12-223-6/+6
| | | | | | | | | | | | | | | | | | 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>
* | Save and restore t12 in the jmp_buf. t12 is used during functiondeischen2001-12-222-0/+3
| | | | | | | | | | | | | | | | | | 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>
* | Fix support for K&R C.mike2001-12-222-2/+3
| | | | | | | | MFC after: 3 days
* | Cross-reference acl.3, vaccess.9, and vaccess_acl_posix1e.9.chris2001-12-221-0/+3
| | | | | | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | Add cross-references to vaccess(9) and vaccess_acl_posix1e(9).chris2001-12-221-0/+2
| | | | | | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | Added ability to do ">/dev/stdout". The apsfilter people are anxiousbabkin2001-12-221-3/+1
| | | | | | | | | | | | to get it MFCed in time for release 4.5. MFC after: 2 weeks
* | MFi386: revision 1.178nyan2001-12-223-21/+12
| |
* | MFi386: revision 1.124nyan2001-12-221-2/+96
| |
* | Merged from sys/dev/syscons/syscons.c revision 1.377.nyan2001-12-221-12/+4
| |
* | cosmetic changes.nyan2001-12-222-44/+40
| |
* | Merged from files.i386 revision 1.384.nyan2001-12-221-8/+3
| | | | | | | | Removed acpica entries.
* | MFi386: revision 1.159nyan2001-12-221-0/+1
| |
* | MFi386: revision 1.163nyan2001-12-221-2/+0
| |
* | MFi386: revision 1.179nyan2001-12-223-0/+30
| |
* | MFi386: revision 1.486nyan2001-12-222-6/+4
| |
* | Fixes apparent hang at probe time due to an extremely long timeoutpb2001-12-211-1/+1
| | | | | | | | | | | | (experienced with an Opti931/ISA PnP card). Approved by: cg
* | fix mmapped playbackcg2001-12-211-7/+6
| | | | | | | | remove dead debugging code
* | Use the new rman_reserve_resource_bound() function to get boundariestmm2001-12-211-40/+7
| | | | | | | | | | | | 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.
* | Use the new resource_list_print_type() function.tmm2001-12-216-45/+10
| | | | | | | | | | Pass the bus device to isa_init() (this is needed for the sparc64 version).
* | Use the new resource_list_print_type() function to print resource listtmm2001-12-212-48/+5
| | | | | | | | | | contents, and the new __BUS_ACCESSOR macro to construct the accessor functions.
* | Move the PCI_ENABLE_IO_MODES option from conf/options.i386 totmm2001-12-212-2/+1
| | | | | | | | conf/options.
* | Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,tmm2001-12-212-2/+58
| | | | | | | | | | | | | | 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.
* | Add a rman_reserve_resource_bound() function that takes an additionaltmm2001-12-212-11/+38
| | | | | | | | | | | | 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.
* | Add a workaround for quirky PCI devices that set the intpin register totmm2001-12-211-20/+66
| | | | | | | | | | | | 0, but use this mechanism to generate interrupts. Preserve the child device when setting up and tearing down interrupts. Some style nits.
OpenPOWER on IntegriCloud