Gleb Smirnoff
56d5e0967c
Stop including if_var.h from userland.
...
Sponsored by: Nginx, Inc.
2015-04-06 09:42:23 +00:00
Baptiste Daroussin
c6db8143ed
Convert usr.sbin to LIBADD
...
Reduce overlinking
2014-11-25 16:57:27 +00:00
Gavin Atkinson
c57440ecd7
Use %zu not %zd for printing size_t.
...
PR: 185007
Submitted by: saper saper.info
MFC after: 3 days
2014-07-05 20:08:25 +00:00
Gavin Atkinson
2e60665eda
Correct format string to fix build of uhsoctl when DEBUG is defined
...
PR: 185007
Submitted by: saper saper.info
MFC after: 3 days
2014-07-05 19:53:21 +00:00
Joel Dahl
37b983c09b
mdoc sweep
2013-05-13 18:13:50 +00:00
Pawel Jakub Dawidek
9a492fd171
Add an missing argument to open(2). If O_CREAT flag is specified,
...
file permission has to be specified as well.
2012-01-04 07:21:37 +00:00
Dimitry Andric
5eeae9a725
In usr.sbin/uhsoctl/uhsoctl.c, fix a few warnings about format strings
...
not being literals.
MFC after: 1 week
2011-12-19 20:38:26 +00:00
Andrew Thompson
eea19fce7b
- Fixed automatic detection of the control serial port.
...
- Fixed segmentation fault when an invalid network interface was given.
- More helpful message in case of wrong PIN number.
Submitted by: Fredrik Lindberg
2010-07-20 03:11:26 +00:00
Ulrich Spörlein
aa12cea2cc
mdoc: order prologue macros consistently by Dd/Dt/Os
...
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)
2010-04-14 19:08:06 +00:00
Ulrich Spörlein
63d46d1d5e
Fix several typos in macros or macro misusage.
...
Found by: make manlint
Reviewed by: ru
Approved by: philip (mentor)
2010-03-12 10:01:06 +00:00
Ulrich Spörlein
47e1a877c5
Always assign WARNS using ?=
...
- fix some nearby style bugs
- include Makefile.inc where it makes sense and reduces duplication
Approved by: ed (co-mentor)
2010-03-02 16:58:04 +00:00
Andrew Thompson
941e286383
Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differ
...
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>
2010-01-13 03:16:31 +00:00