Age | Commit message (Expand) | Author |
2014-05-14 | wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only, | Alexandr Shadchin |
2014-05-14 | let cpp do some of the work | Ted Unangst |
2014-05-14 | spell out base64 in error messages | Ted Unangst |
2014-05-14 | save some memory by reducing buffer sizes | Ted Unangst |
2014-05-14 | recode base64 hashes if necessary | Ted Unangst |
2014-05-14 | realloc like a boss, so checksum verification doesn't take minutes. | Ted Unangst |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | Joel Sing |
2014-05-14 | Sync ktable code with bgpd to fetch, store and perform lookups in | Mike Belopuhov |
2014-05-14 | Change key-table to mode-table to allow for some future work. From Keith | Nicholas Marriott |
2014-05-14 | Simplify copy lines, from Keith Amling. | Nicholas Marriott |
2014-05-14 | Now that cmdlists are reference counted, there is no need for two-step | Nicholas Marriott |
2014-05-13 | Don't allow multiple buffers with the same name, from Thomas Adam. | Nicholas Marriott |
2014-05-13 | sync some of the text of ENVIRONMENT with more(1), and cut some | Jason McIntyre |
2014-05-13 | We don't need no stinkin' 'extern long dev_bsize;'. At least not since | Kenneth R Westerback |
2014-05-13 | for non-valid combinations with `#', instead of trying to list them all, | Jason McIntyre |
2014-05-13 | - document two escape sequences as extensions in STANDARDS | Jason McIntyre |
2014-05-13 | While Rev 1.285 fixed a RB tree corruption it caused a TAILQ corruption | Claudio Jeker |
2014-05-13 | pass SA initiator not the exchange initator to sa_address(); ok mikeb@ | Markus Friedl |
2014-05-13 | various macro fixes; | Jason McIntyre |
2014-05-13 | zap trailing whitespace; | Jason McIntyre |
2014-05-13 | ohash stuff in libutil now; | Jason McIntyre |
2014-05-13 | Nuke another pointless dev_bsize variable always set to 512 and use | Kenneth R Westerback |
2014-05-13 | skip incomplete entries in /etc/hosts and /etc/networks | Eric Faurot |
2014-05-13 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-05-13 | If multiple arguments are given to new-session, new-window, | Nicholas Marriott |
2014-05-13 | Add a copy mode key binding to copy to a named buffer. From J Raynor. | Nicholas Marriott |
2014-05-13 | Add support for named buffers. If you don't name a buffer, things work | Nicholas Marriott |
2014-05-13 | Since this is limited to ffs, use ufsinfo_t instead of ino_t. | Philip Guenther |
2014-05-13 | All callers of helpfile() are #ifdef SMALL so only define that | Todd C. Miller |
2014-05-12 | Refactors "dummyrun" flag as "dryrun" with an approach similar to the one used | Andre de Oliveira |
2014-05-12 | Remove useless dev_bsize variable and use DEV_BSIZE as needed. Divide | Kenneth R Westerback |
2014-05-12 | Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (and | Miod Vallat |
2014-05-12 | Move GTT management for Sandy Bridge and up into inteldrm(4). This makes | Mark Kettenis |
2014-05-12 | these files have moved to libutil | Marc Espie |
2014-05-12 | ...better if I actually unplug it, Makefile doesn't do it | Marc Espie |
2014-05-12 | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | Miod Vallat |
2014-05-12 | sync | Todd T. Fries |
2014-05-12 | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | Miod Vallat |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-12 | no md5crypt | Ted Unangst |
2014-05-12 | remove md5crypt. | Ted Unangst |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2014-05-12 | move the ohash functions into libutil by popular demand. | Marc Espie |
2014-05-12 | tweak interface to do the right thing, after useful comments from millert@ | Marc Espie |
2014-05-12 | change to having four freelists per size, to reduce another source of | Ted Unangst |
2014-05-12 | Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messages | Kenneth R Westerback |
2014-05-12 | Keep libusbhid's HID parser in sync with the kernel one. This is mostly | Martin Pieuchot |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2014-05-12 | fix a possible double free when tls is required but not advertised by | Eric Faurot |
2014-05-12 | Fix format strings in debug code. | Mark Kettenis |