aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update several more URLsEitan Adler2017-10-29124-227/+227
* Update URLs in usr.binEitan Adler2017-10-298-12/+10
* Cleanup non-arch MakefilesWarner Losh2017-10-298-23/+26
* Define new EFI variablesWarner Losh2017-10-298-59/+62
* Modernize freebsd-tips a bitEitan Adler2017-10-291-14/+2
* Prefer using https over httpEitan Adler2017-10-291-3/+3
* xdev: Consolidate duplicate cross-tools build/install list into XDEVDIRS.Bryan Drewery2017-10-291-10/+5
* xdev: Remove excess '/' since XDTP is asserted to be an absolute path.Bryan Drewery2017-10-291-1/+1
* xdev: Fix build for platforms needing LLD.Bryan Drewery2017-10-291-0/+2
* xdev: Add missing 'make obj' treewalk for 'make includes'.Bryan Drewery2017-10-291-0/+4
* lib32/libsoft: Store object files in a more consistent structure.Bryan Drewery2017-10-291-2/+2
* AUTO_OBJ: auto.obj.mk mkdir -p simplificationBryan Drewery2017-10-291-0/+4
* Suggest TARGET/TARGET_ARCH, XDEV/XDEV_ARCH are depcrecated in r269031.Bryan Drewery2017-10-291-1/+1
* Change native-xtools to not install by default; add a native-xtools-install.Bryan Drewery2017-10-294-5/+32
* build(7): Document xdev targets.Bryan Drewery2017-10-291-0/+37
* build(7): Document native-xtools.Bryan Drewery2017-10-292-1/+15
* Fix xdev TARGET/TARGET_ARCH assertion and expand to native-xtools.Bryan Drewery2017-10-292-6/+16
* Disable AUTO_OBJ as a make argument to ensure it really is disabled.Bryan Drewery2017-10-292-5/+5
* MAKEOBJDIR should be an absolute path, not any path with a slash.Bryan Drewery2017-10-291-1/+1
* Rework r254951 to not reach into private OBJDIR areas.Bryan Drewery2017-10-291-5/+3
* Remove comment: debug files can be useful for build tools.Bryan Drewery2017-10-291-1/+0
* Move some LIBCOMPAT tmpdir logic setup to its own build target.Bryan Drewery2017-10-292-8/+10
* MK_TESTS is disabled in early phases, no need for TESTBASE extraction here.Bryan Drewery2017-10-291-10/+0
* FAST_DEPEND clean hack: Remove lib32/soft files properly.Bryan Drewery2017-10-291-4/+4
* Move FAST_DEPEND cleanup hack into its own target and call from _cleanobj.Bryan Drewery2017-10-291-33/+34
* We don't need LIB32 directories extracted in early phase legacy/WORLDTMP dirs.Bryan Drewery2017-10-291-10/+0
* Disallow using a colon ':' in source checkout paths.Bryan Drewery2017-10-291-2/+8
* Move sendmail special check into a _sanity_check target.Bryan Drewery2017-10-291-2/+4
* bsnmpd: Only refresh devtree if devd event is a new or removed device.Pedro F. Giffuni2017-10-281-1/+3
* Fix out-of-bounds read in libc/regex.Pedro F. Giffuni2017-10-281-1/+1
* Split the hardware type enum and the hw feature flags bits into separateIan Lepore2017-10-281-16/+22
* Simplify ping sandbox.Mariusz Zaborski2017-10-281-20/+0
* Use the 16-bit receive shift feature in ffec hardware that supports it.Ian Lepore2017-10-281-33/+44
* Introduce caspermocks.Mariusz Zaborski2017-10-2822-9/+283
* Support up to 3 IRQs in the ffec driver.Ian Lepore2017-10-281-21/+36
* Add a #define RESOURCE_SPEC_END. Similar to DEVMETHOD_END andIan Lepore2017-10-281-0/+1
* Import tzdata 2017cPhilip Paeps2017-10-2824-1228/+2149
|\
| * Import tzdata 2017cvendor/tzdata/tzdata2017cPhilip Paeps2017-10-2824-1228/+2149
* | Avoid AXI bus issues due to a MAC reset on imx6sx and imx7.Ian Lepore2017-10-281-2/+15
* | Add FECFLAG_AVB variant flag to support new features on imx7.Ian Lepore2017-10-282-8/+18
* | Increase the alignment of the rx/tx descriptor ring buffers to 64 bytes.Ian Lepore2017-10-281-1/+1
* | Remove a stale and incorrect comment.Mark Johnston2017-10-281-5/+1
* | Remove workqueue items after updating the workqueue tail pointer.Mark Johnston2017-10-281-3/+2
* | Update manpage date to when the deprecation notice was removed.Jeremie Le Hen2017-10-273-3/+3
* | Fix MAC address detection regression introduced by r324184Oleksandr Tymoshenko2017-10-271-23/+39
* | dma: fix use-after-freeEd Maste2017-10-271-1/+1
* | Fix parsing error when processing cmsg in SCTP send calls. Thei bug isMichael Tuexen2017-10-271-17/+22
* | Actually release resources in detach() rather than just returning EBUSY.Ian Lepore2017-10-271-10/+21
* | Fix a lock leak in g_mirror_destroy().Mark Johnston2017-10-271-1/+3
* | Update comment to match r177997 & r178036 changes.David E. O'Brien2017-10-271-1/+1