summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-07Adapt test to new syslogd's local message priority.Alexander Bluhm
2017-04-07Incoming TCP connections from clients fill the files of a log server.Alexander Bluhm
2017-04-07Simply decoding of domain search option. No intentional functionalKenneth R Westerback
2017-04-07Add prid for CN72xx/CN73xx.Visa Hankala
2017-04-07Make SoC version available in a simple form.Visa Hankala
2017-04-07Use uint8_t instead of u_int8_t - for consistency and to make things easierJoel Sing
2017-04-07si_addr should be of type void *, not char *Philip Guenther
2017-04-07Simplify the size calculation for memset()Philip Guenther
2017-04-06Inspired by recent dhcrelay(8) changes add some stricter CFLAGS. No codeKenneth 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-06replace some long if/else chains with a switchTed Unangst
2017-04-06a little const here and there to prevent rules from changingTed Unangst
2017-04-06prepenv can take a const ruleTed Unangst
2017-04-06Remove the CD9660MAXPATH define. It was used to construct the path forMartin Natano
2017-04-06less chatty EXAMPLES; from anton lindqvistJason McIntyre
2017-04-06trailing ; on end of macro definition is wrong; ok guentherTheo de Raadt
2017-04-06Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead.Reyk Floeter
2017-04-06Convert bcopy to memcpy where the memory does not overlap, otherwise,David Hill
2017-04-06shuffle for a saner read; help/ok bluhmJason McIntyre
2017-04-06document -=; while here, simplify things so that we don;t add a separateJason McIntyre
2017-04-06Sizes for the remaining free() calls, and use mallocarray()Theo de Raadt
2017-04-06Consistentcy between nmembers and size order. From Christopher Hettrick;Otto Moerbeek
2017-04-06Check that local syslog messages have the the expected priority.Alexander Bluhm
2017-04-06fix missing \ on \n, spotted by Edgar PettijohnBob Beck
2017-04-06Use the correct interrupt disestablish routine.Visa Hankala
2017-04-06Extend the fdt interrupt API a little.Visa Hankala
2017-04-06Add the LOG_SYSLOG facility to local messages.Alexander Bluhm
2017-04-06Replace bcopy with a simple assignment where both variables areDavid Hill
2017-04-06use memset() instead of bzero()Gleydson Soares
2017-04-06fix format string found by clang -Wformat-securityGleydson Soares
2017-04-06bump version for new development branchBrent Cook
2017-04-06Compile C code with -funwind-tables. Fixes exception handling on architecturesMark Kettenis
2017-04-06first print size in meta-data then supplied arg size when an inconsistency isOtto Moerbeek
2017-04-06remove stray character in previous that broke the buildJonathan Gray
2017-04-06Unify a few attach-time patterns between usb *com drivers, and removeTheo de Raadt
2017-04-06add sizes to free() callsTheo de Raadt
2017-04-06Convert bcopy to memcpy as the memory does not overlap.David Hill
2017-04-053 more mallocarray() usesTheo de Raadt
2017-04-05Syslogd's debug and error messages have changed a bit, adapt test.Alexander Bluhm
2017-04-05Replace 2 bcopy()'s with a simple assignment as both variables areDavid Hill
2017-04-05The global variable Startup is not used anymore and can be deleted.Alexander Bluhm
2017-04-05As we did not have nice log functions before, ttymsg() had to returnAlexander Bluhm
2017-04-05The function logmsg() was used to generate local messages and toAlexander Bluhm
2017-04-05Replace logerror() functions with generic log_warn() from log.c.Alexander Bluhm
2017-04-05Shuffle sendhup() into dispatch.c, the only place it is used.Kenneth R Westerback
2017-04-05Not all devices support mmap, document EINVAL in this case too.Todd C. Miller
2017-04-05Clamp size to length if snprintf ever indicates overflowTheo de Raadt
2017-04-05Replace all combinations of logerror() and die() with log.c fatal().Alexander Bluhm
2017-04-05Unify variables used for recvmsg/sendmsgJeremie Courreges-Anglas
2017-04-05sendmsg returns a signed value, fix error checkJeremie Courreges-Anglas