openbsd
2016-08-21 kettenisAdd support for all the ahb, apb0 and apb1 clock gating...
2016-08-21 kettenisImplement some fundamental clocks using the new clock...
2016-08-21 kettenisAdd a minimal clock "framework". Build it on armv7.
2016-08-21 teduintroduce a union of sockaddr types and eliminate a...
2016-08-21 schwarzebugfix: when fgetwc(3) fails, fgetwln(3) must fail...
2016-08-21 halexMake lease_value() unescape quoted strings. To be fully...
2016-08-21 rpetweak previous
2016-08-21 kettenisFix a pasto in a comment.
2016-08-21 schwarzefix obvious typo in the .Dt section number
2016-08-21 natanoThere are three callers of update_vattr(). Two of them...
2016-08-21 jsgWhen detecting the console on attach test fa_node and...
2016-08-21 jsgRemove the remains of a workaround to get GIC ranges...
2016-08-21 jsgDynamically attach exuart using the FDT.
2016-08-21 beckChange sleep from crazy backoff to one second of sleep...
2016-08-20 deraadtsync
2016-08-20 kettenisFix indentation.
2016-08-20 kettenisArgh, commit from the wrong tree. Revert previous...
2016-08-20 kettenisFix indentation.
2016-08-20 ericProperly initialize the message parser. fix a regressio...
2016-08-20 jmcadd "armv7" to the Dt line;
2016-08-20 millertSync connect_wait() example with its real usage in...
2016-08-20 millertUse connect(2) + a connect_wait() function instead...
2016-08-20 kettenissximmc(4)
2016-08-20 kettenisEnable sximmc(4).
2016-08-20 kettenisIncrease MSGBUFSIZE to 8 pages.
2016-08-20 kettenisVarious improvements to make this work better.
2016-08-20 kettenisAdd some code to set the SD/MMC clocks.
2016-08-20 kettenisDon't set MSGBUFSIZE here such that the setting in...
2016-08-20 stefanFormat string fixes in debug code: need %llx to print...
2016-08-20 jcaDeclare all _asr_* debug functions as hidden.
2016-08-20 schwarzealready in v2 according to tuhs.org/Archive/PDP-11...
2016-08-20 schwarzeWhen a mismatching end macro occurs while at least...
2016-08-20 schwarzeWhen scanning upwards for a column list to put a .Ta...
2016-08-20 kettenisReplace bcmmuart(4) with com(4).
2016-08-20 jcaTweak timer debug output.
2016-08-20 jcaMove counters from u_quad_t to uint64_t.
2016-08-20 tbfsdb(8) sucks in and is pledged by fsck(8). Since...
2016-08-20 schwarzeIf a column list starts with implicit rows (that is...
2016-08-20 patrickRemove obsolete sxiuart(4) header.
2016-08-20 patricksxiuart(4) has been replaced with com(4).
2016-08-20 jmcshorten pkcs7 text;
2016-08-20 kettenisCorrectly enter a mapping as writable if no "page modif...
2016-08-20 kettenisFiguring out the clock frequency used for a com(4)...
2016-08-20 procterPush 'field changed' guards into 'change field' functions;
2016-08-20 procterRetire pf_translate_ap()
2016-08-20 jmcshorten the passwd text; ok jsing
2016-08-19 tedumove mem.c to hppa directory like every other arch.
2016-08-19 kettenisMake the FSR encoding strings match the ARMv7 ARM.
2016-08-19 kettenisSeems we need to hold the PHY into reset a little bit...
2016-08-19 kettenisAdd support for arm and enable on armv7.
2016-08-19 kettenisStart using to XN flag to enforce that mappings without...
2016-08-19 kettenisMark device memory as execute-never to prevent a specul...
2016-08-19 ericmake smtpd less verbose at startup
2016-08-19 kettenisMap kernel .text read-only.
2016-08-19 kettenisAdjust the definitions of L1_S_COHERENT_v7, L2_L_COHERE...
2016-08-19 kettenisUse Access Flag to do page reference emulation.
2016-08-19 danjupdate man pages now that login.conf uses auto rounds
2016-08-19 mpiReorder entries to match current multipath ordering.
2016-08-19 jsgcorrect a rate test introduced in rev 1.326
2016-08-19 jmcshorten the ocsp text; ok beck
2016-08-19 ottoStart with a default fragsize of 2048, double it for...
2016-08-19 mpiDo not seroize a struct needed for RTM_RESOLVE in the...
2016-08-19 djmadd tests for matching functions
2016-08-19 jsgavoid using an uninitialised variable with zero length...
2016-08-19 djmremove UseLogin option and support for having /bin...
2016-08-19 deraadtstring.h not strings.h
2016-08-18 millertAdd an EXAMPLES section that illustrates how to deal...
2016-08-18 bruReset the input state completely when wsmouse is (re...
2016-08-18 deraadtuvm_wxcheck() should only abort the process if kern...
2016-08-18 millertMove connect_sync() to util.c and use it when connectin...
2016-08-18 jmcuse a more standard page layout; ok mlarkin
2016-08-18 mikebUpdate NVS protocol structure definitions to the 2016...
2016-08-18 jsingSplit out the TLS server SSL_CTX allocation and configu...
2016-08-18 jsingRework parts of the libtls man page for clarity. Split...
2016-08-18 jmcword fix, from remi locherer; ok reyk
2016-08-18 sthendocument USE_WXNEEDED, feedback/ok jca jasper
2016-08-18 jmcshorten the nseq text;
2016-08-18 jsgadd a missing splx in an error path
2016-08-18 jmcpunctuation fix;
2016-08-18 sthensync
2016-08-18 jmcvarious fixes for previous;
2016-08-18 kettenisSeparate out the Access Flag bit from the Access Permis...
2016-08-18 mikebClean up style and replace a magic value with a magic...
2016-08-18 jsginit a variable to address https://kb.isc.org/article...
2016-08-18 dlgfix panics caused by replacing m_copym2 with m_dup_pkt.
2016-08-18 jsgfix fd leaks in error paths
2016-08-18 jsgfix an fd leak
2016-08-18 mlarkinadd section on VM networking. more to come, this is...
2016-08-17 tedu% is escaped with more %, not backslash.
2016-08-17 schwarzeAdd HISTORY section.
2016-08-17 schwarzeWhen the content of a manual page does not specify...
2016-08-17 schwarzeWhen reading back a mandoc.db(5) file in order to apply...
2016-08-17 deraadtGenerate syslog warnings for %s fmt strings NULL to...
2016-08-17 schwarzeMake sure manuals in architecture-independent directori...
2016-08-17 mikebSync up monitor trigger groups handling to the upstream
2016-08-17 mikebReplace hand rolled atomic bit operations and use MI...
2016-08-17 deraadtsync
2016-08-17 krwUse more dhcp info when trying autoinstall/autoupgrade.
2016-08-17 bluhmFix an mbuf leak and missing error propagation in uipc_...
2016-08-17 patrickNothing from the original Wasabi code remains, so repla...
next