summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-02-26Switch to a C version of powerpc crt0 file. easier to read. movesDale Rahn
2003-02-26Define HAS_snprintf too; deraadt@ OKTodd C. Miller
2003-02-25typos;Jason McIntyre
2003-02-24Fix bogus inet_net_pton() translation example.Cedric Berger
2003-02-24of ofTheo de Raadt
2003-02-24the theTheo de Raadt
2003-02-24need stdlib.h tooTheo de Raadt
2003-02-23define HAS_vsnprintfTheo de Raadt
2003-02-21check for size < 0 when allocating memory, from openssl (-r1.34)Markus Friedl
2003-02-21one more: guid -> egidJason McIntyre
2003-02-21typos;Jason McIntyre
2003-02-20copyrights added;Jason McIntyre
2003-02-20fix a variety of missing or wrong MLINKSTheo de Raadt
2003-02-19security fix from openssl 0.9.7a:Markus Friedl
2003-02-18indent delay slotJason Wright
2003-02-18intial -> initial;Jason McIntyre
2003-02-18copyrights added;Jason McIntyre
2003-02-18copyrights added;Jason McIntyre
2003-02-17minor KNFTodd C. Miller
2003-02-17copyrights added;Jason McIntyre
2003-02-16teach people about strlcpy, not strcpyTheo de Raadt
2003-02-14put my copyrights on hereTheo de Raadt
2003-02-14- save and restore %fsr, too.Jason Wright
2003-02-14license clarifications; arthur_david_olson@nih.govTodd C. Miller
2003-02-14re-stir if pid changes; markus & meTheo de Raadt
2003-02-14fix bug that would leave an FD locked if dup'd, then closed.Marco S Hyman
2003-02-14white spaceMarco S Hyman
2003-02-13This fixes the problem with ypxfr switching key and value on map transfer.Mats O Jansson
2003-02-12delete duplicate line; jason@ackley.net, 3090Theo de Raadt
2003-02-10priviledged -> privileged from David Krause via Henning BrauerMarco S Hyman
2003-02-08Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous...Jason Wright
2003-02-07Don't write log message to console unless we are unable to connect toTodd C. Miller
2003-02-05AARRGGH! 2nd try, handle the case where from_fd == to_fd in _thread_fd_table...Marco S Hyman
2003-02-05handle the case where from_fd == to_fd in _thread_fd_table_dupMarco S Hyman
2003-02-05thread fd handling, part 2. Don't mung file flags until forcedMarco S Hyman
2003-02-04Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesMarco S Hyman
2003-02-03some more functions that are (only on OpenBSD) safe in signal handlers.Theo de Raadt
2003-01-31typoTheo de Raadt
2003-01-31Replace emulated versions of setreuid() and setregid() with real syscalls.Todd C. Miller
2003-01-31stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc.Jason Wright
2003-01-31bad marc, commited crap to shut gcc up. Remove the crap.Marco S Hyman
2003-01-31we do not need that mess of -ITheo de Raadt
2003-01-31Create a siginfo_t for thread-to-thread kill.Marco S Hyman
2003-01-29Align this char array accessed as double, for paranoia reasons.Dale Rahn
2003-01-28thread safer libc (note: safer, not safe)Marco S Hyman
2003-01-27pthreads signal handling improvements. With these changes allMarco S Hyman
2003-01-27Save all floating point registers to full register sized fields, notDale Rahn
2003-01-26save fpu context (needs optimization)Jason Wright
2003-01-24On save:Jason Wright
2003-01-24Save FPU state (unconditionally)Jason Wright