summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | o sysctl.conf cannot be used to set sysctls that are present inrwatson2001-12-241-8/+10
| | | | | | | | | | | | | | | | | | unloaded kernel modules. Remove the example linux compat sysctls because they break if the linux emulator is loaded as a module, rather than compiled in. Add a BUGS entry indicating as much. Reported by: jack <jack@germanium.xtalwind.net> MFC after: 3 days
* | Document MODULES_OVERRIDE.ru2001-12-242-0/+5
| | | | | | | | | | PR: docs/32560 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* | Add -mcmodel=medlow to COPTS. This is needed to build working kernels.tmm2001-12-241-0/+3
| |
* | Back out recent replacement of LC_MESSAGES file with directory.phantom2001-12-244-183/+24
| | | | | | | | Requested by: ache
* | MFV: FreeBSD 4.4, FreeBSD 4.5, NetBSD 1.6, POSIX.1-2001.ru2001-12-243-8/+5
| |
* | Add note about __stdoutp to the compat stuff.imp2001-12-241-0/+1
| | | | | | | | Submitted by: ru
* | Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)kuriyama2001-12-241-1/+1
| | | | | | | | | | | | | | in fxp_stop(). Reference: http://www.freebsd.org/cgi/mid.cgi?id=7md718f0qo.wl@waterblue.imgsrc.co.jp Submitted by: Keiichi SHIMA <keiichi@iij.ad.jp>
* | Argh...save buffer before committing. NO_WERROR takes a value ofmikeh2001-12-241-1/+1
| | | | | | | | 'yes', not 2.
* | WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier.mikeh2001-12-242-12/+15
| | | | | | | | PR: bin/32567
* | Fix typo first, then controvert.tanimura2001-12-241-1/+1
| |
* | Specify the full path to mktempjedgar2001-12-231-1/+1
| |
* | On the first day of Christmas bde gave to me:bmilekic2001-12-232-220/+200
| | | | | | | | | | | | | | | | A [hopefully] conforming style(9) revamp of mb_alloc and related code. (This was possible due to bde's remarkable patience.) Submitted by: (in large part) bde Reviewed by: (the other part) bde
* | Sort the disknames when we get them from the kernel.phk2001-12-231-10/+23
| | | | | | | | Submitted by: <anarcat@anarcat.dyndns.org>
* | Merge the changes in the English version (1.149 -> 1.155).kuriyama2001-12-231-53/+145
| |
* | Fix CRITICAL_FORK so that it compiles.dfr2001-12-231-1/+1
| |
* | make mmapped vchans workcg2001-12-231-0/+2
| |
* | The previous fix caused cp to emit spurious warnings under somemckay2001-12-231-22/+26
| | | | | | | | | | | | | | circumstances. This is a reworked version of the same fix, that does not have this defect, and which fixes some style bugs at the same time. Bug reported and fix reviewed by: bde
* | Newer versions of gcc have a bug where switch statements with onlyjake2001-12-231-9/+1
| | | | | | | | | | a default: label cause a segmentation fault. So just return EINVAL from sysarch.
* | - Add a file for machine dependant loader metdata types. Include this injake2001-12-233-6/+41
| | | | | | | | | | machdep.c. - Adapt to critical_* changes.
* | Define our own version of abs now that we compile with -ffreestanding byjake2001-12-231-0/+2
| | | | | | | | default.
* | Fix comment.mikeh2001-12-231-1/+1
| |
* | 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
OpenPOWER on IntegriCloud