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