christos
83809af30d
set the timeout to 1 second so we can see packets flowing in real time.
2017-01-05 16:23:31 +00:00
rmind
f095afd741
npfctl: dynamic interface address handling; update npf.conf(8).
2017-01-03 01:29:49 +00:00
jnemeth
5c7485e31c
add rtsold to rc_obsolete_files :-(
2017-01-03 00:35:07 +00:00
christos
d8571daf5b
flesh this out more.
2016-12-30 19:55:46 +00:00
rmind
f97363cc85
Improve 'npfctl debug' a little bit.
2016-12-29 20:48:50 +00:00
christos
f069472cf9
starts running
2016-12-28 03:02:54 +00:00
christos
204834d4f3
Add some flesh.
2016-12-28 01:25:48 +00:00
rmind
8334b9bc82
npf.conf: add support for logical NOT, e.g.: pass from ! 10.0.0.1 to any
2016-12-27 22:35:33 +00:00
rmind
61e84d3fc1
Add some very preliminary npfd(8) code.
2016-12-27 22:20:00 +00:00
christos
bc388aee45
Document list
2016-12-27 20:55:11 +00:00
wiz
00bae140fd
Sort options in usage.
2016-12-27 20:24:32 +00:00
christos
a0cedf0df5
Add a list command to iterate over connection and nat endpoints.
2016-12-27 20:14:35 +00:00
christos
ef70bf3819
We don't use openssl for NPF in NetBSD, so don't include the header, and
...
provide a compatibility define.
2016-12-27 13:43:38 +00:00
christos
f75d79eb69
Sync NPF with the version on github: backport standalone NPF changes,
...
which allow us to create and run separate NPF instances. Minor fixes.
(from rmind@)
2016-12-26 23:05:05 +00:00
abhinav
93422f00ef
Remove xref to signal(7).
...
As noted by wiz, it is probably not a good idea to mention signal(7) in SEE ALSO
every time a signal name is used in a man page.
2016-12-24 08:26:57 +00:00
mrg
0537635d0c
for 64 bit mips platforms where we built userland largely as n32 by
...
default, build a handful of tools as n64 so they work properly.
unfortunately, they're also static as dynamic n64 has a problem.
of these tools pstat is probably the lowest hanging fruit to convert
to sysctl. systat would be close were it not for the netstat screen,
which includes netstat itself.
the rest are difficult to perhaps foolish.
the upside is that netstat, pmap and fstat all work properly now.
2016-12-23 10:19:57 +00:00
abhinav
c8a3a46962
Add xrefs to ipsec_set_policy(3) and signal(7)
2016-12-22 09:44:56 +00:00
wiz
154b520e6c
New sentence, new line.
2016-12-21 22:49:14 +00:00
abhinav
fe663009fc
Move information about exit status to its own section.
2016-12-21 17:45:07 +00:00
abhinav
2abbc56adb
s/results/result
...
Also remove .Pp before .Bl
2016-12-21 17:29:22 +00:00
abhinav
585f9e85b5
Add xref for ethers(5) and hosts(5).
...
Remove extra white space in the middle of a sentence.
Use more markup for AUTHORS section.
ok wiz@
2016-12-21 12:03:48 +00:00
abhinav
01c3d3dc7f
Escape hyphen when parsing .Nd
2016-12-19 14:10:57 +00:00
riastradh
513e90a6d7
Need <stdint.h> for uintmax_t.
...
From debidi in #netbsd on Freenode.
2016-12-18 18:32:24 +00:00
abhinav
e4137a4e3a
Don't ignore symlinks.
...
There can be symlinks which are pointing to man pages not installed in
one of the _default locations mentioned in man.conf or MANPATH. For example
there are man pages in /usr/pkg/man which are symlinked to pages in
/usr/pkg/lib/perl5/man. If we ignore symlinks, we would not be able to
index such pages installed outside the default set of directories.
(Also, the symlink test was incorecct, so we never noticed this issue)
Ok christos@, wiz@
2016-12-17 17:04:38 +00:00
ozaki-r
0739b470cb
Support -p <pidfile> option
...
It's needed to avoid using /var/run/rtadvd.pid on ATF tests and
run multiple instances of rump.rtadvd on a test.
2016-12-16 09:09:38 +00:00
mrg
f1582e88f7
scandir/alphasort take "const struct dirent **" not "const void *" in
...
modern unix. since we claim to be 'IEEE Std 1003.1-2008', make it so.
2016-12-16 04:45:04 +00:00
roy
87cdadbd3f
ping is not a reliable means of testing if connectivity to download sets
...
actually works, so remove it.
Hopefully fixes PR kern/51531.
2016-12-13 19:03:49 +00:00
alnsn
66e93929b7
Add aes-xts to sysinst(8).
2016-12-11 00:56:34 +00:00
mrg
0ef38b0092
note that crash/sparc is unstable
2016-12-10 23:21:02 +00:00
rin
a3ee12347a
s/LIButil/LIBUTIL/ in DPADD
2016-12-10 13:55:55 +00:00
mrg
20888c6f10
enable sparc crash(8) builds.
...
it's not very stable yet but it's not 100% useless.
2016-12-10 10:42:43 +00:00
christos
5235206633
PR/51652: Sevan Janiyan: makefs dies due to segmentation fault
...
Don't dereference NULL when running out of nodes during rename.
2016-11-25 23:02:44 +00:00
christos
67f5543283
nothing is executable.
2016-11-23 17:25:11 +00:00
christos
07e020dd99
- protect against node not found SEGV
...
- fix reversed logic; if we find it in the cache we return it, otherwise
we create it.
2016-11-23 17:22:44 +00:00
roy
bdebc53a9a
Fix PR kern/51531 by using ifconfig to wait for addresses to become
...
valid rather than sleeping a fixed ammount of time.
2016-11-22 12:04:35 +00:00
shm
612d8cdf6f
Add couple FALLTHROUGHs CIDs: 976559, 976560, 976561
...
No functional change.
2016-11-17 09:29:01 +00:00
shm
03c939ad6c
CID 978587: Removed unnecessary check against NULL.
2016-11-17 09:21:34 +00:00
wiz
5027e397c4
New sentence, new line.
2016-11-08 08:21:52 +00:00
pgoyette
1cbf65cf52
Merge changes from David H. Gutteridge in PR misc/51612
...
Thanks!
2016-11-08 03:20:07 +00:00
flxd
9ff8fe6273
Add new USB-enabled kernel config(s) based upon GENERIC for pmax, include it as kernel set in the build and make it a choice in sysinst.
...
OK simonb@
2016-11-04 19:18:50 +00:00
ryo
cc1c85bff6
fix column alignment of "intrctl list [-c]"
2016-11-02 11:03:33 +00:00
christos
294f6fea81
we keep version in a separate file now
2016-10-20 17:39:08 +00:00
christos
3f8d0834f4
we keep version separately now
2016-10-20 17:38:28 +00:00
christos
fe9ab5cd08
rename populate_rc to update_rc and copy if source is newer.
2016-10-19 22:17:08 +00:00
christos
82c75ae659
remove dup function
2016-10-19 01:31:05 +00:00
manu
edb96218ee
Make FUSE socket buffer tunable
...
When dealing with high I/O throughput, we could run out of buffer
space if the filesystem was not consuming requests fast enough.
Here we slightly raise the buffer size, and we make it tunable
through the PERFUSE_BUFSIZE environment variable so that we can
cope with higher requirement later.
While there, document PERFUSE_OPTIONS environment variable.
2016-10-18 15:06:17 +00:00
wiz
02b19f3777
Add missing verb. New sentence, new line.
2016-10-16 05:32:30 +00:00
jdolecek
4db570fea8
getopt() result is int; fixes build on arm, pointed out by Rin Okuyama
2016-10-15 22:23:50 +00:00
jdolecek
efdf03ed86
reduce the affinity column to just 5 chars for compact list
2016-10-15 12:14:00 +00:00
jdolecek
8804f261c0
add -c option to list command for compact list, it displays totals rather then
...
per-CPU stats
2016-10-15 12:06:27 +00:00