summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | If a device is not ONLINE, do not attempt to submit any commandsps2004-06-151-23/+4
* | Remove a stale comment.alc2004-06-153-18/+0
* | s/device_get_handle/acpi_get_handlenjl2004-06-152-2/+2
* | Fix spelling.dfr2004-06-151-2/+2
* | Fill in locking annotation for additional socket fields:rwatson2004-06-151-14/+14
* | Oops, backout debug code..sos2004-06-151-4/+0
* | Dont set prefetch etc on VIA chips, causes problems on newer chips andsos2004-06-152-4/+4
* | Increase robustness of SATA handling.sos2004-06-153-88/+191
* | Add pmap locking to pmap_extract(), pmap_mincore(), and pmap_remove().alc2004-06-151-4/+15
* | Lock down rawcb_list, a global list of control blocks for raw sockets,rwatson2004-06-153-0/+10
* | Grab the socket buffer send or receive mutex when performing arwatson2004-06-156-3/+36
* | Fix a typeo in IFQ_HANDOFF.mlaier2004-06-151-1/+1
* | Catch one more use of acpi_MatchHid and update for new API.njl2004-06-152-2/+2
* | We only need the devclass_find() result, not the softc.njl2004-06-152-2/+2
* | Transform tbr_dequeue into a function pointer in order to build drivers withmlaier2004-06-154-8/+12
* | Fix symbol lookups between modules. This caused modules that depend onpeter2004-06-151-1/+5
* | Insurance: cause a proper symbol lookup failure for symbol entries thatpeter2004-06-151-0/+2
* | Make contigmalloc() more reliable:green2004-06-151-6/+25
* | Remove unneeded '-' from comment header; this comment contains onlyrwatson2004-06-141-1/+1
* | Revert the removal of the initial_irq hack for now as this code is morejhb2004-06-141-9/+7
* | Add prototypes for the userland gmon support functions, which normallybms2004-06-141-0/+9
* | Fix a couple of typos.jhb2004-06-141-2/+2
* | Change the return value of sema_timedwait() so it returns 0 onjdp2004-06-143-11/+9
* | The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-1417-65/+85
* | Don't free a VINUMDRIVE softc when it's orphaned or spoiled. Allle2004-06-141-1/+0
* | Correctly calculate subdisk offset in RAID5 plexes.le2004-06-141-2/+1
* | Remove some more leftover from the old pfaltq_module hack to allow formlaier2004-06-142-24/+8
* | Fixed some style bugs:bde2004-06-141-8/+7
* | Improve mapping of relative to absolute volume.josef2004-06-141-2/+15
* | Remove a left over from userland buffer-cache access to disks.phk2004-06-141-5/+2
* | If we run out of transmission labels, just re-queue the packet for laterdfr2004-06-142-4/+17
* | Fix big-endian build.dfr2004-06-141-2/+2
* | Add support for more linux ioctls.phk2004-06-142-2/+117
* | Remove disable_on_poweroff and our pre-sync shutdown handler. Disablingnjl2004-06-141-30/+1
* | Clean up acpi_probe_order() a bit and clarify some comments.njl2004-06-141-9/+19
* | Unbreak non-ALTQ kernel linking. I forgot about tbr_dequeue.mlaier2004-06-141-1/+1
* | Don't probe/attach in the ACPI_DEBUG case.njl2004-06-141-2/+1
* | Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-144-6/+10
* | Introduce pmap locking to many of the pmap functions. There is more toalc2004-06-142-0/+35
* | Use __FBSDID().obrien2004-06-143-3/+13
* | The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXESobrien2004-06-131-0/+1
* | #if out an old leftover in the KAME code. opt_cpu.h is no longer useful heremlaier2004-06-131-0/+2
* | Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-1310-101/+246
* | Add PCI identifier for Dell modified SBLive! cardobrien2004-06-131-0/+9
* | Make this header a little bit more XSI-compliant:das2004-06-131-8/+22
* | Add __fixpt_t to _types.h, and typedef __fixpt_t fixpt_t in types.h.das2004-06-132-1/+3
* | Prevent the loss of a PG_M bit through an SMP race in pmap_ts_referenced().alc2004-06-132-2/+2
* | Include vm/vm_param.h to pull in KERNBASE now. This should fix theimp2004-06-132-0/+2
* | Add MAC framework bits to the output path.dfr2004-06-131-0/+6
* | Remove dead or unneeded code, e.g., spl calls.alc2004-06-131-32/+1
OpenPOWER on IntegriCloud