summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Extend the scope of the page queues lock in vm_pageout_scan() to coveralc2003-08-151-14/+4
* vinum_scandisk:grog2003-08-151-1/+5
* if we got this far, we definately don't have an EBADF. Return a morejmg2003-08-151-1/+1
* Drop Giant when calling the disk drivers directly, and reacquiregrog2003-08-151-4/+13
* modify commentscg2003-08-151-3/+11
* De-inline functions which do not need to be inline. Move the DEVMETHODnjl2003-08-151-23/+23
* Don't install a system notify handler. Move the device notify handlernjl2003-08-151-12/+11
* Fix a couple changes that were incorrect in updating for 0619. Only unlocknjl2003-08-151-1/+7
* add a few missing bits for future usecg2003-08-151-1/+27
* disable resume code implementing panic().cg2003-08-141-1/+6
* add a read-only sysctl to display the number of entries in the fixed sizecg2003-08-141-5/+9
* Add p_candebug() check to access a process map file in procfs; limitrwatson2003-08-141-0/+6
* Add many new VIA C3 CPU types now that they appear to be available inimp2003-08-141-0/+18
* Add safe _FOREACH iterators to the rest of the queue.h types.kan2003-08-141-37/+58
* Add support for the newer Moxa PCI 8-port, 16550-compatible basedpb2003-08-141-0/+17
* trivial optimization: use nameunit here.imp2003-08-141-1/+1
* Add microsoft mn-520 wlan card.imp2003-08-141-0/+1
* resync to pcarddevs 1.63imp2003-08-141-1/+7
* add microsoft mn-520 wlan card.imp2003-08-141-1/+5
* Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE()alc2003-08-141-36/+2
* Update powerpc to use the (old thread,new thread) calling conventiongrehan2003-08-149-97/+60
* Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem wherejoe2003-08-141-1/+11
* Set the TX hardware checksum offload bits on all the descriptors of awpaul2003-08-132-17/+23
* make sure the packets contains a complete inner headersam2003-08-131-0/+28
* Delay creating ic_bss until after the super-class has a chancesam2003-08-133-0/+14
* Use IEEE80211_RATE_MAXSIZE instead of IEEE80211_RATE_SIZE to validate thesam2003-08-131-4/+4
* Close a race where ath_intr is installed and may be called beforesam2003-08-132-2/+8
* o add missing {}'s that to safe_dmamap_uniform that caused extraneous copiessam2003-08-131-2/+4
* - The vm_object pointer in pipe_buffer is unused. Remove it.alc2003-08-132-6/+2
* Remove GIANT_REQUIRED from vmspace_alloc().alc2003-08-131-1/+0
* Add LIST_FOREACH_SAFE, which is like LIST_FOREACH but allows youbmilekic2003-08-131-0/+7
* Replace a panic with a .1Hz retry loop.phk2003-08-131-1/+10
* The syncache has made use of TCPDEBUG problematic, because the SYNharti2003-08-131-0/+41
* The tcp_trace call needs the length of the header. Unfortunately theharti2003-08-131-1/+5
* A number of patches in the last years have created new return pathsharti2003-08-132-0/+42
* In case we encounter a zero sectorsize provider in g_io_check(), failphk2003-08-131-0/+6
* Don't use VM_MIN_KERNEL_ADDRESS to check if the faulting address ismarcel2003-08-131-2/+2
* Reduce the size of the vm map (and by inclusion the vm space) on 64-bitalc2003-08-131-1/+1
* Put an instruction group break between the move to ar.rnat and themarcel2003-08-131-0/+1
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-1216-35/+387
* Oops.. Some debugging code snuck in here.ps2003-08-121-1/+1
* Remove extra space.mux2003-08-121-1/+1
* Fixup comment.jhb2003-08-121-1/+1
* Reduce the size of the vm object on 64-bit architectures by movingalc2003-08-121-1/+1
* Add a '-M mask' option so that users can have differenttrhodes2003-08-123-4/+10
* - Convert Alpha over to the new calling conventions for cpu_throw() andjhb2003-08-127-65/+50
* Support EINPROGRESS and properly deal with 64bit physical addressing.ps2003-08-121-24/+59
* Halted CPU's should not accumulate time.ps2003-08-126-36/+36
* - No need to bzero() the softc structure.mux2003-08-121-7/+3
* Remove two useless bzero() calls.mux2003-08-121-2/+0
OpenPOWER on IntegriCloud