summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-11-25sync with libsa/ufs.cReyk Floeter
2016-11-25normalize iobuf before reading into it.Eric Faurot
2016-11-25use a specific event to defer the mta connection instead of abusingEric Faurot
2016-11-25Check args.Antoine Jacoutot
2016-11-25Fix some bad copy paste bits and simplify the ethernet printing function.Rafael Zalamena
2016-11-25assign an id to each rule in the ruleset, first step towards an MTA layerGilles Chehade
2016-11-24Restore the errno in vlog() as well to have the same "safe errno"Reyk Floeter
2016-11-24add an io_paused() function.Eric Faurot
2016-11-24The new fork+exec mode used too many fds in the parent process onReyk Floeter
2016-11-24add an io_fileno() accessorEric Faurot
2016-11-24add an io_ssl() accessorEric Faurot
2016-11-24add an io_error() accessor to avoid dereferencing the io struct directly.Eric Faurot
2016-11-24Add simple client to add flows from switchctl. Not finished yet, butReyk Floeter
2016-11-24Better cast for consistencyReyk Floeter
2016-11-24Fix a few signedness warnings in our copy of libsa's ufs.c.Reyk Floeter
2016-11-24Add support for booting the kernel from the disk image.Reyk Floeter
2016-11-24reset the io event when data is queued.Eric Faurot
2016-11-22Don't attempt to call vm_remove() with a NULL vm: some functions likeReyk Floeter
2016-11-22Add "features request" support and reply validation.Rafael Zalamena
2016-11-22Fix error path of config_setvm() and its callers. This unbreaksReyk Floeter
2016-11-22Restore previous errno after log_warn*() to make sure that it neverReyk Floeter
2016-11-22Implement support for version negotiation using hello messages. ThisRafael Zalamena
2016-11-22Fix printf of NULL for the FILTERERR case when the tempfile is emptyTodd C. Miller
2016-11-22Make sure /var/syspatch/$OSREV is not on a read-only mount-point when doingAntoine Jacoutot
2016-11-22Fix OFP spelling for version bitmap define in ofp header and tcpdump, alsoRafael Zalamena
2016-11-22There is no need for res when there is already ret.Reyk Floeter
2016-11-22Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them.Edd Barrett
2016-11-22Allow passing an explicit return code to sp_err() in case we don't want to exitAntoine Jacoutot
2016-11-22Normalize the io input buffer internally when reinstalling the io event, soEric Faurot
2016-11-21Do more strict checks of OXM by looking at mask restrictions and addRafael Zalamena
2016-11-21Add truncation validation for packet-out and reuse the action validationRafael Zalamena
2016-11-21Fix jumbo regress test for ofp10.c and use htonl() with OFP_PKTOUT_NO_BUFFERRafael Zalamena
2016-11-21Implement better table features validation. With this we get free switchctlRafael Zalamena
2016-11-21Check return value of tls_config_set_protocols(3) and log if it failsRicardo Mestre
2016-11-21Use the same basename for the rollback tarball as the original patch.sig.Antoine Jacoutot
2016-11-21Tweak comment. Reverse cmp logic while here.Antoine Jacoutot
2016-11-21replace calls to iobuf_*() functions with the corresponding io_*() wrappers.Eric Faurot
2016-11-21Parse flow-status instructions in multipart replies, so we can see whatRafael Zalamena
2016-11-20Remove some old code that isn't needed anymore.Mike Larkin
2016-11-20Extend the DLT_OPENFLOW header to include the switch datapath id.Reyk Floeter
2016-11-20add dedicated functions to set fd and callback on a struct io.Eric Faurot
2016-11-19Make tcpdump indicate basic rates listed in beacons with an asterisk.Stefan Sperling
2016-11-19Print metric and type for "redistribute" in ospfd -v.Stuart Henderson
2016-11-18Unbreak the tree: OFP_GROUP_ANY was renamed to OFP_GROUP_ID_ANY.Theo Buehler
2016-11-18The special LOCAL and CONTROLLER ports are valid source ports thatReyk Floeter
2016-11-18Make switchd(8) use more strings just like tcpdump(8). While here removeRafael Zalamena
2016-11-18Add support for printing the missing OpenFlow set-queue action.Rafael Zalamena
2016-11-18Don't print the field 'actions' on features reply, because in the newRafael Zalamena
2016-11-18miss_send_len can also be a CONTROLLER_MAXLEN string not just a number.Reyk Floeter
2016-11-18Updates tcpdump's OpenFlow printer to use the string maps from switchdReyk Floeter