Age | Commit message (Expand) | Author |
2003-02-28 | DSAparams_print_pf() -> DSAparams_print_fp() | Cedric Berger |
2003-02-27 | missed in the math man page cleanup | Jason Wright |
2003-02-27 | Check snprintf() return value for truncation; deraadt@ OK | Todd C. Miller |
2003-02-27 | correctly check the return value of send(). fixes LOG_CONS from always | Dan Harnett |
2003-02-27 | typos; | Jason McIntyre |
2003-02-27 | Don't need to specify both __dead and __attribute__((__noreturn__)) for | Chad Loder |
2003-02-27 | another pass at cleaning | Jason Wright |
2003-02-27 | even more cleaning (and more yet to do) | Jason Wright |
2003-02-27 | final pass at *f in terms of the double precision version. | Jason Wright |
2003-02-27 | more pointing out that *f are single precision versions of the double functions. | Jason Wright |
2003-02-27 | describe *f in terms of the double precision version (more of this to come...... | Jason Wright |
2003-02-27 | english it my native language, tho you'd never know it | Jason Wright |
2003-02-27 | ieee_test isn't real, rename it to logb.3 and make everything link to that in... | Jason Wright |
2003-02-27 | A lotsa fixin' (ditched the old sin.3 in favor of cos.3 with modifications), ... | Jason Wright |
2003-02-27 | - this describes scalb not scalbn | Jason Wright |
2003-02-26 | Switch to a C version of powerpc crt0 file. easier to read. moves | Dale Rahn |
2003-02-26 | Define HAS_snprintf too; deraadt@ OK | Todd C. Miller |
2003-02-25 | typos; | Jason McIntyre |
2003-02-24 | Fix bogus inet_net_pton() translation example. | Cedric Berger |
2003-02-24 | of of | Theo de Raadt |
2003-02-24 | the the | Theo de Raadt |
2003-02-24 | need stdlib.h too | Theo de Raadt |
2003-02-23 | define HAS_vsnprintf | Theo de Raadt |
2003-02-21 | check for size < 0 when allocating memory, from openssl (-r1.34) | Markus Friedl |
2003-02-21 | one more: guid -> egid | Jason McIntyre |
2003-02-21 | typos; | Jason McIntyre |
2003-02-20 | copyrights added; | Jason McIntyre |
2003-02-20 | fix a variety of missing or wrong MLINKS | Theo de Raadt |
2003-02-19 | security fix from openssl 0.9.7a: | Markus Friedl |
2003-02-18 | indent delay slot | Jason Wright |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-17 | minor KNF | Todd C. Miller |
2003-02-17 | copyrights added; | Jason McIntyre |
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 |