summaryrefslogtreecommitdiff
path: root/src/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* update NAME and MLINKS for previous;jmc2014-05-162-5/+7
* document crypt_checkpasstedu2014-05-161-1/+14
* use $2b in the bcrypt example, ok tedusthen2014-05-161-3/+3
* stop flushing streams in abort(). it's hackish and unsafe, and no longertedu2014-05-142-21/+13
* remove md5crypt.tedu2014-05-125-195/+65
* change to having four freelists per size, to reduce another source oftedu2014-05-121-16/+20
* fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by defaultotto2014-05-101-2/+2
* Add a bit more detail about dot notation from the old inet(3) manpage.guenther2014-05-091-3/+11
* move reallocarray() to a seperate file so that -portable applicationsderaadt2014-05-083-18/+46
* comment style fixhalex2014-05-071-2/+3
* missing NULL checks to see if init is needed. found hard way by deraadt.tedu2014-05-061-3/+3
* fix stupid committedu2014-05-061-5/+5
* use explicit_bzerotedu2014-05-061-5/+5
* clear a stack buffer with explicit_bzerotedu2014-05-061-2/+2
* move chacha context and buffer out of bss and allow mmap to place themtedu2014-05-061-6/+16
* delete useless test codederaadt2014-05-041-23/+1
* now that 5.5 has been released with compatibility for 2b hashes,tedu2014-05-031-2/+2
* 1. Drop support for no minor. This variant doesn't exist anymore.tedu2014-05-031-44/+30
* tweak previous; ok sthenjmc2014-05-011-3/+3
* nibbles aren't enough random, use bytes. does a better job of pickingtedu2014-05-011-14/+14
* first cut at documenting the change to malloc doing a partial 'junk' bysthen2014-04-301-2/+7
* Implement AI_ADDRCONFIGsperreault2014-04-281-3/+14
* uses ssh these days, not rsh; ok tedujmc2014-04-241-2/+2
* remove Z option and default to something halfway to J.tedu2014-04-231-32/+22
* explain a bit more what's going on for stupid me.espie2014-04-231-1/+4
* Better, cleaner hash function that computes the same on be and le archs.otto2014-04-231-10/+8
* - one more mallocarray -> reallocarrayjmc2014-04-221-3/+3
* change mallocarray to reallocarray. useful in a few more situations.tedu2014-04-223-17/+14
* correct man page sectionderaadt2014-04-211-2/+2
* Introducing: void *mallocarray(size_t nmemb, size_t size);deraadt2014-04-213-10/+36
* Correctly document the return value of getenv(3)guenther2014-04-211-6/+8
* change some rsh references to ssh. poke by jmctedu2014-04-192-9/+9
* tweak previous;jmc2014-04-191-3/+2
* zap trailing whitespace;jmc2014-04-191-2/+2
* one small tweak to avoid ever going off the end of a string.tedu2014-04-191-4/+6
* improved checking for invalid hashes. from solar designertedu2014-04-191-6/+10
* kill a stray \deraadt2014-04-191-2/+2
* Use somewhat harsher language and better examples; demonstrate thatderaadt2014-04-194-109/+88
* Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3),guenther2014-04-194-183/+320
* remove references to rshd;jmc2014-04-182-15/+6
* print pid in error messages; ok reyk@otto2014-04-141-14/+18
* use char * for strings, saving casts. add return codes to base64 functionstedu2014-04-081-15/+26
* Add some missing names to the NAME sections.schwarze2014-04-075-15/+19
* Update Copyright notice; ok otto@ beck@ deraadt@.schwarze2014-04-031-2/+4
* I have discussed these licenses with Poul-Henning Kamp and he has agreed tobeck2014-04-031-8/+17
* Poul-Henning Kamp informed me he is allright with this licensing change.beck2014-03-251-11/+4
* oops, merge errortedu2014-03-241-2/+2
* clear stack variables, suggested by djmtedu2014-03-231-1/+4
* some improvements suggested by djm.tedu2014-03-231-4/+6
* two functions don't need to be exportedtedu2014-03-231-3/+3