Age | Commit message (Expand) | Author |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-17 | "hosts" is optional; from matthew martin | Jason McIntyre |
2017-01-17 | rework some of the variables for better directory name handling and | Robert Nagy |
2017-01-17 | Enable switch(4). | Rafael Zalamena |
2017-01-17 | Add missing malloc(9) return value check in athn_node_alloc(). | Stefan Sperling |
2017-01-17 | In monitor mode, also print the interface mtu of RTM_IFINFO messages. | Jeremie Courreges-Anglas |
2017-01-17 | Remove uaddr_hint allocator | Stefan Kempf |
2017-01-17 | Make switch(4) compile with debug again. | Rafael Zalamena |
2017-01-17 | Initialize swas_actions for set-field with the expected pointer to the | Rafael Zalamena |
2017-01-17 | Keep track of dead peers instead of freeing them right away. | Jeremie Courreges-Anglas |
2017-01-17 | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze |
2017-01-17 | Correctly tls_config_set_ca_file() return value (no effective change). | Joel Sing |
2017-01-17 | Fix a panic when set-field with VLAN is set, but no VLANs were | Rafael Zalamena |
2017-01-17 | Clean-up switch(4) device by removing excess prototypes, verbose debugs | Rafael Zalamena |
2017-01-17 | Add more action specific validations, unbreak instructions validation | Rafael Zalamena |
2017-01-17 | Fix OXM parser for set-field messages. Found it the hardway while | Rafael Zalamena |
2017-01-17 | regen | Florian Obser |
2017-01-17 | Update to nsd 4.1.14 | Florian Obser |
2017-01-17 | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b... | Stuart Henderson |
2017-01-16 | Correctly handle -style options without all of a corresponding -fg/-bg/-attr. | Nicholas Marriott |
2017-01-16 | SIGTERM does not reliably terminate mountd(8), use -KILL for cleanup. | Alexander Bluhm |
2017-01-16 | Let it compile with debugging enabled | Mike Belopuhov |
2017-01-16 | Clean up SCSI operation status and state defines | Mike Belopuhov |
2017-01-16 | Revert WIP parts of previous I didn't mean to commit yet. | Nicholas Marriott |
2017-01-16 | getopt() has a struct option so just return to using options_entry. | Nicholas Marriott |
2017-01-16 | pasto; snmpd->switchd in sample "include" line. ok reyk@ | Stuart Henderson |
2017-01-16 | Make sure we're producing a 64-bit value when shifting left | Mike Belopuhov |
2017-01-16 | Fix declaration: vsw_dev2sc has been renamed to switch_dev2sc. | Reyk Floeter |
2017-01-16 | spacing | Reyk Floeter |
2017-01-16 | Add missing declarations found with -Wmissing-declarations | Reyk Floeter |
2017-01-16 | The term "pipline" is used in many places, rename it to pipeline. | Reyk Floeter |
2017-01-16 | Removed unused function that is a leftover from the old debug code. | Reyk Floeter |
2017-01-16 | Reset block ack state and cancel related timeouts when a HT node disassociates. | Stefan Sperling |
2017-01-16 | Prevent wireless frame injection attack described at 33C3 in the talk | Stefan Sperling |
2017-01-16 | Somewhere between 5.9 and current gen_traffic started to produce one | Florian Obser |
2017-01-16 | remove duration, it depends too much on the specific setup | Florian Obser |
2017-01-16 | tweak previous; | Jason McIntyre |
2017-01-15 | When traversing the mount list, the current mount point is locked | Alexander Bluhm |
2017-01-15 | Add some guidelines how to write regression tests to the bsd.regress.mk(5) | Alexander Bluhm |
2017-01-15 | It is silly for cmd_list_parse to return an integer error when it could | Nicholas Marriott |
2017-01-15 | -q flag now needs to be checked in a couple more places. | Nicholas Marriott |
2017-01-15 | Major tidy up and rework of options tree and set-option/show-options | Nicholas Marriott |
2017-01-15 | Harmonize the way frame buffer drivers display resolution and color | Frederic Cambus |
2017-01-15 | Remove unused quiet option. | Nicholas Marriott |
2017-01-15 | Append needs to go old,new not new,old... | Nicholas Marriott |
2017-01-15 | Make sure to also backup and restore the a4x bus space map function | Patrick Wildt |
2017-01-15 | When dropping to EL1 ensure we have written to all special registers by | Patrick Wildt |
2017-01-15 | Address _start relative to the current program counter, like we already | Patrick Wildt |