openbsd
2017-04-10 reykCheck early if the mandatory carp "interface" was confi...
2017-04-10 fcambusRemove always false comparison: inosused type is ino_t...
2017-04-10 jmctweak previous;
2017-04-10 jsingConvert various client key exchange functions to freeze...
2017-04-10 deraadtsync
2017-04-10 ottoIntroducing freezero(3) a version of free that guarante...
2017-04-10 ottomonir bump for freezero
2017-04-10 jsgAttempt to map msk(4) interrupt via MSI.
2017-04-10 schwarzepasto; from <Jon dot Spillett at oracle dot com> via...
2017-04-10 schwarzetypo fix; from <Jon dot Spillett at oracle dot com>
2017-04-09 kettenisAdd a few missing quad-precision support functions...
2017-04-09 guentherSync symbol lists for trap/interrupt frame detection...
2017-04-09 krwSeven casts, a couple of tweaks and CFLAGS+=-Wsign...
2017-04-09 deraadtmalloc -> mallocarray; a typo
2017-04-09 dhillConvert some malloc(9) to mallocarray(9)
2017-04-09 dhillConvert a malloc(9) to mallocarray(9)
2017-04-09 dhillConvert a malloc(9) to mallocarray(9)
2017-04-09 dhillConvert a malloc(9) to mallocarray(9)
2017-04-09 dhillConvert some malloc(9) to mallocarray(9)
2017-04-09 dhillConvert some malloc(9) to mallocarray(9)
2017-04-09 dhillConvert some malloc(9) to mallocarray(9)
2017-04-09 dhillUse mallocarray to allocate multicast group memberships.
2017-04-09 deraadtCorrect wakeup() dance in sensor_task_work()
2017-04-09 jsingSimplify/clean up BUF_MEM_grow_clean().
2017-04-09 jsingWith recallocarray() BUF_MEM_grow() is essentially...
2017-04-09 jsingExplicitly test for NULL.
2017-04-09 jsingImprove unknown protocol version handling.
2017-04-09 natanoRemove unused #define's and struct.
2017-04-09 florianimage/svg+xml is a default inbuilt media type.
2017-04-09 jsgFix multiple cases of reading past the end of a buffer...
2017-04-08 gsoaressnprintf() format string should be literal
2017-04-08 gsoaresformat string is better be literal
2017-04-08 kettenisFor legacy interrupt use the tag of the topmost bridge...
2017-04-08 kettenisBring over the changes I made to the armv7 version...
2017-04-08 naddyre-enable POOL_DEBUG after the release; ok deraadt@
2017-04-08 schwarzeuse .Em for emphasis, not .Pa
2017-04-08 krwReduce the overburden of signed vs unsigned comparisons...
2017-04-08 mlarkinchange a log message from "warn" to "debug" level,...
2017-04-08 mlarkinimplement nonspecific EOI mode for the legacy PIC
2017-04-08 mlarkinimplement channels 1 and 2 of the legacy PIT.
2017-04-08 krwReplace another snprintf() dance with easier to read...
2017-04-08 krwReplace a mess of snprintf() dances with easier to...
2017-04-08 ajacoutotDocument the devel/meson MODULE.
2017-04-08 visaMake network ports work on Shasta.
2017-04-08 rpe- localize the if, file and stat variables which also...
2017-04-08 deraadtSensors are run as callbacks inside tasks. During...
2017-04-08 jmatthewUse ADDR64 opcodes to specify 64bit DMA addresses for...
2017-04-08 mlarkinRemove some #if 0 code that dates back to r1.1
2017-04-08 deraadtA pile of sizes to free(9). In test for a few days...
2017-04-08 deraadtTwo prototypes for acpi_maptable; merge to one place
2017-04-07 rpeMinimize differences in ifstart() function between...
2017-04-07 rpeAlign comments of ifstart() function in netstart and...
2017-04-07 rpeSync variable names with netstart version of stripcom().
2017-04-07 rpeAlign comments of stripcom() function in netstart and...
2017-04-07 rpeExtend the information shown by diskinfo() to help...
2017-04-07 bluhmIn ssl.h TLS 1.0 is called TLSv1. Adapt name in test...
2017-04-07 bluhmAdapt test to new syslogd's local message priority.
2017-04-07 bluhmIncoming TCP connections from clients fill the files...
2017-04-07 krwSimply decoding of domain search option. No intentional...
2017-04-07 visaAdd prid for CN72xx/CN73xx.
2017-04-07 visaMake SoC version available in a simple form.
2017-04-07 jsingUse uint8_t instead of u_int8_t - for consistency and...
2017-04-07 guenthersi_addr should be of type void *, not char *
2017-04-07 guentherSimplify the size calculation for memset()
2017-04-06 krwInspired by recent dhcrelay(8) changes add some stricte...
2017-04-06 reyk"kernel" got renamed to "boot" in vm.conf but I didn...
2017-04-06 tedureplace some long if/else chains with a switch
2017-04-06 tedua little const here and there to prevent rules from...
2017-04-06 teduprepenv can take a const rule
2017-04-06 natanoRemove the CD9660MAXPATH define. It was used to constru...
2017-04-06 jmcless chatty EXAMPLES; from anton lindqvist
2017-04-06 deraadttrailing ; on end of macro definition is wrong; ok...
2017-04-06 reykDo not expose vmm(4) VM IDs to the user, use vmd(8...
2017-04-06 dhillConvert bcopy to memcpy where the memory does not overl...
2017-04-06 jmcshuffle for a saner read; help/ok bluhm
2017-04-06 jmcdocument -=; while here, simplify things so that we...
2017-04-06 deraadtSizes for the remaining free() calls, and use mallocarray()
2017-04-06 ottoConsistentcy between nmembers and size order. From...
2017-04-06 bluhmCheck that local syslog messages have the the expected...
2017-04-06 beckfix missing \ on \n, spotted by Edgar Pettijohn
2017-04-06 visaUse the correct interrupt disestablish routine.
2017-04-06 visaExtend the fdt interrupt API a little.
2017-04-06 bluhmAdd the LOG_SYSLOG facility to local messages.
2017-04-06 dhillReplace bcopy with a simple assignment where both varia...
2017-04-06 gsoaresuse memset() instead of bzero()
2017-04-06 gsoaresfix format string found by clang -Wformat-security
2017-04-06 bcookbump version for new development branch
2017-04-06 kettenisCompile C code with -funwind-tables. Fixes exception...
2017-04-06 ottofirst print size in meta-data then supplied arg size...
2017-04-06 jsgremove stray character in previous that broke the build
2017-04-06 deraadtUnify a few attach-time patterns between usb *com drive...
2017-04-06 deraadtadd sizes to free() calls
2017-04-06 dhillConvert bcopy to memcpy as the memory does not overlap.
2017-04-05 deraadt3 more mallocarray() uses
2017-04-05 bluhmSyslogd's debug and error messages have changed a bit...
2017-04-05 dhillReplace 2 bcopy()'s with a simple assignment as both...
2017-04-05 bluhmThe global variable Startup is not used anymore and...
2017-04-05 bluhmAs we did not have nice log functions before, ttymsg...
2017-04-05 bluhmThe function logmsg() was used to generate local messag...
2017-04-05 bluhmReplace logerror() functions with generic log_warn...
next