Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-19 | GNU's pkg-config added PREFIX/share/pkgconfig/ as a search path 4 years | Antoine Jacoutot | |
ago. It is mostly used to store arch-independant dot.pc files (although not always); so add this directory to our search path as well (will ease porters' work). While here, also add X11BASE/share/pkgconfig since X.org seems to do the same (req. by matthieu@) ok dcoppa@ fgsch@ phessler@ | |||
2012-03-19 | Add tracing and dumping of "pointer to struct" syscall arguments for | Philip Guenthe | |
structs timespec, timeval, sigaction, and rlimit. ok otto@ jsing@ | |||
2012-03-19 | Move MSG_IDENTIFY to the last sent by the client, this will be needed by | Nicholas Marriott | |
control clients and irrelevant for others. | |||
2012-03-19 | Add a comment about harmless warning emitted by tic with -r to the | Nicholas Marriott | |
TERMCAP stanza, no longer replace tabset (not needed anymore) and remove blank lines from output termcap file. ok deraadt millert | |||
2012-03-19 | more intel cpu models, though the low/high est method is largely | Jonathan Gray | |
irrelevant with acpi machines | |||
2012-03-18 | clarify the nwkey text; requested by Doug Fordham | Jason McIntyre | |
ok jsg | |||
2012-03-18 | sync | Theo de Raadt | |
2012-03-18 | getuint() -> getuint64() to make it crystal clear. No functional | Kenneth R Westerback | |
change. | |||
2012-03-18 | Wrap some long lines I keep fixing, shrinking various diffs. No | Kenneth R Westerback | |
change to executable. | |||
2012-03-17 | On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for | Nicholas Marriott | |
scrolling the region in panes (if the large region check isn't hit). With help from Ailin Nemui. | |||
2012-03-17 | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott | |
stubs but will be filled in for control mode later. From George Nachman. | |||
2012-03-17 | $Id$ -> $OpenBSD$. | Nicholas Marriott | |
2012-03-17 | Use snprintf for constructing attribute string, from Tim Ruehsen. | Nicholas Marriott | |
2012-03-17 | Add a wrap-search option to turn off wrapping of searches in copy | Nicholas Marriott | |
mode. From Jacobo de Vera. | |||
2012-03-17 | Michael Krysiak points out that some terminals (eg mintty) have cursor | Nicholas Marriott | |
styles 5 and 6 too, so allow them to be set. | |||
2012-03-17 | Need to call recalculate_sizes() when changing window with the mouse, | Nicholas Marriott | |
from marcel partap. | |||
2012-03-17 | Add -q option to set-option to turn off info message, from marcel partap. | Nicholas Marriott | |
2012-03-17 | Add hvctl(4). | Mark Kettenis | |
2012-03-17 | Add vldc(4) and hvctl(4). | Mark Kettenis | |
2012-03-17 | Break out termios initialization into a separate function, from George | Nicholas Marriott | |
Nachman. | |||
2012-03-17 | hvctl(4) is a driver for the "hvctl" Logical Domain Channel that allows the | Mark Kettenis | |
control domain to talk to the sun4v hypervisor. | |||
2012-03-17 | vldc(4) is a "bus" driver for Logical Domain Channels. | Mark Kettenis | |
2012-03-17 | Do not clear to end of line if the line is full, fixes missing last | Nicholas Marriott | |
character in rightmost pane. | |||
2012-03-17 | Use the region lower not the pane size to work out where the bottom line | Nicholas Marriott | |
is. | |||
2012-03-17 | Tweak last fix to actually hit the right end of pane. | Nicholas Marriott | |
2012-03-17 | Fix warnings. Doh. | Nicholas Marriott | |
2012-03-17 | Check event_initialized before event_del if event may not have been set | Nicholas Marriott | |
up; libevent2 complains about this. Reported by Moriyoshi Koizumi. | |||
2012-03-17 | Redirect libevent logging to tmux's log. | Nicholas Marriott | |
2012-03-17 | Revert screen-write.c r1.54 and fix the bug properly. After wrapping a | Nicholas Marriott | |
line in a pane, the cursor needs to move to the next line unless it scrolled. | |||
2012-03-17 | some updates to reflect reality; prompted by a diff from Daniel Bolgheroni | Jason McIntyre | |
ok ajacoutot | |||
2012-03-17 | for consistency, remove "2.0" from mos' Nd; ok jsg | Jason McIntyre | |
2012-03-17 | llu -> PRIu64 in enqueue() to avoid warning in portable | Gilles Chehade | |
diff from Guillaume Leconte <guillaume.leconte@scality.com> | |||
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne | |
no objection from mcbride@ krw@ markus@ deraadt@ | |||
2012-03-16 | install the rc.d script for tftpd, ok dlg@ | Stuart Henderson | |
2012-03-16 | missing bracket; ok miod | Theo de Raadt | |
2012-03-16 | pull in more .h (spotted since struct vnode was not in scope) | Theo de Raadt | |
2012-03-16 | don't leak ypldap_addr structures when doing dns lookups | Jonathan Matthew | |
ok dlg@ | |||
2012-03-16 | Display L3 cache information on amd64 for amd cpus, Intel now uses a | Christiano F. Haesbaert | |
different scheme. ok jsg@ | |||
2012-03-15 | Fix vmmap SMALL_KERNEL introduced bug. | Ariane van der Steldt | |
The if (min < VMMAP_MIN_ADDR) min = VMMAP_MIN_ADDR; code should have moved across when the small_kernel diff moved the initialization from uvm_map_setup() to uvm_map_setup_md(). Prevents a nasty panic on hppa, sparc64 (and possibly other archs). kettenis: the diff make some sense to me | |||
2012-03-15 | Take cd9660 support off the "obviously a floppy" install media, to find | Theo de Raadt | |
new space. The same cannot be done yet with some other architectures which share the RAMDISK kernel amongst media types too tightly. I am investigating the horrific src/distrib cleanups required to fix that. | |||
2012-03-15 | sync | Theo de Raadt | |
2012-03-15 | uncached_base was introduced early in IP27 support, since these designs use | Miod Vallat | |
subspaces in the CCA_NC uncached memory space. However, being coherent, there was never a need for bus_dma to use uncached addresses. This means that, on the only systems where uncached_base was not set to PHYS_TO_XKPHYS(0, CCA_NC), it was never used. Remove the variable, and replace PHYS_TO_UNCACHED() with PHYS_TO_XKPHYS(, CCA_NC). No functional change. | |||
2012-03-15 | No longer allow bus_space_barrier() to be a NULL pointer on a given | Miod Vallat | |
bus_space_tag on sgi, but rather always provide at least a dummy asm("sync") flavour. Saves a function pointer test at runtime. | |||
2012-03-15 | Allow multiple backslashes at the start of a namespace path. It is pretty | Mark Kettenis | |
clear this is not supposed to happen, but unfortunately the description of the ECDT table in the standard document has a path that starts with two backslashes so that's what some vendors used. From Christophe Staiesse. ok deraadt@ | |||
2012-03-15 | we are always using gcc4 now | Theo de Raadt | |
2012-03-15 | Reduce installmedia pressure from new vmmap. | Ariane van der Steldt | |
Has less special allocators on install media (where they aren't required anyway). Bonus: makes the vmmap initialization code easier to read. | |||
2012-03-15 | stupid cvs (dir has 'core' in the name...) | Stuart Henderson | |
2012-03-15 | resolve conflicts | Stuart Henderson | |
2012-03-15 | improve IPsec/ENC interaction: | Markus Friedl | |
- ipip_input() recalculate the IP header checksum if the tos bits are changed after decapsulation. Otherwise these packets are dropped later in the stack. - ip_ecn_egress(): do not drop packets for IPsec if the outter packet of a Tunnel has the ECN-CE bit set (Congestion Experienced) and the inner packet does not indicate support ECN. - remove unused ip6_ecn_ingress(), ip6_ecn_egress() code ok mikeb@ | |||
2012-03-15 | Add AMD Hudson-2 chipset. From Brad. | Stuart Henderson | |