Age | Commit message (Expand) | Author |
2017-04-13 | Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields, | Kenneth R Westerback |
2017-04-13 | multi-statement CHECK_RANGE() macro isn't safe for all placements, and | Theo de Raadt |
2017-04-12 | Inspired by recent dhcrelay changes, bring in stricter CFLAGS! | Kenneth R Westerback |
2017-04-12 | One 'foo' per function is enough. Rename one to eliminate shadowing. | Kenneth R Westerback |
2017-04-12 | Add missing function prototypes. Mark kw_cmp() as static like all | Kenneth R Westerback |
2017-04-10 | slaacdctl -> slaacctl; | Jason McIntyre |
2017-04-10 | The canonical name for ctl programs is without 'd'. | Florian Obser |
2017-04-10 | Check early if the mandatory carp "interface" was configured. | Reyk Floeter |
2017-04-09 | Remove unused #define's and struct. | Martin Natano |
2017-04-09 | image/svg+xml is a default inbuilt media type. | Florian Obser |
2017-04-09 | Fix multiple cases of reading past the end of a buffer in the sasyncd(8) | Jonathan Gray |
2017-04-08 | use .Em for emphasis, not .Pa | Ingo Schwarze |
2017-04-08 | change a log message from "warn" to "debug" level, as the condition it is | Mike Larkin |
2017-04-08 | implement nonspecific EOI mode for the legacy PIC | Mike Larkin |
2017-04-08 | implement channels 1 and 2 of the legacy PIT. | Mike Larkin |
2017-04-07 | Incoming TCP connections from clients fill the files of a log server. | Alexander Bluhm |
2017-04-06 | "kernel" got renamed to "boot" in vm.conf but I didn't commit the parse.y bits. | Reyk Floeter |
2017-04-06 | replace some long if/else chains with a switch | Ted Unangst |
2017-04-06 | Remove the CD9660MAXPATH define. It was used to construct the path for | Martin Natano |
2017-04-06 | Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead. | Reyk Floeter |
2017-04-06 | Add the LOG_SYSLOG facility to local messages. | Alexander Bluhm |
2017-04-06 | use memset() instead of bzero() | Gleydson Soares |
2017-04-06 | fix format string found by clang -Wformat-security | Gleydson Soares |
2017-04-05 | The global variable Startup is not used anymore and can be deleted. | Alexander Bluhm |
2017-04-05 | As we did not have nice log functions before, ttymsg() had to return | Alexander Bluhm |
2017-04-05 | The function logmsg() was used to generate local messages and to | Alexander Bluhm |
2017-04-05 | Replace logerror() functions with generic log_warn() from log.c. | Alexander Bluhm |
2017-04-05 | Replace all combinations of logerror() and die() with log.c fatal(). | Alexander Bluhm |
2017-04-05 | Unify variables used for recvmsg/sendmsg | Jeremie Courreges-Anglas |
2017-04-05 | sendmsg returns a signed value, fix error check | Jeremie Courreges-Anglas |
2017-04-05 | We can enable many -W compiler warnings now. | Reyk Floeter |
2017-04-05 | Rework the packet.c code for decoding and assembling DHCP messages. | Reyk Floeter |
2017-04-05 | Don't rely on asprintf setting pointer to NULL on failure. | Jeremie Courreges-Anglas |
2017-04-05 | For a non-interactive attempt to pkg_delete a firmware package, print a | Stuart Henderson |
2017-04-05 | Replace logdebug() with generic log_debug() from log.c. Implement | Alexander Bluhm |
2017-04-05 | Do not print a warning if closing the control socket fails. It | Alexander Bluhm |
2017-04-04 | add a config test flag to sasyncd | Jonathan Gray |
2017-04-04 | Also remove non syspatch hidden files/dirs. | Antoine Jacoutot |
2017-04-04 | Do not purge the CONFIG_SERVERS config in the parent. The ticket code uses | Claudio Jeker |
2017-04-04 | The unsigned result cannot be -1, turn it into a signed variable. | Reyk Floeter |
2017-04-04 | constify pc_remote and pc_circuit | Reyk Floeter |
2017-04-04 | document comments in table files; help/ok gilles | Jason McIntyre |
2017-04-04 | Add missing newline in fprintf error message. | Reyk Floeter |
2017-04-04 | Rewrite tohexstr() to use the common idiom of converting a byte | Todd C. Miller |
2017-04-03 | WSDISPLAY_MAXFONTCOUNT macro was introduced in sys/dev/wscons/wsconsio.h | Frederic Cambus |
2017-04-02 | Always use return value of asprintf to determine success/failure, | Theo de Raadt |
2017-03-31 | Be quiet in case /var/syspatch/ is empty and that there's no remote sig | Antoine Jacoutot |
2017-03-30 | Disable client-initiated renegotiation. | Joel Sing |
2017-03-30 | Set interface flag to VMIFF_UP when using -i option. This way vmd will make | Claudio Jeker |
2017-03-29 | Bring radiusd log.c copyright in line with other program's log.c | Alexander Bluhm |