Age | Commit message (Expand) | Author |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
2017-08-11 | pledge ctfconv | Jasper Lievisse Adriaanse |
2017-08-11 | Fall back using db_print_cmd() if no CTF data has been found. | Martin Pieuchot |
2017-08-11 | Fix copy pasto (Coverity CID 1452996), with this it matches the code in FreeBSD | Ricardo Mestre |
2017-08-11 | move pledge after setlocale as suggested by tb@ | Jasper Lievisse Adriaanse |
2017-08-11 | punctuation; | Jason McIntyre |
2017-08-11 | apmwarn and the ridiculous apmhalt hack sysctls are not relevant here | Ted Unangst |
2017-08-11 | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-11 | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub | Philip Guenther |
2017-08-11 | Validate sockaddr from userland in central functions. This results | Alexander Bluhm |
2017-08-11 | Check whether the first two characters of $HISTFILE are the magic | Theo Buehler |
2017-08-11 | Fix cross builds: no clang depend target, no DESTDIR on HOSTCC build | Dale Rahn |
2017-08-11 | make 'dump' mutually exclusive with writing out the data, to ease pleding | Jasper Lievisse Adriaanse |
2017-08-11 | zero out sockaddr_in before use; fixes use of stack garbage as port number | Christian Weisgerber |
2017-08-11 | Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curves | Joel Sing |
2017-08-11 | pledge ctfdump to stdio and rpath | Jasper Lievisse Adriaanse |
2017-08-11 | Don't write out resolv.conf unless the contents | Kenneth R Westerback |
2017-08-11 | Use getopts for option parsing | Philip Guenther |
2017-08-11 | Convert ssl3_send_certificate_request() to CBB. | Joel Sing |
2017-08-11 | Add regression tests for snmpd. Not hooked into regress/usr.sbin/Makefile yet. | rob |
2017-08-11 | Mention that some packages and ports don't work without the wxallowed | Ingo Schwarze |
2017-08-11 | Fix previous by calling wdc_atapi_intr_complete() before rerturning. | Martin Pieuchot |
2017-08-11 | Fix typo in SEE ALSO section. | Nayden Markatchev |
2017-08-11 | Improve pretty printing of pointers. | Martin Pieuchot |
2017-08-11 | Fix nested declaration inside union or struct. | Martin Pieuchot |
2017-08-11 | Make the "new sentence, new line" check stricter, allowing digits | Ingo Schwarze |
2017-08-11 | Typo fix. | rob |
2017-08-11 | tweak previous; | Jason McIntyre |
2017-08-11 | add a new option to set limits on user-max-sessions each AUTHENTICATION. | Kazuya Goda |
2017-08-11 | Use vmd's process rdomain via getrtable() instead of 0 by default. | Reyk Floeter |
2017-08-11 | Do not insert random name for anonymous member. | Martin Pieuchot |
2017-08-11 | display MRU each sessions in npppctl session command | Kazuya Goda |
2017-08-11 | softreconfig in and out are on by default for ever and machines now have | Claudio Jeker |
2017-08-11 | Kernel compilation with DDBPROF enabled fails as db_sym_t is no longer | Nayden Markatchev |
2017-08-11 | space after if. | Reyk Floeter |
2017-08-11 | Revision 1.139 accidentally removed an ip = mtod(), resulting in a | Reyk Floeter |
2017-08-11 | Add two EXAMPLES; triggered by a question from jmc@. | Ingo Schwarze |
2017-08-11 | - use mktemp to provide the tempfile name and clean it up properly | Jasper Lievisse Adriaanse |
2017-08-11 | Remove debugging leftovers, document functions, bump copyright. | Martin Pieuchot |
2017-08-11 | add rcs ids | Jasper Lievisse Adriaanse |
2017-08-11 | Missing break/return statement on switch case | Ricardo Mestre |
2017-08-11 | add rcs ids | Jasper Lievisse Adriaanse |
2017-08-11 | Enter ctfconv and ctfdump | Martin Pieuchot |
2017-08-11 | CVS Id and license. | Martin Pieuchot |
2017-08-11 | Import a tool for generating CTF data section (SUNW_ctf) based on DWARF | Martin Pieuchot |
2017-08-11 | Import a tool for dumping the contents of CTF data section (SUNW_ctf). | Martin Pieuchot |
2017-08-11 | Fix out-of-bounds read when looking up the flow-mod handler. | Reyk Floeter |
2017-08-11 | Set free'd tables to NULL in swofp_flow_entry_instruction_free(). | Reyk Floeter |
2017-08-11 | Priority is stored in the vlan_pcp field not in the vlan_vid field. | Reyk Floeter |
2017-08-11 | Fix copy-paste error: first check is on "target", second check is on "key". | Reyk Floeter |