summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud