openbsd
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...
2017-04-05 krwShuffle sendhup() into dispatch.c, the only place it...
2017-04-05 millertNot all devices support mmap, document EINVAL in this...
2017-04-05 deraadtClamp size to length if snprintf ever indicates overflow
2017-04-05 bluhmReplace all combinations of logerror() and die() with...
2017-04-05 jcaUnify variables used for recvmsg/sendmsg
2017-04-05 jcasendmsg returns a signed value, fix error check
2017-04-05 reykWe can enable many -W compiler warnings now.
2017-04-05 reykRework the packet.c code for decoding and assembling...
2017-04-05 jcaDon't rely on asprintf setting pointer to NULL on failure.
2017-04-05 deraadtWhen building counter memory in preparation to copy...
2017-04-05 nicmAdd Home and End for copy mode.
2017-04-05 sthenFor a non-interactive attempt to pkg_delete a firmware...
2017-04-05 bluhmReplace logdebug() with generic log_debug() from log...
2017-04-05 nicmTry again to resolve problems with mistaking sessions...
2017-04-05 nicmGive each client a name. This defaults to the tty name...
2017-04-05 nicmcfg_file can be static.
2017-04-05 nicmChange tty_repeat_space to write large sets of spaces...
2017-04-05 jmcvarious improvements, from klemens nanni;
2017-04-05 jmc- -Z before -z in options list
2017-04-05 deraadtan annoying whitespace glitch
2017-04-05 guenthertimeval has trailing padding on powerpc and m88k, so...
2017-04-05 deraadtHere at OpenBSD we change ABIs at the fling of a hat...
2017-04-05 deraadtclear structure on the stack before copying out for...
2017-04-05 deraadtsync
2017-04-05 beckAllow nc to save the peer certificate and chain in...
2017-04-05 beckAdd tls_peer_cert_chain_pem - To retreive the peer...
2017-04-05 beckInternal changes to allow for relayd engine privsep...
2017-04-05 bluhmDo not print a warning if closing the control socket...
2017-04-04 jsgadd a config test flag to sasyncd
2017-04-04 ajacoutotAlso remove non syspatch hidden files/dirs.
2017-04-04 claudioDo not purge the CONFIG_SERVERS config in the parent...
2017-04-04 deraadtstruct vfsconf is tightly packed, but let's M_ZERO...
2017-04-04 rpeEnsure, that during upgrades, the default for the ...
2017-04-04 reykThe unsigned result cannot be -1, turn it into a signed...
2017-04-04 reykconstify pc_remote and pc_circuit
2017-04-04 krwSend a RTM_PROPOSAL to clear out other dhclient instanc...
2017-04-04 jmcdocument comments in table files; help/ok gilles
2017-04-04 jmctweak previous;
2017-04-04 reykAdd missing newline in fprintf error message.
2017-04-04 krwTreat SSID's like the 0 to 32 bytes of uint8_t data...
2017-04-04 kettenisCleanup the code further. Get rid of the remaining...
2017-04-04 visaIssue memory barrier before lock release, not after...
2017-04-04 deraadtadd a free() size near microcode loading
2017-04-04 millertRewrite tohexstr() to use the common idiom of convertin...
2017-04-04 claudioAdd 8265 and 3168 support. Both cards need new firmware...
2017-04-04 djmdisallow creation (of empty files) in read-only mode...
2017-04-04 deraadtcp -p the bootblocks to RELEASEDIR; ok tb
2017-04-03 fcambuswarn format string should be literal.
2017-04-03 krwChange parse_string() to take an optional integer point...
2017-04-03 ottoAdd caveat telling it's better to always read a data...
2017-04-03 ottoSend and receive 1 byte of data in addition to the...
2017-04-03 fcambusWSDISPLAY_MAXFONTCOUNT macro was introduced in sys...
2017-04-03 krwSimplify read_string() to just read the characters...
2017-04-03 teducheck return from pread, don't divide -1 for count
2017-04-03 deraadtuse recallocarray() because the array contains data...
2017-04-03 teduinitialize regmatch_t always, fixes grep -o ""
2017-04-03 deraadtprovide size to free(9)
2017-04-03 beckFix silly code that printfs NULL when there are no...
2017-04-03 krwTweak parse_string() to not consume the ';'. Simplifies...
2017-04-03 krwTweak 'expecting' parse_warn() messages to be more...
2017-04-03 visaCompute address for ll/sc only once.
2017-04-02 deraadtLess convoluted code in soshutdown()
2017-04-02 deraadtThe character buffer should be resized using recallocar...
2017-04-02 deraadtAlways use return value of asprintf to determine succes...
2017-04-02 tomCheck return value of asprintf(), and don't use 0 as...
2017-04-02 krwChange parse_string() warning from "filename must be...
2017-04-02 mlarkinFilter out RDTSCP, needed to handle solaris guests...
2017-04-02 jmcnote that some hosts never generate tuples and are...
2017-04-02 jmcupdate currency exchange rates;
2017-04-02 kettenisOn ARMv8, the translation table walk is fully coherent...
2017-04-02 visaprintf format strings should be literals. Reminded...
2017-04-02 visaDrop address conversion cruft.
2017-04-02 jcaFix tcp stats reporting
2017-04-02 jsgadd overdrive 1000
2017-04-02 visaFix an out-of-bounds memory access with 64-bit armaps.
2017-04-02 visaBring back the wait instruction into the idle loop...
2017-04-02 deraadtReplace snprintf(NULL, malloc, snprintf.... with the...
2017-04-02 guentherPrefer pread() over lseek()+read()
next