summaryrefslogtreecommitdiffstats
path: root/usr.sbin/uathload
Commit message (Collapse)AuthorAgeFilesLines
* Document why we use -z nonexecstack in the Makefile since itimp2015-11-211-0/+10
| | | | | | | is so unusual. Turn off mis-match warnings for building uathload because the firmware .o file is produced in a way that we can't get to match exactly. This fixes the build on mips, so stop excluding it from the build.
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
|/ | | | Requested by: Simon Gerraty <sjg@juniper.net>
* Only use -z noexecstack for these explicit arches: i386, amd64, powerpcdim2011-02-161-1/+1
| | | | | | and powerpc64. Other arches currently do not support this feature. Reminded by: kib
* Fix the last binary in the base system that still has an executabledim2011-02-161-0/+4
| | | | | | | | stack, /usr/sbin/uathload. Since this program links in a .o file containing a firmware blob, and there is no clean way to add a .note.GNU-stack section to this .o file, we simply use the -z noexecstack option to ld here.
* The -d flag is non-optional.brueffer2010-05-121-2/+2
| | | | | | PR: 143694 Submitted by: Nikolai Saoukh <nms+bsd@otdel-1.org> MFC after: 1 week
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* add uathload.8weongyo2009-04-082-1/+70
| | | | Reviewed by: brueffer
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXweongyo2009-04-042-0/+251
chipsets. Reviewed by: sam
OpenPOWER on IntegriCloud