Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-12 | the referred to EXAMPLES section is now in strncpy(3); | Jason McIntyre | |
issue reported by scott cheloha ok otto | |||
2016-11-12 | Kill the /usr/include/ssl symlink | Jeremie Courreges-Anglas | |
Proposed some time ago by tedu@, builk build by ajacoutot@ | |||
2016-11-11 | Move ofp_validate_header() into ofp_common.c. No functional change. | Reyk Floeter | |
2016-11-11 | Export p_cpuid via sysctl for all processes; ok guenther | Mike Belopuhov | |
2016-11-11 | Reorder atomic operations dealing with sc_tx_avail | Mike Belopuhov | |
The atomic decrement of the number of available descriptors must be performed before sending the RNDIS message to the hypervisor so that packet transmit completion that may execute in parallel won't increase the value past the maximum. | |||
2016-11-11 | Remove "workarounds" for the read and write path that were needed to | Reyk Floeter | |
handle /dev/switch connections that didn't quite behave like TCP connections (no support for writev, no partial reads). With rzalamena's changes to switch(4), it now works as expected and doesn't need any special treatment anymore. OK rzalamena@ | |||
2016-11-11 | Remove mutexes protection from the switchctl as they don't seem to be | Rafael Zalamena | |
doing anything for us, and remove some whitespaces from the header that can be found near the removed lines. ok mikeb@ | |||
2016-11-11 | Print the route cached at the inp with netstat -P. While there, | Alexander Bluhm | |
fix a compiler warning about missing prototype. OK claudio@ mpi@ | |||
2016-11-11 | Fix regress after moving ofp.h to sys/net/ | Reyk Floeter | |
2016-11-11 | Bump TLS_API due to recent feature additions and changes. | Joel Sing | |
2016-11-11 | Change the return value of tls_config_set_protocols() and | Joel Sing | |
tls_config_set_verify_depth() from void to int. This makes them consistent with all other tls_config_set_* functions and will allow for call time validation to be implemented. Rides libtls major bump. ok beck@ | |||
2016-11-11 | Do not crash with run-shell -b and no window pane available, reported by | Nicholas Marriott | |
Sergei Dyshel. | |||
2016-11-11 | Clean up FFS option handling somewhat; no functional change. | Martin Natano | |
2016-11-11 | Optimize for space by default. | Martin Natano | |
ok deraadt | |||
2016-11-11 | sync | Theo de Raadt | |
2016-11-11 | Disable ec assembly for amd64 pending fixes for ssh, and bump | Bob Beck | |
majors appropriately | |||
2016-11-11 | add copyright and license | Ingo Schwarze | |
and change the reference to BIO_set_flags() from .Fn to .Xr: we do have that function and we should import the manual | |||
2016-11-11 | add Copyright and license, | Ingo Schwarze | |
simplify the BIO_callback_ctrl() prototype, and change .Fn to .Xr for two functions documented elsewhere | |||
2016-11-11 | add Copyright and license | Ingo Schwarze | |
and delete useless and incorrect sentence "None of the functions presented here return any value." | |||
2016-11-11 | import ASN1_TYPE_get(3) from OpenSSL, | Ingo Schwarze | |
deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence() which we don't have | |||
2016-11-10 | Add support for "allwinner,sun9i-a80-apb1-clk" compatible clocks. | Mark Kettenis | |
This makes the serial console work properly and makes Cubieboard4 go multi-user. | |||
2016-11-10 | Set the reserved field to zero | Mike Belopuhov | |
2016-11-10 | Restart the IFQ transmit routine only once per interrupt | Mike Belopuhov | |
2016-11-10 | RNDIS data command is always the same and can be reused | Mike Belopuhov | |
2016-11-10 | Add support for partial writes in switchwrite so we can use multiple | Rafael Zalamena | |
write() to write one packet. With this we also get support for writing multiple ofp packets with a single write. ok mikeb@ | |||
2016-11-10 | Extend documentation a bit. It'll probably need some adjustments soon. | Antoine Jacoutot | |
2016-11-10 | missing semicolon at end of rule. yacc doesn't seem to mind, though. | Ted Unangst | |
from Edakawa | |||
2016-11-10 | minor cleanup; | Jason McIntyre | |
2016-11-10 | Use the NdpIndex of the NCM header as the offset of the NCM pointer instead | Gerhard Roth | |
of assuming tha the NCM pointer will follow immediately after the header. Tested by Bryan Vyhmeister and Otte Moerbeek ok otto | |||
2016-11-10 | import from OpenSSL, | Ingo Schwarze | |
deleting ASN1_TIME_diff() which we don't have | |||
2016-11-10 | The simple UTF-16 decode routine stopped too early due to wrong calculation | Gerhard Roth | |
of the output buffer size. Thus elements like subscriber-id, ICC-id, IMEI were shown truncated. Some modules report a phone number that already has the '+' prefix. Don't add another one when printing it. Patch from Bryan Vyhmeister ok otto | |||
2016-11-10 | various cleanup; | Jason McIntyre | |
2016-11-10 | Fix swofp_send_error mbuf handling so it doesn't leak mbufs and set the | Rafael Zalamena | |
proper mbuf header length. ok mikeb@ | |||
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 | |
ok florian@ | |||
2016-11-10 | Typo in the guard | Martin Pieuchot | |
2016-11-10 | Copyright and license | Ingo Schwarze | |
2016-11-10 | warn about trailing whitespace at the end of comments; | Ingo Schwarze | |
missing feature noticed by jmc@ | |||
2016-11-10 | Don't forget to set the descriptor ready flag after decapsulation | Mike Belopuhov | |
2016-11-10 | Match Apple NVMe controller by product ID, yes apple is different. | Martin Pieuchot | |
Reported and tested by gonzalo@ on a Macbookair7,1. | |||
2016-11-10 | regen | Martin Pieuchot | |
2016-11-10 | Apple NVMe controller | Martin Pieuchot | |
2016-11-10 | Add the correct Copyright and license. | Ingo Schwarze | |
Mention that ASN1_STRING_free(NULL) is OK. Delete the obvious statement that a void function returns no value. | |||
2016-11-10 | Copyright and license | Ingo Schwarze | |
2016-11-10 | Add the correct Copyright and license. | Ingo Schwarze | |
Mention that ASN1_OBJECT_free(NULL) is OK. | |||
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 | |
the rollback tarball anyway but that's impractical if the new bsd does not boot ;-)). While here, make sure /bsd actually exists before saving it. | |||
2016-11-10 | update reference to the RFC now numbered 7606 | Peter Hessler | |
reminded by jmc@ | |||
2016-11-10 | properly check if large-community was set before | Peter Hessler | |
reported by Job Snijders |