Age | Commit message (Expand) | Author |
2016-05-23 | More fixes from miod | Philip Guenther |
2016-05-23 | Include SYS.h instead of DEFS.h now that this does a direct syscall | Philip Guenther |
2016-05-23 | Major bump for the removal of the various locale, ruserok, and | Philip Guenther |
2016-05-23 | Add XOR cookies for rp and sp. Switch from calling obsolete | Philip Guenther |
2016-05-23 | Make _fwalk and _cleanup completely internal to libc | Philip Guenther |
2016-05-23 | Stop supporting longjmperror(); it's not used, not portable, and the checks | Philip Guenther |
2016-05-23 | Remove iruserok(_sa)? and __ivaliduser(sa)? | Philip Guenther |
2016-05-23 | Eliminate __check_rhosts_file and __rcmd_errstr: they were only used by | Philip Guenther |
2016-05-23 | Stop exposing <sys/localedef.h> and various symbols internal to the libc | Philip Guenther |
2016-05-22 | Add XOR cookies for r1 (stack) and lr. Switch from calling obsolete | Philip Guenther |
2016-05-22 | Improve modularization at the chared/read boundary, no functional change. | Ingo Schwarze |
2016-05-22 | Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archs | Philip Guenther |
2016-05-22 | Document el_wpush(3) and fix the description of el_push(3). | Ingo Schwarze |
2016-05-22 | Make amaps use less kernel memory | Stefan Kempf |
2016-05-22 | Oh right, actually delete this now that __cerror is unused | Philip Guenther |
2016-05-21 | Simple sync with NetBSD, mostly to avoid confusion of arguments and | Ingo Schwarze |
2016-05-21 | Fix the prototype used by EL_GETCFN, mention the associated typedef name, | Ingo Schwarze |
2016-05-20 | Fix a short-read bug in the previous version of asn1_d2i_read_bio | Brent Cook |
2016-05-20 | Move the declaration of the function pointer type el_rfunc_t | Ingo Schwarze |
2016-05-20 | Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary in | Philip Guenther |
2016-05-19 | no more v6only; | Jason McIntyre |
2016-05-19 | Add ASM_NOERR for syscalls that never fail and thus don't need the errno | Philip Guenther |
2016-05-18 | Save and restore 'gbr' register when enter/leaving the kernel, and use | Philip Guenther |
2016-05-18 | update links; from ray | Jason McIntyre |
2016-05-18 | Reduce quadruple negation to double negation; | Ingo Schwarze |
2016-05-18 | Remove obsolete caveat. OK deraadt@ | Todd C. Miller |
2016-05-17 | Fix a one-byte buffer underflow (read access only). | Ingo Schwarze |
2016-05-16 | ...and delete the GP setup. Should have been in previous commit | Philip Guenther |
2016-05-16 | Eliminate cerror: use PAL_rdunique to get the TCB address directly | Philip Guenther |
2016-05-15 | Add END() to match ENTRY() macros | Philip Guenther |
2016-05-15 | TIB conversion is complete, so set errno in the syscall stub and eliminate | Philip Guenther |
2016-05-14 | Revert previous commit. Converting bcopy into memcpy is never safe when | Mark Kettenis |
2016-05-13 | remove extra argument; from rafael neves | Jason McIntyre |
2016-05-13 | re-add the check we have in revision 1.12. | Remi Pointel |
2016-05-12 | more hppa64 cleaning | Theo de Raadt |
2016-05-12 | Using a 3-word buffer in the openbsd.randomdata segment, XOR swizzle | Theo de Raadt |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-11 | Add RETURN VALUES section and .Xr to memmem(3). | Ingo Schwarze |
2016-05-11 | convert bcopy to memcpy. ok dlg millert | Ted Unangst |
2016-05-10 | Enable separate compilation while keeping internal interfaces hidden. | Ingo Schwarze |
2016-05-10 | Fix next_history() and previous_history(): | Ingo Schwarze |
2016-05-10 | Fix history_get(): | Ingo Schwarze |
2016-05-10 | Oops: the caching of TCB address in single-threaded processes on archs with | Philip Guenther |
2016-05-09 | libc stub is gone, so update the description to cover the remaining use | Philip Guenther |
2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2016-05-09 | update libexpat to 2.1.1. | Remi Pointel |
2016-05-09 | Stop using sigreturn for longjmp, just set the signal mask and return | Philip Guenther |
2016-05-09 | Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in | Mark Kettenis |
2016-05-09 | Fix mangled function signatures. | Joel Sing |