openbsd
2013-10-12 henningadopt existing altq regress to queueing changes; queues...
2013-10-12 henningadopt to queueing changes
2013-10-12 henningconfig bits for the bandwidth shaping part of the new...
2013-10-12 henningnew bandwidth shaping subsystem, kernel side
2013-10-12 henninghook in hfsc.c/h
2013-10-12 henninggive tagname2tag and its siblings an extra "create...
2013-10-12 henningstandalone hfsc implementation with new interface to...
2013-10-11 miodWhen converting an ELF file, create a dummy non-empty...
2013-10-11 deraadtsync
2013-10-11 lteotedu regress/usr.bin/pcc
2013-10-11 deraadtimprove ntpctl argv parsing
2013-10-11 jsgAdd initial RTL8106E and RTL8168G/8111G support.
2013-10-11 millertpoll(2) on a closed tty should return POLLIN|POLLHUP...
2013-10-11 gerhardPrevent non-data packets from being dropped.
2013-10-11 nicmDon't leak file descriptors in the rare MSG_VERSION...
2013-10-11 nicmRemove stray return, from Chris Johnsen.
2013-10-11 nicmAnd get it right this time... don't leak if it is an...
2013-10-11 nicmDon't free the pane name by accident.
2013-10-11 jsgmatch Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)
2013-10-11 djmobsolete comment
2013-10-11 djmmissed one arg reorder
2013-10-11 djmrename flag arguments to be more clear and consistent.
2013-10-11 dlgreference vmwpvs.
2013-10-10 nicmBracket in the wrong place in description of c0-change...
2013-10-10 nicmFix leak in format_get_command.
2013-10-10 miodBetter boot device detection code. Board-specific code...
2013-10-10 miodMisc cleanups and small fixes. Boot controller/unit...
2013-10-10 sylAdd edma driver. This driver add support for am335x...
2013-10-10 nicmRemove the KERN_PROC_CWD the proc_current_path format...
2013-10-10 nicmUse format_get_command() and some spacing tweaks.
2013-10-10 nicmPass -1 for cwd now not NULL.
2013-10-10 nicmWe accidentally haven't been using $TMUX to work out...
2013-10-10 nicmRemove now unused cmd_get_default_path.
2013-10-10 nicmDon't boke when figuring out working directory from...
2013-10-10 nicmShow session name in detached message. Requested by...
2013-10-10 nicmDon't look at string[length - 1] if length == 0.
2013-10-10 nicmAlter how tmux handles the working directory to interna...
2013-10-10 nicmMake tilde expansion in command strings work even if...
2013-10-10 nicmSimilarly for MSG_COMMAND - allow full imsg limit not...
2013-10-10 nicmInstead of fixed size buffers for some messages, send...
2013-10-10 nicmretcode -> retval for exit message.
2013-10-10 nicmMerge IDENTIFY_* flags with CLIENT_* flags.
2013-10-10 nicmBump protocol version and add new message types.
2013-10-10 nicmRemove CMD_SENDENVIRON.
2013-10-10 nicmmouse-resize-pane: Only resize on border select
2013-10-10 nicmSupport -c for new-session, based on code from J Raynor.
2013-10-10 nicmMake cmdq->client_exit a tristate (-1 means "not set...
2013-10-10 nicmRestore missing key binding for %, from Chris Johnsen.
2013-10-10 nicmFirst period not last for host_short, from Michael...
2013-10-10 nicmlayout-resize-pane-mouse: Consider visible panes only
2013-10-10 nicmDon't treat TMUX_TMPDIR as a potential file
2013-10-10 nicmMark flags as optional and mutually exclusive. From...
2013-10-10 nicmNo space in lsw -a targets.
2013-10-10 nicmA couple of manpage fixes from Tiago Cunha.
2013-10-10 nicmTrivial style and spacing nits.
2013-10-10 nicmRemove the barely-used and unnecessary command check...
2013-10-10 nicmClear window->flags when clearing winlinks
2013-10-10 nicmchoose-tree: Reset top when toggling items
2013-10-10 nicmRenumber windows: Lookup lastw via window not index
2013-10-10 nicmAssign mouse x/y coords before checking them. When...
2013-10-10 nicmAccept multiple parameters to SM/RM/DECSET/DECRST,...
2013-10-10 nicmAdd automatic-rename-format option allowing automatic...
2013-10-10 nicmAllow nested format expansion.
2013-10-10 nicmAdd length limit operator for formats.
2013-10-10 nicmHandle input mouse positions <33 (we already can genera...
2013-10-10 nicmOnly include actual trailing spaces not unused cells...
2013-10-10 nicmAllow the file descriptor received from the client...
2013-10-10 nicmAdd formats for window flags.
2013-10-10 nicmDon't leak formats if they are added multiple times.
2013-10-10 nicmDon't add client formats when they are NULL.
2013-10-10 nicmMissing space in refresh-client synopsis.
2013-10-10 nicmGrouped sessions were being leaked on destroy, correctl...
2013-10-10 nicmMake recalculate_sizes() handle an empty window with...
2013-10-10 nicmPass flags into cmdq_guard as an argument since sometim...
2013-10-10 espieA few fixes from Pedro Martelletto, adapted from
2013-10-10 dtuckerRegenerate moduli
2013-10-10 djmbz#2139: fix re-exec fallback by ensuring that startup_...
2013-10-10 dtuckerMove moduli generation to usr.bin/ssh/moduli-gen and...
2013-10-10 djmadd -Q, -P and -p to usage() before jmc@ catches me
2013-10-09 djmregression test for sftp request white/blacklisting...
2013-10-09 djmAdd ability to whitelist and/or blacklist sftp protocol...
2013-10-09 miodQuick'n'dirty code to match trivial on-disk boot paths...
2013-10-09 miodNeeded by recent libsa
2013-10-09 reykChange "physical address" to "tunnel:" in ifconfig...
2013-10-09 miodDIsplay fixes, also print boot path before attempting...
2013-10-09 miodParse (hex) partition number in boot path. For experts...
2013-10-09 miodFix build (forgot to rerun make depend)
2013-10-09 miodFix parse_args() to ignore device specification and...
2013-10-09 miodMove common SCSI defines and structs to their own heade...
2013-10-09 millertMerge binutils 2.15 einfo() buffering change to binutil...
2013-10-09 miodEnable synch negotiation; code was there but not enable...
2013-10-09 mpiVarious fixes to make kiic(4) work on my G5s.
2013-10-09 mpiInitialize ns_per_tick as soon as we have read the...
2013-10-09 millertTrim leading white space from the message before trying...
2013-10-09 jmctweak previous;
2013-10-09 deraadtshorten output; ok henning phessler
2013-10-09 mpiFix a possible mbuf leak, from NetBSD via Loganaden...
2013-10-09 jmatthewInclude the 'state of health' field in the bbu ok senso...
2013-10-09 mpiIntroduce in_ifdetach() a function to remove all the...
2013-10-09 camieldDon't leak ruleitems from match rules when hitting...
next