summaryrefslogtreecommitdiffstats
path: root/usr.sbin/uhsoctl
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | 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
| |
| * Merge sync of headsjg2015-05-272-3/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Merge from headsjg2013-09-051-3/+8
| |\ \
| * | | 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/+21
| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Stop including if_var.h from userland.glebius2015-04-061-1/+0
| | | | | | | | | | | | | | | | Sponsored by: Nginx, Inc.
* | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|/ |/| | | | | | | | Reduce overlinking
* | | Use %zu not %zd for printing size_t.gavin2014-07-051-1/+1
| | | | | | | | | | | | | | | | | | PR: 185007 Submitted by: saper saper.info MFC after: 3 days
* | | Correct format string to fix build of uhsoctl when DEBUG is definedgavin2014-07-051-1/+1
| |/ |/| | | | | | | | | PR: 185007 Submitted by: saper saper.info MFC after: 3 days
* | mdoc sweepjoel2013-05-131-3/+8
|/
* Add an missing argument to open(2). If O_CREAT flag is specified,pjd2012-01-041-1/+1
| | | | file permission has to be specified as well.
* In usr.sbin/uhsoctl/uhsoctl.c, fix a few warnings about format stringsdim2011-12-191-2/+2
| | | | | | not being literals. MFC after: 1 week
* - Fixed automatic detection of the control serial port.thompsa2010-07-201-93/+122
| | | | | | | - Fixed segmentation fault when an invalid network interface was given. - More helpful message in case of wrong PIN number. Submitted by: Fredrik Lindberg
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
* Fix several typos in macros or macro misusage.uqs2010-03-121-4/+2
| | | | | | Found by: make manlint Reviewed by: ru Approved by: philip (mentor)
* Always assign WARNS using ?=uqs2010-03-021-1/+1
| | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
* Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differthompsa2010-01-133-0/+1646
from standard 3G wireless units by supplying a raw IP/IPv6 endpoint rather than using PPP over serial. uhsoctl(1) is used to initiate and close the WAN connection. Obtained from: Fredrik Lindberg <fli@shapeshifter.se>
OpenPOWER on IntegriCloud