Age | Commit message (Expand) | Author |
2003-03-10 | add some notes about nosuid mounted file systems. suggested by deraadt@ | Ted Unangst |
2003-03-10 | duplicate words and spelling fixes in comments | David Krause |
2003-03-07 | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | Jun-ichiro itojun Hagino |
2003-03-07 | spelling errors/typos | David Krause |
2003-03-06 | no GNU allowed here | Theo de Raadt |
2003-03-06 | remove garbage | Theo de Raadt |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | .Xr's; | Jason McIntyre |
2003-03-06 | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | Kjell Wooding |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-03-05 | jmc wrote a combination man page that covers all openssl(1) functionality, | Theo de Raadt |
2003-03-04 | missing #include in SYNOPSIS, found by Daniel Lucq | Henning Brauer |
2003-03-04 | strlcpy, check retval from sprintf | Jun-ichiro itojun Hagino |
2003-03-04 | s/strncpy/strlcpy/ | Jun-ichiro itojun Hagino |
2003-03-03 | in the handler, block signals handlers as soon as possible; ok miod millert | Theo de Raadt |
2003-03-01 | Use mdoc strings for !=, +-, >= and <= | Todd C. Miller |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |
2003-02-28 | typos; | Jason McIntyre |
2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. | Todd C. Miller |
2003-02-28 | .Xr the right pages | Jason Wright |
2003-02-28 | No need to waffle this much... s/roughly like/roughly | Jason Wright |
2003-02-28 | mention single precision versions | Jason Wright |
2003-02-28 | Convert to mdoc and make some very minor updates. Someone with libm clues | Todd C. Miller |
2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash | Theo de Raadt |
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 |