43 Commits

Author SHA1 Message Date
sthen
917ffa83d6 update to newer nsh sources 2017-11-27 22:03:24 +00:00
ajacoutot
6f61bc5b14 Fix link order to unbreak with FTS5 enabled sqlite3. 2017-08-24 06:05:27 +00:00
sthen
0e2dc8a0c1 IPV6CTL_MAXIFDEFROUTERS, IPV6CTL_MAXIFPREFIXES going away - patch nsh to cope. 2017-07-13 17:01:14 +00:00
sthen
528e51c4e7 tweak nsh's MANUAL a bit, especially rc.local suggestions (/usr/local/bin isn't
in the default PATH, and the current example with tee hangs)
2017-07-10 20:10:36 +00:00
sthen
bba4a914c8 convert nsh's save.sh from a symlink to an @sample, such that it can be
modified or pointed to an alternative file (e.g. save-ro.sh instead of the
standard save-rw.sh) and have the changes stay intact after pkg_add -u.
2017-07-10 19:04:12 +00:00
sthen
02a66dd19f disable timeslots code to unbreak following SIOCSIFTIMESLOT removal 2017-06-28 16:34:59 +00:00
mpi
63a28340ee Remove unneeded and dying headers.
ok sthen@
2017-05-18 10:40:08 +00:00
espie
8d860230fd adjust distinfo post DISTFILES change 2017-05-06 15:10:17 +00:00
jca
70646c1058 Adapt after the struct ipipstat members size bump 2017-02-20 17:14:31 +00:00
naddy
44c4f80467 fix build after recent network changes 2017-01-26 12:30:02 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
ajacoutot
5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
2016-09-10 13:03:40 +00:00
sthen
abe3acd194 handle RTF_MASK removal 2016-09-02 15:42:07 +00:00
sthen
6fa1498ac8 update to newer nsh snapshot 2016-06-23 13:19:43 +00:00
sthen
460d685dc9 update to newer nsh snapshot 2016-05-27 12:53:13 +00:00
sthen
7e86d4544b update to 20160524 snapshot of nsh 2016-05-24 20:02:27 +00:00
sthen
412b9c10da update to new nsh snapshot, including jca's patch to remove IPV6CTL_V6ONLY
(which is a noop anyway) and more useful pppoe support (saves authkey)
2016-05-19 09:22:11 +00:00
sthen
3fccbdd728 add an optional static flavour to nsh 2016-04-13 09:44:25 +00:00
sthen
faa7cb41ce and another one.. add queue.h 2016-04-05 21:54:26 +00:00
sthen
c6c746c02b needs queue.h for mbuf.h 2016-04-05 21:43:54 +00:00
sthen
b438400574 update to nsh-20151213, unbreak 2015-12-18 13:17:41 +00:00
ajacoutot
f7462ccd17 BROKEN=need to be adapted to current pflow(4)
ok sthen@
2015-10-17 10:29:04 +00:00
sthen
391dc93fe7 REVISION bumps following the additional member in struct if_data,
to make sure packages get updated
2015-10-05 16:29:01 +00:00
sthen
74d759a26a update to newer nsh snapshot 2015-10-01 16:28:01 +00:00
sthen
aa3411823a -RTF_XRESOLVE 2015-09-11 20:54:54 +00:00
sthen
56af22088c fix shells/nsh with ifmedia64 2015-09-11 14:25:47 +00:00
sthen
09223444f9 update to a new snapshot of nsh 2015-09-08 17:48:55 +00:00
jca
0a1b2b2626 Missed in previous. 2015-07-23 22:19:03 +00:00
jca
4b9c27ceb3 Unbreak nsh: remove MPLS ifq reporting support
Noticed by ajacoutot@ and nigel@, ok sthen@ chris@ (upstream)
2015-07-23 22:11:47 +00:00
naddy
a1fa3a4712 Stop using <tzfile.h>. 2015-03-16 15:21:58 +00:00
sthen
2f9c5a5142 fix nsh use-after-free in tab completion of ifnames 2015-01-10 13:13:16 +00:00
sthen
823ec0bcb4 oops, stray character 2015-01-10 13:06:14 +00:00
sthen
60386288e0 Patch nsh with an initial fix following NOINET6 removal.
"no inet6" (to remove ip6 from an interface after it has been
explicitly or implicitly added) is not yet supported.

"inet6 autoconf" also needs to be handled (replacement for rtsol).
2015-01-10 12:44:01 +00:00
sthen
ca1e359591 Switch shells/nsh to fetching from github, which has most of our patches
rolled in. (Build currently fails due to noinet6 changes, this change
doesn't fix this yet).
2015-01-10 12:00:07 +00:00
landry
74a60a28d9 Unbreak, needs #include <sys/pool.h> now ? 2014-08-24 20:29:08 +00:00
sthen
42d4dc7e65 fix following move from struct pool to struct kinfo_pool for userland 2014-07-05 10:03:05 +00:00
naddy
8d32330e51 Catch up with network header changes and fix time_t type mismatches. 2014-01-29 16:26:17 +00:00
jca
e3e620e6b1 Unbreak after net*/ headers changes. Patches by mikeb@, applied
upstream by chris@.
2013-11-27 14:14:22 +00:00
sthen
27f03b1c52 bump REVISION for any ports using route messages. regen some distinfos and
remove unnecessary USE_GROFFs while there.
2013-10-31 21:12:12 +00:00
sthen
64242dc8ae bump due to SIOCGETVLAN/SIOCSETVLAN abi change. slight Makefile tidying
while there.
2013-08-15 14:45:34 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
chris
8e9f812382 update to 1.0
ok sthen, naddy
2013-02-12 16:23:33 +00:00
phessler
bcdb42ac8d NSH consolidates configuration for interfaces, bridging, routing, PF
packet filtering, NAT, queueing, BGP, OSPF, RIP, IPsec, DHCP, DVMRP,
SNMP, relayd, sshd, inetd, ftp-proxy, resolv.conf and NTP. It presents
the user with a vaguely cisco-like interface with all configuration in
one easy to read text list.

some improvements from, and OK, sthen@
2012-09-17 13:51:51 +00:00