openbsd
2016-06-28 jcaIPV6_MINHOPCOUNT now supports UDP (unicast and multicast)
2016-06-28 jcaAdd UDP unicast and multicast support for IP_MINTTL...
2016-06-28 jmcfix a couple of errors in the page;
2016-06-28 tbBack out previous; otto saw a potential race that could...
2016-06-28 jmcmore standard Nd, and zap an unbalanced ";
2016-06-28 mlarkinDon't panic on null vmxon region or vmxon failure ...
2016-06-28 mlarkinEnable UMIP feature if present. miod originally pointed...
2016-06-28 jmatthewenable ure(4) where we already have url(4)
2016-06-28 afresh1Stop linking perl to libpthread
2016-06-28 afresh1Stop linking perl to libutil, never necessary
2016-06-28 semariein pledgereq (the array for doing correspondance betwee...
2016-06-28 deraadtsync
2016-06-28 deraadtIf an error path if close() is called, save errno so...
2016-06-27 deraadtBe more careful initializing and tracking socket s...
2016-06-27 deraadtImprove .Nd, and Xr from usb(4)
2016-06-27 jmatthewadd ure(4) man page
2016-06-27 jmatthewthe flag is USBD_EXCLUSIVE_USE, not USBD_EXCLUSIVE_ACCESS
2016-06-27 jcaMissing "break;" in switch statement; repairs IP_MINTTL.
2016-06-27 jcaRepair kill(2) on zombie processes.
2016-06-27 renatoFix inverted logic in recv_hello().
2016-06-27 renatoRemove superfluous call to l2vpn_pw_exit().
2016-06-27 renatoHandle ibuf_add() errors.
2016-06-27 stspRevert if_iwm.c r1.166. We are still seeing links dropp...
2016-06-27 jmcminor tweaks; ok tedu
2016-06-27 espiemake proper use of fstatat, as suggested by guenther@
2016-06-27 jsingRegen.
2016-06-27 jsingRestore the sys_o58_kill system call.
2016-06-27 jsingRestore the sys_o58_kill system call.
2016-06-27 jcaKill outdated comment. Reading the code is enough.
2016-06-27 jcaImplement IPV6_MINHOPCOUNT support.
2016-06-27 bluhmCopy inp_hops from the listening socket to the accepted...
2016-06-27 tedusomehow nopass snuck onto the :wheel example. i think...
2016-06-27 tedurevise environment handling.
2016-06-27 tedudefer munmap to after unlocking malloc. this can (unfor...
2016-06-27 deraadtwhitespace
2016-06-27 deraadtsync
2016-06-27 jsgFix a memory leak in an error path.
2016-06-27 jsgCorrect the order of memset arguments.
2016-06-27 bluhmThe variable swapping between inp, newinp and oldinpcb...
2016-06-27 jmatthewadd ure(4), a driver for Realtek RTL8152 10/100 USB...
2016-06-27 espiesurprised nobody noticed before me
2016-06-27 espiemake the fallback code more accurate (in particular...
2016-06-27 semariedovutimens: call vrele(9) before returning EINVAL
2016-06-27 semariesys_revoke: call vrele() before returning ENOTTY
2016-06-26 teduincrease the minimum for auto rounds to 6. that was...
2016-06-26 teduupgrade selected login.conf to use auto rounds for...
2016-06-26 tedusomebody forgot to look at format string warnings
2016-06-26 tbDocument how to create full boot and installation image...
2016-06-26 semarieuse error code path instead of return early without...
2016-06-26 jsgsxie(4) is only for integrated 'EMAC' 10/100 Ethernet...
2016-06-26 jsgremove devices from soc abstraction device lists that...
2016-06-26 jsgDynamically attach cpsw(4) with the FDT.
2016-06-26 jsgDynamically attach tiiic using the FDT.
2016-06-26 mglockerOups, remove '#define I2S_DEBUG' again.
2016-06-26 mglockerMake i2s compile with I2S_DEBUG; %x -> %p.
2016-06-26 jsgadd a missing argument specified in format string so...
2016-06-26 jsgdestatic
2016-06-26 jsgDynamically attach omdog(4) using the FDT.
2016-06-26 jsgDon't list cubieboard2, pmap can't handle allwinner...
2016-06-25 espierecognize @option is-branch
2016-06-25 tbMove pledge after opendev and DIOCGPDINFO. Fixes e...
2016-06-25 beckFix from kinichiro.inoguchi@gmail.com to ensure that...
2016-06-25 beckFix the ocsp code to actually check for errors when...
2016-06-25 feinererAdd Medion Mobile S4222
2016-06-24 tedumove a space to the correct spot
2016-06-24 teduuse crypt_checkpass to simplify password checking logic.
2016-06-24 espiemake use of former changes. If list is higher than...
2016-06-24 bluhmThe function pf_get_sport() did work for out rules...
2016-06-24 espiesimplify the logic. no need for a separate hook when...
2016-06-24 florianregen
2016-06-24 florianUpdate to 4.1.10
2016-06-23 stefanAvoid multiple evaluation of macro arguments in softclock()
2016-06-23 espiethere's no reason for window size computation to be...
2016-06-23 bluhmAs klog dropped message has no ifdef small kernel,...
2016-06-23 bluhmIt is annoying that the dmesg buffer can overflow and...
2016-06-23 espieadd fh variation of printing code. Systematically use...
2016-06-23 kettenisUse SYMBOL_CALLS_LOCAL() to determine whether we can...
2016-06-23 ericmove transaction-specific states from struct smtp_sessi...
2016-06-23 henningwhen pf_test returns something but PF_PASS, set error...
2016-06-23 semarieallow creation of devices or fifo without -p (as it...
2016-06-23 djmfix AuthenticationMethods during configuration re-parse;
2016-06-22 kettenisFetch MAC address from FDT.
2016-06-22 sthenbackport r3782, fixing qname-minimisation with various...
2016-06-22 sthenbackport r3781, fix segfault in -h
2016-06-22 sthenupdate to unbound-1.5.9. (there will be a follow-up...
2016-06-22 jcaNo modules thus no need for extra space for additional...
2016-06-22 bluhmSyslogd can send messages to a user, test what happens...
2016-06-22 kettenisDon't make the DT_TEXTREL warning fatal. Hopefully...
2016-06-22 visaAdd support for the second GMX interface on Octeon...
2016-06-22 espiehave a consistent exit code when looking for stuff
2016-06-22 stspIn iwm(4), clear the in_assoc flag when going down...
2016-06-22 stspRemove code from iwm(4) which sends DTIM and TSF inform...
2016-06-22 stspMake iwm(4) explicitly send multicast frames at the...
2016-06-22 kettenisAdd curly braces that were missed in rev 1.651. Add...
2016-06-22 mlarkinIdentify UMIP feature, if available.
2016-06-22 dlgdont need a traliing \ on a line in c code, it's not...
2016-06-22 dlgrework art_walk so it will behave in an mpsafe world.
2016-06-22 deraadtsync
2016-06-22 mikebMain Hyper-V nexus driver, work in progress.
2016-06-22 mikebSetup Hyper-V hypercall page and an IDT vector.
next