summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not print kernel debugging on console. In case of serial consoleglebius2005-02-221-1/+1
* Use the new LST_FOREACH macro throughout the file and replace calls toharti2005-02-221-70/+20
* Invent the LST_FOREACH macro for looping through a list. In contrastharti2005-02-221-0/+4
* In in_pcbconnect_setup() jailed sockets are treated specially: if localglebius2005-02-221-0/+5
* In in_pcbconnect_setup() remove a check that route points atglebius2005-02-221-4/+2
* Increase the maximum to wait for a transition from 1 to 10 ms. In somenjl2005-02-221-4/+16
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-224-0/+12
* MFp4: Optimize in/out macros. Cache the handle and tag in softc andimp2005-02-222-44/+34
* Do not fail to initialize callouts (on SMP only) -- it leads to crashing.green2005-02-221-3/+4
* Minor optimization of calling enable_16bit. We always have to call itimp2005-02-221-7/+2
* MFS5: Minor style(9) tweak.delphij2005-02-221-1/+1
* remove dead codesam2005-02-221-2/+0
* Set the start of the cooling time later on, when we're actually performingnjl2005-02-221-2/+2
* New release notes: SysV IPC objects with MAC support, auxio(4), pcii,bmah2005-02-222-0/+100
* Since the GPE handler is directly called by ACPI-CA and it may have unknownnjl2005-02-211-3/+8
* In the current world order, solisten() implements the state transition ofrwatson2005-02-2111-60/+143
* Fixed compilation warnings.ru2005-02-211-1/+2
* MFR4_11: SA-04:16.fetch (+MFC), SA-04:17.procfs (+MFC).bmah2005-02-212-2/+70
* New release notes: MemGuard, psm(4) improved Synaptics Touchpadbmah2005-02-212-12/+146
* Bump __FreeBSD_version for vswprintf(3) fix. Some ports depend on it.fjoe2005-02-211-1/+1
* Fix EOVERFLOW detection in vswprintf(3)fjoe2005-02-211-4/+5
* Use hardware instructions for sqrt() and sqrtf().das2005-02-213-0/+69
* Use double arithmetic instead of simulating it with two floats. Thisdas2005-02-211-13/+8
* Only send packet to bpf if we are committed to send it. Previously it wasmlaier2005-02-211-6/+10
* Fix a terrible braino in pfi_maybe_destroy() and unbreak "$pfctl -Fall" withmlaier2005-02-211-2/+5
* Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. Itmlaier2005-02-212-1/+9
* New release notes:hrs2005-02-212-6/+48
* Remove the i387 versions of atan(), atan2(), and atan2f().das2005-02-214-106/+3
* Fix an overflow when calculating the number of kilobytes from theps2005-02-212-2/+2
* When aborting a UNIX domain socket bind() because VOP_CREATE() failed,rwatson2005-02-211-1/+3
* Style: fix indendation to be 8 and use tabulators. Fix lines longer thanharti2005-02-211-693/+717
* Document the terabyte "-s" parameter in the usage string.mr2005-02-211-1/+2
* Forgot to set *freePtr to FALSE in another place.harti2005-02-211-0/+1
* Fix a bug in handling archive members: when a member was not foundharti2005-02-211-15/+11
* Minor style(9)isms.imp2005-02-211-40/+32
* - Remove dead code.scottl2005-02-211-3/+2
* Check for BIOS version 3.0 as well as 3.1.scottl2005-02-211-1/+1
* Reference a pointer correctly when copying to it's location.scottl2005-02-211-1/+1
* Check the correct periph pointer after search for it.scottl2005-02-201-1/+1
* Protect against trying to free a non-existant peripheral.scottl2005-02-201-0/+4
* Don't attach ichss if est is present. On systems that seem to support both,njl2005-02-201-2/+6
* style(9)-ize function headers, remove use of 'register'.rwatson2005-02-201-59/+30
* Restore r1.2 change to use TARGET_ARCH.kan2005-02-201-1/+1
* Remove VFS_START(). Its original purpose involved the mfs filesystem,das2005-02-204-21/+1
* Replace the workaround for a deadlock bug in Coda with a differentdas2005-02-204-32/+8
* Attempt to make kgdb little more useful and easy to use. Properly initializekan2005-02-2010-25/+218
* Remove i387 versions of asin() and acos(). Although the hardwaredas2005-02-203-112/+1
* Remove the float versions of the i387 trig functions obtained fromdas2005-02-204-48/+2
* New release notes: cpufreq(4), uaudio(4) improvements, GENERIC SCSIbmah2005-02-202-10/+58
* Add a simple regression test for stream UNIX domain sockets and therwatson2005-02-202-0/+325
OpenPOWER on IntegriCloud