summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.glebius2005-03-143-39/+0
* Use subr_unit allocator instead of own functions.glebius2005-03-141-94/+5
* Use subr_unit allocator instead of own functions.glebius2005-03-141-92/+5
* Only allocate 1 port for non-zero rids. Either we'll get the properimp2005-03-141-1/+1
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-1413-1366/+423
* Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc,des2005-03-141-21/+14
* Fix two long-standing bugs in pfs_readdir():des2005-03-141-11/+13
* If PSEUDOFS_TRACE is defined, create a sysctl knob to enable / disabledes2005-03-141-6/+14
* Add PSEUDOFS_TRACE option.des2005-03-143-0/+5
OpenPOWER on IntegriCloud