Age | Commit message (Expand) | Author |
2001-11-05 | more signal marks, and some syslog_r in handlers | Theo de Raadt |
2001-11-02 | _exit() in signal handler | Theo de Raadt |
2001-10-30 | rstat_timeval is not the same as timeval | Theo de Raadt |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-10-10 | fix multi-line contunuations - ok deraadt@ | Bob Beck |
2001-10-10 | ftp-chroot variable is documented in this man page, not login.conf(5) | Todd C. Miller |
2001-10-02 | as is aleady closed and freed by auth_userresponse, ok millert@ | Peter Stromberg |
2001-10-02 | o Remove #if{,n}def BSD stuff | Todd C. Miller |
2001-09-29 | Change method of determining object type, does better bounds checking, | Dale Rahn |
2001-09-27 | Local symbols don't need to have a name. Don't barf on them. | Artur Grabowski |
2001-09-26 | 'loff' shouldn't be const (at least not on sparc64) | Jason Wright |
2001-09-26 | Build ld.so on sparc64. | Artur Grabowski |
2001-09-26 | Some juggling to simplify the code and some missing code. | Artur Grabowski |
2001-09-26 | Lazy binding. Parts from NetBSD. | Artur Grabowski |
2001-09-26 | Implement COPY relocations. | Artur Grabowski |
2001-09-26 | Code for PLT relocations. From NetBSD. | Artur Grabowski |
2001-09-26 | Adapt to Elf_Word change. | Artur Grabowski |
2001-09-25 | Slight cleanup on ld.so tests, link with rpath built in, so that running | Dale Rahn |
2001-09-25 | Duh! if we go through the hassle of looking up a symbol it might | Artur Grabowski |
2001-09-25 | Borrow a big chunk of code from the NetBSD ld.elf_so to do all the | Artur Grabowski |
2001-09-25 | Cleaner hash bucket init and some KNF. | Artur Grabowski |
2001-09-25 | Zero out dl_data before populating it. | Artur Grabowski |
2001-09-25 | Do mmap the right way. | Artur Grabowski |
2001-09-25 | Another attempt at getting this right. This time, play safe. | Artur Grabowski |
2001-09-24 | Some cleanup. | Artur Grabowski |
2001-09-24 | Some voodoo for bootstrapping sparc64. | Artur Grabowski |
2001-09-24 | Get the bootstrapping right. | Artur Grabowski |
2001-09-24 | Proper RELOC_RELA for bootstrap. | Artur Grabowski |
2001-09-24 | sparc64 needs slightly different flags. | Artur Grabowski |
2001-09-24 | Adapt to _dl_boot_bind change. | Artur Grabowski |
2001-09-24 | API change between asm code and _dl_boot_bind(). Simply and | Dale Rahn |
2001-09-24 | dl_data is at the start of the stack, not after env. load loff. | Artur Grabowski |
2001-09-23 | pass appropriate compilation flags for sparc64. needs to be compiled PIC. | Dale Rahn |
2001-09-23 | add munmap syscall | Dale Rahn |
2001-09-22 | Upon futher contemplation, the notion of unmaphints is just wrong. | Dale Rahn |
2001-09-22 | Do not check for ':' twice, otherwise the rpath loses the first character | Dale Rahn |
2001-09-22 | The unmaphints routine should not destroy the hint mapping. | Dale Rahn |
2001-09-21 | Drop privs to named group, not group with same name as user. | Bob Beck |
2001-09-21 | partially done... committing so other folks don't have to repeat some of the ... | Jason Wright |
2001-09-21 | Stolen from alpha. | Jason Wright |
2001-09-21 | first whack at ldasm.S... this will not work yet (partially based on NetBSD, | Jason Wright |
2001-09-19 | some signal race whacking | Theo de Raadt |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-09-15 | Some cleanup in loader.c, initialize the symbol pointer with NULL, | Dale Rahn |
2001-09-15 | IPv6 support from Ryan McBride (mcbride@countersiege.com) | Mike Frantzen |
2001-09-11 | krb5 before krb4 to please the linker | Jason Wright |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-09-05 | -Make ftp-proxy drop privs to user "proxy" by default. | Bob Beck |
2001-09-05 | Add SIGPIPE to the list of signals we catch and unlock/exit on. | Todd C. Miller |