summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Polish.phk2005-03-151-4/+0
* Disable two users of findcdev. They do the wrong thing now and willphk2005-03-153-0/+12
* Neuter the duplicated disk-device magic code for now. Somebody withphk2005-03-151-41/+32
* Prepend underscore to bus_dmamap_{unload|sync} in line withgrehan2005-03-151-2/+2
* Include <sys/signalvar.h> for trapsignal prototype.grehan2005-03-152-0/+2
* Long overdue sync-up with ATA codegrehan2005-03-151-1/+3
* Rename cdev->si_udev to cdev->si_drv0 to reflect the new nature ofphk2005-03-152-7/+7
* - We have to transfer lockers after reseting our vnlock pointer.jeff2005-03-151-0/+5
* Don't export major,minor, instead export tty name.phk2005-03-151-3/+3
* Clean up forward struct decls.phk2005-03-151-3/+1
* forward declare struct disk.phk2005-03-151-0/+2
* Print devtoname() instead of minor().phk2005-03-152-4/+4
* Fix typo: pointers are not boolean in style(9).phk2005-03-151-1/+1
* Move devtoname() prototype to systm.h to reduce #include pollution,phk2005-03-152-1/+1
* - transferlockers() requires the interlock to be SMP safe.jeff2005-03-151-2/+8
* Simplify the vfs_hash calling convention.phk2005-03-159-173/+23
* If we fail a sanity check for the resources just allocated, make sureimp2005-03-151-1/+3
* - Destroy the vnode object earlier in VOP_RECLAIM as we need more ofjeff2005-03-151-3/+4
* In tcp_usr_send(), broaden coverage of the socket buffer lock in therwatson2005-03-141-1/+4
OpenPOWER on IntegriCloud