summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* only call hardclock on cpu0kmacy2008-10-251-1/+4
* Invalid BSD disklabels have been created by sysinstall andmarcel2008-10-251-1/+6
* drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)rnoland2008-10-251-1/+1
* Add an entry for the "SIIG Cyber 4 PCI 16550", which is a four-port carddes2008-10-251-0/+6
* Fix spelling in comment.mav2008-10-251-1/+1
* Use auto-negotiation for manual media type selection. This fixesyongari2008-10-251-1/+2
* Enable the cfi(4) driver.marcel2008-10-251-0/+1
* Add a driver for flash memory that implements to the Common Flashmarcel2008-10-258-0/+1023
* Add a driver for the Local Bus Controller.marcel2008-10-253-0/+369
* Assign 0xff800000-0xffffffff to the LBC controller. That's wheremarcel2008-10-251-0/+4
* handle case where eflags represents actual flags value whenkmacy2008-10-251-0/+2
* Implement miibus_statchg handler. It detects whether rl(4)yongari2008-10-251-0/+34
* In mmu_booke_mapdev(), handle mappings that cannot be representedmarcel2008-10-251-5/+16
* After sending stop command to MAC, give hardware chance to drainyongari2008-10-251-0/+8
* Make rl_init_locked() call rl_reset. This will put hardware intoyongari2008-10-251-7/+4
* Don't rearm watchdog timer in rl_txeof(). The watchdog timer wasyongari2008-10-251-2/+0
* Various bus_dma(9) fixes.yongari2008-10-252-120/+256
* Make the driver compile on FBSD6 as well.n_hibma2008-10-241-2/+6
* Add MSI support.mav2008-10-241-1/+6
* Bump the revision after the latest commits.mav2008-10-241-1/+1
* Add some special handeling for AD1981HD codec. It has very unusual designmav2008-10-241-0/+18
* Don't rely on the value of *statep without first taking the vnode interlock.dfr2008-10-241-1/+4
* Fix general issues with IPI supportkmacy2008-10-243-50/+63
* Fix evtchn initialization on SMPkmacy2008-10-241-12/+47
* After adding U3G_DEBUG to LINT we need to create the opt_u3g.h file whenn_hibma2008-10-241-1/+5
* Add U3G_DEBUG to LINTn_hibma2008-10-243-1/+4
* Remove the entry from the i386 specific NOTES as it is in the genericn_hibma2008-10-241-1/+0
* - Bugfix: Only claim interface after having checked all endpoints. Thisn_hibma2008-10-241-42/+40
* Don't rearm callout if the process is exiting, it may leak a calloutdavidxu2008-10-241-1/+2
* partly revert revision 184199, because TDF_NEEDSIGCHK is persitentdavidxu2008-10-241-10/+5
* Whitespace fix.jhb2008-10-231-1/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-2332-81/+96
* Replace calls to minor() with dev2unit(). Ed already fixed this once,rnoland2008-10-232-2/+2
* This check is invalid and I disabled it once already. I accidentallyrnoland2008-10-231-6/+4
* Update to Myri10GE Firmware 1.4.36.gallatin2008-10-234-32592/+32702
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-2315-51/+63
* Don't include <sys/clist.h> inside ucom(4) and ufoma(4).ed2008-10-232-2/+0
* Fix detaching of uart(4) devices.ed2008-10-231-0/+13
* Add Intel ICH10 and SCH HDA controllers PCI IDs.mav2008-10-231-0/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-23214-1050/+994
* Actually, for signal and thread suspension, extra process spin lock isdavidxu2008-10-236-61/+22
* Fix IPI supportkmacy2008-10-238-59/+165
* Add mips/conf/DEFAULTS and populate it with:marcel2008-10-237-17/+17
* Add arm/conf/DEFAULTS and populate it with:marcel2008-10-2316-32/+15
* Correct PHY description and OUI of VSC8211. Previously VSC8211 wasyongari2008-10-232-3/+3
* Regen for freebsd32_getdirentries().jhb2008-10-224-7/+15
* Split the copyout of *base at the end of getdirentries() out leaving thejhb2008-10-224-12/+45
* Really fix i386 test this time.jkim2008-10-221-1/+1
* Remove a comment that belonged to a deleted if statement.n_hibma2008-10-221-1/+0
* Fix build with PPC_PROBE_CHIPSET enabled.jhb2008-10-221-10/+13
OpenPOWER on IntegriCloud