summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* There's absolutely no need for a struct-within-a-struct, so move thedes2003-01-212-28/+24
* Add missing SMP file locks around read-modify-write operations onhsu2003-01-211-1/+5
* Remove OBE prototype for iszerodev() - it was replaced by thepeter2003-01-212-2/+0
* Fixes for a number of problems in the IOMMU code:tmm2003-01-212-16/+23
* Free resources when failing to set up the interrupt.tmm2003-01-211-0/+1
* bus_dmamap_sync() overhaul:tmm2003-01-211-21/+24
* bus_dmamap_sync() overhaul:tmm2003-01-212-22/+18
* Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_*tmm2003-01-211-5/+13
* Correct an off-by-one in the boundary check. Otherwise, resourcetmm2003-01-211-1/+1
* Define misc structs outside of struct firewire_comm.simokawa2003-01-211-77/+85
* Ignore events of unused IR DMA.simokawa2003-01-211-3/+11
* Remove NEXTDOSPART.nyan2003-01-211-1/+0
* Use NDOSPART instead of NEXTDOSPART.nyan2003-01-211-2/+2
* MFi386: revision 1.63.nyan2003-01-211-10/+9
* Needs wlan for wi.imp2003-01-211-0/+1
* #ifdef NO_GEOM some bits here too.phk2003-01-211-0/+2
* Regenjoe2003-01-212-2/+9
* Add support for Epson 1660 scanner.joe2003-01-212-0/+2
* use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.alfred2003-01-212-8/+8
* #ifdef NO_GEOM all of this file.phk2003-01-211-0/+2
* Bandaid to make the kernel compile until the scsi-crew can find out whatphk2003-01-211-1/+2
* Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.marcel2003-01-212-0/+2
* Add a missing '{'phk2003-01-211-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-21591-2122/+2123
* Remove the fake disklabel, no longer needed.sos2003-01-212-47/+7
* preserve the order of tags copied by m_tag_copy_chainsam2003-01-211-3/+2
* Run kldxref on sparc64, it works now.jake2003-01-212-2/+2
* Fix module dependency (pre)loading on sparc64 by relocating the variablesjake2003-01-211-6/+57
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsjeff2003-01-213-31/+50
* Rewrite the SMP filedesc locking in knote_attach() in order tohsu2003-01-211-23/+11
* GC an unused reference to vop_refreshlabel_desc; reference torwatson2003-01-211-3/+0
* Perform VOP_GETATTR() before mac_check_vnode_exec() so thatrwatson2003-01-211-5/+5
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-2110-96/+232
* Fix a missed goal.period -> goal.offset change. Ingibbs2003-01-201-2/+2
* include cdefs.h so as to unbreak the libc buildgallatin2003-01-201-0/+2
* move sysctl's under hw.hifn; change max batching default to 1 (no batching)sam2003-01-201-7/+9
* move sysctl's under hw.ubsecsam2003-01-201-9/+10
* correct default setting of hw.wi.txerate; it must be -1, not zero,sam2003-01-201-2/+2
* correct sysctl names and move them to hw.wi: hw.wi.txerate controls the ratesam2003-01-201-4/+6
* aic7xxx.reg:gibbs2003-01-206-138/+251
* Fix typo in comment: inlcude -> include.olgeni2003-01-201-1/+1
* aic79xx.c:gibbs2003-01-207-152/+844
* Fix swapping to a file, it was broken when SPECSTRATEGY was introduced.dillon2003-01-201-1/+4
* gc dead codesam2003-01-201-7/+0
* #if 0 one more line to make this compile without subr_disklabel.c.phk2003-01-201-0/+4
* o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type listsam2003-01-202-4/+111
* Remove the deprecated IOCTL bits raidframe used, it doesn't anymore.phk2003-01-201-8/+0
* Add definitions for the task management codes sent in SPI4gibbs2003-01-201-0/+8
* Allow constants to be complex expressions so long as thosegibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handlegibbs2003-01-201-2/+2
OpenPOWER on IntegriCloud