Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-04 | Move status timer check into the global once-per-second timer, this could maybe | Nicholas Marriott | |
be done better but one every second is better than once every 50 ms. | |||
2009-11-04 | Use timeout events for the identify and message timers. | Nicholas Marriott | |
2009-11-04 | Don't reenlist the client imsg event every loop, instead have a small function | Nicholas Marriott | |
to it and call it after the event triggers or after a imsg is added. | |||
2009-11-04 | It would help if I read my own comments... make alt keys work again by sending | Nicholas Marriott | |
alt AND the key not alt instead of it. | |||
2009-11-04 | Move some common code into a function. | Nicholas Marriott | |
2009-11-04 | Tell the client to exit on configuration file error. | Nicholas Marriott | |
2009-11-04 | Bye-bye buffer*.c. | Nicholas Marriott | |
2009-11-04 | Convert the window pane (pty master side) fd over to use a bufferevent. | Nicholas Marriott | |
The evbuffer API is very similar to the existing tmux buffer API so this was remarkably painless. Not many possible ways to do it, I suppose. | |||
2009-11-04 | Call event_init() before loading the config file, since potentially it could | Nicholas Marriott | |
set up events. | |||
2009-11-04 | This typo in check_for_nested_with_variably_modified was present for 4 years | Robert Nagy | |
and hampered the inliner without anyone noticing. fixes gcc bug #36367 reported by henning petersen | |||
2009-11-04 | Switch window pane pipe redirect fd over to a bufferevent. | Nicholas Marriott | |
2009-11-04 | Switch tty fds over to a bufferevent. | Nicholas Marriott | |
2009-11-04 | Add back JOB_PERSIST checks that got lost. | Nicholas Marriott | |
2009-11-04 | Switch jobs over to use a bufferevent. | Nicholas Marriott | |
2009-11-04 | A couple of minor cosmetic changes. | Nicholas Marriott | |
2009-11-04 | Initial changes to move tmux to libevent. | Nicholas Marriott | |
This moves the client-side loops are pretty much fully over to event-based only (tmux.c and client.c) but server-side (server.c and friends) treats libevent as a sort of clever poll, waking up after every event to run various things. Moving the server stuff over to bufferevents and timers and so on will come later. | |||
2009-11-04 | Unused (but assigned to) variable, found by lint. | Nicholas Marriott | |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis | |
ok jsing@, miod@ | |||
2009-11-04 | regen | Damien Bergamini | |
2009-11-04 | the hybrid 6000 series (using both internal and external power amplifiers) | Damien Bergamini | |
never made it into production, so remove some dead code and pci ids. inspired by a similar change to iwlwifi. | |||
2009-11-04 | cleanup a bit printouts | Marc Espie | |
2009-11-04 | Ignore the colour on space, /not/ the attributes. | Nicholas Marriott | |
2009-11-04 | Fix the reverse emulation when a terminal doesn't have setab to use the correct | Nicholas Marriott | |
fg/bg (adjusted if spaces) and happen before attribute setting. | |||
2009-11-04 | Change declaration and use of malloc_options to be more standard, from Tim van | Nicholas Marriott | |
der Molen. | |||
2009-11-04 | Replace the #ifdef NON_DEBUG and #ifdef NOTDEF_DEBUG mess with more sane | Joel Sing | |
DPRINTF/DNPRINTF() debugging. | |||
2009-11-04 | Add support to tcpdump for decoding the GPRS Tunnelling Protocol (GTP), | Joel Sing | |
used to carry GPRS data over IP for GSM and UMTS networks. The decoder understands GTPv0, GTPv0', GTPv1-C, GTPv1-U and GTPv1' traffic, however at this stage not all TLV fields are fully decoded. This work has been kindly sponsored by SystemNet AS (www.systemnet.no). "commit" deraadt@ | |||
2009-11-04 | Don't backoff based on suspended or deda clients as they are always likely to | Nicholas Marriott | |
have data backed up. | |||
2009-11-04 | tweak previous; | Jason McIntyre | |
2009-11-04 | tweak previous; | Jason McIntyre | |
2009-11-04 | tweak previous; | Jason McIntyre | |
2009-11-04 | tweak previous; | Jason McIntyre | |
2009-11-04 | Sort port numbers and fix indentation. | Joel Sing | |
2009-11-04 | MP safe mutex. | Takuya ASADA | |
ok miod@ | |||
2009-11-03 | document the new -t set mode of makemap, and add a paragraph describing | Gilles Chehade | |
the use of makemap to generate a primary domains map | |||
2009-11-03 | teach makemap how to build a set, which is a map containing only keys. | Gilles Chehade | |
smtpd is now capable of looking primary domains at runtime in a set, which means that the following becomes possible: map "primary" { source db "/etc/mail/primary.db" } accept for domain map "primary" deliver to mbox while at it fix a couple bugs in the aliases resolution path which caused recipients to bounce if a ruleset did not have an "accept for local" rule "diff reads good" jacekm@, flush queue & make clean | |||
2009-11-03 | Add an activity time for clients, like for sessions, and change session and | Nicholas Marriott | |
client lookup to pick the most recently used rather than the most recently created - this is much more useful when used interactively and (because the activity time is set at creation) should have no effect on source-file. Based on a problem reported by Jan Johansson. | |||
2009-11-03 | Lies. We no longer support this magic netmask at the end of the line | Claudio Jeker | |
compatibility. | |||
2009-11-03 | to resolve aliases, a rule must now provide the alias parameter with the | Gilles Chehade | |
name of the map to use for resolution | |||
2009-11-03 | Align each RX descriptor to a 4KB boundary; fixes poor RX performance (chip | Miod Vallat | |
would stop RX operation if it had to cross a 4KB boundary during receive). | |||
2009-11-03 | reorder structure elements for struct netroute & router: static config | Reyk Floeter | |
elements first (this matches all the other structures). no functional change. | |||
2009-11-03 | Allow any program using aucat to act as MMC slave and MTC master | Alexandre Ratchov | |
transparently. Multiple audio applications can be started synchronously from external software/hardware supporting the standard Start/Stop/Relocate messages. The server clock is exposed through MTC, allowing non-audio software/hardware to be synchronized to audio applications. | |||
2009-11-03 | If it isn't available explicitly, work out the current client in a similar way | Nicholas Marriott | |
to the current session - build a list of the possibilities then pick the newest. | |||
2009-11-03 | this commit removes the hardcoded special "aliases" map and brings support | Gilles Chehade | |
for multiple aliases maps that can be attached at the rule level. with it, you can for example define different aliases maps for different domains or different aliases maps for the same domain depending on the client source: map "localiases" { source db "/etc/mail/localiases.db" } map "netaliases" { source db "/etc/mail/netaliases.db" } accept from 192.168.0.0/16 for local alias "localiases" deliver to mbox accept from all for local alias "netaliases" deliver to mbox idea discussed with jacekm@ and various other hackers, diff contains some bug fixes too which were not part of the original diff. man page follows very shortly ... make clean & flush queue ! | |||
2009-11-03 | Get rid of pflogd.pid because the privsep child cannot delete the pidfile; | Theo de Raadt | |
use pkill(1) in /etc/newsyslog.conf instead together with otto and suggestions from tedu | |||
2009-11-03 | Change session and client activity and creation time members to have more | Nicholas Marriott | |
meaningful names. Also, remove the code to try and update the session activity time for the command client when a command message is received as is pointless because it des not have a session. | |||
2009-11-03 | - remove a useless member of struct cond | Gilles Chehade | |
- have virtual related functions take a map id instead of a map - shrink a tiny bit ruleset matching - add missing lka_resolve_path() call in aliases resolution leading to issues spotted by nicm@ | |||
2009-11-03 | s/TX_IQ_PERD/TX_IQ_PERIODIC/ | Damien Bergamini | |
2009-11-03 | use BUS_DMA_{READ,WRITE} hints when mapping mbufs for Rx/Tx even | Damien Bergamini | |
though this does nothing on i386 and amd64. | |||
2009-11-03 | Don't mention ukphy(4) in SYNOPSIS, reminded by brad@; while there add nsphyter | Miod Vallat | |
as a possible iec(4) phy. | |||
2009-11-03 | A few cleanups and also reflect duplex state in mcr in addition to tcsr. | Miod Vallat | |