summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-12syncTheo de Raadt
2013-10-12+vxlan; remember services is parsed for baddynamic; ok reykTheo de Raadt
2013-10-12explicitely->explicitlyStuart Henderson
2013-10-12document new queueing. with lots of help from jmc. glanced over by many,Henning Brauer
2013-10-12adopt existing altq regress to queueing changes; queuespecs for altq useHenning Brauer
2013-10-12adopt to queueing changesHenning Brauer
2013-10-12config bits for the bandwidth shaping part of the new queueing subsystemHenning Brauer
2013-10-12new bandwidth shaping subsystem, kernel sideHenning Brauer
2013-10-12hook in hfsc.c/hHenning Brauer
2013-10-12give tagname2tag and its siblings an extra "create" parameter. if 1, itHenning Brauer
2013-10-12standalone hfsc implementation with new interface to the consumers, forHenning Brauer
2013-10-11When converting an ELF file, create a dummy non-empty (8 byte) .data section,Miod Vallat
2013-10-11syncTheo de Raadt
2013-10-11tedu regress/usr.bin/pccLawrence Teo
2013-10-11improve ntpctl argv parsingTheo de Raadt
2013-10-11Add initial RTL8106E and RTL8168G/8111G support.Jonathan Gray
2013-10-11poll(2) on a closed tty should return POLLIN|POLLHUP in reventsTodd C. Miller
2013-10-11Prevent non-data packets from being dropped.Gerhard Roth
2013-10-11Don't leak file descriptors in the rare MSG_VERSION case. From ChrisNicholas Marriott
2013-10-11Remove stray return, from Chris Johnsen.Nicholas Marriott
2013-10-11And get it right this time... don't leak if it is an empty string either.Nicholas Marriott
2013-10-11Don't free the pane name by accident.Nicholas Marriott
2013-10-11match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)Jonathan Gray
2013-10-11obsolete commentDamien Miller
2013-10-11missed one arg reorderDamien Miller
2013-10-11rename flag arguments to be more clear and consistent.Damien Miller
2013-10-11reference vmwpvs.David Gwynne
2013-10-10Bracket in the wrong place in description of c0-change-trigger.Nicholas Marriott
2013-10-10Fix leak in format_get_command.Nicholas Marriott
2013-10-10Better boot device detection code. Board-specific code will now return theMiod Vallat
2013-10-10Misc cleanups and small fixes. Boot controller/unit/lun information passedMiod Vallat
2013-10-10Add edma driver. This driver add support for am335x edma3 controller.Sylvestre Gallon
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlyNicholas Marriott
2013-10-10Use format_get_command() and some spacing tweaks.Nicholas Marriott
2013-10-10Pass -1 for cwd now not NULL.Nicholas Marriott
2013-10-10We accidentally haven't been using $TMUX to work out the session for aNicholas Marriott
2013-10-10Remove now unused cmd_get_default_path.Nicholas Marriott
2013-10-10Don't boke when figuring out working directory from configuration file.Nicholas Marriott
2013-10-10Show session name in detached message. Requested by somebody a fewNicholas Marriott
2013-10-10Don't look at string[length - 1] if length == 0.Nicholas Marriott
2013-10-10Alter how tmux handles the working directory to internally use fileNicholas Marriott
2013-10-10Make tilde expansion in command strings work even if it isn't terminated by /.Nicholas Marriott
2013-10-10Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.Nicholas Marriott
2013-10-10Instead of fixed size buffers for some messages, send only the stringNicholas Marriott
2013-10-10retcode -> retval for exit message.Nicholas Marriott
2013-10-10Merge IDENTIFY_* flags with CLIENT_* flags.Nicholas Marriott
2013-10-10Bump protocol version and add new message types.Nicholas Marriott
2013-10-10Remove CMD_SENDENVIRON.Nicholas Marriott
2013-10-10mouse-resize-pane: Only resize on border selectNicholas Marriott
2013-10-10Support -c for new-session, based on code from J Raynor.Nicholas Marriott