openbsd
2016-08-15 natanoNeuter fuse_vptofh() and fuse_fhtovp(). I implemented...
2016-08-15 mpiNo need to reset si_selpid after calling selwakeup...
2016-08-15 jmcadd a bit of spacing to previous, to keep the notes...
2016-08-15 mpiIntroduce bpf_put() and bpf_get() instead of mixing...
2016-08-15 mpiCheck if ``bd_bif'' is NULL inside bpf_catchpacket...
2016-08-15 mpiMerge bpfilter_create() into bpfopen() and make it...
2016-08-15 mglockerDrain FIFOs on init same as com(4) does it and reduce...
2016-08-15 guentherTrust the login_getcaptime() declaration and don't...
2016-08-15 guentherDrop -z nocombreloc. It was a rev 1.1 commit like...
2016-08-15 deraadtsync
2016-08-14 guentherReduce qabs() and qdiv() to aliases of llabs() and...
2016-08-14 guentherConvert quad_t to long long
2016-08-14 guentherConvert %q to %ll
2016-08-14 guentherWhen upcasting to off_t for multiplication, the cast...
2016-08-14 guentherConvert %q to %ll with long long casts for printf()
2016-08-14 guentherUse int64_t and %ll for CTLTYPE_QUAD nodes.
2016-08-14 guentherConvert %q to %ll and cast opaque system values to...
2016-08-14 guentherConvert %q to %ll. Cast off_t to long long for printf...
2016-08-14 krwFlip 'u_quad_t' fields & variables to uint64_t, and...
2016-08-14 guentherKill '#if defined(DEBUG) && 0' blocks that used %q
2016-08-14 krw%qd -> %lld for an off_t already being cast to (long...
2016-08-14 krwAnother %qd -> %lld + (long long) for off_t's.
2016-08-14 deraadtsync
2016-08-14 krw%qd -> %lld + (long long) for off_t's.
2016-08-14 guentherDon't reinvent rlim_t; when printing it use %llu and...
2016-08-14 guentherDon't call sysconf() in a loop conditional when the...
2016-08-14 jmctweak previous;
2016-08-14 kettenisimxtemp(4)
2016-08-14 kettenisAdd imxtemp(4), a temperature sensor for the i.MX6...
2016-08-14 guentherDrop -z nocombreloc. That's a rev 1.1 commit so not...
2016-08-14 guentherConvert remaining calls to strtoq/strtouq in base with...
2016-08-14 guentherRemove many unnecessary casts. Verified by comparing...
2016-08-14 tbRefer to /etc/passwd consistently as the "legacy passwo...
2016-08-14 krwMerge identical amd64 and i386 stanzas.
2016-08-14 tedureplace strtoq with strtoll. ok openbsd
2016-08-14 jsgremove uneeded sa1111_reg.h include
2016-08-14 jsgRemove code for Intel 80219/80321 xscale processors...
2016-08-14 kettenisFix setting the SMP bit in the Auxiliary Control Regist...
2016-08-14 kettenisAllow a bus_dmamap_sync() of length zero.
2016-08-14 tbXr encrypt(1) in the explanation of the -p option.
2016-08-14 jmcshorten genpkey; ok guenther
2016-08-14 visaRemove some annoying debug printfs to get rid of u_quad...
2016-08-14 visaUtilize the TLB Execute-Inhibit bit with non-executable...
2016-08-14 dlgu_quad_t -> uint64_t
2016-08-14 guentherReplace u_quad_t with unsigned long long and replace...
2016-08-14 guentherMark the relro/got section as read-only before setting...
2016-08-14 guentherTurning off relro shouldn't insert padding into the...
2016-08-14 dlgchange some types in bio from u_quad_t to uint64_t...
2016-08-14 dlgreplace u_quad_t with uint64_t.
2016-08-13 jmcuse -nosplit for AUTHORS: looks much better, to the...
2016-08-13 kettenisAdd the shim to make dwge(4) attach to simplebus(4...
2016-08-13 kettenisAdd GMAC clock support. Based on an earlier diff from...
2016-08-13 guentherMissed a couple qaddr_t casts
2016-08-13 guentherPassing in &_DYNAMIC appears to have stuck, so eliminat...
2016-08-13 guentherEliminate pointless casts to qaddr_t of a value being...
2016-08-13 kettenisdwge(4)
2016-08-13 kettenisAdd the core of the code for dwge(4), a driver for...
2016-08-13 jmcshorten gendsa;
2016-08-13 krw%lld -> %llu for u_int64_t struct fields.
2016-08-13 markusremove ssh1 server code; ok djm@
2016-08-13 krwAs the relevant struct's (e.g. tcpstat) use [u_]int64_t...
2016-08-13 tedumodern interfaces should use modern speelings, so spell...
2016-08-13 deraadtsync
2016-08-13 kettenisRemove entries that are no longer needed.
2016-08-13 jsingAvoid leaking memory if tls_config_set_alpn() is called...
2016-08-13 jsingLet libtls load the CA, certificate and key files for...
2016-08-13 jsingLoad CA, certificate and key files into memory when...
2016-08-13 jsingSplit out the SSL options handling into a separate...
2016-08-13 natanoKill FUSE_ROOT_ID and use FUSE_ROOTINO instead. Also...
2016-08-13 kettenisUse regulalator API instead of private functions.
2016-08-13 kettenisBuild ofw_regulator.o.
2016-08-13 kettenisAdd a minimal regulator "framework".
2016-08-13 schwarzeEven after switching from a pending head to the body...
2016-08-12 tbSimplify getprec() by using strchr(3) and strspn(3).
2016-08-12 kettenisInclude map entries that have an amap associated with...
2016-08-12 tbRewrite the paragraphs that describe how the last four...
2016-08-12 tbusage() is __dead
2016-08-12 tbThe last four argumens of jot (reps, begin, end, step...
2016-08-12 deraadtthe slimmed down random functions inside ld.so are...
2016-08-12 natanoDedup vnode type information. Fuse stores the vnode...
2016-08-12 kettenisHook up sxipio(4) to the generic gpio code.
2016-08-12 jcaUse 2001:db8::/32, the official IPv6 subnet for configu...
2016-08-12 kettenisCall pinctrl_byname() such that ports left unconfigurae...
2016-08-12 kettenisHook up sxipio(4) to the generic pinctrl code. The...
2016-08-12 deraadtsync
2016-08-12 jsingBump libtls minor due to symbol additions.
2016-08-12 jsingAdd ALPN support to libtls.
2016-08-12 jca6bone -> documentation range
2016-08-12 espieband-aid for a nasty bug. tieto + space constraints...
2016-08-12 jmctrim errstr, and zap gendh (deprecated) entirely;
2016-08-12 jmcshorten openssl enc, with help from jsing;
2016-08-12 jmcrework initial text a little, to read better;
2016-08-12 jmcno more libarm;
2016-08-12 jsgSwitch omap to the generic ofw pinctrl framework.
2016-08-11 schwarzeoops, fix stupid typo in previous
2016-08-11 schwarzeIf a .Bd display is on the one hand doomed to be delete...
2016-08-11 natanofuse requires ufs_ihash.c
2016-08-11 jsgDynamically attach omgpio(4) using the FDT.
2016-08-11 guentherBetween relro and previous RWX work, the __{got,plt...
2016-08-11 jsgDynamically attach omehci using the FDT.
next