openbsd
2017-12-14 dlgmake sched_barrier use cond_wait/cond_signal.
2017-12-14 bennoset Location header for 307 and 308 status codes
2017-12-14 naddyReplace ED25519's private SHA-512 implementation with...
2017-12-14 deraadtDon't bother using DETACH_FORCE for the softraid luns...
2017-12-14 deraadtGive vflush_vnode() a hint about vnodes we don't need...
2017-12-14 stspMake roaming after a background scan work while tcpbenc...
2017-12-14 jcaSimplify and unify timespec variables used in those...
2017-12-14 stspMy previous commit broke the ramdisk build; fix it
2017-12-14 jasperwhen -h is passed don't print any header, as is common...
2017-12-14 deraadtsync
2017-12-14 guentherIf switching RW->RO, then stop deferring timestamp...
2017-12-14 guentherAdd Symbols.map to explicitly define the ABIs, hiding...
2017-12-14 deraadtsync
2017-12-14 jcaUse CLOCK_MONOTONIC for the rpc event loops
2017-12-14 helgAdd a missing call to fuse_set_signal_handlers(3) in...
2017-12-14 stspStop printing debug info about stations leaving a wifi...
2017-12-14 bluhmThe pf code marks ICMP packets belonging to an TCP...
2017-12-14 stspAdd background scanning support to iwn(4), as was done...
2017-12-14 jcaDrop -g from CFLAGS, bsd.lib.mk adds it by default
2017-12-14 jcafuse_opt_add_opt_escaped needs to allocate space for...
2017-12-14 helgFree FUSE channel if fuse_new(3) fails in fuse_setup(3).
2017-12-14 martijnEnable the awk scripts to generate ex_def.h and options...
2017-12-14 kettenisMake a few internal symbols static and add a Symbols...
2017-12-14 bennolet urtwn(4) find my TP-LINK TL-WN722N v2
2017-12-14 bennosync
2017-12-14 bennoadd usb id for TP-LINK TL-WN722N v2
2017-12-14 fcambusChange bcopy to memcpy in the i386 version of the VIA...
2017-12-14 jmczap trailing whitespace;
2017-12-14 deraadtRepair flushcache/standby operations to not convert...
2017-12-14 guentherfcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls...
2017-12-14 dlgi forgot to convert timeout_proc_barrier to cond_signal
2017-12-14 dlgi forgot to convert ifq_barrier_task to cond_signal.
2017-12-14 dlgreplace the bare sleep state handling in barriers with...
2017-12-14 dlgadd code to provide simple wait condition handling.
2017-12-13 krwFix whitespace botch that snuck in.
2017-12-13 krwSimplifiy parser by not worrying about nesting 'interfa...
2017-12-13 beckFix a softdep bug exposed by our recent changes to...
2017-12-13 millertFix array index by signed char; from martijn@
2017-12-13 millertFix sign compare warnings; OK martijn@
2017-12-13 millertEnable compiler warnings; OK martijn@
2017-12-13 helgAdd support for the -d (-o debug) option to libfuse...
2017-12-13 helgIf the list of templates 'o' passed to fuse_opt_parse...
2017-12-13 kettenisFix stray return; hopefully this makes the internal...
2017-12-13 mpiSpacing from kshe59@zoho.eu.
2017-12-13 mpiSizes for free in route_output().
2017-12-13 mpiAdd 'bt' an alias for 'trace'.
2017-12-13 patrickgetsockname(2) needs to be passed the length of the...
2017-12-13 dlgreport Oracle as the vendor is the produce starts with...
2017-12-12 kettenisAdd more Allwinner A80 clocks.
2017-12-12 bluhmFix pfloadanchors tests when running with obj directory.
2017-12-12 ottoUse bn_checkp() always; from kshe
2017-12-12 ottoMinor cleanup from kshe
2017-12-12 ottooptimize add, sub and mul; from kshe; ok tom@
2017-12-12 schwarzeConsistently use .Va for "errno";
2017-12-12 stspOnly trigger background scans while we are in RUN state...
2017-12-12 stspMake ieee80211_chan2ieee() panic if a bogus channel...
2017-12-12 stspMake IEEE80211_CHAN_ANYC be a NULL pointer instead...
2017-12-12 deraadtld.so's syscall _dl_* API/ABI doesn't reurn errno,...
2017-12-12 naddyCreate a persistent umac128.c source file: #define...
2017-12-12 stspDon't dereference IEEE80211_CHAN_ANYC pointer in ieee80...
2017-12-12 phesslerAllow interfaces that aren't SCANNALLBAND drivers to...
2017-12-12 martijnFix 2 bugs introduced by previous.
2017-12-12 krwNuke some forward-only struct's and functions and funct...
2017-12-12 tbDocument change in the default shell prompts.
2017-12-12 mpiRemove unused variable defined with an unexisting type.
2017-12-12 jmcspace required between macro arg and punctuation;
2017-12-12 kettenisFix typo. Unbreaks building a kernel on arm64/clang.
2017-12-12 kettenisAvoid undefined behaviour in rorate_left() macro. ...
2017-12-12 deraadtstray , snuck in
2017-12-12 deraadtspacing
2017-12-12 deraadtsync
2017-12-12 deraadtpledge()'s 2nd argument becomes char *execpromises...
2017-12-12 jcsFix the behavior of preferring weaker-but-still-good...
2017-12-12 tbInclude hostname in shell prompts by default
2017-12-11 tbThe code can be simplified by using clock_gettime(2...
2017-12-11 jcaProper do {} while (0) idiom in TIMESPEC_TO_TIMEVAL...
2017-12-11 kettenisImplement support for the "next-generation" clock bindi...
2017-12-11 stspOmit the PMKID count field from RSN information element...
2017-12-11 deraadtDisable DIOCCACHESYNC code, which I believe does the...
2017-12-11 bluhmFormat the vnode lists of ddb show mount properly in...
2017-12-11 martijnFix and change y command in the following ways:
2017-12-11 helgsscanf(3) is now used to parse templates that contain...
2017-12-11 helgUpdate to fuse_opt_parse(3) so that all option template...
2017-12-11 helgThe fuse_opt_match(3) library function does not match...
2017-12-11 dtuckeruse cmp in a loop instead of diff -N to compare directo...
2017-12-11 bcookbump to 2.7.0
2017-12-11 jmcfix the description of delete-non-matching-lines;
2017-12-11 deraadthttp://repzret.org/p/repzret/
2017-12-11 deraadtIn uvm Chuck decided backing store would not be allocat...
2017-12-11 tbSergey Bronnikov's code coverage analysis shows that...
2017-12-11 kettenisUse correct mask to derive portid from "reg" property...
2017-12-10 deraadtmore 0xcc, in data. There are i386 machines without...
2017-12-10 stspStop running iwm(4) devices in "continuous active mode...
2017-12-10 deraadtssh/lib hasn't worked towards our code-sharing goals...
2017-12-10 stspadd #ifndef SMALL to slaacd.c as needed to fix 'make...
2017-12-10 kettenisAdd support for the internal PHY on the Allwinner H3...
2017-12-10 kettenisFix MDIO_CMD register bit definitions. From Stepen...
2017-12-10 mpiMove SB_SPLICE, SB_WAIT and SB_SEL to `sb_flags', seria...
2017-12-10 mpiRemove outdated comment and trailing spaces.
2017-12-10 florianMove privileged initialization from frontend to main...
next