summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-08-10Fix style(9) and whitespace.Joel Sing
2019-08-10More style(9) and whitespace.Joel Sing
2019-08-10More style(9), whitespace and readability fixes.Joel Sing
2019-08-10First pass at style(9).Joel Sing
2019-08-10Fix includes for non-installed headers.Joel Sing
2019-08-10Include cms.h instead of cmserr.h.Joel Sing
2019-08-10Add $OpenBSD$ tag.Joel Sing
2019-08-10Restore the per-file license for cms.h.Joel Sing
2019-08-10Provide cms.h.Joel Sing
2019-08-10Add $OpenBSD$ tags.Joel Sing
2019-08-10Restore the original per-file licenses for CMS.Joel Sing
2019-08-10Work towards supporting Cryptographic Message Syntax (CMS) in libcrypto.Joel Sing
2019-08-09Move the "data object size changes" into the "Dynamic export changes"Philip Guenther
2019-08-07Report changes in the size of data symbols, which require a major bumpPhilip Guenther
2019-08-07Initialize the line buffer by zero when allocation. This fixes theYASUOKA Masahiko
2019-08-05Don't use a 0 element to determine the end of an OID when comparing twoMartijn van Duren
2019-08-05There's no reason why the first digit of an OID can't be 0.Martijn van Duren
2019-07-29correct mispellings of EACCES; from Kris KatterjohnTheo de Raadt
2019-07-26Replace cross-references to sigvec(3) with sigaction(2).Todd C. Miller
2019-07-25Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thingIngo Schwarze
2019-07-25basic macro cleanupIngo Schwarze
2019-07-25Show unveil(2) violators in lastcomm(1) output and daily mail.Alexander Bluhm
2019-07-23Fix comment typo; from OpenSSH PortableDarren Tucker
2019-07-22implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocolRobert Nagy
2019-07-19Update POSIX reference to the 2008 version and correct the list ofIngo Schwarze
2019-07-19add "slow" to the list of ethernet protocol names.David Gwynne
2019-07-18obvious bugfix: if the queue is removed while message transmission isIngo Schwarze
2019-07-18add STANDARDS, improve HISTORY, and basic macro cleanup:Ingo Schwarze
2019-07-18State that mtype < 1 causes EINVAL as required by POSIXIngo Schwarze
2019-07-14Unlike gas, clang's assembler complains about duplicate symbol assignments.Philip Guenther
2019-07-13explain the acronym "CRT"; suggested by tb@Ingo Schwarze
2019-07-12Add affinity between the program and its mixer control.Alexandre Ratchov
2019-07-11Using pthread_atfork instead of __register_atfork with uClibc on noMMUKinichiro Inoguchi
2019-07-09Group tls_{handshake,read,write,close}() return values documentation.Joel Sing
2019-07-08fix typo: RCF -> RFCTheo Buehler
2019-07-08Get rid of an old convention of wrapping preprocessor constants in curlyanton
2019-07-08Clean up pvkfmt.cKinichiro Inoguchi
2019-07-07Fix pvk format processing in libcryptoKinichiro Inoguchi
2019-07-05Add forgotten copyright notice, found by Jason Thorpe <thorpej at me.com>.Alexandre Ratchov
2019-07-05improve verb-tense for explaining the calling convention of __Theo de Raadt
2019-07-05The last consumer of pre-posix realpath behaviour has stoppedTheo de Raadt
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-07-02Add cpuid support for arm64 so that we can recognize whichPatrick Wildt
2019-07-02The "always hint that getpw operation is happening with access() the YPTheo de Raadt
2019-07-01kevent(2): remove 24hr timeout limitcheloha
2019-07-01Need to compile rcrt0.o with -fno-jump-tables on powerpc as well.Mark Kettenis
2019-06-30tweak previous; ok guentherJason McIntyre
2019-06-29Document that getcwd() and realpath() are built on system calls thatPhilip Guenther
2019-06-29two more syscall == -1 checksTheo de Raadt
2019-06-29Check if syscalls return -1 instead of any negative value.Alexandre Ratchov