summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-13tweak previous;Jason McIntyre
2013-10-13tweak previous;Jason McIntyre
2013-10-13Set the default MTU to full 1500 bytes. We do not want to encourageReyk Floeter
running vxlan(4) with a lowered MTU of just 1450 bytes instead of bumping the MTU of the transport interfaces to at least 1550 or preferrably 1600 bytes.
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
interface. VXLAN is a UDP-based tunnelling protocol for overlaying virtualized layer 2 networks over layer 3 networks. The implementation is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested with other implementations in the wild. put it in deraadt@
2013-10-13sync SUSv2/SUSv3 entries with groffIngo Schwarze
reduces groff-mandoc-differences for several pthread_*(3) manuals noticed by Franco Fichtner <franco at lastsummer dot de> dragonfly.git/commitdiff/370c546b87777b40b5fc862491555ef71b4ee130
2013-10-13more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>Ingo Schwarze
dragonfly.git/commit/107cb94cae2c24ce3f6851ce0ed24b80d64e3ec8
2013-10-12i. e. -> i.e.Jason McIntyre
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
ok phessler sthen
2013-10-12adopt existing altq regress to queueing changes; queuespecs for altq useHenning Brauer
"oldqueue" as keyword for the transition phase
2013-10-12adopt to queueing changesHenning Brauer
2013-10-12config bits for the bandwidth shaping part of the new queueing subsystemHenning Brauer
syntax worked out with many in ljubljana using a whiteboard, testing & looking over by many, ok phessler sthen
2013-10-12new bandwidth shaping subsystem, kernel sideHenning Brauer
uses hfsc behind the scenes; altq stays in parallel for a migration phase. if.h even more messy for the transition, but eventuelly it should become readable... looked over & tested by many, ok phessler sthen
2013-10-12hook in hfsc.c/hHenning Brauer
looked over & tested by many, ok phessler sthen
2013-10-12give tagname2tag and its siblings an extra "create" parameter. if 1, itHenning Brauer
behaves like before and creates the mapping if needed. if 0, lookup only. looked over by many, ok phessler sthen
2013-10-12standalone hfsc implementation with new interface to the consumers, forHenning Brauer
the new bandwidth shaping subsystem. looked over & tested by many, ok phessler sthen
2013-10-11When converting an ELF file, create a dummy non-empty (8 byte) .data section,Miod Vallat
for older PROM will fail to load BCS binaries with only a .text section, and will also fail to load an empty .data section. Tested on AV4300.
2013-10-11syncTheo de Raadt
2013-10-11tedu regress/usr.bin/pccLawrence Teo
ok deraadt
2013-10-11improve ntpctl argv parsingTheo de Raadt
2013-10-11Add initial RTL8106E and RTL8168G/8111G support.Jonathan Gray
An earlier version didn't seem to work on a machine bmercer@ had access to a few months ago but this seems to work with the onboard Ethernet in an ASUS Z87 board RD Thrush has.
2013-10-11poll(2) on a closed tty should return POLLIN|POLLHUP in reventsTodd C. Miller
when events is set to POLLIN and POLLHUP when events is set to POLLOUT. In the pty case we need to be careful to only treat the pty as closed if carrier is on. This fixes a hang on close problem seen with ssh and xterm.
2013-10-11Prevent non-data packets from being dropped.Gerhard Roth
ok bluhm@ mikeb@
2013-10-11Don't leak file descriptors in the rare MSG_VERSION case. From ChrisNicholas Marriott
Johnsen.
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
tested by RD Thrush on Lynx Point
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
reorder some internal function arguments to make adding additional flags easier. no functional change
2013-10-11reference vmwpvs.David Gwynne
jmc pointed out i missed this
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
address of a controller only know by its SCM name and number, and the boot device detection code will now attempt to match the controller first, and then grandchildren of it (if the boot device is a disk or a tape).
2013-10-10Misc cleanups and small fixes. Boot controller/unit/lun information passedMiod Vallat
to the kernel will now match the device the kernel is loaded from, not the device the boot blocks are loaded from (this allows one to netboot the boot blocks to boot a kernel from a local disk).
2013-10-10Add edma driver. This driver add support for am335x edma3 controller.Sylvestre Gallon
With some more work, it will allow us to speed-up ommmc driver. ok patrick@.
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlyNicholas Marriott
thing that uses it now).
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
while and in fact it is less useful that using the client ttyname. So don't bother and don't pass it from the client. If we need it in future it is in c->environ.
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
months ago who didn't bother testing it. But it works for me anyway.
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
descriptors rather than strings. - Each session still has a current working directory. - New sessions still get their working directory from the client that created them or its attached session if any. - New windows are created by default in the session working directory. - The -c flag to new, neww, splitw allows the working directory to be overridden. - The -c flag to attach let's the session working directory be changed. - The default-path option has been removed. To get the equivalent to default-path '.', do: bind c neww -c $PWD To get the equivalent of default-path '~', do: bind c neww -c ~ This also changes the client identify protocol to be a set of messages rather than one as well as some other changes that should make it easier to make backwards-compatible protocol changes in future.
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