joerg
5c4c6caf71
Make the abs() use check non-fatal for a bogus use in the LFS cleanerd.
2014-03-04 21:06:47 +00:00
joerg
4f76b089a9
Don't use abs on unsigned values.
2014-02-27 17:43:35 +00:00
joerg
33ddbd4a4d
Expect long long to be larger than uint32_t and use llabs after casting
...
the uint32_t.
2014-02-27 17:43:02 +00:00
skrll
6d3ceb1d61
Rename NetBSD/hp700 to NetBSD/hppa.
...
Unfortunately our VCS isn't very helpful here.
2014-02-24 07:23:38 +00:00
szptvlfn
4893e5b805
Update URL
2014-02-19 09:13:21 +00:00
rmind
27b83b3d9e
npfctl_print_nat: fix the byte-order of the port.
2014-02-19 01:43:16 +00:00
rmind
247d861365
npfctl: take into account all addresses when multiple interfaces are
...
specified in a set of elements.
2014-02-17 00:45:24 +00:00
jmmv
d90ac76afc
Fix path to atf-run.hooks after import of atf-0.19.
...
Problem found by martin@. Not spotted by me, I think, because I always use
postinstall on an etc.tgz file and forgot about this code path.
2014-02-15 01:54:17 +00:00
rmind
a732dba5fc
G/C some todo items
2014-02-14 02:01:12 +00:00
rmind
d199f930bb
Document NAT algorithm option in the grammar of "map".
2014-02-14 01:52:58 +00:00
rmind
068cee2998
NPF: add support for IPv6-to-IPv6 Network Prefix Translation (NPTv6),
...
as per RFC 6296. Add a unit test. Also, bump NPF_VERSION.
Thanks to S.P.Zeidler for the help with NPTv6 work!
2014-02-13 03:34:40 +00:00
rmind
82f6ff32b1
npfctl_bpf_cidr: fix a bug in handling of smaller IPv6 masks.
2014-02-13 00:42:01 +00:00
rmind
1e2389ed0b
npfctl_print_table: add a "cdb" type.
2014-02-12 01:42:50 +00:00
chs
49d6a7c368
in update_db(), extract the full list of files to update from the db
...
before actually updating anything, since changing the db while the query
that extracts the list of files is still in progress results in
the extraction query failing before it finds everything.
2014-02-10 00:23:36 +00:00
rmind
8b83480d27
NPF:
...
- Adjust the syntax - remove "inet" keyword in favour of more explicit
"inet4" for the address family. Consistent with "inet6" for IPv6.
- Adjust and improve the man page a little bit.
2014-02-08 01:20:09 +00:00
rmind
8274d601f9
NPF: add support for static (stateless) NAT.
2014-02-07 23:45:22 +00:00
christos
61a4b10e07
fix vax build.
2014-02-06 18:48:09 +00:00
wiz
83d796ca12
Update count. Add serial comma.
2014-02-06 07:36:36 +00:00
rmind
ffcdc4af8d
Add support for CDB based NPF tables.
2014-02-06 02:51:28 +00:00
rmind
e43f79569a
npftest: fix previous harder - pass and use libc's random(3).
2014-02-05 03:49:48 +00:00
rmind
bb1fedd189
npftest: fix the failure of NAT test -- adjust for RUMP's conversion to
...
the in-kernel CPRNG (hi pooka!).
2014-02-05 03:30:13 +00:00
rmind
55b0c96054
- npfctl: fix table IDs (breakage since the table naming was added).
...
- libnpf: remove npf_table_exists_p() from public API.
2014-02-03 02:21:52 +00:00
skrll
69d52dbe21
Remove harmful whitespace. Now the /var/shm check can succeed quietly.
2014-01-29 12:56:28 +00:00
plunky
bb39753de6
spelling correction - recieved -> received
2014-01-26 08:31:17 +00:00
christos
9cfdbcfd93
Fix the "separate root" test. If we get a permission error check for separate
...
root. But if we get ENOENT, always succeed. Otherwise if someone removes
the db files or they get corrupted, you can never recreate them.
2014-01-26 01:57:04 +00:00
martin
319a65afc2
Add a check to remove the temporarily (eroneously) created /@RUNDIR@
...
(PR bin/48529)
2014-01-17 19:06:57 +00:00
christos
2b043c75b6
eliminate use of bsd.sys.mk from Makefiles
2014-01-16 01:15:32 +00:00
joerg
12f8f2b852
Sync with interface change in mdocml 1.12.3.
2014-01-05 19:26:44 +00:00
msaitoh
e84a097d09
- Rename x86_print_cacheinfo() to x86_print_cache_and_tlb_info() because
...
this function prints TLB info, too.
- Remove an extra printf when verbose flag is set.
- Print the highest extended info level as the basic info level.
- Sort function.
2014-01-04 18:13:48 +00:00
christos
1497d945c9
smbfs has moved.
2013-12-25 23:35:17 +00:00
wiz
3acb5aa34e
Use more common phrasing.
2013-12-23 12:39:55 +00:00
msaitoh
e05de3375f
Add verbose flag.
...
On x86 cpu, cpuctl -v identify dumps the return values of the cpuid
functions. The max levels are taken from CPUID 0 and CPUID 8000_0000.
It's useful for the future CPU.
2013-12-23 12:35:33 +00:00
msaitoh
2620370891
CPUID leaf 2 and 4 are only for Intel processors.
2013-12-23 11:17:20 +00:00
msaitoh
1c10986642
Add comments. Remove comments. No functional change.
2013-12-23 10:13:59 +00:00
joerg
0850b0cc3c
long_ad is a mix of struct and union, so use memset to initialise in the
...
one place it is used.
2013-12-19 23:00:50 +00:00
christos
1985c705e9
initialize dummy_ref
2013-12-19 22:10:03 +00:00
martin
261edc5997
Simplify code to print the router/prefix list: use memcpy and local structs
...
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.
2013-12-17 20:26:46 +00:00
njoly
b0550d75f0
Skip varshm check if there is no fstab (like in chroots).
2013-12-17 12:51:26 +00:00
christos
6e404ef791
Add extra rpcgen flags.
2013-12-15 06:10:33 +00:00
martin
fe15878cd5
Cosmetics: use "msg" instead of "echo"
2013-12-13 07:37:50 +00:00
wiz
d860f590d4
Fix typo ("then" instead of "than")
2013-12-09 09:35:16 +00:00
martin
0c88e27e4c
Add a "varshm" check/fix to make sure /var/shm is mentioned in /etc/fstab
...
(and add a default of tmpfs with 25% of available ram limit if not).
To avoid the warning but not mount the tmpfs, just comment out the line
for /var/shm.
Also move "obsolete" to the end of the list again, as it should be run
last.
2013-12-05 15:41:23 +00:00
wiz
4a591a0994
Wording improvements from Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>
2013-11-29 23:58:23 +00:00
joerg
ed478d1345
Mark usage as dead.
2013-11-29 23:01:05 +00:00
christos
1d7c1fad3f
Remove pppd
2013-11-28 22:38:59 +00:00
christos
09c7a4bf31
Unhook pppd
2013-11-28 22:34:44 +00:00
christos
fc0ed55151
CID 1132759: Abort on dehumanize_number error on constant built-in string.
2013-11-27 20:48:28 +00:00
mlelstv
ffb41b3a17
Fix fallout from circleq->tailq transition.
2013-11-24 13:13:12 +00:00
rmind
1e9541dade
npftest: adjust for the npf_bpf_filter() change.
2013-11-23 19:40:11 +00:00
rmind
e636c1e87f
npfctl: need to rewind the list after calling print_table(). XXX libnpf.
2013-11-22 18:42:02 +00:00