Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-23 | use "exec ${MAKE} ..." instead of "${MAKE} ..." for recursion. | Matthieu Herrb | |
This saves a few processes. ok miod@. | |||
2009-09-23 | Disable SPLUSBCHECK for now, as these turn out to be harmful on sparc64. | Miod Vallat | |
2009-09-23 | Attempt mapping as io as well as mmio; necessary to make this work on a V100. | Mark Kettenis | |
2009-09-23 | do not attach the AR5416 and AR5418 (AR5416 PCIe) to the ath(4) | Damien Bergamini | |
driver as these chipsets are not currently supported. noticed by ian@ "makes sense" millert@ ok jsg@ | |||
2009-09-23 | Restructure watchdog support such that it will work on both LOMlite and | Mark Kettenis | |
LOMlite2. | |||
2009-09-23 | Clarify zyd(4) to indicate that the TRENDnet TEW-424UB comes | Jonathan Gray | |
in multiple revisions and add the Realtek one as a supported urtw(4) device after confirming with the windows driver that we match the id. The revisions mentioned on the TRENDnet page fall out like so: rev A ZD1211 V2 SiS163U V2.1R SiS163U V3.xR RTL8187B We don't handle the SiS ones. | |||
2009-09-23 | regen | Miod Vallat | |
2009-09-23 | Stricter patterns for numbered wsmouse and wskbd devices, so that | Miod Vallat | |
`wsmouse' and `wskbd' without suffixes match the wsmux rule. Reported by Vadim Zhukov (persgray on gmail) | |||
2009-09-23 | Remove PROMPT_HIDDEN code which is now unused. | Nicholas Marriott | |
2009-09-23 | sync with pfopt5.in correct comments regarding -N/-R | Jonathan Gray | |
2009-09-23 | More tweaks to try to catchup to recent pf changes. | Jonathan Gray | |
pfopt5 part from sthen@ ok henning@ sthen@ | |||
2009-09-23 | Support -c like sh(1) to execute a command, useful when tmux is a login | Nicholas Marriott | |
shell. Suggested by halex@. This includes another protocol version increase (the last for now) so again restart the tmux server before upgrading. | |||
2009-09-23 | minor tweaks for the filter section; ok jacekm | Jason McIntyre | |
2009-09-23 | Plug memleak. | Jacek Masiulaniec | |
2009-09-23 | On SIGTERM, just abandon any suspended/locked clients and leave them to it, | Nicholas Marriott | |
otherwise the server will hang around (refusing new connections) until they exit properly. | |||
2009-09-23 | Don't die if the client is detaching (the tty has been closed) after waking up | Nicholas Marriott | |
from locking. | |||
2009-09-23 | Remove the internal tmux locking and instead detach each client and run the | Nicholas Marriott | |
command specified by a new option "lock-command" (by default "lock -np") in each client. This means each terminal has to be unlocked individually but simplifies the code and allows the system password to be used to unlock. Note that the set-password command is gone, so it will need to be removed from configuration files, and the -U command line flag has been removed. This is the third protocol version change so again it is best to stop the tmux server before upgrading. | |||
2009-09-23 | Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the client | Nicholas Marriott | |
into the server. This is another (the second of four) protocol version changes coming this morning, so again the server should be killed before upgrading. | |||
2009-09-23 | Don't attempt to open() the tty path, rely on the client sending its stdin fd | Nicholas Marriott | |
with imsg and fatal if it doesn't, then set the FD_CLOEXEC flag in tty_init instead of tty_open to prevent them leaking into child processes if any are created between the two calls. This bumps the protocol version, so the tmux server should be killed before upgrading. | |||
2009-09-22 | Use __builtin_offsetof for offsetof definition on gcc >= 4 | Jonathan Gray | |
This is required as gcc grows ever more pedantic with old age and cavorts with standards bodies that like to create paradoxes. ok kettenis@ miod@ millert@ espie@ | |||
2009-09-22 | Add PSU sensor. | Mark Kettenis | |
2009-09-22 | Be more careful about what flags are cleared when opening the terminal, | Nicholas Marriott | |
otherwise the opened/started flags are cleared and the terminal never released. | |||
2009-09-22 | Sync the link state check code with others daemons. | Michele Marchetto | |
ok claudio@ | |||
2009-09-22 | React putting the interface in state 'down' when dvmrpd detects that | Michele Marchetto | |
the link went down. ok claudio@ | |||
2009-09-22 | Whitespaces fix. | Michele Marchetto | |
2009-09-22 | Make the error messages for failures at EHLO more precise by | Jacek Masiulaniec | |
distinguishing between unavailable extensions and those that are available but have failed. | |||
2009-09-22 | Update capability code to follow RFC 5492. Unlike before multiple | Claudio Jeker | |
capabilities are now encoded in a single capability option. RFC conforming BGP implementations must be able to parse both the old and the new way of the encoding (most still seem to use the old one). bgpd still accepts both ways on reception. OK henning, sthen | |||
2009-09-22 | - move the map stuff to makemap.8 | Jason McIntyre | |
- use a single list for smtpd.conf keywords ok jacekm gilles | |||
2009-09-22 | Permit multiple prefix keys to be defined, separated by commas, for example: | Nicholas Marriott | |
set -g prefix ^a,^b Any key in the list acts as the prefix. The send-prefix command always sends the first key in the list. | |||
2009-09-22 | When at MAIL FROM stage, handle the case when STARTTLS is required but not | Jacek Masiulaniec | |
available. Also, make the client_next_state() calls across the code more idiomatic. | |||
2009-09-22 | floating/if-bound may be used per-rule; ok henning | Jason McIntyre | |
2009-09-22 | fix handling of certificates to unbreak DSA; allows starttls(8) instructions ↵ | Janne Johansson | |
to work with smtpd; ok jacekm@, on behalf of gilles@ who doesnt have access to a safe machine | |||
2009-09-22 | tweak previous; | Jason McIntyre | |
2009-09-21 | Document recnt improvements. | Mark Kettenis | |
2009-09-21 | Explicitly configure the watchdog timer not to reset the machine when we | Mark Kettenis | |
attach. If we don't do this, the machine will reset even if the watchdog timer hasn't been explicitly configured if the watchdog timer was previously enabled. | |||
2009-09-21 | Add support for the built-in watchdog. In the default state the watchdog will | Mark Kettenis | |
enable the fault LED after 127 seconds if the kernel stops patting. You'll have to explicitly enable the watchdog to make it reset the machine. | |||
2009-09-21 | sync to 1.9.5: lookup hashes are now static tables | Ingo Schwarze | |
shortening the code, and, according to kristaps@, speeding it up | |||
2009-09-21 | sync to 1.9.5: make terminal_*, tree_* and out_* functions return void, | Ingo Schwarze | |
making the code simpler | |||
2009-09-21 | Expand "&" in the name part of gecos similarly to how sendmail and finger | Jacek Masiulaniec | |
expand it. Based on a diff from landry@, thanks! | |||
2009-09-21 | sync to 1.9.5: remove TERMP_STYLE bit field in favour of recursion-friendly | Ingo Schwarze | |
integer flags, simplifying and shortening the code | |||
2009-09-21 | lom(4) | Mark Kettenis | |
2009-09-21 | Add all arm based architectures. ok miod@. | Matthieu Herrb | |
2009-09-21 | Fix use before init on wu. | Marco Peereboom | |
Found by jsing, tested and ok jsing. | |||
2009-09-21 | Properly reference count bpf descriptors when using kqueue. | Can Erkin Acar | |
Reported and fix tested by weerd@, ok claudio@ | |||
2009-09-21 | Use KEYC_NONE constant instead of 0 on init. | Nicholas Marriott | |
2009-09-21 | Nuke -i option which isn't used anymore. | Nicholas Marriott | |
2009-09-21 | Use option print function for info messages as well. | Nicholas Marriott | |
2009-09-21 | Move common code from show-options and show-window-options into a function. | Nicholas Marriott | |
2009-09-21 | - some tweaks for the global section | Jason McIntyre | |
- syntax fix from gilles ok gilles | |||
2009-09-21 | merge EXPANSION into DESCRIPTION, since it is really part of | Jason McIntyre | |
describing the file format; ok jacekm |