summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the comments above the 0xcf9 register reset attempt to match thejhb2008-09-112-8/+14
* The ERESTART to EINTR conversion is already done inrdivacky2008-09-111-8/+1
* ARM nexus style(9) improvements.raj2008-09-111-34/+31
* ARM interrupts improvements.raj2008-09-113-14/+16
* IXP425: split handling of the two QMGR interrupts so they are separatelyraj2008-09-111-14/+42
* Document dev_clone eventhandler interfacekib2008-09-111-0/+74
* Add a first draft of the cdevpriv(9) documentationkib2008-09-111-0/+121
* Document make_dev_credf(9), destroy_dev_sched(9) and destroy_dev_drain(9)kib2008-09-111-4/+123
* Update insmntque(9) manpage, bringing it close to reality.kib2008-09-111-4/+36
* Fix the device name spacing.adrian2008-09-111-5/+5
* Revert r177108 and restore r60506 for sparc64 as long as libstandmarius2008-09-101-0/+3
* Add drivers for the power management devices found on Fireplane/marius2008-09-103-0/+360
* Make sure the TTY has not disappeared out from under us before callingcsjp2008-09-101-2/+3
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingmarius2008-09-104-22/+226
* mld_timerresid() returns ms so instead of doing the maths in usecbz2008-09-101-1/+1
* Teach WITNESS about the interlocks used with lockmgr. This removes a bunchjhb2008-09-107-27/+49
* Disable the inline assembly crc32 routine and use the C version instead.jhb2008-09-101-87/+0
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andjhb2008-09-1015-6/+2153
* Beginning of overhaul of fwcontrol:sbruno2008-09-102-125/+384
* Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIejhb2008-09-102-28/+92
* Various whitespace fixes.jhb2008-09-103-11/+10
* Add a proper detach method to the est(4) driver using cpufreq_unregister().jhb2008-09-101-3/+6
* If arm.h is going to define WCHAR_TYPE, don't assume WCHAR_TYPE_SIZEobrien2008-09-101-1/+1
* Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-codingjasone2008-09-101-120/+88
* Remove VSVTX, VSGID and VSUID. This should be a no-op,trasz2008-09-106-13/+12
* Add a missing break statement; IFDATA_LINKSPECIFIC would fall throughbms2008-09-101-0/+1
* o Correct a comment: a test file size is a four pages not three.maxim2008-09-101-1/+1
* Get initial bootstrap of APs working under xen.kmacy2008-09-109-29/+1251
* Fix path in all includes: remove /mips32 subdirectorygonzo2008-09-1022-32/+32
* rename flags and add a ZYD_FLAG_DETACHING flag to indicate we'reweongyo2008-09-102-2/+9
* - Fix regression with GETMEMkmacy2008-09-101-7/+4
* Allow building k8temp on i386.rpaulo2008-09-091-0/+1
* Build k8temp on i386.rpaulo2008-09-091-0/+1
* Add support for the CyberPower CP1500AVRLCD.remko2008-09-092-0/+6
* Add support to rc.initdiskless for /conf/T/M/remount_subdir.bms2008-09-091-4/+37
* Move call to _malloc_thread_cleanup() so that if this is the last thread,jasone2008-09-091-3/+6
* Update for new HAL.rpaulo2008-09-091-1/+1
* Getdents requires padding with 2 bytes instead of 1 byterdivacky2008-09-091-33/+54
* Initialise the SVCAUTH field for new transport structures when they aredfr2008-09-093-2/+5
* Remove superfluous copyin() of args, structures are already in kernel space.kib2008-09-091-155/+78
* Remove redundant close(2).trasz2008-09-091-1/+0
* Add workaround for CRC errors seen at 100Mbps on JMC250 A2.yongari2008-09-092-2/+16
* Fix typo.yongari2008-09-091-1/+1
* Return two fixes from previous backout which does not requireache2008-09-091-1/+2
* Work around an integer division resulting in 0 and thus thebz2008-09-091-1/+3
* IGP based radeon cards such as the rs485 and rs690 require that the GART tablernoland2008-09-091-18/+73
* We should never call drm_pci_alloc() while holding locks, due the thernoland2008-09-095-14/+36
* Fix issue with recovering from transient jumbo mbuf shortage.kmacy2008-09-093-28/+7
* Document TAPGIFNAME, TAPSIFINFO and TAPGIFINFO tap(4)emax2008-09-081-1/+16
* Add new TAPGIFNAME tap(4) character device ioctl. This is aemax2008-09-082-0/+7
OpenPOWER on IntegriCloud