summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bring in status led support for /dev/led/gpioled on Avila.kevlo2006-11-224-0/+118
* It's been possible to build linprocfs as a module for some time now.ru2006-11-221-1/+1
* MFp4: Make it work :-)imp2006-11-221-139/+9
* MFp4: Add ixpiic bit-bang driver.imp2006-11-221-0/+1
* <blush> copyout on read, not write.imp2006-11-221-2/+2
* Integrate, but do not enable support for dynamically resizing TSBskmacy2006-11-224-1/+114
* pmap_track_modified has been removed from other architectures -kmacy2006-11-223-33/+11
* reduce whining from LINT by removing another GPL sound driverkmacy2006-11-221-0/+1
* add support for resizing the the tte_hash of multi-threaded processeskmacy2006-11-223-17/+25
* remove unused field from pcpu structurekmacy2006-11-221-2/+1
* remove dead code from tsb.ckmacy2006-11-224-68/+29
* move contiguous allocation and free routines from tte_hash.c into pmap.ckmacy2006-11-223-41/+43
* Add tte_hash and tsb update handlers for handling tte_hash and tsbkmacy2006-11-222-9/+56
* Add mechanism to track TSB misses in tsb miss handlerkmacy2006-11-223-41/+53
* Acknowledge (dearly) departed filesdougb2006-11-211-12/+0
* Added MSI support.gallatin2006-11-211-12/+34
* Remove the KDTRACE option because I can't implement it thejb2006-11-211-1/+0
* don't mark the cksum as invalid here... off is incorrect when we getjmg2006-11-211-1/+0
* Fix typo.yongari2006-11-211-1/+1
* Add TSO support.yongari2006-11-212-10/+25
* o Correctly set IFCAP_VLAN_HWCSUM as re(4) can do VLAN tagging/checksumyongari2006-11-211-5/+17
* Don't set RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit inyongari2006-11-211-1/+1
* Use #ifndef __NO_STRICT_ALIGNMENT rather thanyongari2006-11-211-1/+1
* Add suspend/resume support. Unlike many other NIC drivers,jhb2006-11-201-0/+38
* Save exit status of an exiting process in kn_data in the knote.jhb2006-11-201-0/+1
* Fix an integer overflow and allow access to files larger than 4GB onle2006-11-203-19/+19
* The clean_map has been made local to vm_init.c long ago.ru2006-11-201-1/+0
* whitespace fix onlyjulian2006-11-201-6/+6
* - Fix types of "struct vmmeter" members so they are unsigned.ru2006-11-201-14/+14
* Match bus space unmap prototype.kevlo2006-11-203-4/+5
* - Make rp(4) 64-bit- and endian-clean as well as work on strict alignmentmarius2006-11-203-74/+70
* MFi386: revisions from 1.641 to 1.643.nyan2006-11-201-18/+17
* Remove a redundant pointer-type variable.ru2006-11-201-19/+18
* Protect nfsm_srvpathsiz() call with the nfsd_mtx lock.pjd2006-11-201-5/+6
* MFp4: Tweak descriptions in preparation for porting to other members ofimp2006-11-201-4/+4
* Use scheduler API sched_user_prio() to adjust thread's userland priority,davidxu2006-11-201-12/+15
* 1) Fix up locking in nfs_up() and nfs_down.mohans2006-11-202-31/+40
* When counting vm totals, skip unreferenced objects, includingru2006-11-201-0/+7
* config for Gateworks Avila board booting with NFS-mounted root on npe0sam2006-11-191-0/+135
* add CPU_XSCALE_IXP425sam2006-11-191-0/+1
* Gateworks Avila board support:sam2006-11-1932-1/+10134
* change bus space unmap protoypesam2006-11-191-1/+1
* correct bus space unmap prototypesam2006-11-192-30/+142
* elaborate on stepping names; add intel terminology to helpsam2006-11-191-1/+1
* hookup ad7418 and ds1672 driverssam2006-11-191-0/+2
* o define transfer methodsam2006-11-191-0/+4
* i2c and clock driver for Dallas Semiconductor DS1672 RTCsam2006-11-191-0/+142
* i2c driver for Analog Devices AD7418sam2006-11-191-0/+234
* Add vm map and object locking to each_writable_segment().alc2006-11-191-10/+15
* Pointy hat handed to me by Andrew: had msi_enable on as a default.mjacob2006-11-191-1/+1
OpenPOWER on IntegriCloud