summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for Microsoft Notebook Optical Mouse 3000 Model 1049.kaiw2008-04-302-0/+21
* remove old code to handle mcast address changes; this is all done throughsam2008-04-301-10/+0
* disable default enabling of WME until we resolve driver regressionssam2008-04-301-0/+3
* Make ld use tradmips for output formats since we migrated to it.gonzo2008-04-302-2/+2
* Eliminate an unused field from the pmap.alc2008-04-301-1/+0
* Don't panic even if bus_dmamap_load(9) was failed. Just returnyongari2008-04-301-3/+11
* mp_machdep.c is only conditional upon smp, not aim. If booke growsmarcel2008-04-301-1/+1
* fix buildsam2008-04-301-2/+2
* Document the kproc_kthread_add() calljulian2008-04-291-1/+2
* disable HT capabilities until we sort out firmware issuessam2008-04-291-1/+3
* Lock filedesc exclusively when modifying fd_[cr]dir.rdivacky2008-04-291-2/+2
* Intel 4965 wireless driver (derived from openbsd driver of the same name)sam2008-04-2911-0/+9311
* Add an option (compiled out by default)julian2008-04-295-0/+168
* Fix a comment typo.rwatson2008-04-291-1/+1
* Add support for the BCM5906[M] adapters. These adapters only supportjhb2008-04-295-61/+351
* Define INLINE_LIMIT and additional CFLAGS for mips.gonzo2008-04-291-0/+9
* Define KINFO_PROC_SIZE for mips.gonzo2008-04-291-0/+3
* Fix compiling problem.davidxu2008-04-291-1/+1
* Introduce command UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATEdavidxu2008-04-292-19/+71
* Add Epson DX8400 scanner.imp2008-04-292-0/+2
* Check packet directions more properly instead of just checking receivedjkim2008-04-281-5/+5
* Eliminate pointless casts from kmem_suballoc().alc2008-04-281-2/+2
* vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can bealc2008-04-283-5/+5
* The first argment of mtdbatu or mtibatu is part of the encoding.marcel2008-04-281-7/+8
* MFp4: SMP supportmarcel2008-04-2716-137/+715
* restore the hal's channel list when doing getradiocaps so it's in sync withsam2008-04-271-0/+5
* Eliminate track_modified_needed(), better known as pmap_track_modified()marcel2008-04-271-37/+8
* MFp4: SMP supportmarcel2008-04-271-6/+63
* Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.marcel2008-04-271-2/+3
* Remove mfsvr():marcel2008-04-273-12/+2
* Fix include guard spelling.rwatson2008-04-271-1/+1
* When writing trailers in sendfile(2), don't call kern_writev()rwatson2008-04-271-3/+4
* Remove two unused declarations. These variables are now fields withinalc2008-04-271-2/+0
* Remove an XXX comment. sys/amd64/amd64/pmap.c revision 1.516 explains whyalc2008-04-271-4/+0
* MFamd64 revision 1.544/i386 revision 1.549alc2008-04-261-41/+10
* Include the QUICC bus front-end in the module for PowerPC.marcel2008-04-261-1/+1
* With rev 1.24 of sys/powerpc/powermac/macio.c, we now get amarcel2008-04-266-7/+44
* Take into account the size of the interrupt cell. It's determinedmarcel2008-04-262-14/+27
* Recognize Cicada CS8244 phy chip (among others, can be found on MPC8572DSraj2008-04-262-1/+4
* Use RSTCR for resetting the MPC8572 (the old way does not apply).raj2008-04-262-7/+25
* Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()raj2008-04-263-17/+61
* Improve handling of Local Access Windows on MPC85xx systems:raj2008-04-264-19/+50
* Move System Revision defines to a bit better place, add MPC8572 systems IDs.raj2008-04-261-9/+9
* Enable NFSLOCKD for MPC85XX kernel to comply with recent NFS rework.raj2008-04-261-0/+1
* - Use the revamped code from the gem(4) PCI front-end, whichmarius2008-04-262-162/+175
* Remove some remnant alpha hacks.marius2008-04-264-21/+3
* * Correct a mis-merge that leaked the PROC_LOCK [1]kris2008-04-261-2/+2
* Implement 'show mount' command in DDB. Without argument, it prints shortpjd2008-04-262-0/+157
* Remove the MD isa_irq_pending() and the underlying PCI-specificmarius2008-04-267-117/+0
* - Use more appropriate maxsize, nsegments and maxsegsize parametersmarius2008-04-261-12/+6
OpenPOWER on IntegriCloud