aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Add another real-life example of setting a quirk for a USB gamingWarren Block2016-04-051-1/+7
* DIRDEPS_BUILD: Use 1 parameter for defining -rpath-link.Bryan Drewery2016-04-041-1/+1
* OpenBSD 5.9 and FreeBSD 10.3 releases added.Maxim Konovalov2016-04-041-3/+7
* Follow-up r297282: Make the COPTS warning more useful.Bryan Drewery2016-04-011-1/+1
* We don't support DPLIBS.Bryan Drewery2016-03-312-2/+2
* Fix minor problems caught by mandoc -Tlint.Christian Brueffer2016-03-314-6/+5
* Define OBJTOP earlier if possible for use in targets.Bryan Drewery2016-03-311-0/+4
* DIRDEPS_BUILD: Don't reset OBJROOT in sub-makes.Bryan Drewery2016-03-311-1/+1
* RegenerateBryan Drewery2016-03-301-13/+4
* Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-308-116/+15
* Remove redundant code imported into dirdeps.mk in r290956.Bryan Drewery2016-03-301-9/+0
* Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocationJamie Gritton2016-03-301-3/+61
* Add new USB ID to UDL driver.Hans Petter Selasky2016-03-301-0/+1
* Reword descriptions of asserting locks held without WITNESS.Bryan Drewery2016-03-292-15/+21
* Add support for AMD FCH watchdog timers.Alexander Motin2016-03-291-3/+3
* Fix two more unhappy instances of "user land".Warren Block2016-03-282-2/+2
* Replace "user land", which, for any definition of the word "user",Warren Block2016-03-281-1/+1
* Support simple soft floating point abi for CPUTYPE in arm. ComplexWarner Losh2016-03-281-6/+9
* Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-288-15/+14
* Update pci_vendors database to 2016-02-27Baptiste Daroussin2016-03-261-167/+732
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-262-0/+10
* We don't have a CPPFLAGS, COPTS or CPUFLAGS.Bryan Drewery2016-03-264-8/+7
* WITHOUT_TOOLCHAIN: Also exclude LLDB.Bryan Drewery2016-03-251-0/+1
* Build libcompat (lib32) with a --sysroot pointing into its stage directory.Bryan Drewery2016-03-252-23/+2
* Remove dependency on mbuf provider as mbuf SDTs are now in the SDT space.George V. Neville-Neil2016-03-251-1/+0
* Polish wbwd(4) driver and add more supported chips.Alexander Motin2016-03-241-8/+41
* Handle copyin failures.Bryan Drewery2016-03-221-0/+9
* Return any log write failure encountered when closing the filemon fd.Bryan Drewery2016-03-221-0/+6
* Spell out 'system calls'.Bryan Drewery2016-03-221-2/+2
* Add an mbuf provider to DTrace.George V. Neville-Neil2016-03-222-0/+217
* Document openat(2) behavior.Bryan Drewery2016-03-211-0/+7
* Stop tracking stat(2).Bryan Drewery2016-03-211-2/+0
* Track filemon usage via a proc.p_filemon pointer rather than its own lists.Bryan Drewery2016-03-211-10/+19
* Update to bmake-20160315Simon J. Gerraty2016-03-182-8/+9
* Change a little to match what appears to be the right way of specifying an ar...Julian Elischer2016-03-181-1/+3
* Add a few details that make it easier to use this macro.Julian Elischer2016-03-181-0/+13
* Remove incorrect BUGS entry about asserting lock not held.Bryan Drewery2016-03-161-6/+1
* Improve the implementation and documentation of theHans Petter Selasky2016-03-162-1/+15
* fail.9: Bump DdConrad Meyer2016-03-161-1/+1
* fail(9): Upstreaming some fail point enhancementsConrad Meyer2016-03-161-21/+70
* Partially revert r266227 and stop stripping paths in ldscripts.Bryan Drewery2016-03-152-2/+5
* Just install ar5523.bin into /usr/share/firmware and stop compiling itWarner Losh2016-03-151-1/+3
* Provide sysctl(9) macro to deal with array of counter(9).Gleb Smirnoff2016-03-151-1/+37
* Reword SX_NOADAPTIVE description to be clear that adaptive is default.Bryan Drewery2016-03-141-7/+5
* Follow-up r296700: Fix incorrectly declaring these as .MAIN.Bryan Drewery2016-03-131-2/+2
* Don't even define or append subdir targets with NO_SUBDIR.Bryan Drewery2016-03-111-3/+2
* Remove exists() checks so normal out-of-date handling can be used.Bryan Drewery2016-03-113-9/+5
* META_MODE: We can only use a cookie if filemon is being used.Bryan Drewery2016-03-111-5/+7
* META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.Bryan Drewery2016-03-114-24/+20
* DIRDEPS_BUILD: Add a sure way to prohibit building 'all' during dirdeps phase.Bryan Drewery2016-03-111-0/+10