summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-01When using tmux as a login shell, there is currently no way to specify a shellNicholas Marriott
to be used as a login shell inside tmux, so add a default-shell session option. This sets the shell invoked as a login shell when the default-command option is empty. The default option value is whichever of $SHELL, getpwuid(getuid())'s pw_shell or /bin/sh is valid first. Based on a diff from martynas@, changed by me to be a session option rather than a window option.
2009-09-01Use "Password:" with no space for password prompts and don't display a *s forNicholas Marriott
the password, like pretty much everything else. From martynas@ with minor tweaks by me.
2009-09-01Sort cases same as getopt argument, from martynas.Nicholas Marriott
2009-09-01If relayd returned an error don't exit with success. This may help scriptsClaudio Jeker
to recognize when something did not work in a much easier way then parsing the relayctl output. OK reyk@
2009-09-01Echo back the Relay Agent Information option if present (RFC 3046).Reyk Floeter
Also add support for the "ipsec-tunnel" hardware type as described in RFC 3456. ok henning@ krw@ (but needs more testing from others)
2009-09-01Make rtinit() cope when there is a more specific route available thenClaudio Jeker
the one planned to remove. Do this by going through the dupedkey list looking for the right ifa. Problem found by and OK dlg, OK henning
2009-08-31also, like ssh, set up MAIL to the location we've just checkedMartynas Venckus
so that ksh could take advantage of it. ok millert@
2009-08-31document -e and -h; prodded by jmc@Damien Miller
2009-08-31check correct variable for error message, spotted by martynas@Damien Miller
2009-08-31Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott
display-panes-time), which displays a visual indication of the number of each pane.
2009-08-31Use UINT_MAX instead of ASNUM_MAX and get rid of this mostly useless define.Claudio Jeker
2009-08-31squash typoStefan Sperling
ok nicm@
2009-08-31Don't call tty_free unless the client is a terminal, otherwise tty_init hasn'tNicholas Marriott
been called and it may end up doing close(0). From Kalle Olavi Niemitalo.
2009-08-31Just use UINT_MAX as the maximum 4-byte AS number. It is good enough here.Claudio Jeker
2009-08-31Fix mandoc magic to make the command render correctly.Claudio Jeker
2009-08-31Don't get stuck in an infinite loop comparing u_short <= USHRT_MAX whichClaudio Jeker
can happen if a nat port command with a end range of 65535 is used. See also http://www.freebsd.org/cgi/query-pr.cgi?pr=136893 From FreeBSD via brad.
2009-08-31IPV6_V6ONLY is defined in RFC 3493, not 3542;Jason McIntyre
from Kenji Rikitake, freebsd pr docs/134127
2009-08-30Add support for ISP2200 SBus FC cards.Mark Kettenis
2009-08-30When the `machine' commands part of the hppa bootloader were written, weMiod Vallat
were only running on the non-PCI models. Many years have passed since then... Update the bus walking code to support dino and elroy PCI bridges, in order to identify PCI graphics devices and USB controllers (in order to support USB keyboards). Also recognize com@ssio, so that high-class four digit B and C machines (and probably four digit J as well) can configure console from the boot blocks correctly. Of course, this is of questionable usefulness, since these console related routines were written with the 712 in mind, which has a castrated ROM preventing the user from configuring a serial console. Yet providing a consistent feature set never hurts. (three digit J series still need some love, due to the different way of walking the buses; to be addressed in a later commit, soon)
2009-08-30Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(),Miod Vallat
which is exactly what it was trying to do. Tested on all *hci controllers with a bunch of usb devices by at least ckuethe@ and I.
2009-08-30lock the vnode before calling VOP_CLOSE() in msdofs_unmount().Thordur I. Bjornsson
ok krw@
2009-08-30if nfs_namei() fails, there's no ni_startdir and the pathname buffer hasThordur I. Bjornsson
already been freed, thus make the callers of nfs_namei() bail out early, instead of jumping to nfsmout as there they will try to vrele() vnodes that don't exists (NULL pointers) and free the pathname buffer. this is way nicer then adding checks after the nfsmout label. OK blambert@
2009-08-30Link in the flattened device tree for the Thecus N1200 and register it withMark Kettenis
the ftd code upon boot if the firmware didn't provide a device tree.
2009-08-30Flattened device tree blob for the Thecus N1200. The source from which theMark Kettenis
blob is created is included but you'll need the Linux device tree compiler to create it. The following command line was use for the conversion: $ dtc -V 16 -O asm -o n1200_dts.S n1200.dts
2009-08-30zydas firmwares fit; jsg wanted thisTheo de Raadt
2009-08-30Use UVM_FLAG_FIXED for fixed allocations make with uvm_map() during earlyMiod Vallat
bootstrap.
2009-08-30Add some new devices. -mojMats O Jansson
2009-08-30Add some new devices. -mojMats O Jansson
2009-08-30Sync. -mojMats O Jansson
2009-08-30Change name on udl device since it matches more models. -mojMats O Jansson
2009-08-30- Xr sbusJason McIntyre
- use some -nosplit for AUTHORS
2009-08-30syncTheo de Raadt
2009-08-29Add forward declaration for struct to_softc such that the firmware builderMark Kettenis
compiles without warnings again.
2009-08-29Unbreak the tree.Mark Kettenis
2009-08-29Xr ti 4Theo de Raadt
2009-08-29Build Tigon firmware on sparc as well.Mark Kettenis
2009-08-29Adjust for SBus support.Mark Kettenis
2009-08-29Glue for the SBus version of the Sun Vector Gigabit Ethernet card.Mark Kettenis
2009-08-29Split the ti(4) driver into mostly bus-agnostic code and PCI-specificMark Kettenis
attachment. Add SBus support to the bus-agnostic code.
2009-08-29The intention is to map the dvma map at a fixed address, so specifyMark Kettenis
UVM_FLAG_FIXED. Makes sparc boot with option KVA_GUARDPAGES. ok miod@, tested by deraadt@
2009-08-29accept ``common'' messages (including system explusive) on theAlexandre Ratchov
control MIDI port.
2009-08-29remove more unneeded Debugger() calls from dev/Jasper Lievisse Adriaanse
agreed by deraadt@ ok jsing@
2009-08-29sync. -mojMats O Jansson
2009-08-29Remove unused getdevunit(), only sparc and sparc64 have a need for it.Miod Vallat
2009-08-29Some more udl devices. -mojMats O Jansson
2009-08-29submatch functions used with config_found_sm() are required to invoke theMiod Vallat
driver's ca_match function. (only offender in the whole tree) ok deraadt@
2009-08-29incorrect array bounds check in I2OVERBOSE error reporting.Miod Vallat
2009-08-29typos in commentsMiod Vallat
2009-08-29Ooops, revert the last bcopy()-elimination commit. I forgot that bcopy()Marcus Glocker
does the job for us on strict alignment archs.
2009-08-29gcc2 hates claudioTheo de Raadt