summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-19Use Access Flag to do page reference emulation.Mark Kettenis
ok visa@
2016-08-19update man pages now that login.conf uses auto roundsDaniel Jakots
better wording/ok sthen@ ok jmc@
2016-08-19Reorder entries to match current multipath ordering.Martin Pieuchot
2016-08-19correct a rate test introduced in rev 1.326Jonathan Gray
ok stsp@
2016-08-19shorten the ocsp text; ok beckJason McIntyre
2016-08-19Start with a default fragsize of 2048, double it for large disks and then capOtto Moerbeek
based on sector size. This avoid too large fragments on 4k disks. Problem noted by David Vasek; ok krw@
2016-08-19Do not seroize a struct needed for RTM_RESOLVE in the hot path.Martin Pieuchot
ok phessler@, bluhm@, tedu@, natano@
2016-08-19add tests for matching functionsDamien Miller
2016-08-19avoid using an uninitialised variable with zero length iic_exec callsJonathan Gray
2016-08-19remove UseLogin option and support for having /bin/login manageDamien Miller
login sessions; ok deraadt markus dtucker
2016-08-19string.h not strings.hTheo de Raadt
2016-08-18Add an EXAMPLES section that illustrates how to deal with connect(2)Todd C. Miller
returning EINTR. OK jung@ deraadt@
2016-08-18Reset the input state completely when wsmouse is (re-)opened.Ulf Brosziewski
ok mpi@
2016-08-18uvm_wxcheck() should only abort the process if kern.wxabort is set.Theo de Raadt
The new semantics are W^X violations are reported to the application via ENOTSUP. Forgot to fix this during the last change. Spotted by kettenis
2016-08-18Move connect_sync() to util.c and use it when connecting via httpTodd C. Miller
too. OK sthen@ deraadt@
2016-08-18use a more standard page layout; ok mlarkinJason McIntyre
2016-08-18Update NVS protocol structure definitions to the 2016 versionMike Belopuhov
Microsoft has considerably cleaned up the style and it makes sense to keep in sync with the maintained upstream version in FreeBSD.
2016-08-18Split out the TLS server SSL_CTX allocation and configuration code, soJoel Sing
that it can be reused to allocate the additional SSL_CTXs needed for SNI. ok reyk@
2016-08-18Rework parts of the libtls man page for clarity. Split out the connectionJoel Sing
information related functions under their own heading and dedup the text relating to when these functions can be called. With input from and ok jmc@
2016-08-18word fix, from remi locherer; ok reykJason McIntyre
2016-08-18document USE_WXNEEDED, feedback/ok jca jasperStuart Henderson
2016-08-18shorten the nseq text;Jason McIntyre
2016-08-18add a missing splx in an error pathJonathan Gray
ok millert@ stsp@
2016-08-18punctuation fix;Jason McIntyre
2016-08-18syncStuart Henderson
2016-08-18various fixes for previous;Jason McIntyre
2016-08-18Separate out the Access Flag bit from the Access Permission bits in theMark Kettenis
armv7 pmap. ok tom@
2016-08-18Clean up style and replace a magic value with a magic defineMike Belopuhov
2016-08-18init a variable to address https://kb.isc.org/article/AA-01272Jonathan Gray
Most of bind got removed and this function is not called by any of the remaining parts. ok deraadt@ a long time ago.
2016-08-18fix panics caused by replacing m_copym2 with m_dup_pkt.David Gwynne
m_copym2 is fine duplicating an arbitrary chain of mbufs, while m_dup_pkt wants to dup a packet with proper headers in the first mbuf. ipsec copied the tail of an mbuf if any of the clusters are shared or readonly, and swapped that tail with the result of m_copym2. m_dup_pkt panics cos of that. this makes ipsec duplicate the whole packet if any of the chain is readonly. found by naddy@ and mlarkin@ this fix is from visa@ who told me to commit it cos he's afk (sleeping) tested by naddy@
2016-08-18fix fd leaks in error pathsJonathan Gray
ok reyk@
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2016-08-18fix an fd leakJonathan Gray
ok schwarze@
2016-08-18add section on VM networking. more to come, this is a starting point forMike Larkin
further documentation.
2016-08-17% is escaped with more %, not backslash.Ted Unangst
2016-08-17Add HISTORY section.Ingo Schwarze
Information found on: http://www.tuhs.org/cgi-bin/utree.pl Checked by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
2016-08-17When the content of a manual page does not specify a section, theIngo Schwarze
empty string got added to the list of sections, breaking the database format slightly and causing the page to not be considered part of any section, not even if a section could be deduced from the directory or from the file name. Bug found due to the bogus pcredemo(3) "manual" in the pcre-8.38p0 package.
2016-08-17When reading back a mandoc.db(5) file in order to apply incrementalIngo Schwarze
changes, do not prepend a stray NAME_FILE (0x10) byte to the first names of pages. Bug found while investigating another issue reported by sthen@.
2016-08-17Generate syslog warnings for %s fmt strings NULL to "(null)" conversions.Theo de Raadt
Over time we can repair software which performs this non-standard behaviour, and fix bugs along the way. Let's first find out how bad the situation is by deploying this in snapshots. This type of logging is possible because OpenBSD syslog_r(3) -> sendsyslog(2) is side-effect free enough to be used in the bowels of libc. ok tedu
2016-08-17Make sure manuals in architecture-independent directories are treatedIngo Schwarze
as architecture-independent even if they abuse the third (architecture) argument of the .Dt macro for random stuff like "freetds reference manual". While the .Dt syntax is not the same as the .TH syntax in man(7), punishing offenders by treating them as architecture-dependent and hence completely excluding them from searches is too severe. Problem reported by sthen@.
2016-08-17Sync up monitor trigger groups handling to the upstreamMike Belopuhov
Replace hand rolled atomic bit operations and use MI ones from DRM and convert event matrixes to arrays of longs.
2016-08-17Replace hand rolled atomic bit operations and use MI ones from DRMMike Belopuhov
2016-08-17syncTheo de Raadt
2016-08-17Use more dhcp info when trying autoinstall/autoupgrade.Kenneth R Westerback
For the file name try 'filename' then 'option bootfile-name'. For the server name try 'server-name' then 'option tftp-server-name' then 'next-server'. Original idea from Patrick Lundin. Suggestions from rpe@. Tweaks & ok halex@
2016-08-17Fix an mbuf leak and missing error propagation in uipc_usrreq(PRU_SEND)Alexander Bluhm
in case sbappendcontrol() fails. From Simon Mages; OK mikeb@
2016-08-17Nothing from the original Wasabi code remains, so replace the copyrightPatrick Wildt
with the standard ISC license. ok kettenis@ jsg@
2016-08-17Remove bogus suspend/resume code from armv7 com(4) attachment driver.Patrick Wildt
The code initially arrived when the zaurus driver was copied. As we don't suspend on ARMv7, just get rid of it. Prompted by jsg@ and kettenis@.
2016-08-17Replace sxiuart(4) with the mostly compatible com(4).Patrick Wildt
The Synopsys DesignWare 8250 throws an interrupt if it detects a write to LCR while it was busy. Read the USR register to clear the interrupt so we don't get flooded. The sunxi machines also use a different frequency on the consoles. As we have no clock framework, especially not for early consoles, match on known Allwinner compatibles to set a known frequency. ok kettenis@ mglocker@
2016-08-17syslogd(8) uses new libtls certificate and key file loading. SoAlexander Bluhm
the tests behave a little bit different now.
2016-08-17By using the new tls_config_load_file() feature, syslogd(8) certificateAlexander Bluhm
and key loading can be simplified. OK jsing@