aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Remove extra comment for 7.0 (no GIANT here).Randall Stewart2007-08-167-63/+106
* Use the sequence number comparison macro to compareQing Li2007-08-161-2/+2
* Add a driver for the on-die digital thermal sensor found on Intel CoreDag-Erling Smørgrav2007-08-159-0/+297
* Cleanup of old hardware notes source files. Somehow these didn't getBruce A. Mah2007-08-154-1031/+0
* On 6.x this works:John Baldwin2007-08-153-14/+59
* The /boot.config file is available only on i386 and amd64, so installDaniel Gerzo2007-08-151-1/+5
* Autogenerate hardware notes entities for ath(4) for all platformsBruce A. Mah2007-08-151-1/+1
* Remove the installation notes, which have not truly been maintainedBruce A. Mah2007-08-1522-2753/+0
* Modified release note: ng_h4(4) has been restored to the buildBruce A. Mah2007-08-151-1/+1
* Disconnect installation notes from the release documentation build.Bruce A. Mah2007-08-152-2/+1
* Remove comment that was added by mistakes and which prevented _eprintfAlexander Kabaev2007-08-141-1/+1
* Don't copy the installation guide to the release media (i.e.Bruce A. Mah2007-08-141-7/+1
* Move callout initialization to the proper spot. This prevents panics duringScott Long2007-08-143-8/+1
* Add the boot.config.5 manual page.Daniel Gerzo2007-08-142-0/+104
* Mention gcc 4.2.1 import.Xin LI2007-08-141-1/+1
* Change the time of the first "EoL is coming soon, you should upgrade" warningColin Percival2007-08-141-2/+2
* Restore -O2 optimization after gcc 4.2.1 import, which hasXin LI2007-08-141-1/+1
* Update locally changed files to GCC 4.2.1.Alexander Kabaev2007-08-144-9/+27
* Merge files that are no longer carry FreeBSD local changes.Alexander Kabaev2007-08-144-27/+84
* Disconnect the soon-to-be removed installation notes from sysinstall(8)Bruce A. Mah2007-08-141-17/+15
* This commit was generated by cvs2svn to compensate for changes in r171831,Alexander Kabaev2007-08-149-3/+54
|\
| * GCC 4.2.1 release miscellaneous support libraries.Alexander Kabaev2007-08-149-3/+54
* | This commit was generated by cvs2svn to compensate for changes in r171829,Alexander Kabaev2007-08-141-0/+4
|\|
| * GCC 4.2.1 release Objective C runtime support code.Alexander Kabaev2007-08-141-0/+4
* | This commit was generated by cvs2svn to compensate for changes in r171827,Alexander Kabaev2007-08-1413-185/+493
|\|
| * GCC 4.2.1 release C++ standard library and runtime support code.Alexander Kabaev2007-08-1413-185/+493
* | This commit was generated by cvs2svn to compensate for changes in r171825,Alexander Kabaev2007-08-1452-5785/+9229
|\|
| * GCC 4.2.1 release.Alexander Kabaev2007-08-1459-5820/+9339
| * Remove files that are no more part of GCC distribution from FSF branch.Alexander Kabaev2007-05-19350-578938/+0
* | Make sure to take PHY out of power down mode in device attach.Pyun YongHyeon2007-08-141-0/+22
* | Improve vn_printf() by:Pawel Jakub Dawidek2007-08-131-7/+45
* | Fix a few nits relative to the previous changes:John Baldwin2007-08-132-2/+9
* | Teach the mfi(4) driver to handle requests from userland managementJohn Baldwin2007-08-136-29/+231
* | Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)Dag-Erling Smørgrav2007-08-132-75/+228
* | Expand the data structure returned by the ATA RAID status ioctl to includeJohn Baldwin2007-08-133-33/+69
* | Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.Maksim Yevmenkin2007-08-136-191/+176
* | Be more careful handling no_init flag. It should be enforcedXin LI2007-08-131-2/+4
* | If the mmap() call in rpc.statd fails, rpc.statd prints a warningDon Lewis2007-08-131-1/+1
* | Coalesce another very short section into its parent.Bruce A. Mah2007-08-121-4/+1
* | o You have to reboot the system after tuning softupdates on the rootMaxim Konovalov2007-08-121-1/+3
* | Replace three copies of the host controller reset sequence thatDon Lewis2007-08-121-18/+38
* | Make suid/sgid restore be "opportunistic" ifTim Kientzle2007-08-122-16/+82
* | Use ttyu instead of ttyd for arm, since we will probably never use sio(4).Olivier Houchard2007-08-121-4/+3
* | Sync with the source code: NGM_FEC_MODE_(MAC|INET) should beDaniel Gerzo2007-08-121-2/+2
* | Collapse some short sections together.Bruce A. Mah2007-08-121-12/+0
* | Update the tests for reading the various GNU tar sparse formats.Tim Kientzle2007-08-121-75/+267
* | Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar2007-08-1115-1095/+492
* | White space cleanupsKip Macy2007-08-102-9/+6
* | - In all structures other than port info port is a pointer to a port info,Kip Macy2007-08-104-15/+14
* | MFp4:Xin LI2007-08-103-60/+96