christos
f7bfce339d
more sh3 hacks.
2013-11-09 00:33:48 +00:00
christos
553f814b0d
remove unused variable
2013-11-08 01:10:23 +00:00
rmind
a79812ea10
NPF: add support for specifying the interfaces before they are attached.
...
If an interface is or gets detached, all associated rules and connections
will be deactivated (it might be useful to have an option to invalidate
the associated connections). Once the interface is reattached they will
become active.
Bump NPF_VERSION.
2013-11-08 00:38:26 +00:00
msaitoh
3b5f820d76
Fix typo. From jnemeth.
2013-11-07 18:59:01 +00:00
msaitoh
a9491a8185
Update some processor names.
2013-11-07 18:18:59 +00:00
kefren
915c0cd28e
sync an example with the latest group syntax change
2013-11-05 13:09:12 +00:00
rmind
05a7a9a52e
npfctl: optimise fetch_l3() to avoid unnecessary call to NPF_COP_L3.
2013-11-05 01:50:30 +00:00
christos
2a26fd0cf9
sprinkle vax
2013-11-03 00:48:52 +00:00
mrg
ea1cef97af
avoid uninitialised variable use.
2013-10-30 08:42:16 +00:00
mrg
ef05d8864c
ensure variables are initialised
2013-10-30 08:41:57 +00:00
msaitoh
c622541618
Support prefetch size.
2013-10-28 05:41:49 +00:00
apb
3d4c34e695
Now that tools/compat/compat_defs.h defones __USE, there's no
...
need to treat the tools build as a special case.
2013-10-24 14:01:01 +00:00
christos
a74a5abffb
XXX: gcc initialize a variable
2013-10-21 15:37:46 +00:00
msaitoh
ea7bd36351
Check cpuid leaf 4 for newer Intel CPU to know the cache information.
2013-10-21 06:33:11 +00:00
msaitoh
0380541841
No functional change:
...
- Add prototypes.
- Make some function static.
- Sort functions.
2013-10-21 06:28:15 +00:00
mrg
e392147a46
avoid using __USE() in the tools version of this.
2013-10-19 20:49:22 +00:00
christos
0a77b69ab6
fix unused variable warnings.
2013-10-19 17:16:37 +00:00
christos
94a96ec4ae
use new scopeid functions
2013-10-19 17:16:25 +00:00
christos
a18b60aecf
move all the necessay code inside ifdef
2013-10-19 17:10:17 +00:00
christos
b02f1063c3
using sizeof(char *) to compute the size of a buffer is not going to work
...
very well.
2013-10-19 17:09:38 +00:00
christos
4013b33b0e
move all the unused code inside #if 0
2013-10-19 17:08:15 +00:00
christos
e243964246
move all the code that is unused inside #if 0
2013-10-19 17:06:57 +00:00
christos
5084cd4f69
avoid pointer gymnastics
2013-10-19 17:05:58 +00:00
kefren
2e908c5030
sync behaviour with man page: accept spaces, empty lines and comments
2013-10-18 14:14:14 +00:00
wiz
8447fbb10f
Sort SEE ALSO. Grammar consistency.
2013-10-18 12:29:52 +00:00
kefren
eda7476539
Attempt to write a manpage for ldpd.conf
2013-10-18 10:49:19 +00:00
kefren
f86d4fa943
allow setting transport addresses for interfaces into config file
...
also move passive-interface functionality under interface block
report the correct line for config parsing errors
2013-10-17 18:10:23 +00:00
christos
4d024dddcc
Our <sys/param.h> ends up calling header files that define intmax_t. This
...
should not be the case (but >sys/param.h> is not a standard header so all bets
are off). FreeBSD's does not, so explicitly include <stdint.h> to get it.
2013-10-17 17:22:59 +00:00
christos
db2a5420b4
skip comment lines on password and group databases (Brooks Davis)
2013-10-16 17:27:42 +00:00
christos
7419876865
Default a bare "." with no type to F_DIR. For FreeBSD compatibility (Brooks
...
Davis)
2013-10-16 17:26:14 +00:00
christos
5c416430fc
Restore old behavior of not printing sizes for directories, since it varies
...
depending on filesystem implementation. (Brooks Davis)
2013-10-16 17:24:20 +00:00
kefren
ee8be8cbb6
zeroize the rest of the comparable struct before adding it to the rb tree
2013-10-12 18:55:40 +00:00
msaitoh
4713a86712
Fix typo in comment (s/XRC0/XCR0/).
2013-10-04 17:12:48 +00:00
joerg
d41a00c8da
Add missing dead.
2013-09-24 22:52:14 +00:00
rmind
a99ac6280c
npftest: add a choice of "rule" or "state" for -b option.
2013-09-24 02:44:20 +00:00
rmind
a484105289
npftest: add some concurrency testing code.
2013-09-24 02:04:21 +00:00
rmind
5f3b7e2652
Update npftest.conf for the recent syntax adjustments.
2013-09-23 15:30:32 +00:00
wiz
4fe1cb8b61
Remove trailing whitespace.
2013-09-20 21:30:49 +00:00
christos
5b6d718b99
the code specifies package info now.
2013-09-20 19:07:29 +00:00
rmind
f797733a7e
- NPF: change the group/ruleset syntax - simplify. Update npf.conf(5) manual.
...
- Add support for the inline pcap-filter(7) syntax in the rule, e.g.:
block out final pcap-filter "tcp and dst 10.1.1.252"
2013-09-20 03:03:52 +00:00
rmind
f5730e945b
npfctl: remove some n-code leftovers, fix the build, update the man pages.
2013-09-19 12:05:11 +00:00
rmind
7b5edfdc0d
NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm!
2013-09-19 01:49:07 +00:00
rmind
4e592132ab
- Convert NPF to use BPF byte-code by default. Compile BPF byte-code in
...
npfctl(8) and generate separate marks to describe the filter criteria.
- Rewrite 'npfctl show' functionality and fix some of the bugs.
- npftest: add a test for BPF COP.
- Bump NPF_VERSION.
2013-09-19 01:04:45 +00:00
msaitoh
13add5607a
Add shared TLB.
...
KNF.
2013-09-14 17:23:18 +00:00
jakllsch
f042e00fb6
Try to dump device at address 0. Allows dumping of xhci(4) root hub.
2013-09-14 14:07:56 +00:00
msaitoh
993b96e7e8
Update Intel processors' brand names and model names (e.g. Atom C2000 and
...
E3000) from the latest document.
2013-09-13 06:21:43 +00:00
christos
60baa80007
use intmax_t instead of long long. fixes wrong cast for time_t.
2013-09-09 23:27:43 +00:00
prlw1
4b5976925c
Add pkgpath.conf to /etc/defaults check.
2013-09-09 15:04:12 +00:00
jakllsch
6c1cfa38a7
use IPv6 Documentation Prefix (2001:db8::/32) instead of unallocated
...
d000🅰️ :/32 prefix
2013-09-08 19:12:18 +00:00
dholland
6231cbe0f9
Print FS_TRIM too.
2013-09-03 04:02:13 +00:00