summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Fix whitespace bug introduced in the previous commit.sobomax2004-08-232-24/+8
* o Extend boot output: print out mimimum/maximum performance value and numbersobomax2004-08-232-2/+38
* Make this compile again in the standalone and the MODULES_WITH_WORLDimp2004-08-231-1/+5
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-238-1328/+0
* Temporarily back out r1.74 as it seems to cause a number of regressionskan2004-08-231-12/+5
* Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can onlymux2004-08-221-1/+1
* Style update: use newer style function prototypes in if_sl.c inrwatson2004-08-221-38/+15
* Move the cow field between wire_count and hold_count. This is themarcel2004-08-221-1/+1
* When creating a new md, wait for geom's event queue to become emptycperciva2004-08-221-0/+1
* The new contigmalloc code is exposing a lot of misuses of busdma memorygreen2004-08-221-21/+15
* Implement the possibility to remove drives.le2004-08-221-0/+90
* Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel.mlaier2004-08-221-13/+14
* Implementation of 'verify reading' algorithm, which uses parity data forpjd2004-08-223-18/+163
* Workaround devices that responds with registers as *both* master & slave,sos2004-08-221-2/+10
* Use securelevel_gt instead of reading global securelevel unprotected.mlaier2004-08-221-0/+5
* opt_agp.h is not required anymore.nyan2004-08-221-1/+1
* MFi386: revision 1.215.nyan2004-08-221-3/+0
* Merged from sys/dev/fdc/fdc.c revision 1.283.nyan2004-08-222-8/+0
* Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to bootrwatson2004-08-221-0/+1
* Don't need to assert Giant in fw_output(), only in the firewire startrwatson2004-08-221-2/+0
* In the PCI error interrupt handler, specify the width of the PCI configurationgibbs2004-08-221-6/+7
* Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not thegibbs2004-08-221-3/+3
* Add forgotten format specifier in a KASSERT and shut up the compiler.le2004-08-221-1/+2
* Trim EOL white spaces.maxim2004-08-221-5/+4
* Check a return code from read(2) correctly.maxim2004-08-221-1/+1
* Part 2 of fixing the boot code: gcc 3.4 fixes.marcel2004-08-222-2/+2
* diff reduction for upcoming patch. Use a macro that masksjulian2004-08-221-8/+9
* Add support for Intel E7205 AGP.anholt2004-08-222-0/+12
* Currently, if the secure level is low enough, system flags cancsjp2004-08-221-1/+1
* When sliding the m_data pointer forward, update m_pktrhdr.len as wellrwatson2004-08-221-1/+3
* Part 1 of fixing the boot code: binutils 2.15 fixes.marcel2004-08-222-1/+202
* In the previous revision, I failed to condition an early release of Giantalc2004-08-221-1/+2
* If a tunable for the routing socket netisr queue max is defined, allow itrwatson2004-08-211-1/+3
* Allow the size of the routing socket netisr queue to be configured usingrwatson2004-08-211-1/+6
* Add version history.pjd2004-08-211-0/+5
* Allow mac_bsdextended(4) to log failed attempts to syslog's AUTHPRIVtrhodes2004-08-211-5/+19
* Give the mac_bsdextended(4) policy the ability to match and apply on a firsttrhodes2004-08-211-2/+21
* Clarify __FreeBSD_version scheme.obrien2004-08-211-1/+3
* Further reduce the use of Giant by vm_fault(): Giant is held only whenalc2004-08-211-4/+3
* Properly free the temporary sf_buf in uiomove_fromphys() if a copyin oralc2004-08-212-2/+7
* Fix PCI link irq programming on resume. A logic bug prevented a devicenjl2004-08-211-1/+1
* Implement new reading algorithm, which will use parity component for readingpjd2004-08-213-102/+143
* Fix where my automated script blew the SCM ID format conversion.obrien2004-08-213-9/+9
* When a prison is given the ability to create raw sockets (when thecsjp2004-08-213-0/+25
* When notifying protocol components of an event on an in6pcb, use therwatson2004-08-211-3/+5
* When prepending space onto outgoing UDP datagram payloads to hold therwatson2004-08-211-4/+7
* Attempt to make the probe for hardware more specific.phk2004-08-211-3/+22
* Fix aperture size detection on some ALi chipsets by only using the lowest 4 bitsanholt2004-08-212-8/+8
* Apply some stylistic changes based off of kern/70037 (content changes toanholt2004-08-212-20/+20
* Don't bother calling the module event handlers from module_shutdown()truckman2004-08-201-0/+3
OpenPOWER on IntegriCloud