openbsd
2017-07-04 visaEnable the use of futex(2) in librthread on mips64.
2017-07-04 mpiRevert previous, it exposed two edge cases still requir...
2017-07-04 espieShould have committed this two days ago, last part...
2017-07-04 mpiAlways hold the socket lock when calling sblock().
2017-07-04 mpiAssert that the socket lock is held when `so_state...
2017-07-04 mpiAssert that the socket lock is held when `so_qlen'...
2017-07-04 florianconsistently use the evtimer wrappers around the connec...
2017-07-04 florianInclude stdarg.h explicitly instead of relying on event...
2017-07-04 espiecomplete "nodepend" in source
2017-07-04 nicmHandle 0 size of preview box in caller.
2017-07-04 antonBackout previous due to a bug discovered by zhuk@ that...
2017-07-04 jobAdd GRACEFUL_SHUTDOWN example to bgpd.conf
2017-07-04 mpiExport our atomic definitions to userland instead of...
2017-07-04 espiegenerate the parser directly instead of fucking around
2017-07-04 antonAdd support for pattern substitution to variables in...
2017-07-04 dlgconsistently use the evtimer wrappers around the connec...
2017-07-04 dlginclude stdarg.h explicitly instead of relying on event...
2017-07-04 espielet BUILDFIRST just build first, using the same trick...
2017-07-04 teduproperly adjust the ttl of replies instead of freezing...
2017-07-03 dlgblacklist MSI on intel m.2 optane parts. it just doesnt...
2017-07-03 bluhmDo not grab the socket lock in doaccept() twice. Pass...
2017-07-03 nicmChange session and window preview so that the current...
2017-07-03 espieno need to generate y.tab.h if nothing uses it, set...
2017-07-03 krwsizeof(struct sockaddr_in) != sizeof(struct in_addr).
2017-07-03 bluhmAdd more checks and debug info to identify the sporadic...
2017-07-03 claudioBoth PF_ROUTE and PF_KEY need to start to take care...
2017-07-03 florians/log_warn/log_warnx/ where errno is not set
2017-07-03 bennoRemove obvious clear_config() comments and misleading...
2017-07-03 bluhmGenerate source and header files for regress on demand.
2017-07-03 schwarzereport trailing delimiters after macros where they...
2017-07-03 visaUse copyin32() instead of copyin() in RDHWR emulation.
2017-07-03 tedudon't bother caching invalid or very short lived responses
2017-07-03 bluhmLink all lib regress tests to the build.
2017-07-03 espieallows working without depends, as discovered and discu...
2017-07-03 espiere-add dependencies from SRCS to corresponding OBJS.
2017-07-03 jmcmarkup fixes;
2017-07-03 schwarzewarn about time machines; suggested by Thomas Klausner...
2017-07-03 naddymerge error, revealed by clang; ok kettenis@
2017-07-03 nicmChange previous to not wait for both process exit and...
2017-07-03 schwarzeRemove mdoclint(1) from the tree.
2017-07-03 teducheck that a cachehit hasn't expired before using it.
2017-07-03 kevloReplace slot time durations with macros.
2017-07-03 mpiProtect `so_state', `so_snd' and `so_rcv' with the...
2017-07-03 mpiProtect `so_state', `so_error' and `so_qlen' with the...
2017-07-03 visaNote arm64 and armv7.
2017-07-03 mpiNot all sockets require the NET_LOCK(). So use solock...
2017-07-03 visaUpdate attachment on octeon.
2017-07-03 visaAttach com(4) using fdt on octeon.
2017-07-03 nicmDo not close panes until process has exited and any...
2017-07-03 mpiDrop the KERNEL_LOCK() in pf_purge_thread().
2017-07-03 nicmTry C.UTF-8 which is also a commonly useful locale...
2017-07-03 visaAdd the first UART into the fdt blob.
2017-07-03 espieexplicitly pass -MD -MP in DFLAGS, so that even if...
2017-07-03 bentleyRemove settings that were unimplemented for 20 years...
2017-07-03 dlgregen
2017-07-03 dlgintel optanes are a thing
2017-07-03 espiebe explicit in the lex/yacc dependencies
2017-07-02 deraadtwhitespace
2017-07-02 schwarzeIf a single page references the same non-existent manua...
2017-07-02 kettenisEnable MIPI/DSI support for inteldrm(4). Makes the...
2017-07-02 mlarkinre-enable PAT
2017-07-02 tobiasFixed a typo in error message.
2017-07-02 espierepair the tree, make sure y.tab.h is there before...
2017-07-02 espiesomehow, I did NOT commit the patch I sent to tb@....
2017-07-02 espiedocument new depends somewhat.
2017-07-02 schwarzeadd warning "cross reference to self"; inspired by...
2017-07-02 bennoSecond diff to rename additional "always" variable...
2017-07-02 kevloAdd the definition of IEEE80211_DUR_DS_SHSLOT.
2017-07-02 bennoRemove unused variable from header file.
2017-07-02 bennoRemove variable assignment in declaration and add white...
2017-07-02 bennoRename one of the "always" variables to "body" for...
2017-07-02 rpeShorter version of the same.
2017-07-02 rpeTweak comment
2017-07-02 rpeNIFS is checked inside start_cgiinfo() already.
2017-07-02 brynetReplace fgetln with POSIX getline, even though file...
2017-07-02 krwUnbreak tree by putting revised resolv_conf_priority...
2017-07-02 visaFix the set of octmmc.4.
2017-07-02 visasync
2017-07-02 visaAdd octciu(4) manual page.
2017-07-01 krwEliminate multiple socket openings/closings and pass
2017-07-01 djmactually remove these files
2017-07-01 brynetclose open fd after testing files, ensuring that fd...
2017-07-01 sfUse absolute pointers in codepatch entries
2017-07-01 sfUse absolute pointers in codepatch entries
2017-07-01 deraadtprovide both TRAP and NOP values for our architectures...
2017-07-01 kettenisUpdate inteldrm(4) to code based on Linux 4.4.70. ...
2017-07-01 kettenisUpdate inteldrm(4) to code based on Linux 4.4.70. ...
2017-07-01 kettenisUpdate inteldrm(4) to code based on Linux 4.4.70. ...
2017-07-01 kevlo- Avoid possible use of uninitialized variable; noticed...
2017-07-01 espieeffectively kill depend as an independant target (there...
2017-07-01 espiemissed BUILDFIRST. Allow stuff to proceed without depends
2017-07-01 brynetmagicfp is fclosed where it was opened, remove fclose...
2017-07-01 djmremove post-SSHv1 removal dead code from rsa.c and...
2017-07-01 schwarzedelete -p options, the relevant parts are now covered...
2017-07-01 schwarzeWhen checking cross references with -Tlint, ultimately...
2017-07-01 espiego thru POSIX::Termios to turn off kerninfo.
2017-07-01 schwarzeWhen checking the validity of cross references with...
2017-07-01 schwarzeBasic reporting of .Xrs to manual pages that don't...
2017-06-30 nicmDon't write over right border.
2017-06-30 nicmFix previous when we end up able to show no panes.
next