Age | Commit message (Expand) | Author |
2017-08-10 | With a CTF kernel, DDB's print command will now pretty-print symbols. | Martin Pieuchot |
2017-08-10 | Move the solock()/sounlock() dance outside of sobind(). | Martin Pieuchot |
2017-08-10 | Make rw_enter() always succeed after a panic. | Martin Pieuchot |
2017-08-10 | don't have cu try to open '/dev', instead check if there's a valid tty | Jasper Lievisse Adriaanse |
2017-08-10 | No need to handle multiple routing messages here. | Jeremie Courreges-Anglas |
2017-08-10 | the userland crypto interface died long ago, can clean up the header | Ted Unangst |
2017-08-10 | A missing break in vxlan_sockaddr_cmp() could eventually trick an | Reyk Floeter |
2017-08-10 | Add a tls_config_set_ecdhecurves() function to libtls, which allows the | Joel Sing |
2017-08-10 | Prevent an unlikely resource leak | Mike Belopuhov |
2017-08-10 | sector_count is uninitialized if the SCSI cmdlen is not 6, 10, 12 or | Reyk Floeter |
2017-08-10 | Fix copy-paste error in the error path of vio_alloc_mem() that checked | Reyk Floeter |
2017-08-10 | Add missing comma that caused a concatenated string. Fixes printing of | Reyk Floeter |
2017-08-10 | document use of del as short form for delete, from jca | Sebastian Benoit |
2017-08-10 | convert source code frequencies to match those in the man page | Ted Unangst |
2017-08-10 | Correct the upper bound for the command size before the passthrough | Mike Belopuhov |
2017-08-10 | Clean up the EC key/curve configuration handling. | Joel Sing |
2017-08-10 | Add IMSG_SET_RESOLV_CONF and keep the cached contents | Kenneth R Westerback |
2017-08-10 | Buffer size for the SCSI vendor string should be 8 char long | Mike Belopuhov |
2017-08-10 | vmd: partially back out a change committed yesterday regarding guest | Mike Larkin |
2017-08-10 | Treat backspace as printable in sanitize() for non-UTF8 locales. | Todd C. Miller |
2017-08-10 | whitespace | Mike Larkin |
2017-08-10 | Objective-C has been removed from base, do not test whether compiling | Alexander Bluhm |
2017-08-10 | Fixup upper bound for the completion descriptor identifier | Mike Belopuhov |
2017-08-10 | The socket field so_proto can never be NULL. Remove the checks. | Alexander Bluhm |
2017-08-10 | The caller of sobind() has to free the name mbuf. Plug a mbuf leak | Alexander Bluhm |
2017-08-10 | Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 fro... | mortimer |
2017-08-10 | autodetect AF when setting inet6 default route | Sebastian Benoit |
2017-08-10 | Pledge snmpctl. Ok jca@, tb@ | rob |
2017-08-10 | Fix a comment and line length. Noted by Dennis fondras. | Sebastian Benoit |
2017-08-10 | Fail if unknown type of an address family was specified | Mike Belopuhov |
2017-08-10 | Power off all codecs on shutdown to eliminate static noise in speakers | Theo Buehler |
2017-08-10 | Deactivate the device if I/O fails in attach. | Martin Pieuchot |
2017-08-10 | Remove a leftover bit that was dereferencing an uninitialized pointer | Mike Belopuhov |
2017-08-10 | first draft of tests for newlocale(3), duplocale(3), uselocale(3) | Ingo Schwarze |
2017-08-10 | Avoid possible NULL pointer dereference on fuseioctl() | Ricardo Mestre |
2017-08-10 | Remove KOI8 lines after 5.9 is out. | Theo Buehler |
2017-08-10 | replace memcpy() with assignements where the type is the same. | Sebastian Benoit |
2017-08-10 | Add glue for passing through file+line when WITNESS is enabled | Philip Guenther |
2017-08-10 | handle extended communities in bgpctl. | Sebastian Benoit |
2017-08-10 | allow "del" in addition to "delete" | Sebastian Benoit |
2017-08-10 | fix typo in comment | Philip Guenther |
2017-08-10 | ___errno (three underbars) is long gone | Philip Guenther |
2017-08-10 | Use "! cmd" for commands that are expected to fail. | Martin Pieuchot |
2017-08-10 | Test that 'route change' has no effect on a RTF_LOCAL route. | Martin Pieuchot |
2017-08-10 | Do not invalidate ND for local routes, make it consistent like ARP. | Alexander Bluhm |
2017-08-10 | Prevent userland to modify RTF_LOCAL route entries. | Martin Pieuchot |
2017-08-10 | Remove some case statements which have been compiled out since 2000. | Frederic Cambus |
2017-08-10 | icmp_mtudisc() might be called by TCP even on loopback after a | Alexander Bluhm |
2017-08-09 | Pull out the code that identifies if we have an ECC cipher in the cipher | Joel Sing |
2017-08-09 | vmd: allow guest PCI interrupt line reassignment. | Mike Larkin |