summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid accidental conflicts with C++ operator keywords.jkim2011-09-271-0/+4
* Followup to r225599: the fseek() was a no-op since the file was openeddes2011-09-271-8/+8
* Improve battery capacity reportingemaste2011-09-271-10/+15
* Revert r225372:attilio2011-09-271-14/+0
* Unbreak no-ip and no-inet6 module builds with ipfw. For now continue tobz2011-09-272-4/+8
* Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() onkib2011-09-272-11/+9
* Install ciss(4) ioctl header (together with other .h files from sys/dev/ciss).kib2011-09-272-1/+3
* Add one more ID for the Marvell 88SE9128 6Gbps SATA controller.mav2011-09-271-0/+1
* Fix interrupt counters dumping on SW_WATCHDOG fire.mav2011-09-271-1/+1
* Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().pjd2011-09-279-161/+192
* No need to wrap pjdlog functions around with KEEP_ERRNO() macro.pjd2011-09-271-2/+1
* Prefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().pjd2011-09-271-6/+5
* - Convert some impossible conditions into assertions.pjd2011-09-271-11/+10
* Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT().pjd2011-09-271-4/+2
* Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().pjd2011-09-273-33/+31
* No need to use KEEP_ERRNO() macro around pjdlog functions, as they don'tpjd2011-09-272-23/+20
* - Add missing interdependencies to kerberos libraries. Some of thestas2011-09-2714-9/+50
* Add quirks for some USB mass storage devices which doesn't respondhselasky2011-09-272-0/+9
* Fix typo in OSIOCGIFADDR.pluknet2011-09-271-1/+1
* - Move misplaced reference [1]gabor2011-09-271-7/+6
* Ensure that pjdlog functions don't modify errno.pjd2011-09-271-0/+25
* Add myself to committers-src.dot.rmh2011-09-271-0/+3
* Forgot to add "RELENG_8" to list of CVS tags.kensmith2011-09-261-1/+1
* Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingkensmith2011-09-267-16/+23
* Update netfront so that it queries and honors publishedgibbs2011-09-211-16/+52
* Modify the netfront driver so it can successfully attach togibbs2011-09-211-11/+29
* Correct suspend/resume support in the Netfront driver.gibbs2011-09-211-26/+54
* [ Forced commit. Actual changes accidentally included in r225704 ]gibbs2011-09-210-0/+0
* Add suspend/resume support to the Xen blkfront driver.gibbs2011-09-212-46/+51
* Properly handle suspend/resume events in the Xen devicegibbs2011-09-205-18/+49
* Use nowait sync request for a vnode when doing softdep cleanup. We possiblykib2011-09-201-1/+1
* Restore the writing of the .bss sections of the dsos (not the mainkib2011-09-201-2/+3
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.kmacy2011-09-204-2/+9
* Avoid starting the USB transfer if an error is already pending.hselasky2011-09-201-4/+6
* Manually set the channel when using monitor mode - the firmwareadrian2011-09-201-0/+12
* Use REQUIRE: line to reorder rc.d/bridge instead of BEFORE: line.hrs2011-09-202-2/+1
* Remove RA timer on an interface with !IFF_UP actively after starting to sendhrs2011-09-201-0/+15
* Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixeshrs2011-09-201-0/+2
* - Fix a trivial bug in iconv. When there is no space to perform thegabor2011-09-191-2/+1
* Do not overallocate on the stack. Threaded code might use custom stackkib2011-09-191-43/+69
* Cleanup the iterator code, remove code that is never executed.tuexen2011-09-193-38/+8
* It is safe to initialize locks even on early boot (and it is the sameattilio2011-09-192-8/+1
* - Document inet6 no_radr flag.hrs2011-09-191-1/+26
* - Document $ipv6_cpe_wanif.hrs2011-09-191-26/+116
* Use resolvconf(8) to create /etc/resolv.conf, not directly overwrite it.hrs2011-09-191-7/+7
* Fix the script order to run rc.d/bridge after the initial networkhrs2011-09-191-1/+2
* #PROCHOT assertion is sticky after reading the MSR (accordingly withattilio2011-09-191-1/+4
* Implement missing USB debug information functions.hselasky2011-09-197-4/+184
* Fix a logic bug in pc-sysinstall creating partitions.jpaetzel2011-09-1911-36/+60
* Bump .Dd date for previous revision.delphij2011-09-171-1/+1
OpenPOWER on IntegriCloud