summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't hold a reference to the disk vnode for each inode.phk2005-03-153-11/+1
* Eliminate cdev pointer in inodes, they're not used or needed.phk2005-03-153-5/+1
* Don't hold a reference on the disk vnode for each inode.phk2005-03-155-11/+3
* Sometimes, when asked to return region A..C, we'd return A+N..C+Nimp2005-03-151-2/+3
* Fix a debugging printf. The order of start/end was inconsistant withimp2005-03-151-1/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-159-27/+11
* Remove OBE comment about AMD64 memory model.obrien2005-03-151-2/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-03-154-2/+6
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-152-21/+0
* fix arm wrt to busdma...jmg2005-03-152-8/+13
* - Now that there are no external users of vfree() make it static.jeff2005-03-152-62/+12
* - In vm_page_insert() hold the backing vnode when the first pagejeff2005-03-151-19/+10
* - Remove the now unused LK_THISLAYER.jeff2005-03-151-1/+0
* Fix a debug message to print a usable device name rather than uselessphk2005-03-151-3/+2
* - Assume that all lower filesystems now support proper locking. Assertjeff2005-03-153-190/+63
* - Expose vholdl() so it may be used outside of vfs_subr.cjeff2005-03-152-2/+2
* Remove findcdev().phk2005-03-152-20/+0
OpenPOWER on IntegriCloud