summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix evtchn initialization on SMPkmacy2008-10-241-12/+47
* Don't fail mistakenly with -r when we already have the whole file.ru2008-10-241-0/+1
* 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
* Back out testing aid that was inadvertantly committed as part of r184205.des2008-10-231-4/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-23217-1073/+1001
* Fix a typo.rdivacky2008-10-231-1/+1
* Correct a typo in Nocona core name.marck2008-10-231-1/+1
* 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
* Slightly adjust code logic: we allocate a "size"ed length of memory, notdelphij2008-10-231-5/+5
* Use strlcpy() before strlen() instead of strncpy().delphij2008-10-231-1/+1
* Since we are going to strlen() on the string, it is supposed to bedelphij2008-10-231-1/+1
* Replace malloc() + memset() with calloc. This corrects a misuse ofdelphij2008-10-233-20/+10
* Fix a typo. q is already a pointer.kib2008-10-221-1/+1
* 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
* The driver supports the Sony W810i phone (interface class driver).n_hibma2008-10-221-0/+2
* Really fix i386 test this time.jkim2008-10-221-1/+1
* Turns out its not a good idea to assume the packages that might bekensmith2008-10-221-4/+11
* Remove a comment that belonged to a deleted if statement.n_hibma2008-10-221-1/+0
* Remove doubtful structure definition with variable array members.kib2008-10-221-67/+75
* Fix build with PPC_PROBE_CHIPSET enabled.jhb2008-10-221-10/+13
* Trivially avoid a null pointer dereference when driversmarcel2008-10-221-1/+2
* Clarify the PREEMPTION description a little.obrien2008-10-221-3/+3
* Simplify AMD64_CPU_MODEL() and AMD64_CPU_FAMILY() macros as the base familyjkim2008-10-221-4/+2
* Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCsjkim2008-10-222-6/+16
* Update mmap() comment: no more block devices, so no more block devicerwatson2008-10-221-4/+0
* Fix build breakage.jhb2008-10-222-3/+4
* Fix compiler error with missing/unneded ')'ache2008-10-221-3/+3
* Remove the debug flag.n_hibma2008-10-221-1/+0
* Use full month name.mav2008-10-221-1/+1
* Add sdhci driver man page. Link it up to mmc subsystem.mav2008-10-223-2/+56
* Update man page.mav2008-10-221-7/+3
OpenPOWER on IntegriCloud