summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.mjacob2006-11-192-4/+15
* If a TMF request fails to start, make sure that we pull it off themjacob2006-11-191-2/+4
* Do not call bstp_stop() internally as it clears the running flag which causesthompsa2006-11-191-11/+3
* The global variable avail_end is redundant and only used once. Eliminatealc2006-11-196-19/+13
* Remove LDR_LOG2_PGSZ, ia64_pgtbl and ia64_pgtblsz. They are part ofmarcel2006-11-192-8/+0
* Fix typo in commentcsjp2006-11-181-1/+1
* Implement new ETHER_BPF_MTAP macro. Roll back the various changescsjp2006-11-181-70/+3
* Currently, drivers that support hardware offload of VLAN tagcsjp2006-11-182-0/+59
* Since printf also has at least one critical section, we need tomarcel2006-11-181-5/+7
* Now that printf() needs the PCPU, set it up before we call printf().marcel2006-11-185-26/+16
* Revert previous commit. PC_CONS_BUFR is not used nor needed bymarcel2006-11-181-1/+0
* remove unused fieldskmacy2006-11-181-3/+1
* Previously, the mount_ext2fs binary listed the acceptable mountrodrigc2006-11-181-1/+4
* Add missed ")". Fix the build.kib2006-11-181-1/+1
* eeprom has been removed from sun4v - remove from NOTESkmacy2006-11-181-1/+1
* mark struct ether_header packed so gcc honors alignmentsam2006-11-181-1/+1
* Sync struct sysinfo with real one from linux.kib2006-11-181-1/+2
* Use standard debugging facilities in linux_getcwd().kib2006-11-181-2/+2
* Add debuging printfs to syscalls that do not contain it yet. Inkib2006-11-181-0/+36
* Remove unecessary locking of process in linux_getpid.kib2006-11-181-2/+0
* Change the internal API for polled commands. Calling mfi_polled_commandscottl2006-11-181-83/+39
* Remove two completely unused fileskmacy2006-11-182-1350/+0
* Remove two more duplicated fileskmacy2006-11-183-1143/+2
* remove 13 (largely) redundant files and switch to the sparc64/sparc64 versionkmacy2006-11-1818-2118/+41
* Make the SAN login/logout stuff more common between different chipsetsmjacob2006-11-186-75/+175
* Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing outjkim2006-11-171-5/+9
* Add support for 8 byte hardware watches in long mode. Kernel hardwarejhb2006-11-173-5/+17
* - Add macro constants for the various fields in %dr7 and use them in placejhb2006-11-176-74/+106
OpenPOWER on IntegriCloud