summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Update for new HAL.rpaulo2008-09-091-1/+1
* Getdents requires padding with 2 bytes instead of 1 byterdivacky2008-09-091-33/+54
* Remove superfluous copyin() of args, structures are already in kernel space.kib2008-09-091-155/+78
* Add workaround for CRC errors seen at 100Mbps on JMC250 A2.yongari2008-09-092-2/+16
* Fix typo.yongari2008-09-091-1/+1
* 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
* Add new TAPGIFNAME tap(4) character device ioctl. This is aemax2008-09-082-0/+7
* - Reduce scope of #ifdef's in uma_zcreate() call in init_turnstile0().jhb2008-09-081-3/+4
* For cheetah-class CPUs ensure that the dt512_0 is set to hold 8k pagesmarius2008-09-086-5/+59
* USIII and beyond CPUs have stricter requirements when it comesmarius2008-09-087-14/+31
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end tomarius2008-09-088-613/+765
* Close a race in sleepq_broadcast() where the sleepq could be reused afterjhb2008-09-081-3/+2
* bge_tick(): do not touch PHY if link is up. This should solve problem witholeg2008-09-081-2/+6
* Streamline #include sections in ds133x and ds1672 drivers. This unbreaks theraj2008-09-082-14/+0
* Pass 1 of mpsafetty-ifying si(4). It compiles and has basic functionality,peter2008-09-081-181/+167
* ds133x: Introduce device_identify method; update NOTES.raj2008-09-082-1/+21
* Bump __FreeBSD_version for per-CPU GDT on amd64.kib2008-09-081-1/+1
* The pcb_gs32p should be per-cpu, not per-thread pointer. This iskib2008-09-087-8/+8
* Provide private per-CPU GDTs on amd64. This is required at least for thekib2008-09-082-5/+13
* In linux_set_thread_area(), mark pcb as PCB_GS32BIT. This was missedkib2008-09-081-1/+1
* Fix inconsistencies in the comments.kib2008-09-082-3/+3
* Fix a typo in a comment in the ACPI Fujitsu driver.ed2008-09-081-1/+1
* Put the bridge mac inheritance behind a sysctl with the default off as thisthompsa2008-09-081-2/+7
* Commit the no-brainer parts of my space saving kernel experiments. Weimp2008-09-081-1/+5
* To my reading there are no real consumers of ip6_plen (IPv6bz2008-09-072-2/+2
* Fix deactivation of speakers while plugging in headphones on Fujitsujoel2008-09-071-0/+9
* Minor cleanup of this config file:imp2008-09-071-9/+12
* Split tcp_mss() in tcp_mss() and tcp_mss_update() where the formerbz2008-09-073-88/+66
* Add support for MacBook Air. (not tested)rpaulo2008-09-072-2/+13
* Segment registers are stored in the uc_mcontext member of the structkib2008-09-074-5/+7
* V_irtualize SVN r182846 tcp_mssdflt/tcp_v6mssdflt procedure basedbz2008-09-071-4/+4
* Convert SYSCTL_INTs for tcp_mssdflt and tcp_v6mssdflt tobz2008-09-071-6/+42
* - Add a new ioctl for getting the provider name of a geom provider.lulf2008-09-072-0/+13
* Catch a possible NULL pointer deref in case the offsets got mangledbz2008-09-071-1/+3
* Add a second KASSERT checking for len >= 0 in the tcp output path.bz2008-09-071-1/+7
* Initialize vp, so we don't call VOP_UNLOCK() with NULL vnode pointer.pjd2008-09-071-1/+2
OpenPOWER on IntegriCloud