openbsd
2015-06-05 kettenisThese days p->p_addr will never be NULL.
2015-06-05 millertFor "ssh -L 12345:/tmp/sock" don't fail with "No forwar...
2015-06-05 nicmDo not use the key variable uninitialized (in a debug...
2015-06-05 vgrossFix coupling and decoupling operations.
2015-06-05 mikebImprove error handling and recovery during state insertion
2015-06-05 mpiAdd bits missed in previous... I suck at cvs.
2015-06-05 mpiPut spaces and commas where they belong.
2015-06-05 mpiFinally protect VP lookups to guarantee that a pted...
2015-06-05 mpiDon't try to be clever when unrolling the loop in pmap_...
2015-06-05 mpiReplace the per-entry locks by a global HASH lock.
2015-06-05 mpiCall pte_spill_v() from the real mode fault handler...
2015-06-05 mpiRewrite PTE manipulation routines to better match the...
2015-06-05 mpiSplit pteclrbits() into pmap_{test,clear}_attrs().
2015-06-05 mpiMore usages of pmap_ptedinhash().
2015-06-05 mpiRemove DEBUG stuff.
2015-06-05 mpiMake use of ptesr() instead of rerolling it.
2015-06-05 mpiMerge various copies of the same code into a new functi...
2015-06-05 mpiIntroduce pmap_pted_ro() a simple wrapper for the 32...
2015-06-05 mpiDo only one VP lookup when removing a page.
2015-06-05 mpiRemove the MANAGED flag when removing a PV entry.
2015-06-05 nicmFix a warning.
2015-06-05 mpiRemove unneeded splvm() calls and the pool_setipl(9...
2015-06-05 nicmMake it so that if a window or session target is prefix...
2015-06-05 jsgUse p15 for the coprocessor name not 15. gas accepts...
2015-06-05 stspregen
2015-06-05 stspAdd another PCI ID for Intel Dual Band Wireless AC...
2015-06-05 djmtypo: accidental repetition; bz#2386
2015-06-04 deraadtsync
2015-06-04 nicmMove the nested check from client to server and compare...
2015-06-04 stspMention rtwn(4) in pci(4). Reminded by brad.
2015-06-04 nicmsystrace(4) STRIOCATTACH can only fail for file(1)...
2015-06-04 stspman page for rtwn(4)
2015-06-04 stspenable rtwn(4) on i386
2015-06-04 stspEnable rtwn(4) on amd64.
2015-06-04 stspattach rtwn at pci
2015-06-04 stspNew rtwn(4) driver for RTL8188CE wifi cards.
2015-06-04 jmctweak SYNOPSIS and usage();
2015-06-04 ericforce reseeding if pid has changed.
2015-06-04 ericmake sure to check for resolv.conf update the first...
2015-06-04 deraadtsync
2015-06-04 deraadt+ REALTEK RT8191SE
2015-06-04 dmsAdd support for em(4) on Teak 3020, a Tolopai (EP80579)
2015-06-04 kettenisThe (no quite so) new kernel perfpolicy code calls...
2015-06-04 dmsregen
2015-06-04 dmsAdd more of Tolopai (EP80579) Gigabit controllers id.
2015-06-04 mikebCheck if interface was stopped before calling rx/tx...
2015-06-04 nicmMake unsetting a global option restore it to the defaul...
2015-06-04 sobradospacing, makes example fit on display.
2015-06-04 nicmAdd support for a single "marked pane". There is one...
2015-06-04 mpiRemove unused sa_dl.
2015-06-04 nicmteminal -> terminal, from Corey Farwell.
2015-06-04 jsgSwitch intel_gmbus_is_port_valid and intel_gmbus_is_for...
2015-06-04 jsguse mallocarray instead of malloc in drm_calloc
2015-06-04 jsgremove the now unused alawtolin16 table
2015-06-03 bcallahRemove unused defines and functions.
2015-06-03 mikebAdjust yielding condition slightly in the if_input_proc...
2015-06-03 reykTurn off -Werror in relayctl.
2015-06-03 reykRemove -Werror from the Makefile: as it happened with...
2015-06-03 reykIt is better to check the asprintf return value for...
2015-06-03 millertTreat a missing mail spool the same as a zero-length...
2015-06-03 millertsnprintf(3) is available on all modern systems and...
2015-06-03 mpiUnify .Nd blocks, prodded by and ok jmc@
2015-06-03 yasuokaFix pf_map_addr() not to cause dividing by 0. This...
2015-06-03 kettenisActually commit the bits that make the compiler emit...
2015-06-03 mpiSupport for U4, missed in previous.
2015-06-03 mpiCheck for the correct bit in the interrupts property...
2015-06-03 mpiAdd hpb(4), reminded by Brad.
2015-06-03 mpiExplicitly request the sockaddr_dl when doing a RTM_GET...
2015-06-03 millertMove warning on open failure to open_mbox() where we...
2015-06-03 millertDo not assume that asprintf() clears the pointer on...
2015-06-03 deraadtbetter description of internal copyn() function
2015-06-03 jsgmissing __EOT spotted by rpe@
2015-06-03 dlgthere's been a long standing issue in ppp on a tty...
2015-06-02 millertDon't leak value returned by cgetstr(). OK deraadt@
2015-06-02 rpeRemove the $FSTABFLAG variable and use -F directly...
2015-06-02 rpeReplace
2015-06-02 deraadtsync
2015-06-02 jungfix variable name typo
2015-06-02 sobradowrite Mobile IP{,v6} in a consistent way, as given...
2015-06-02 millertModernize from(1) a bit. Use getline() to support...
2015-06-02 mpiMention hpb(4), prodded by jmc@
2015-06-02 mpiAdd missing define for hpb(4).
2015-06-02 mpiMan page for hpb(4).
2015-06-02 mpiAdd a new HT-PCI bridge driver and the necessary glue...
2015-06-02 mpiRIP ether_input_mbuf().
2015-06-02 mpiUse if_input() instead of ether_input_mbuf().
2015-06-02 mpiTake carp(4) out of ether_input().
2015-06-02 djmmention CheckHostIP adding addresses to known_hosts;
2015-06-02 deraadtmissing " spotted by Kyle Milz
2015-06-02 miodMake sparc go PIE (not `static PIE' yet).
2015-06-02 miodOverride pie range constants (well, only VM_PIE_MAX_ADD...
2015-06-02 jsgwith binutils 2.17 we can change some raw opcodes into...
2015-06-02 jsgRename the imx miniroot to nitrogen as it creates ...
2015-06-01 miodIn the lazy binding routine, make sure we actually...
2015-06-01 miodRevert 1.2, which used to be necessary during the early...
2015-06-01 miodEnable secureplt by default on alpha. The old plt flavo...
2015-06-01 miodSince the __{div,rem}{l,q}{,u} special libc entry point...
2015-06-01 miodDefine HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RE...
2015-06-01 jmcupdate currency exchange rates;
2015-06-01 miodNow that we do not need to build binutils 2.15 (except...
next