summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-18Whoops, getting the comparison the right way round is usually recommended.Nicholas Marriott
2009-08-18Move another expensive options test to after a cheaper timer check/update.Nicholas Marriott
2009-08-18fix "get" command usage, spotted by jmc@Damien Miller
2009-08-18options_get_number() is relatively expensive and a check for dead panes happensNicholas Marriott
a lot more often than actually finding one, so instead of getting the option for every check, get it for every dead window found.
2009-08-18Disable address translation. Necessary on the RB600 where the firmware startsMark Kettenis
running us with address translation enabled. Lifted from a diff from dms@, tested on the Thecus N1200 by me.
2009-08-18Document recent developments.Miod Vallat
2009-08-18Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards onMiod Vallat
Origin 350 and Tezro systems. While this chip provides serial ports, an ATAPI interface and a PS/2 keyboard and mouse interface, this code currently only attempts to support the serial ports.
2009-08-18Replace a few hardcoded numbers from the interrupt register with properMiod Vallat
commented symbolic constants.
2009-08-18Blind support for SGI PIC PCI-X controller found on Origin 350 and TezroMiod Vallat
systems. PIC was supposed to be mostly XBridge compatible, but a silicon bug prevents it from working correctly if 32 bit register writes are used, so the xbridge(4) code now needs to issue 64 bit writes. In order to make this a bit more transparent, rebase all widget registers to a 8 byte boundary, and provide a few inline accessors which will do the right thing if you want 32 bit writes. Tested to not cause regressions on Octane, Origin 200 and Fuel; covering Bridge < 4, Bridge >= 4 and XBridge flavours.
2009-08-18On dual interrupt IOC3 designs, disestablish the ethernet interrupt if noMiod Vallat
ethernet driver attaches; prevents interrupt storms on Octane caused by the way ARCS initializes the chip, when not booting from the network.
2009-08-18Fix after readdisklabel() change.Matthias Kilian
Looks fine to miod@, who also reminded me to not forget to call flashunlock(sc).
2009-08-18The end of headers check that is used to determine where to insert ourGilles Chehade
Delivered-To header was wrong and could eventually lead to smtpd adding it too early and making the remaining headers appear as body part to MUAs. issue reported by Mathieu Goessens <gebura@poolp.org>
2009-08-18recursive transfer support for get/put and on the commandlineDamien Miller
work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code with some tweaks by me; "go for it" deraadt@
2009-08-18Now that pane targets (-t) are supported, switch some commands to use themNicholas Marriott
where it makes sense: clock-mode, copy-mode, scroll-mode, send-keys, send-prefix.
2009-08-18Tag a few missed printf-like functions and fix a missing "%s".Nicholas Marriott
2009-08-18Pass show-buffer output through vis(3) as well, and wrap it to the edge of theNicholas Marriott
terminal when used from the command line.
2009-08-18Change list-buffers to run the preview of the buffer through vis(1).Nicholas Marriott
2009-08-18Use the full screen width when printing output rather than one less.Nicholas Marriott
2009-08-18Nuke unnecessary assignment.Nicholas Marriott
2009-08-18HEADS-UP: change the way sysmerge(8) runs by default.Antoine Jacoutot
Remove the '-a' switch (auto-mode) and make this behaviour the default. Add a new '-d' switch to get former default (full diff) mode. General idea ok for several. man page improvements from jmc@ ok jim@ oga@ sobrado@ ok sthen@ "sane defaults++ :)"
2009-08-18Add entry for ypldap.conf (may contain a password).Antoine Jacoutot
ok pyr@
2009-08-18Add a "delete line" key when editing in the status line or the search up/downNicholas Marriott
prompt. C-u with emacs keys, d with vi.
2009-08-18Add (naive) searching and goto line in copy mode. Searching is C-r and C-s withNicholas Marriott
emacs keys, / and ? with vi; n repeats the search again with either key set. All searching wraps the top/bottom. Goto line is g for both emacs and vi. The search prompts don't have full line editing, just simple append and delete characters. Also sort the mode keys list in tmux.1.
2009-08-17fix readdpmelabel() declaration since the definition was changedDariusz Swiderski
from returning char* to int, last char* return removed as well (cleanup after deraadt@ commit, it compiles now) while there initialize hfspartend to some sane value (sync with macppc version) ok kettenis@
2009-08-17Document that explicitly unset WRKOBJDIR gives the old behaviour ofStuart Henderson
putting ports work directories directly in the port directory. Requested by frantisek holop. Wording tweak from jim@, ok jmc@, pre-tweak version ok sobrado@.
2009-08-17All callers of qli_get_fw_state() bzero the mbox memory, no need to do itMiod Vallat
again with a wrong size. ok marco@
2009-08-17sizeof(ptr) -> sizeof(*ptr) as intended; ok djm@ millert@Miod Vallat
2009-08-17allow midicat to take multiple -i and -o optionsAlexandre Ratchov
2009-08-17if one or more MIDI devices are specified in server mode, subscribeAlexandre Ratchov
them to the MIDI thru box
2009-08-17Use ANSI function declarations. No binary change.Joel Sing
ok deraadt@
2009-08-17Update to tzdata2009l from elsie.nci.nih.govTodd C. Miller
2009-08-17document 'show all bufs'Jasper Lievisse Adriaanse
2009-08-17dd 'show all bufs' to show all the buffers in the systemJasper Lievisse Adriaanse
ok beck@ thib@
2009-08-17initialize retry to zero; otherwise if firmware sends odd val16Martynas Venckus
from the very beginning; we might never retry. ok mglocker@
2009-08-17the null check makes more sense when it's done before derefMartynas Venckus
ok marco@, jsing@
2009-08-17Don't try to move files that don't exist.Antoine Jacoutot
2009-08-17also report routers and their host states in relayctlReyk Floeter
ok pyr@, jmc@ for man bits
2009-08-17remove prototype of non-existent midi_get_hwif()Alexandre Ratchov
suggested by jsg@
2009-08-17Switch several kerberos/afs tools from using using libreadlineJonathan Gray
to libedit to prevent the resulting binaries from falling under the GPL. Prototypes are internally defined so no includes have to be changed. ok miod@ reyk@ "I very much approve" deraadt@
2009-08-17By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
2009-08-16Add PubkeyAuthentication to the list allowed in a Match block (bz #1577)Darren Tucker
2009-08-16Properly initialize the array setting auto-upgradable files.Antoine Jacoutot
ok sthen@
2009-08-16remove use of BITS and BIT macrosJonathan Gray
2009-08-16tweak a switch statement to appease lintJonathan Gray
2009-08-16remove use of BITS and BIT macros.Jonathan Gray
2009-08-16start getting rid of some of these horrific bit macros, removeJonathan Gray
usage of BITS(). There is a binary change due to the way these macros are further used in the MASK_AND_RSHIFT specifically for ATW_SR_RFTYPE_MASK and ATW_SR_BBPTYPE_MASK.
2009-08-16parse "nameserver [host]:port" syntax in /etc/resolv.confStefan Sperling
ok deraadt@
2009-08-16remove prototypes of a bunch of functions that had their implementationsJonathan Gray
removed in pfsync v5.
2009-08-16remove moscom_get_status() as it not called or required.Jonathan Gray
2009-08-16remove prototype for uark_open for which there is no implementation.Jonathan Gray