Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2017-08-23 | Switch from 4-clause to 2-clause BSD license. | Frederic Cambus | |
Matthias Drochner rescinded the third and fourth clauses of wsconscfg(8) and wsfontload(8) licenses in 2008 in NetBSD. https://mail-index.netbsd.org/source-changes/2008/05/26/msg206199.html OK deraadt@ | |||
2017-08-22 | kill .Tn | Ingo Schwarze | |
2017-08-22 | default automount dir was changed from /a to /tmp_mnt in amd.c rev. 1.15; | Ingo Schwarze | |
noticed by Alessandro DE LAURENZIS <just22 at atlantide dot t28 dot net> | |||
2017-08-22 | fix default automount dir below FILES, related to amd.c rev. 1.15; | Ingo Schwarze | |
from Alessandro DE LAURENZIS <just22 at atlantide dot t28 dot net> | |||
2017-08-22 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt | |
in case the parent process was started with a dangling child. This style ensures any potential parent:child interlock isn't disrupted due to the "wrong" child being waited on first. Then the other other childs can safely zombie. ok millert jca brynet | |||
2017-08-22 | slaacd.sock moved to /dev a while ago. | Florian Obser | |
Noted by Christer Solskogen on misc@, thanks! | |||
2017-08-22 | typo | Florian Obser | |
2017-08-22 | Add support for KARL: | Antoine Jacoutot | |
- only extract the according /usr/share/compile/GENERIC{,.MP} - if a "kernel" patch was properly installed (or rolled back), run /usr/libexec/reorder_kernel _once_ just before exiting - don't backup /bsd anymore, reorder_kernel already does it for us - drop 2 now unused functions: install_kernel() and sp_cleanup() While it appears to work fine after some quick testing, it should still be considered WIP. | |||
2017-08-22 | Remove legacy code. | Antoine Jacoutot | |
2017-08-22 | Rename now oddly-named variable. | Jeremie Courreges-Anglas | |
2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt | |
in case the parent process was started with a dangling child. This style ensures any potential parent:child interlock isn't disrupted due to the "wrong" child being waited on first. Then the other other childs can safely zombie. ok millert jca brynet | |||
2017-08-21 | Remove unnecessary NULL check and fix an incorrect warning. | rob | |
Ok jca@ | |||
2017-08-21 | undo unintentional commits | Peter Hessler | |
2017-08-21 | When 'enforce neighbor-as no' is set, don't do a config-time check for the ↵ | Peter Hessler | |
neighbor-as, as it is dynamic. | |||
2017-08-20 | vmd: Allow only upward migration | pd | |
This restricts receiving vms from hosts with more cpu features. Tested on broadwell -> skylake (works) skylake -> broadwell (don't work) ok mlarkin@ | |||
2017-08-20 | Stop tracking interface indexes. Suggested by deraadt. | rob | |
Tweaks and ok jca@ "just get it in" deraadt@ | |||
2017-08-20 | Check that we haven't yet reached the end of the string before calling | Theo Buehler | |
strcspn(3) instead of afterwards. Fixes an out-of-bound read that led to intermittent crashes experienced by rob in his regression test. ok rob | |||
2017-08-20 | vmd: return VIRTIO_BLK_S_UNSUPP on any unknown vioblk command, not just | Mike Larkin | |
VIRTIO_BLK_T_GET_ID. suggested by sf@ | |||
2017-08-20 | vmd: reorganize some pci config space handling code, no functional change. | Mike Larkin | |
originally suggested by kettenis@, I took that diff and modified it for -current | |||
2017-08-18 | Show timeouts for addresses and default routers. | Florian Obser | |
2017-08-18 | print default router IP | Florian Obser | |
2017-08-18 | nano second resolution is meaningless | Florian Obser | |
2017-08-18 | Use "infinity" for pltime / vltime. | Florian Obser | |
It's a bit easier on the eyes than 4294967295. While here standardize on a width of 10. | |||
2017-08-18 | distinguish errors during vm launch and return different error codes to | Mike Larkin | |
vmctl so that it can display proper errors for "disk missing" and "bios missing" situations. Expands on an earlier idea/diff from jasper. ok jasper@, pd@, tedu@ | |||
2017-08-17 | Set the automatically generated device variables as local to prevent | Antoine Jacoutot | |
accumulating the size of all patches we are applying. from "trondd" on tech@ | |||
2017-08-17 | Fix checkfs() when running an MP kernel. | Antoine Jacoutot | |
2017-08-17 | Honor TMPDIR if it is set to prevent erroring in some setup. | Antoine Jacoutot | |
reported by Igor Falcomata | |||
2017-08-17 | We're a shell script, so honor TMPDIR. | Antoine Jacoutot | |
While here, use consistent variable substitution. | |||
2017-08-15 | merge parse_vmid() and parse_vmname() | Jasper Lievisse Adriaanse | |
ok mlarkin@ pd@ | |||
2017-08-15 | vmd: fix vm id displayed by vmctl when receiving a vm | pd | |
Also fix two debug messages and an IMSG type. | |||
2017-08-14 | return a proper error message instead of 'no such file or directory' when | Jasper Lievisse Adriaanse | |
invoking 'stop' for a non-existent vm ok mlarkin@ | |||
2017-08-14 | whitespace and fix a comment typo | Jasper Lievisse Adriaanse | |
2017-08-14 | catch ENOENT and display a proper error message when a specified disk image is | Jasper Lievisse Adriaanse | |
not found ok mlarkin@ | |||
2017-08-14 | vmd: set MSR_MISC_ENABLE=0 on vm creation, this will be re-set in vmm | Mike Larkin | |
based on proper values from the host in use. | |||
2017-08-14 | don't allow starting vms whose name starts with '-', '.' or '_' | Jasper Lievisse Adriaanse | |
2017-08-14 | validate vm names before creating them; a valid name contains alphanumeric | Jasper Lievisse Adriaanse | |
characters, including '.', '_' and '-'. but does not start with the latter three. ok mlarkin@ pd@ | |||
2017-08-14 | remove useless indirection for reading the file content | Eric Faurot | |
ok gilles@ | |||
2017-08-14 | Remove some dead logging code that was never used. | rob | |
Ok benno@ | |||
2017-08-13 | don't issue a termination command to an already stopped vm | Jasper Lievisse Adriaanse | |
ok mlarkin@ | |||
2017-08-13 | bypass the filter code for incoming smtp sessions. | Eric Faurot | |
experimental support for filters has been removed from the config parser already, and we want to get rid of the remaining code. ok gilles@ | |||
2017-08-13 | The impossibility has been impossible since an impossible long | Florian Obser | |
time. And indeed it is impossible to arrive here with something other than a ND_OPT_PREFIX_INFORMATION. Remove #if 0'ed block. | |||
2017-08-12 | fix the else case (i.e. LSA_IS_SCOPE_AS) where header could remain | Sebastian Benoit | |
uninitialized. found by clang. ok claudio@ | |||
2017-08-12 | vmd: bump virtio queue size back to 128. The problem that resulted in | Mike Larkin | |
lowering the queue size to 64 was caused by something unrelated. | |||
2017-08-12 | Add manpage update for new grouping feature '{from,to} {i,e}bgp' | job | |
OK phessler@ | |||
2017-08-12 | allow filter rules to be written that affect ibgp or ebgp neighbors | Peter Hessler | |
discussed with henning@ OK claudio@, benno@, job@ | |||
2017-08-12 | Make not yet implemented pledges more visible in grep output. | Florian Obser | |
input benno, deraadt, tedu also standardize on #if 0 since it makes tedu's editor vomit. OK benno, pirofti on a previous version | |||
2017-08-12 | bring ospf6d's log.c in sync with ospfd and bgpd | Sebastian Benoit | |
ok florian@ claudio@ | |||
2017-08-12 | update to unbound 1.6.4, ok florian@ | Stuart Henderson | |
2017-08-12 | add a new option to set limits on max-sessions each IPCP. | Kazuya Goda | |
It can set limits on different max-sessions if there're using several protocols such as PPPoE and L2TP/IPsec. ok yasuoka@ |