Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-13 | tweak previous; | Jason McIntyre | |
2013-10-13 | tweak previous; | Jason McIntyre | |
2013-10-13 | Set the default MTU to full 1500 bytes. We do not want to encourage | Reyk 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-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk 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-13 | sync SUSv2/SUSv3 entries with groff | Ingo 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-13 | more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de> | Ingo Schwarze | |
dragonfly.git/commit/107cb94cae2c24ce3f6851ce0ed24b80d64e3ec8 | |||
2013-10-12 | i. e. -> i.e. | Jason McIntyre | |
2013-10-12 | sync | Theo de Raadt | |
2013-10-12 | +vxlan; remember services is parsed for baddynamic; ok reyk | Theo de Raadt | |
2013-10-12 | explicitely->explicitly | Stuart Henderson | |
2013-10-12 | document new queueing. with lots of help from jmc. glanced over by many, | Henning Brauer | |
ok phessler sthen | |||
2013-10-12 | adopt existing altq regress to queueing changes; queuespecs for altq use | Henning Brauer | |
"oldqueue" as keyword for the transition phase | |||
2013-10-12 | adopt to queueing changes | Henning Brauer | |
2013-10-12 | config bits for the bandwidth shaping part of the new queueing subsystem | Henning Brauer | |
syntax worked out with many in ljubljana using a whiteboard, testing & looking over by many, ok phessler sthen | |||
2013-10-12 | new bandwidth shaping subsystem, kernel side | Henning 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-12 | hook in hfsc.c/h | Henning Brauer | |
looked over & tested by many, ok phessler sthen | |||
2013-10-12 | give tagname2tag and its siblings an extra "create" parameter. if 1, it | Henning Brauer | |
behaves like before and creates the mapping if needed. if 0, lookup only. looked over by many, ok phessler sthen | |||
2013-10-12 | standalone hfsc implementation with new interface to the consumers, for | Henning Brauer | |
the new bandwidth shaping subsystem. looked over & tested by many, ok phessler sthen | |||
2013-10-11 | When 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-11 | sync | Theo de Raadt | |
2013-10-11 | tedu regress/usr.bin/pcc | Lawrence Teo | |
ok deraadt | |||
2013-10-11 | improve ntpctl argv parsing | Theo de Raadt | |
2013-10-11 | Add 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-11 | poll(2) on a closed tty should return POLLIN|POLLHUP in revents | Todd 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-11 | Prevent non-data packets from being dropped. | Gerhard Roth | |
ok bluhm@ mikeb@ | |||
2013-10-11 | Don't leak file descriptors in the rare MSG_VERSION case. From Chris | Nicholas Marriott | |
Johnsen. | |||
2013-10-11 | Remove stray return, from Chris Johnsen. | Nicholas Marriott | |
2013-10-11 | And get it right this time... don't leak if it is an empty string either. | Nicholas Marriott | |
2013-10-11 | Don't free the pane name by accident. | Nicholas Marriott | |
2013-10-11 | match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP) | Jonathan Gray | |
tested by RD Thrush on Lynx Point | |||
2013-10-11 | obsolete comment | Damien Miller | |
2013-10-11 | missed one arg reorder | Damien Miller | |
2013-10-11 | rename 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-11 | reference vmwpvs. | David Gwynne | |
jmc pointed out i missed this | |||
2013-10-10 | Bracket in the wrong place in description of c0-change-trigger. | Nicholas Marriott | |
2013-10-10 | Fix leak in format_get_command. | Nicholas Marriott | |
2013-10-10 | Better boot device detection code. Board-specific code will now return the | Miod 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-10 | Misc cleanups and small fixes. Boot controller/unit/lun information passed | Miod 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-10 | Add 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-10 | Remove the KERN_PROC_CWD the proc_current_path format (which is the only | Nicholas Marriott | |
thing that uses it now). | |||
2013-10-10 | Use format_get_command() and some spacing tweaks. | Nicholas Marriott | |
2013-10-10 | Pass -1 for cwd now not NULL. | Nicholas Marriott | |
2013-10-10 | We accidentally haven't been using $TMUX to work out the session for a | Nicholas 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-10 | Remove now unused cmd_get_default_path. | Nicholas Marriott | |
2013-10-10 | Don't boke when figuring out working directory from configuration file. | Nicholas Marriott | |
2013-10-10 | Show session name in detached message. Requested by somebody a few | Nicholas Marriott | |
months ago who didn't bother testing it. But it works for me anyway. | |||
2013-10-10 | Don't look at string[length - 1] if length == 0. | Nicholas Marriott | |
2013-10-10 | Alter how tmux handles the working directory to internally use file | Nicholas 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-10 | Make tilde expansion in command strings work even if it isn't terminated by /. | Nicholas Marriott | |
2013-10-10 | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | Nicholas Marriott | |