summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Install a bunch more of OpenSSL manpages. ok deraadt@jca2013-12-231-1/+49
* remove unneeded check for null context. ok deraadt gilles millerttedu2013-12-221-9/+1
* tweak commenttedu2013-12-221-3/+3
* - replaces "audio stream" by "audio device", as sndio is a deviceratchov2013-12-221-73/+55
* Add support for truncate in fuse.syl2013-12-201-1/+9
* Fix typo, allow hppa64 to build a little furthertobiasu2013-12-201-2/+2
* Be less verbose when SNDIO_DEBUG=1 is set.ratchov2013-12-204-21/+21
* Reliability fix for SHA384 SSL/TLS ciphers on strict alignmentjca2013-12-192-2/+16
* fix double word error;jmc2013-12-191-2/+2
* Split out strncpy and strncat from strcpy and strcat manuals.millert2013-12-195-168/+308
* pseudo-code corrections from Solar Designer <solar@openwall.com>deraadt2013-12-191-4/+4
* Provide a random stackgrap on pthread frames. Use _STACKALIGNBYTES toderaadt2013-12-181-5/+15
* The termios.h bits were missing from the initial commit.millert2013-12-171-4/+3
* fix build; from deraadt@naddy2013-12-171-1/+2
* crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_preallocderaadt2013-12-171-1/+1
* inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darkerderaadt2013-12-172-100/+4
* f_prealloc() goes away. Comment from the original source file:deraadt2013-12-171-24/+1
* Add tcgetsid() now that it is in POSIX base. Man page adapted frommillert2013-12-173-3/+118
* define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined.jasper2013-12-171-1/+3
* Remove struct ttysize which was introduced for compatibility withnaddy2013-12-131-6/+6
* POSIX no longer requires sys/types.h be included to get the pid_tmillert2013-12-122-6/+4
* Fix static linking of libpthread: have crt0 invoke __init_tcb() if it'sguenther2013-12-123-8/+41
* revert to return EPERM for sem_init pshared until it really workstedu2013-12-111-4/+10
* Disable the USE_OLD_TTY hack that re-encoded termios Bnnn speedsnaddy2013-12-104-11/+11
* Remove an attempt to free a non-heap object.syl2013-12-101-3/+3
* Fix issues with dirent returning junk due to removal of bzero in version 1.14.beck2013-12-091-4/+5
* Reduce the random name length when sem_init is called with psharedfgsch2013-12-081-2/+2
* no more regexp(3), so point to regex(3);jmc2013-12-051-3/+3
* no more stty(3), so point to tty(4);jmc2013-12-051-3/+3
* express final disapproval of the interfaces in libcompat, such asderaadt2013-12-0425-3164/+4
* tweak from deraadt;jmc2013-12-041-2/+2
* update BUGS to reflect previous; as advised byjmc2013-12-041-4/+3
* correct frame handlingderaadt2013-12-041-8/+3
* Remove string.h dependency from sys/select.h; from FreeBSD, tweakednaddy2013-12-031-6/+3
* Does not append a NUL character to buf in readlink(2).syl2013-12-031-3/+14
* Add support for FBT_RECLAIM that allow us to free the representationsyl2013-12-033-3/+56
* Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther2013-12-0342-1775/+605
* timeb.h has not been used foreverderaadt2013-12-031-2/+1
* do not need sgttyb.h anymore; ok millertderaadt2013-12-031-2/+1
* CIRCLEQ begone.krw2013-12-021-22/+21
* mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.guenther2013-12-014-17/+5
* Eliminate references to the basep argument which was removed in theguenther2013-12-011-12/+8
* fairly simple unsigned char casts for ctypederaadt2013-11-2911-38/+41
* Don't try to reuse _initial_thread in the fork() wrapper, as theguenther2013-11-294-14/+17
* The print() routine here can be passed at least some of the non-charactersguenther2013-11-281-6/+17
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-263-10/+10
* unsigned char cast for ctype; ok guentherderaadt2013-11-261-2/+2
* Remove unused var and include. Fix errno values as per spec.fgsch2013-11-261-44/+37
* unsigned char changes for ctypederaadt2013-11-251-10/+11
* use an unsigned char instead, to avoid lots of castsderaadt2013-11-251-2/+2