summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-05-11Add RETURN VALUES section and .Xr to memmem(3).Ingo Schwarze
2016-05-11convert bcopy to memcpy. ok dlg millertTed Unangst
2016-05-10Enable separate compilation while keeping internal interfaces hidden.Ingo Schwarze
2016-05-10Fix next_history() and previous_history():Ingo Schwarze
2016-05-10Fix history_get():Ingo Schwarze
2016-05-10Oops: the caching of TCB address in single-threaded processes on archs withPhilip Guenther
2016-05-09libc stub is gone, so update the description to cover the remaining usePhilip Guenther
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubPhilip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2016-05-09update libexpat to 2.1.1.Remi Pointel
2016-05-09Stop using sigreturn for longjmp, just set the signal mask and returnPhilip Guenther
2016-05-09Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as inMark Kettenis
2016-05-09Fix mangled function signatures.Joel Sing
2016-05-09Fix stifle_history(): Remove excessive entries, if any.Ingo Schwarze
2016-05-09remove mention of dbm(3) and surrounding cruft; ok jmc@Christian Weisgerber
2016-05-08Implement longjmp directly and not on top of sigreturn.Philip Guenther
2016-05-08No, sigaltstack's onstack flag shouldn't be saved. Delete commentPhilip Guenther
2016-05-08Hide __fpu_* and make internal _Qp_* calls go direct.Philip Guenther
2016-05-08Simplify sig{set,long}jmp(): just Do The Job instead of calling othersPhilip Guenther
2016-05-08Change where_history() to agree with the GNU implementation:Ingo Schwarze
2016-05-08Make the history_set_pos() return values agree with the GNU implementation.Ingo Schwarze
2016-05-08Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested byMartin Natano
2016-05-07Unexport sigreturn. Nobody should use it anymore, and it will be removedMark Kettenis
2016-05-07remove more dbm piecesChristian Weisgerber
2016-05-07remove ancient dbm functions (ndbm remains). nothing uses them in forever.Ted Unangst
2016-05-07stop opening the shadow database by default. only programs that request itTed Unangst
2016-05-07Avoid a transient PLT entry for the internal __getcwd syscall stub forPhilip Guenther
2016-05-07Declare moncontrol(3) APIs in <sys/gmon.h>Philip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-05-06typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD)Ingo Schwarze
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"Ingo Schwarze
2016-05-04fix for integer overflow in encode and encrypt update functions.Ted Unangst
2016-05-04fix a padding oracle in aesni cbc mac check. there must be enough dataTed Unangst
2016-05-04internal only negative types should not be handled here.Ted Unangst
2016-05-04be careful about consuming excessive memory by reading in chunks.Ted Unangst
2016-05-04revert the big change from yesterday to prepare for smaller commits.Ted Unangst
2016-05-04Remove old cruft.Vadim Zhukov
2016-05-04Add ERRORS section (requested by bluhm@). While there, move start ofVadim Zhukov
2016-05-04Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl andVadim Zhukov
2016-05-03prefer limits.h over sys/limits.hBrent Cook
2016-05-03patch from openssl for multiple issues:Ted Unangst
2016-05-03Combine help.h and help.c into a simplified help.hIngo Schwarze
2016-05-03The files editline.c, historyn.c, and tokenizern.c are completelyIngo Schwarze
2016-05-03Move to /dev/bpf; ok lteoMartin Natano
2016-05-02Remove a vax remnant (that was really a no-op anyway).Todd C. Miller
2016-05-01Remove old NeXT-specific cruft. From mmcc@Todd C. Miller
2016-04-28Don't add setjmp.S twice.Mark Kettenis
2016-04-28spelling fix;Jason McIntyre
2016-04-28Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbolJoel Sing
2016-04-28Factor our the keypair handling in libtls. This results in more readableJoel Sing