Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-07 | document how ospfd interacts with carp | remi | |
improvement from jmc@ ok phessler@ jca@ benno@ for previous version ok jmc@ | |||
2017-11-07 | Tweak the man page and warning message, revert the comma. | YASUOKA Masahiko | |
2017-11-06 | typo, surprised nobody noticed yet | Marc Espie | |
2017-11-05 | Add minimal DHCP support to vmd's built-in DHCP/BOOTP server. | Reyk Floeter | |
This fixes "local interface" mode with the udhcpc client. udhcpc, a DHCP client that is used by busybox and many embedded Linux distributions, does not support BOOTP which is the predecessor and a valid subset of DHCP. OK mlarkin@, Carlos Cardenas | |||
2017-11-05 | Mention that "reload" is disabled; ok jmc@ | Jeremie Courreges-Anglas | |
2017-11-05 | Disable config reload, ospf6d just exits on reload with simple setups. | Jeremie Courreges-Anglas | |
And fixing this doesn't appear trivial. Discussed with a bunch at p2k17, ok phessler@ denis@ benno@ | |||
2017-11-05 | Kill dead assignement. | Jeremie Courreges-Anglas | |
2017-11-05 | Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into | Robert Peichaer | |
one location under /usr/share/relink. Be more specific in src/etc/rc reorder_libs() what filesystems need r/w remount and ensure that their mount state is restored. Idea and positive feedback from deraadt@ OK aja@ tb@ | |||
2017-11-04 | whitespace | Mike Larkin | |
2017-11-04 | Remove a debug message that has outlived its usefulness. | Mike Larkin | |
From Carlos Cardenas, who discussed this with reyk@ also. Thanks! | |||
2017-11-03 | properly cleanup the controller after closing the cmdfh. | Marc Espie | |
don't call exit, since grab_object is only used within a fork and parent does exit. this prevents signal cleanup from fucking up and trying to close the fhs a second time. somewhat long-standing problem, as seen by jeremy@ and I. okay jeremy@ | |||
2017-11-02 | Use emalloc, like in the rest of makefs | Jeremie Courreges-Anglas | |
From Michael W. Bombardieri | |||
2017-11-01 | don't look directly at PKG_CACHE, but ask the state, so that only | Marc Espie | |
pkg_add actually looks at the env variable, and it doesn't affect other tools. buglet noticed by Lari Rasku | |||
2017-11-01 | Extra space in previous | Jeremie Courreges-Anglas | |
2017-11-01 | Make ip-transparent option work by using SO_BINDANY. | Florian Obser | |
OK jca, benno jca also points out that Delan Azabani (delan _AT_ azabani.com) wrote exactly the same diff in 2016. It was OK bluhm but apparently never commited. | |||
2017-11-01 | Make ip-transparent option work by using SO_BINDANY. | Florian Obser | |
OK jca, benno | |||
2017-10-31 | Replace usage of WSMUX_{ADD,REMOVE}_DEVICE compat macros. | anton | |
ok deraadt@, mpi@ | |||
2017-10-31 | Add platform-id for EFI. | YASUOKA Masahiko | |
seem fine deraadt | |||
2017-10-31 | Fix a bug which made the boot entries' order reverse, introduced at 1.8 on | YASUOKA Masahiko | |
NetBSD. seem fine deraadt | |||
2017-10-31 | Initialize boot_catalog_entry's entry_type properly. This had been | YASUOKA Masahiko | |
missing but the type was used in cd9660_setup_boot(). seem fine deraadt | |||
2017-10-30 | Kill <net/slip.h>. | Martin Pieuchot | |
The ioctl(2) it defines is not supported since a long time and most of its defines are already present in tcpdump(8). ok jca@ | |||
2017-10-30 | vmd no longer creates bridges by default. users should create bridges in | Mike Larkin | |
/etc/hostname.bridge* files, and specify which bridge to use for a given virtual switch in vm.conf. diff from Carlos Cardenas, thanks | |||
2017-10-29 | Allow keys to be specified on the command line in list mode, for | Todd C. Miller | |
looking up specific keys. OK phessler@ jmc@ | |||
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot | |
ok jca@, deraadt@ | |||
2017-10-28 | Prefer useradd(1) over chpass(1) so that new users are added before the YP '+' | Antoine Jacoutot | |
token. req. by Miod | |||
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot | |
ok jasper@, jca@, deraadt@ | |||
2017-10-27 | Add missing quote. | Kevin Lo | |
ok jsg@ | |||
2017-10-25 | Open a bunch of fds with O_CLOEXEC | Jeremie Courreges-Anglas | |
Not needed in theory, but could prevent accidental leaks. ok millert@ | |||
2017-10-25 | Remove dead code, found by jsg@. | Martin Pieuchot | |
ok jsg@, florian@ | |||
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray | |
ok mpi@ | |||
2017-10-24 | Remove terminate_vm/vm_remove logic from vmm_dispatch_parent. This | Mike Larkin | |
logic is present in vmm_sighdlr when a VM process has signaled SIGCHLD for proper cleanup. From: Carlos Cardenas, thanks! | |||
2017-10-24 | The VMD parent process didn't handle the case of a VM exiting | Mike Larkin | |
with a non 0 return properly (i.e. EIO). From: Carlos Cardenas, thanks! | |||
2017-10-23 | When the partition of /var/log was full, syslogd(8) stopped writing | Alexander Bluhm | |
to files located there. It did this permanently, so cleaning /var without SIGHUP to syslogd did not help. Better retry, write an error message to other log hosts, and write a summary of dropped messages after it works again. OK millert@ friehm@ | |||
2017-10-23 | Close the socket (and dfd) in at(1) child processes | Jeremie Courreges-Anglas | |
Fixes a failure at restart if a child process still has the socket opened. Spotted by millert@, ok friehm@ millert@ | |||
2017-10-23 | Close cron sockets in child processes. | friehm | |
ok jca@ | |||
2017-10-22 | make messages involving fs clearer, parse the mount point AND the device | Marc Espie | |
and display a name (/dev/sd0h on /usr/local) based on that | |||
2017-10-20 | When adding a missing "Date" header, use the same timestamp as the "Received" | Eric Faurot | |
header for consistency. ok gilles@ | |||
2017-10-20 | Tweak heuristics to make sure /memory properties are more likely to be | Mark Kettenis | |
printed as hex. ok visa@ | |||
2017-10-19 | remove useless initialisation | Eric Faurot | |
2017-10-19 | don't try to print uninitialised memory as a string in error paths | Jonathan Gray | |
ok deraadt@ claudio@ | |||
2017-10-19 | fix a use after free and a memory leak in error paths | Jonathan Gray | |
ok deraadt@ florian@ | |||
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze | |
2017-10-16 | Ensure last character in ssv mode is a newline | job | |
OK benno@ | |||
2017-10-15 | Add "ssv" variant which turns a rib route output into a single | Theo de Raadt | |
semicolon-seperated line, so that grep and such can operate easier; then use tr ';' '\n' to convert it to normal form later. This helps with scanning vast swathes of routes.. ok benno claudio job | |||
2017-10-15 | Kill unused defines | Jeremie Courreges-Anglas | |
2017-10-14 | Add bwfm(4) to fw_update(1). | Patrick Wildt | |
ok espie@ sthen@ | |||
2017-10-13 | Don't check for mirror availability but directly try to fetch SHA256.sig. That | Antoine Jacoutot | |
check was not safe (index needed to be enabled, top URL may not be available etc.). based on a comment from tj@ | |||
2017-10-12 | Simplify and explicitely state when we cannot access our mirror. | Antoine Jacoutot | |
2017-10-12 | Loosen up installurl(5) check: it's OK to have a trailing slash. | Antoine Jacoutot | |
2017-10-12 | Better error if installurl points to a local directory. | Antoine Jacoutot | |