2018-09-11 |
phessler | With the interface debug flag enabled, print a "score... |
commit | commitdiff | tree | snapshot |
2018-09-11 |
espie | add the conflict info to what's stored in pkglocatedb... |
commit | commitdiff | tree | snapshot |
2018-09-11 |
kettenis | Fix --exclude-libs option. Based on code already commi... |
commit | commitdiff | tree | snapshot |
2018-09-11 |
krw | Tighten validation tests on an obscure corner case of |
commit | commitdiff | tree | snapshot |
2018-09-11 |
kn | Remove unused buffer from host() |
commit | commitdiff | tree | snapshot |
2018-09-11 |
benno | add files for test 4 |
commit | commitdiff | tree | snapshot |
2018-09-11 |
sashan | - moving state look up outside of PF_LOCK() |
commit | commitdiff | tree | snapshot |
2018-09-11 |
jsg | Add defines for amd microcode msrs which appear to... |
commit | commitdiff | tree | snapshot |
2018-09-11 |
nicm | Do not check for mouse events on pane borders when... |
commit | commitdiff | tree | snapshot |
2018-09-11 |
ccardenas | Fail fast when we are unable to determine disk format. |
commit | commitdiff | tree | snapshot |
2018-09-11 |
ccardenas | Add ability to create qcow2 disk. |
commit | commitdiff | tree | snapshot |
2018-09-10 |
bluhm | Remove useless INPCBHASH() macros. Just expand them. |
commit | commitdiff | tree | snapshot |
2018-09-10 |
kn | Merge host_v{4,6}() into simpler host_ip() |
commit | commitdiff | tree | snapshot |
2018-09-10 |
benno | check orlonger option of trie_match() |
commit | commitdiff | tree | snapshot |
2018-09-10 |
anton | logmsg(LOG_ERR) -> logerr(); ok tedu@ |
commit | commitdiff | tree | snapshot |
2018-09-10 |
gerhard | Prevent a panic in umb(4) when roaming is diabled. |
commit | commitdiff | tree | snapshot |
2018-09-10 |
sashan | - if_cloners list populated at boot time only then... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
kn | Introduce copy_satopfaddr() |
commit | commitdiff | tree | snapshot |
2018-09-10 |
bluhm | Instead of calculating the mbuf packet header length... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
henning | if_setrdomain could potentially call if_clone_create... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
henning | in pf_syncookie_validate, return early if we don't... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
benno | test all variations of network statements |
commit | commitdiff | tree | snapshot |
2018-09-10 |
benno | add a test for network statements with prefix-sets |
commit | commitdiff | tree | snapshot |
2018-09-10 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2018-09-10 |
akoshibe | Mirror bluhm's fixes for proc.c daemons to dup /dev... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
denis | fix typos |
commit | commitdiff | tree | snapshot |
2018-09-10 |
bluhm | Send many small fragments that exceed the pf reassembly... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
bluhm | During fragment reassembly, mbuf chains with packet... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
jmc | tweak the table commands somewhat; ok gilles |
commit | commitdiff | tree | snapshot |
2018-09-10 |
bluhm | Limit the fragment entry queue length to 64 per bucket... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
benno | use filterset_move() like all other network statements... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
phessler | do not immediately set the join'd network, the join... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
benno | update regression tests after previous commit. ok claudio@ |
commit | commitdiff | tree | snapshot |
2018-09-10 |
benno | remove some empty lines from printconf output. ok claudio@ |
commit | commitdiff | tree | snapshot |
2018-09-10 |
bluhm | vmd(8) clould close file descriptor 0 as not all fd... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
bluhm | During the fork+exec implementation, daemon(3) was... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
phessler | fix typo in the length of the essid we want to switch to |
commit | commitdiff | tree | snapshot |
2018-09-10 |
phessler | extract clearing WEP/WPA in ess into helper functions |
commit | commitdiff | tree | snapshot |
2018-09-10 |
claudio | Adjust the config to -current bgpd which makes it a... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
phessler | use the correct essid when switching during the ioctl... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
phessler | give set_ess a len variable, so we can correctly match... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
nicm | Do not clear selection when searching. |
commit | commitdiff | tree | snapshot |
2018-09-10 |
yasuoka | Fix previous commit. It mistakenly included a change... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
jmatthew | put the port into autonegotiate mode on attach, since... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
jmatthew | if the adapter can't determine the phy type on a port... |
commit | commitdiff | tree | snapshot |
2018-09-10 |
jmatthew | bit rates over 2G won't fit in an int, so use uint64_ts... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
guenther | pmap_activate() should match cpu_switchto, so set up... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
guenther | Simplify pmap_is_curpmap(): %cr3 can never match pm_pdi... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
guenther | Calculate automatically the padding necessary for linin... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
guenther | Teach binutils how to assemble INVPCID and how to disas... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
sthen | merge in some missed bits from 1.7.0 to simplify update... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
sthen | merge in some missed bits from 1.7.0 to simplify update... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
bluhm | During the fork+exec implementation, daemon(3) was... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Enable the empty as-set and prefix-set tests since... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Allow for empty as-set and prefix-set definitions by... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
phessler | convert the things we save in 'join' into a single... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
jmc | missing Xc; |
commit | commitdiff | tree | snapshot |
2018-09-09 |
mortimer | Apply retguard to the last asm functions in the arm64... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Shut up a gcc warning about uninitialized use of min... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
benno | use rib_valid() to check if a rib is useable. ok claudio@ |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Comment the empty as-set and prefix-set tests. This... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Can not allow empty as-set and prefix-set blocks right... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
akoshibe | Make switchd(8) ignore PACKET_INs generated from looped... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
benno | use TAILQ_CONCAT in filterset_move(). ok claudio@ |
commit | commitdiff | tree | snapshot |
2018-09-09 |
millert | Fix a crash in rdistd triggered by the recent getpw... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Remove another optnl. In general we no longer support... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Bad merge, change a optnl to comma since that is what... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Enable all the #notyet tests since the parser supports... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | prefix-set printing was adjusted in last commit. Adjust... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Rework the parser a bit to be more sane when it comes... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Write asset as as_set since the other word is already... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Fixup regress test after the last burst of commits... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
benno | sync header line with whats actually in the output. |
commit | commitdiff | tree | snapshot |
2018-09-09 |
benno | Make it clear what 'dynamically added' prefixes are. |
commit | commitdiff | tree | snapshot |
2018-09-09 |
benno | update example bgpd.conf to use new config language... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Fixup unit test after change to trie_match (or-longer... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
claudio | Clean up prefix flag handling. First of all the dynamic... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
benno | Add network prefix-set <name> syntax to announce networ... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
henning | rdomains can be deleted again - remove caveat, tell... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
henning | allow the automatically created loopback interfaces... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
henning | if_setrdomain: allow empty rtables to be turned into... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
henning | provide rtable_empty(), returns 1 if the rtable doesn... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2018-09-09 |
ccardenas | Add disk format tests. |
commit | commitdiff | tree | snapshot |
2018-09-09 |
ccardenas | Add tests for disk format. |
commit | commitdiff | tree | snapshot |
2018-09-09 |
ccardenas | Add initial qcow2 image support. |
commit | commitdiff | tree | snapshot |
2018-09-08 |
claudio | Bump NMBCLUSTERS to a more reasonable 256MB instead... |
commit | commitdiff | tree | snapshot |
2018-09-08 |
jmc | missing Ed; |
commit | commitdiff | tree | snapshot |
2018-09-08 |
benno | implement or-longer filter op for prefix-sets. Allows... |
commit | commitdiff | tree | snapshot |
2018-09-08 |
phessler | Enforce that "join" and "nwid" may not be used at the... |
commit | commitdiff | tree | snapshot |
2018-09-08 |
kn | Allocate path only when needed, use __func__ |
commit | commitdiff | tree | snapshot |
2018-09-08 |
jsing | Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER... |
commit | commitdiff | tree | snapshot |
2018-09-08 |
jsing | SSL_MAX_DIGEST is no longer needed. |
commit | commitdiff | tree | snapshot |
2018-09-08 |
kn | Error out early on bad anchor usage |
commit | commitdiff | tree | snapshot |
2018-09-08 |
tb | ASN1_OBJECTs should be freed with ASN1_OBJECT_free... |
commit | commitdiff | tree | snapshot |
2018-09-08 |
anton | Check for malloc() failures. |
commit | commitdiff | tree | snapshot |
2018-09-08 |
bluhm | Split the pf(4) fragment reassembly queue into smaller... |
commit | commitdiff | tree | snapshot |
2018-09-08 |
claudio | Regress tests for as-set and prefix-set blocks |
commit | commitdiff | tree | snapshot |
2018-09-08 |
claudio | Add some additional config regress tests. Testing neigh... |
commit | commitdiff | tree | snapshot |
2018-09-08 |
claudio | More BGPD_OPT_NOACTION checking to make regress happier. |
commit | commitdiff | tree | snapshot |
next |