summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-07DECSLRM in xterm(1) appears to have a quirk where it can generate anNicholas Marriott
2017-02-07Adapt regex in syslogd test to the new shiny libssl error messages.Alexander Bluhm
2017-02-07Revert previous; the implementation is incorrect since it assumes that theJoel Sing
2017-02-07No longer need to unlock the netlock since the upper layer is doing it.Martin Pieuchot
2017-02-07Update to terminfo-20170128.Nicholas Marriott
2017-02-07The return code of crp_callback is never checked, so it is notAlexander Bluhm
2017-02-07Enable the short slot time feature in 802.11n mode.Stefan Sperling
2017-02-07Unfortunately DECFRA does not handle default colours properly (it doesNicholas Marriott
2017-02-07Remove unused variable in C source to make the test compile and pass.Alexander Bluhm
2017-02-07Include <netinet/in.h> to get in_addr_t and in_port_t compiled.Alexander Bluhm
2017-02-07/tmp/cvsspEkokReyk Floeter
2017-02-07Improve parsing of the HTTP request lineReyk Floeter
2017-02-07Fix Xr: syspatch(1) -> syspatch(8)Theo Buehler
2017-02-07Make the 'incomplete header' message debug onlyMike Belopuhov
2017-02-07syncTheo Buehler
2017-02-07Hook installurl.5 to build.Theo Buehler
2017-02-07Inline the example section: this looks better, makes 'mandoc -Tlint' happyTheo Buehler
2017-02-07Release the NET_LOCK() before entering per-driver ioctl() routine.Martin Pieuchot
2017-02-07Add installurl to FILES and SEE ALSO.Antoine Jacoutot
2017-02-07pull struct mfi_evtarg_pd_state out of struct mfi_evt_detail.David Gwynne
2017-02-07enable per cpu caches on the mbuf pools.David Gwynne
2017-02-07move the mbuf pools to m_pool_init and a single global memory limitDavid Gwynne
2017-02-07add m_pool_init(), a wrapper around pool_init for mbuf clusters.David Gwynne
2017-02-07provide a custom pool page allocator for mbufs, but dont use it yet.David Gwynne
2017-02-07export the multi page allocator so other things can explicitly use it.David Gwynne
2017-02-07Test for NULL before dereferencing a pointer not after.Jonathan Gray
2017-02-07handle physical disk state changes.David Gwynne
2017-02-07i got the MFII_TASK_MGMT flags round the wrong way.David Gwynne
2017-02-07support hotplug of physical disks.David Gwynne
2017-02-07add the framework around asynchronous event notifications.David Gwynne
2017-02-07Add file and line to the LibreSSL error strings sine we are no longer inBob Beck
2017-02-07provide support for submitting async dcmd frames.David Gwynne
2017-02-07Change SSLerror() back to taking two args, with the first one being an SSL *.Bob Beck
2017-02-07whitespace fixes. no functional change.David Gwynne
2017-02-06Ping via IPsec must increment ESP input and output counter by one.Alexander Bluhm
2017-02-06Use DECFRA on VT420 compatible terminals (so, xterm) and ED on allNicholas Marriott
2017-02-06Add proper locking for the interrupt source listMike Belopuhov
2017-02-06Add ipsec subdir.Alexander Bluhm
2017-02-06Test combinations of IPsec tunnel and transport mode on severalAlexander Bluhm
2017-02-06XST_POLL turned out to be pretty useless since it's only set when coldMike Belopuhov
2017-02-06Fixup a few errors, make detaching more robustMike Belopuhov
2017-02-06Use separate compile time debug flags for xen, xnf and xbfMike Belopuhov
2017-02-06fix spellingT.J. Townsend
2017-02-06Add a manual page for the /etc/installurl file.Robert Peichaer
2017-02-06Do not go through the whole attributes setting process if the new cellNicholas Marriott
2017-02-06Add BCE for clear to start of screen, which was somehow missed.Nicholas Marriott
2017-02-06Move cache and tlb flush functions, which were mostly inline assembly,Patrick Wildt
2017-02-06List openfiles-max explicitly in default /etc/login.conf files. Otherwise,Stuart Henderson
2017-02-06Postpone pledge call until after the getopt switch and hoist the call toTheo Buehler
2017-02-06amend the "unsigned package" message, commenting that signify(1) doesn'tMarc Espie