openbsd
2015-01-09 kettenisFix loading memory allocated with bus_dmamem_alloc...
2015-01-09 mpiAlways check for DMA buffer overrun, not just for some...
2015-01-09 mpiCorrectly report memory allocation failure in uhidev_se...
2015-01-09 mpiAdd an asynchronous version of uhidev_get_report()...
2015-01-09 dlgdocument the chips we support. lots of raid controllers...
2015-01-09 stspDocument that ftp-proxy breaks explicit RFC4217 FTP...
2015-01-09 yasuokaAdd support DIOC{G,S}CACHE to mfi(4). Cache of disk...
2015-01-09 jsgregen
2015-01-09 jsgadd rate matching hubs seen on a C610 system
2015-01-09 gillesrename a variable to avoid a warning
2015-01-09 henningmove the ignore-microsec-timestamp bit from mrt_parse...
2015-01-09 deraadtremove excessive/wrong use of sys/param.h
2015-01-09 jsgmatch on C610
2015-01-09 jsgregen
2015-01-09 jsgAdd some Intel Xeon E5 v3 and C610/X99 ids.
2015-01-09 tedusave the bufq pointer from the buf before we turn it...
2015-01-09 tedurename desiredvnodes to initialvnodes. less of a lie...
2015-01-09 teducorrectly handle no timeouts and make timeout handling...
2015-01-09 mlarkinCleanup some macros and #defines in i386 pmap. Previous...
2015-01-09 dlgimplement mfii_scsi_cmd_io for handling actual io....
2015-01-09 lteoAdd test suites for SHA-224 and SHA-384.
2015-01-08 millertAvoid a crash (free of bogus pointer) when there is...
2015-01-08 bluhmUse the field f_file also for the forwarding file descr...
2015-01-08 teduincrease namecache size to follow maxvnodes. seems...
2015-01-08 florianClear autoconf6 flag after autoconf6 cleanup happened...
2015-01-08 mpiInclude the Routing Table ID in "struct rtentry" and...
2015-01-08 mpiFactorize various duplicated chunks of (old and horribl...
2015-01-08 djmfix ssh_config FingerprintHash evaluation order; from...
2015-01-08 ajacoutot"default" is gone.
2015-01-08 djmadjust for sshkey_load_file() API change
2015-01-08 dougConvert spkac.c to the new option handling code.
2015-01-08 dougConvert pkcs8.c to the new option handling code.
2015-01-08 dougConvert asn1pars.c to the new option handling.
2015-01-08 mpiDo not unconditionally set a link-local address.
2015-01-08 djmreorder hostbased key attempts to better match the...
2015-01-08 djmdeprecate key_load_private_pem() and sshkey_load_privat...
2015-01-08 ajacoutotClarify and simplify.
2015-01-08 yasuokaCount number of sessions correctly.
2015-01-08 bcooklog as LOG_DAEMON in log_init again.
2015-01-08 deraadtmissing , found by Dongsheng Song
2015-01-08 dougAvoid a double-free in an error path.
2015-01-08 deraadtdeclare a local version of MIN(), call it MINIMUM()
2015-01-08 bradUse the correct config registers for the RTL8139 family...
2015-01-08 bcooksync log.c from smtpd.
2015-01-08 deraadtdeclare a local version of MIN(), call it MINIMUM()
2015-01-08 bcookuse the correct format string for refid
2015-01-07 deraadtDo not need sys/param.h
2015-01-07 tedubcallah noticed the ifndef guard for headers was wrong...
2015-01-07 rpeCleanup network config after fetching the responsefile...
2015-01-07 rpeFix get_ifdevs() - don't filter vlan interfaces.
2015-01-07 gillesfix ctype casting bug spotted by Jonas 'Sortie' Termansen
2015-01-07 teduworkaround for the Meyer, et al, Bleichenbacher Side...
2015-01-07 ajacoutotTweaks from jmc@
2015-01-07 millertIt is the copy command that is abbreviated as 'c',...
2015-01-07 millertDocument the '=' command; from trondd at gmail
2015-01-07 reykSVG is common enough to add it to the default types.
2015-01-07 dcoppaSync rxvt-unicode's terminfo entry with rxvt-unicode...
2015-01-07 naddyupdates for Serbia and Montenegro, from Zeljko Jovanovic
2015-01-07 tedustupid me. need errno.h
2015-01-07 teduset errno = EINVAL for invalid salts and hashes in...
2015-01-07 deraadtsync
2015-01-07 naddy5.8 packages key
2015-01-07 schwarzeBugfix: When the invocation of a user-defined macro...
2015-01-07 reykRelax configuration list parsing to allow multi-line...
2015-01-07 ajacoutotStart tweaking a bit.
2015-01-07 mpiOnly MS IntelliMouse have a Z axis, prevent a false...
2015-01-07 florianBump example pubkey filenames for 5.7
2015-01-07 dlguse the same trick as mpii for posting the request...
2015-01-07 yasuokaFix impi(4) to make watchdog work and not to panic.
2015-01-07 dlgreplace bcopy with memcpy. still cant see the bug im...
2015-01-07 dlgi may as well turn bzero into memset while i am busy...
2015-01-07 bcookmix in more virtual memory and process information
2015-01-07 deraadtsync
2015-01-06 bluhmBackout revision 1.37. Setting ev->ev_pncalls to NULL...
2015-01-06 deraadtmips64 architectures moving to static PIE
2015-01-06 deraadtadd 5.8 base key
2015-01-06 sthenfirmware key for 5.8
2015-01-06 sthenadd Medion Mobile S4222; Ingo Feinerer
2015-01-06 stspRemove the NOINET6 interface flag, a left-over from...
2015-01-06 nicmRevert to r1.16 since this is still clearly broken...
2015-01-06 bcookadd initial HP-UX getentropy/arc4random support.
2015-01-06 stspMake httpd return "404 not found" if an intermediate...
2015-01-06 reykI missed one goto abort instead of free(line).
2015-01-06 armaniWe do not support freeing memory using reqbufs with...
2015-01-06 ajacoutotSimplify special vars argument checking; invalidating...
2015-01-06 reykOnly open a socket once for each unique "listen on...
2015-01-06 reykInstead of calling free(line) in each error case, call...
2015-01-06 reykReturn "400 Bad Request" instead of "500 Internal Serve...
2015-01-06 dlgwhen we're entering an interrupt handler, record its...
2015-01-06 ajacoutotWhile on death-row, 'rcctl status' still is still allow...
2015-01-06 ajacoutotSync with new rcctl usage. Will get some much needed...
2015-01-06 ajacoutotRename some internal variables (flag and flags is way...
2015-01-06 deraadtsync
2015-01-06 ajacoutotMajor rcctl(8) rewrite to simplify it and add new featu...
2015-01-06 bluhmApply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1...
2015-01-06 bluhmApply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec...
2015-01-06 mpiSupport for MEDION S4222 which needs another funky...
2015-01-06 mpiregen
2015-01-06 mpiMediaTek Inc. from Ingo Feinerer.
2015-01-06 gillesmove the message parser init earlier to avoid a possibl...
next