summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Added comment why this workaround is required.ume2003-01-221-1/+7
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-2215-19/+19
* Bah, add in a missing space char I noticed when MFC'ing this.jhb2003-01-222-2/+2
* Correctly identify the 3C920B chipset; although it may ship with some Nforce2silby2003-01-222-5/+5
* Make the arguments to d_close() match the arguments to d_open(), sincejoerg2003-01-221-1/+1
* getpeername() returns with no error but didn't fill struct sockaddrume2003-01-221-0/+2
* Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.hsu2003-01-222-4/+6
* Remove BAT invalidation. This is done later in the boot sequence,grehan2003-01-222-34/+0
* Convert remaining .s files to .Sgrehan2003-01-221-3/+3
* - remove dead conditional CFLAG settinggrehan2003-01-221-8/+3
* 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
OpenPOWER on IntegriCloud