Age | Commit message (Expand) | Author |
2003-02-16 | teach people about strlcpy, not strcpy | Theo de Raadt |
2003-02-14 | put my copyrights on here | Theo de Raadt |
2003-02-14 | - save and restore %fsr, too. | Jason Wright |
2003-02-14 | license clarifications; arthur_david_olson@nih.gov | Todd C. Miller |
2003-02-14 | re-stir if pid changes; markus & me | Theo de Raadt |
2003-02-14 | fix bug that would leave an FD locked if dup'd, then closed. | Marco S Hyman |
2003-02-14 | white space | Marco S Hyman |
2003-02-13 | This fixes the problem with ypxfr switching key and value on map transfer. | Mats O Jansson |
2003-02-12 | delete duplicate line; jason@ackley.net, 3090 | Theo de Raadt |
2003-02-10 | priviledged -> privileged from David Krause via Henning Brauer | Marco S Hyman |
2003-02-08 | Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous... | Jason Wright |
2003-02-07 | Don't write log message to console unless we are unable to connect to | Todd C. Miller |
2003-02-05 | AARRGGH! 2nd try, handle the case where from_fd == to_fd in _thread_fd_table... | Marco S Hyman |
2003-02-05 | handle the case where from_fd == to_fd in _thread_fd_table_dup | Marco S Hyman |
2003-02-05 | thread fd handling, part 2. Don't mung file flags until forced | Marco S Hyman |
2003-02-04 | Part 1 of thread fd handling fixes. In the new scheme fd_table_entries | Marco S Hyman |
2003-02-03 | some more functions that are (only on OpenBSD) safe in signal handlers. | Theo de Raadt |
2003-01-31 | typo | Theo de Raadt |
2003-01-31 | Replace emulated versions of setreuid() and setregid() with real syscalls. | Todd C. Miller |
2003-01-31 | stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc. | Jason Wright |
2003-01-31 | bad marc, commited crap to shut gcc up. Remove the crap. | Marco S Hyman |
2003-01-31 | we do not need that mess of -I | Theo de Raadt |
2003-01-31 | Create a siginfo_t for thread-to-thread kill. | Marco S Hyman |
2003-01-29 | Align this char array accessed as double, for paranoia reasons. | Dale Rahn |
2003-01-28 | thread safer libc (note: safer, not safe) | Marco S Hyman |
2003-01-27 | pthreads signal handling improvements. With these changes all | Marco S Hyman |
2003-01-27 | Save all floating point registers to full register sized fields, not | Dale Rahn |
2003-01-26 | save fpu context (needs optimization) | Jason Wright |
2003-01-24 | On save: | Jason Wright |
2003-01-24 | Save FPU state (unconditionally) | Jason Wright |
2003-01-24 | save and restore fp state when switching threads. This, with | Marco S Hyman |
2003-01-24 | save i386 fpu state | Marco S Hyman |
2003-01-23 | typos; | Jason McIntyre |
2003-01-23 | stubs for functions needed by the vax | Marco S Hyman |
2003-01-21 | kern.watchdog; ok mickey@ | Markus Friedl |
2003-01-21 | typos; | Jason McIntyre |
2003-01-20 | Don't reconnect to logging socket if send() returns an error and errno | Todd C. Miller |
2003-01-20 | remove libc_r mention in comment | Marco S Hyman |
2003-01-20 | remove libc_r mention in comment | Marco S Hyman |
2003-01-20 | Allow the fetching of current stack info from threaded apps. | Marco S Hyman |
2003-01-20 | comment changed to look in libpthread, not libc_r | Marco S Hyman |
2003-01-20 | bye-bye libc_r sources. | Marco S Hyman |
2003-01-20 | Use the sources that exist in sibdirs of libpthread, not libc_r | Marco S Hyman |
2003-01-19 | programs that chroot must use LOG_NDELAY; deraadt@ OK | Todd C. Miller |
2003-01-19 | return (func(...)) not needed when the current function and func | Marco S Hyman |
2003-01-19 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2003-01-18 | more typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2003-01-16 | Waiter! I asked for a working vfork! | Miod Vallat |
2003-01-16 | Alignment requirements are satisfied in ENTRY(), no need to add more here. | Miod Vallat |