Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-11 | sync | Stuart Henderson | |
2016-04-11 | Howard Marks died yesterday | Stuart Henderson | |
2016-04-11 | Add functions to dump vcpu register state. Needed for some upcoming diffs. | Mike Larkin | |
Not presently used. | |||
2016-04-11 | Clarify some comments | Mike Larkin | |
2016-04-10 | For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8M | Mark Kettenis | |
reserved for .text and .rodata. Hopefully I can get rid of this limit soon. propmpted by guenther@ | |||
2016-04-10 | Clean up and complete the lists of allowed syscalls. | Theo Buehler | |
With input from schwarze@ and semarie@. "go ahead" schwarze@ (documentation perspective only, without checking factual accuracy) ok semarie@ on an earlier version | |||
2016-04-10 | Enable UTF-8 support in rev. | Martijn van Duren | |
Some minor cleanups while here. OK schwarze@ | |||
2016-04-10 | Fix layer violation in the ihidev(4) code by implementing a generic mechanism | Mark Kettenis | |
that allows the i2c controller implementation to establish interrupts on behalf of i2c slave device drivers. Use this mechanism in dwiic(4) to let it configure the right acpi interrupt (global or gpio). Change the level to IPL_TTY as this is the appropriate level to use for keyboards and other input devices. ok jsg@ | |||
2016-04-10 | Simple regression tests for rev(1), including UTF-8. | Ingo Schwarze | |
The program will soon be fixed by martijn@. | |||
2016-04-10 | remove an uneeded include | Jonathan Gray | |
2016-04-10 | Don't try to get a board name string before attaching mainbus with the | Jonathan Gray | |
platform abstraction. The string is only displayed when attaching the soc abstractions so this is not needed. When arm mainbus becomes aware of fdt it can show the /model property itself. | |||
2016-04-10 | convert ypldap_addr list to a tailq | Jonathan Matthew | |
ok dlg@ | |||
2016-04-10 | arguments to "chain" are space separated, not comma; verified by jung | Jason McIntyre | |
diff from david+bsd i also removed Op, since ... is enough/ | |||
2016-04-10 | Add octeon. | Visa Hankala | |
2016-04-10 | per rfc, ehlo responses contain hostname, then options. from dyn+bsd | Ted Unangst | |
2016-04-09 | For pointers, use NULL rather than 0; no functional change; | Ingo Schwarze | |
from Pedro Giffuni via Christos Zoulas. | |||
2016-04-09 | Delete 26 wrapper macros and two wrapper functions that are no | Ingo Schwarze | |
longer needed now that we always compile with wide character support, reducing code obfuscation. OK czarkoff@ martijn@. Diff also proofread by Christian Heckendorf <mbie at ulmus dot me>. | |||
2016-04-09 | Always compile with WIDECHAR on and delete that preprocessor switch. | Ingo Schwarze | |
OK martijn@. Diff also proofread by Christian Heckendorf <mbie at ulmus dot me>. | |||
2016-04-09 | Reset the terminal to its initial state before exiting a program | Ingo Schwarze | |
using libedit, using code from NetBSD tty.c rev. 1.42, 1.48, 1.49, 1.58, and 1.59. Code mostly by Christos Zoulas, one bug report by John Hein, one additional bugfix by me (rev. 1.59). While here, switch t_mode to unsigned char, which is sufficient, also from NetBSD. OK martijn@. Also checked by Christian Heckendorf <mbie at ulmus dot me>. | |||
2016-04-09 | Remove _tz as intermediate variable and use CGI_TZ directly. | Robert Peichaer | |
Feedback from and OK halex@ OK krw@ for a similar diff | |||
2016-04-09 | tweak MALLOC_STATS printing (switched off by default), prodded by | Otto Moerbeek | |
Michael McConville | |||
2016-04-09 | make private key loading functions consistently handle NULL | Damien Miller | |
key pointer arguments; ok markus@ | |||
2016-04-09 | redundant memset(3), from Michael McConville, ok armani@ | Otto Moerbeek | |
2016-04-09 | Use _if for a single interface name and _ifs for a list of interface | Robert Peichaer | |
names instead of _ifdev and _ifdevs. OK krw@ halex@ | |||
2016-04-09 | Use builtin. | Antoine Jacoutot | |
2016-04-09 | replace 0xf57ff05f with dmb sy | Jonathan Gray | |
spotted by guenther | |||
2016-04-09 | Document (near) standards conformance | Philip Guenther | |
based on diff by mmcc@ | |||
2016-04-08 | Use _if instead of _ifs as variable name for single interface names. | Robert Peichaer | |
OK krw@, halex@ | |||
2016-04-08 | Rename getdevname() to get_dkdev_name() to better reflect the actual | Robert Peichaer | |
purpose and simplify the logic to remove the partition information from the device name. With help from and OK halex@, krw@ | |||
2016-04-08 | Directly assign device name to rootdisk with modified sed pattern. | Robert Peichaer | |
With help from and OK halex@ OK krw@ | |||
2016-04-08 | We must always check if the socket is already bound, and always set | Vincent Gross | |
INPLOOKUP_IPV6 when applicable. Bug introduced in revision 1.197 by yours truly. Ok bluhm@ | |||
2016-04-08 | sync | Stuart Henderson | |
2016-04-08 | When bgp receives an RTM_CHANGE message for an RTF_MPATH route[1], and | Peter Hessler | |
it finds it actually on an interface, bgpd can get confused. In this case, just log it and treat it as an RTM_ADD so bgpd doesn't suicide. [1] includes all ospfd installed routes, btw. OK benno@ sthen@ | |||
2016-04-08 | Fix match function so that the cortex bus only attaches if the attach | Patrick Wildt | |
args are actually looking for the cortex bus. ok kettenis@ | |||
2016-04-08 | bare .Nm gets turned into m_copym2, which is wrong when describing mbufs. | David Gwynne | |
use explicit .Nm mbuf where appropriate. discussed with jmc@ | |||
2016-04-08 | sync | Reyk Floeter | |
2016-04-08 | Add Intel Bay Trail EHCI (as found on 1st gen Compute Stick) | Reyk Floeter | |
2016-04-08 | Get rid of some infrastrcuture that is now obsolete and synchronize some of | Mark Kettenis | |
the data structures in drmP.h with Linux 3.14. ok jsg@ | |||
2016-04-08 | whitespace at EOL | Damien Miller | |
2016-04-08 | tweak previous; | Jason McIntyre | |
2016-04-08 | We accidentally send an empty string and a zero uint32 with every | Damien Miller | |
direct-streamlocal@openssh.com channel open, in contravention of our own spec. Fixing this is too hard wrt existing versions that expect these fields to be present and fatal() if they aren't, so document them as "reserved" fields in the PROTOCOL spec as though we always intended this and let us never speak of it again. bz#2529, reported by Ron Frederick | |||
2016-04-08 | may as well put words around bpf_validate while here | David Gwynne | |
2016-04-08 | document bpf_filter and bpf_mfilter | David Gwynne | |
2016-04-08 | document m_purge. | David Gwynne | |
2016-04-08 | m_freem returns an mbuf like m_free now | David Gwynne | |
this steals the m_free words to describe what m_freem does now. | |||
2016-04-08 | add m_purge for freeing a list of mbufs linked via m_nextpkt | David Gwynne | |
this tweaks m_freem so it returns the m_nextpkt from the mbuf it freed, like how m_free returns the m_next from the mbuf it frees. ok mpi@ | |||
2016-04-08 | document m_dup_pkt() | David Gwynne | |
2016-04-07 | Link to faq15.html#Ports instead of just faq15.html. This matches the | Theo Buehler | |
DESCRIPTION section that sthen@ fixed in November and reflects the content of the former faq/ports/ports.html better. discussed with jmc@ | |||
2016-04-07 | Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driver | Mark Kettenis | |
is buggy and trucates the ids to 8 bits. So specifymaximum in the idr_alloc() call until that gets fixed. | |||
2016-04-07 | Return -ENOSPC if idr_alloc() fails to allocate an unused id instead of | Mark Kettenis | |
spinning forever. |