Age | Commit message (Expand) | Author |
2017-04-07 | Adapt test to new syslogd's local message priority. | Alexander Bluhm |
2017-04-07 | Incoming TCP connections from clients fill the files of a log server. | Alexander Bluhm |
2017-04-07 | Simply decoding of domain search option. No intentional functional | Kenneth R Westerback |
2017-04-07 | Add prid for CN72xx/CN73xx. | Visa Hankala |
2017-04-07 | Make SoC version available in a simple form. | Visa Hankala |
2017-04-07 | Use uint8_t instead of u_int8_t - for consistency and to make things easier | Joel Sing |
2017-04-07 | si_addr should be of type void *, not char * | Philip Guenther |
2017-04-07 | Simplify the size calculation for memset() | Philip Guenther |
2017-04-06 | Inspired by recent dhcrelay(8) changes add some stricter CFLAGS. No code | Kenneth R Westerback |
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 | a little const here and there to prevent rules from changing | Ted Unangst |
2017-04-06 | prepenv can take a const rule | Ted Unangst |
2017-04-06 | Remove the CD9660MAXPATH define. It was used to construct the path for | Martin Natano |
2017-04-06 | less chatty EXAMPLES; from anton lindqvist | Jason McIntyre |
2017-04-06 | trailing ; on end of macro definition is wrong; ok guenther | Theo de Raadt |
2017-04-06 | Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead. | Reyk Floeter |
2017-04-06 | Convert bcopy to memcpy where the memory does not overlap, otherwise, | David Hill |
2017-04-06 | shuffle for a saner read; help/ok bluhm | Jason McIntyre |
2017-04-06 | document -=; while here, simplify things so that we don;t add a separate | Jason McIntyre |
2017-04-06 | Sizes for the remaining free() calls, and use mallocarray() | Theo de Raadt |
2017-04-06 | Consistentcy between nmembers and size order. From Christopher Hettrick; | Otto Moerbeek |
2017-04-06 | Check that local syslog messages have the the expected priority. | Alexander Bluhm |
2017-04-06 | fix missing \ on \n, spotted by Edgar Pettijohn | Bob Beck |
2017-04-06 | Use the correct interrupt disestablish routine. | Visa Hankala |
2017-04-06 | Extend the fdt interrupt API a little. | Visa Hankala |
2017-04-06 | Add the LOG_SYSLOG facility to local messages. | Alexander Bluhm |
2017-04-06 | Replace bcopy with a simple assignment where both variables are | David Hill |
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-06 | bump version for new development branch | Brent Cook |
2017-04-06 | Compile C code with -funwind-tables. Fixes exception handling on architectures | Mark Kettenis |
2017-04-06 | first print size in meta-data then supplied arg size when an inconsistency is | Otto Moerbeek |
2017-04-06 | remove stray character in previous that broke the build | Jonathan Gray |
2017-04-06 | Unify a few attach-time patterns between usb *com drivers, and remove | Theo de Raadt |
2017-04-06 | add sizes to free() calls | Theo de Raadt |
2017-04-06 | Convert bcopy to memcpy as the memory does not overlap. | David Hill |
2017-04-05 | 3 more mallocarray() uses | Theo de Raadt |
2017-04-05 | Syslogd's debug and error messages have changed a bit, adapt test. | Alexander Bluhm |
2017-04-05 | Replace 2 bcopy()'s with a simple assignment as both variables are | David Hill |
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 | Shuffle sendhup() into dispatch.c, the only place it is used. | Kenneth R Westerback |
2017-04-05 | Not all devices support mmap, document EINVAL in this case too. | Todd C. Miller |
2017-04-05 | Clamp size to length if snprintf ever indicates overflow | Theo de Raadt |
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 |