summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-12-23Install a bunch more of OpenSSL manpages. ok deraadt@Jeremie Courreges-Anglas
2013-12-22remove unneeded check for null context. ok deraadt gilles millertTed Unangst
2013-12-22tweak commentTed Unangst
2013-12-22- replaces "audio stream" by "audio device", as sndio is a deviceAlexandre Ratchov
2013-12-20Add support for truncate in fuse.Sylvestre Gallon
2013-12-20Fix typo, allow hppa64 to build a little furtherTobias Ulmer
2013-12-20Be less verbose when SNDIO_DEBUG=1 is set.Alexandre Ratchov
2013-12-19Reliability fix for SHA384 SSL/TLS ciphers on strict alignmentJeremie Courreges-Anglas
2013-12-19fix double word error;Jason McIntyre
2013-12-19Split out strncpy and strncat from strcpy and strcat manuals.Todd C. Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2013-12-19pseudo-code corrections from Solar Designer <solar@openwall.com>Theo de Raadt
2013-12-18Provide a random stackgrap on pthread frames. Use _STACKALIGNBYTES toTheo de Raadt
2013-12-17The termios.h bits were missing from the initial commit.Todd C. Miller
2013-12-17fix build; from deraadt@Christian Weisgerber
2013-12-17crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_preallocTheo de Raadt
2013-12-17inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darkerTheo de Raadt
2013-12-17f_prealloc() goes away. Comment from the original source file:Theo de Raadt
2013-12-17Add tcgetsid() now that it is in POSIX base. Man page adapted fromTodd C. Miller
2013-12-17define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined.Jasper Lievisse Adriaanse
2013-12-13Remove struct ttysize which was introduced for compatibility withChristian Weisgerber
2013-12-12POSIX no longer requires sys/types.h be included to get the pid_tTodd C. Miller
2013-12-12Fix static linking of libpthread: have crt0 invoke __init_tcb() if it'sPhilip Guenther
2013-12-11revert to return EPERM for sem_init pshared until it really worksTed Unangst
2013-12-10Disable the USE_OLD_TTY hack that re-encoded termios Bnnn speedsChristian Weisgerber
2013-12-10Remove an attempt to free a non-heap object.Sylvestre Gallon
2013-12-09Fix issues with dirent returning junk due to removal of bzero in version 1.14.Bob Beck
2013-12-08Reduce the random name length when sem_init is called with psharedFederico G. Schwindt
2013-12-05no more regexp(3), so point to regex(3);Jason McIntyre
2013-12-05no more stty(3), so point to tty(4);Jason McIntyre
2013-12-04express final disapproval of the interfaces in libcompat, such asTheo de Raadt
2013-12-04tweak from deraadt;Jason McIntyre
2013-12-04update BUGS to reflect previous; as advised byJason McIntyre
2013-12-04correct frame handlingTheo de Raadt
2013-12-03Remove string.h dependency from sys/select.h; from FreeBSD, tweakedChristian Weisgerber
2013-12-03Does not append a NUL character to buf in readlink(2).Sylvestre Gallon
2013-12-03Add support for FBT_RECLAIM that allow us to free the representationSylvestre Gallon
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2013-12-03timeb.h has not been used foreverTheo de Raadt
2013-12-03do not need sgttyb.h anymore; ok millertTheo de Raadt
2013-12-02CIRCLEQ begone.Kenneth R Westerback
2013-12-01mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.Philip Guenther
2013-12-01Eliminate references to the basep argument which was removed in thePhilip Guenther
2013-11-29fairly simple unsigned char casts for ctypeTheo de Raadt
2013-11-29Don't try to reuse _initial_thread in the fork() wrapper, as thePhilip Guenther
2013-11-28The print() routine here can be passed at least some of the non-charactersPhilip Guenther
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-26unsigned char cast for ctype; ok guentherTheo de Raadt
2013-11-26Remove unused var and include. Fix errno values as per spec.Federico G. Schwindt