Age | Commit message (Expand) | Author |
2016-11-18 | Define the struct constmap in each generated C file. | Reyk Floeter |
2016-11-18 | Fix file reference in generated comment OK rzalamena@ | Reyk Floeter |
2016-11-18 | fix regression introduced in previous commit | Eric Faurot |
2016-11-17 | Add io api functions for dealing with buffered data, as wrapper around | Eric Faurot |
2016-11-17 | Fix some styles issues: break big lines and remove some useless spaces. | Rafael Zalamena |
2016-11-17 | Re-add the root user checks in the quirks; that part is to be removed soon. | Antoine Jacoutot |
2016-11-17 | Check the return value of tls_config_set_protocols(), now that it returns | Joel Sing |
2016-11-17 | Move OCSP loading into a separate function - it is not part of the keypair | Joel Sing |
2016-11-17 | Drop priv. to the _pkgfetch (for now) user when running ftp(1) and signify(1). | Antoine Jacoutot |
2016-11-17 | In oflowmod, automatically open the instructions block with the first | Reyk Floeter |
2016-11-17 | Add an abstraction layer / API to create flows including all matches | Reyk Floeter |
2016-11-17 | Accept OFP_XM_T_ETH_TYPE. | Reyk Floeter |
2016-11-17 | Add ofp_validate() for all supported versions. Will be used by switchctl, | Reyk Floeter |
2016-11-17 | Added the missing code to build flow-mod messages and to install | Rafael Zalamena |
2016-11-17 | remove IO_TLSVERIFIED which is not a io event, and inline necessary code | Eric Faurot |
2016-11-16 | pass the user pointer as parameter to the io callback instead of having | Eric Faurot |
2016-11-16 | Merge comments altogether, it's easier to understand this way. | Antoine Jacoutot |
2016-11-16 | Sync switchd(8) and vmd(8) with the latest proc.c changes. This sync | Rafael Zalamena |
2016-11-16 | If we install a new kernel, add /bsd twice (for size checking) when: | Antoine Jacoutot |
2016-11-16 | /bsd.rollbackXX -> bsd.syspatchXX to make it more obvious where it comes from | Antoine Jacoutot |
2016-11-16 | Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4), | Reyk Floeter |
2016-11-15 | Small wording tweak and a couple of fixes from jmc@ | Antoine Jacoutot |
2016-11-15 | checkfs: ignore nonexistent files and extend comment. There's actually no need | Antoine Jacoutot |
2016-11-15 | Replace bzero(3) with memset(3) | Ricardo Mestre |
2016-11-15 | Double the required size to make sure we have enough space for install(1) safe | Antoine Jacoutot |
2016-11-15 | - Ar arg Ar arg is better written as Ar arg arg | Jason McIntyre |
2016-11-15 | Add a socket_setport() util function, in addition to socket_getport(), | Reyk Floeter |
2016-11-15 | Describe the 'dump' command | Reyk Floeter |
2016-11-15 | swap dump arguments to expect the address first | Reyk Floeter |
2016-11-15 | Add a simple openflow client to dump switch information. The | Reyk Floeter |
2016-11-14 | Check for available space before installing a patch. | Antoine Jacoutot |
2016-11-14 | specify ordering and precedence of location { } sections; | Ingo Schwarze |
2016-11-14 | uniq -> sort -u | Antoine Jacoutot |
2016-11-14 | disklabel -w doesn't set bstart/bend, so makefs shouldn't do that either. | Martin Natano |
2016-11-13 | Pick up the FS image size, the sector size and the bsize and fsize | Martin Natano |
2016-11-12 | Improve the cleanup error handling to make sure the exit code is | Alexander Hall |
2016-11-11 | Move ofp_validate_header() into ofp_common.c. No functional change. | Reyk Floeter |
2016-11-11 | Remove "workarounds" for the read and write path that were needed to | Reyk Floeter |
2016-11-11 | Clean up FFS option handling somewhat; no functional change. | Martin Natano |
2016-11-11 | Optimize for space by default. | Martin Natano |
2016-11-10 | Extend documentation a bit. It'll probably need some adjustments soon. | Antoine Jacoutot |
2016-11-10 | Simplify checkfs() and fix read-only/remote fs detection. | Antoine Jacoutot |
2016-11-10 | Fix tcp ip ttl / minttl on IPv6 sockets. | Jeremie Courreges-Anglas |
2016-11-10 | Extend mtree(8) comment. | Antoine Jacoutot |
2016-11-10 | Remove redundant check. | Antoine Jacoutot |
2016-11-10 | Create the bsd rollback kernel in create_rollback() (it is contained in | Antoine Jacoutot |
2016-11-10 | update reference to the RFC now numbered 7606 | Peter Hessler |
2016-11-10 | properly check if large-community was set before | Peter Hessler |
2016-11-10 | draft-ietf-idr-optional-transitive-00 became RFC 7606 | Peter Hessler |
2016-11-10 | Sync bsize and fsize defaults with newfs. | Martin Natano |