summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Now that the Adaptec 2842 has its own probe routine, no need to haveimp2005-03-171-3/+1
* Style(9) pass before some planned larger changes.imp2005-03-171-91/+61
* A further step on the journey of meaking panics and debugging more reliable:rwatson2005-03-171-2/+3
* Also remember to set the fsid here.phk2005-03-171-0/+1
* Forgot to replace code to set fsid in vop_getattr.phk2005-03-172-0/+2
* Do not try to free non allocated memory in error case.bz2005-03-174-26/+122
* * Lower interrupt moderation timer 200->100.bz2005-03-174-2/+130
* * Improve chip identification.bz2005-03-174-64/+284
* * When adding/deleting multicast addresses, only whack the address filterbz2005-03-172-12/+30
* Releasing TX/RX descriptor dmamaps during device detachment instead ofavatar2005-03-171-5/+4
* Kill MAJOR_AUTOphk2005-03-173-11/+3
* Prepare for the final onslaught on devices:phk2005-03-174-13/+19
* - Don't lock the vnode interlock in vm_object_set_writeable_dirty() ifjeff2005-03-171-2/+4
* - Lock the clearing of v_data so it is safe to inspect it with thejeff2005-03-171-1/+7
* - Lock the clearing of v_data in ufs_reclaim() to prevent a pagefaultjeff2005-03-171-1/+7
* Remove unused variable.phk2005-03-171-6/+0
* In stange circumstances we may end up being the last reference to aphk2005-03-173-18/+21
* Bring back some of the ioctl junk that was removed in rev 1.59 as acognet2005-03-173-2/+126
* Use PCIR_BARS instead of PCIR_MAPS.cognet2005-03-172-16/+17
* Introduce a new function, pmap_wb_page(), which check all userland mappings forcognet2005-03-161-1/+10
* Remove comments relevant only to pc98 as there are no amd64 pc98 machines.imp2005-03-161-11/+1
* Customize this for the alpha by removing pc98 defines (unused on alpha)imp2005-03-161-17/+1
* Plug memory leak.pjd2005-03-161-2/+1
* Eleminate 3 PC98 ifdefs:imp2005-03-161-17/+5
* Define IRQ_NPX for the irq used for the npx. Define macro for a fullimp2005-03-163-0/+33
* correct comparison for null ptrsam2005-03-161-1/+1
* avoid potential array index by -1sam2005-03-161-1/+2
* eliminate use after free in debug codesam2005-03-161-3/+3
* kill dead codesam2005-03-161-2/+1
* bus_alloc_resource must obey the same rules asimp2005-03-161-1/+1
* Make it clear nve needs mii, and shorten long comment line.obrien2005-03-162-4/+4
* Unload and destroy the TX DMA maps before destroying the DMA tagmux2005-03-161-4/+3
* Use vfs_hash.phk2005-03-162-155/+42
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-1610-20/+27
* Remove unused filephk2005-03-161-183/+0
* Fix a memoryleak in case of failed root filesystem mount.phk2005-03-161-1/+4
* MFp4: use the function to fix the packet header length instead of rollingjmg2005-03-161-7/+1
* Remove inode fields previously used for private inode hash tables.phk2005-03-165-5/+0
* MFp4: print a more useful error when we don't have a /dev to mount devfsjmg2005-03-161-1/+1
* MFp4: add in making fiq's work by coping to the correct page incase we havejmg2005-03-161-1/+2
* fix up white space, I had a simple comment fix, but I might as well do thejmg2005-03-161-12/+12
* Add mnt_hashseed to struct mount and initialize it witn PRNG bits, usephk2005-03-164-16/+19
* XXX: unnecessary pointer in inode.phk2005-03-161-1/+1
* Don't store the disk cdev in all inodes.phk2005-03-166-6/+0
* Don't hold a reference to the disk vnode for each inode.phk2005-03-1610-38/+14
* plug resource leaksam2005-03-161-1/+3
* correct bounds checksam2005-03-161-1/+1
* Enable ehci by default on i386 and amd64. It had got to the stageiedowse2005-03-162-0/+2
* make bus_dmamem_alloc always allocate a new map like we are suppose to..jmg2005-03-161-11/+11
* If bus_generic_susped returns an error, devlist is not freed. Free it.imp2005-03-151-1/+3
OpenPOWER on IntegriCloud