summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-05-23More fixes from miodPhilip Guenther
2016-05-23Include SYS.h instead of DEFS.h now that this does a direct syscallPhilip Guenther
2016-05-23Major bump for the removal of the various locale, ruserok, andPhilip Guenther
2016-05-23Add XOR cookies for rp and sp. Switch from calling obsoletePhilip Guenther
2016-05-23Make _fwalk and _cleanup completely internal to libcPhilip Guenther
2016-05-23Stop supporting longjmperror(); it's not used, not portable, and the checksPhilip Guenther
2016-05-23Remove iruserok(_sa)? and __ivaliduser(sa)?Philip Guenther
2016-05-23Eliminate __check_rhosts_file and __rcmd_errstr: they were only used byPhilip Guenther
2016-05-23Stop exposing <sys/localedef.h> and various symbols internal to the libcPhilip Guenther
2016-05-22Add XOR cookies for r1 (stack) and lr. Switch from calling obsoletePhilip Guenther
2016-05-22Improve modularization at the chared/read boundary, no functional change.Ingo Schwarze
2016-05-22Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archsPhilip Guenther
2016-05-22Document el_wpush(3) and fix the description of el_push(3).Ingo Schwarze
2016-05-22Make amaps use less kernel memoryStefan Kempf
2016-05-22Oh right, actually delete this now that __cerror is unusedPhilip Guenther
2016-05-21Simple sync with NetBSD, mostly to avoid confusion of arguments andIngo Schwarze
2016-05-21Fix the prototype used by EL_GETCFN, mention the associated typedef name,Ingo Schwarze
2016-05-20Fix a short-read bug in the previous version of asn1_d2i_read_bioBrent Cook
2016-05-20Move the declaration of the function pointer type el_rfunc_tIngo Schwarze
2016-05-20Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary inPhilip Guenther
2016-05-19no more v6only;Jason McIntyre
2016-05-19Add ASM_NOERR for syscalls that never fail and thus don't need the errnoPhilip Guenther
2016-05-18Save and restore 'gbr' register when enter/leaving the kernel, and usePhilip Guenther
2016-05-18update links; from rayJason McIntyre
2016-05-18Reduce quadruple negation to double negation;Ingo Schwarze
2016-05-18Remove obsolete caveat. OK deraadt@Todd C. Miller
2016-05-17Fix a one-byte buffer underflow (read access only).Ingo Schwarze
2016-05-16...and delete the GP setup. Should have been in previous commitPhilip Guenther
2016-05-16Eliminate cerror: use PAL_rdunique to get the TCB address directlyPhilip Guenther
2016-05-15Add END() to match ENTRY() macrosPhilip Guenther
2016-05-15TIB conversion is complete, so set errno in the syscall stub and eliminatePhilip Guenther
2016-05-14Revert previous commit. Converting bcopy into memcpy is never safe whenMark Kettenis
2016-05-13remove extra argument; from rafael nevesJason McIntyre
2016-05-13re-add the check we have in revision 1.12.Remi Pointel
2016-05-12more hppa64 cleaningTheo de Raadt
2016-05-12Using a 3-word buffer in the openbsd.randomdata segment, XOR swizzleTheo de Raadt
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
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