summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-03-11files with dead .Xr's;Jason McIntyre
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
2003-03-10add some notes about nosuid mounted file systems. suggested by deraadt@Ted Unangst
ok deraadt@ millert@
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2003-03-07signed/unsigned mixup. KAME PR 469 by Olivier Courtay.Jun-ichiro itojun Hagino
2003-03-07spelling errors/typosDavid Krause
ok jmc@
2003-03-06no GNU allowed hereTheo de Raadt
2003-03-06remove garbageTheo de Raadt
2003-03-06.Xr typos;Jason McIntyre
2003-03-06.Xr typos;Jason McIntyre
ok deraadt@
2003-03-06.Xr typos;Jason McIntyre
ok deraadt@
2003-03-06.Xr's;Jason McIntyre
typos in man page section ok deraadt@
2003-03-06Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons)Kjell Wooding
ok millert
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-03-05jmc wrote a combination man page that covers all openssl(1) functionality,Theo de Raadt
based on the pod files from openssl. This may need by-hand updating once in a while, but at least now people can read a real man page instead of the mess that the openssl team provides us with.
2003-03-04missing #include in SYNOPSIS, found by Daniel LucqHenning Brauer
ok millert@
2003-03-04strlcpy, check retval from sprintfJun-ichiro itojun Hagino
2003-03-04s/strncpy/strlcpy/Jun-ichiro itojun Hagino
2003-03-03in the handler, block signals handlers as soon as possible; ok miod millertTheo de Raadt
2003-03-01Use mdoc strings for !=, +-, >= and <=Todd C. Miller
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
ok millert@
2003-02-28typos;Jason McIntyre
reboot(2), sigaction(2): help and ok millert@
2003-02-28Use int32_t, not long since this deals with 32bit quantities.Todd C. Miller
Inspired by a change in NetBSD and reported by Jan Johansson.
2003-02-28.Xr the right pagesJason Wright
2003-02-28No need to waffle this much... s/roughly like/roughlyJason Wright
2003-02-28mention single precision versionsJason Wright
2003-02-28Convert to mdoc and make some very minor updates. Someone with libm cluesTodd C. Miller
could do a lot of good here.
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashTheo de Raadt
does not make propolice reporting ineffective; millert miod ok
2003-02-28DSAparams_print_pf() -> DSAparams_print_fp()Cedric Berger
ok deraadt@
2003-02-27missed in the math man page cleanupJason Wright
2003-02-27Check snprintf() return value for truncation; deraadt@ OKTodd C. Miller
2003-02-27correctly check the return value of send(). fixes LOG_CONS from alwaysDan Harnett
logging to the console. ok millert@
2003-02-27typos;Jason McIntyre
2003-02-27Don't need to specify both __dead and __attribute__((__noreturn__)) forChad Loder
pthread_exit prototype. Replace with just __dead. OK millert@, marc@
2003-02-27another pass at cleaningJason Wright
2003-02-27even more cleaning (and more yet to do)Jason Wright
2003-02-27final pass at *f in terms of the double precision version.Jason Wright
2003-02-27more pointing out that *f are single precision versions of the double functions.Jason Wright
2003-02-27describe *f in terms of the double precision version (more of this to ↵Jason Wright
come... after dinner).
2003-02-27english it my native language, tho you'd never know itJason Wright
2003-02-27ieee_test isn't real, rename it to logb.3 and make everything link to that ↵Jason Wright
instead.
2003-02-27A lotsa fixin' (ditched the old sin.3 in favor of cos.3 with modifications), ↵Jason Wright
etc.
2003-02-27- this describes scalb not scalbnJason Wright
- mention the *f forms are single precision forms of the *[^f] forms
2003-02-26Switch to a C version of powerpc crt0 file. easier to read. movesDale Rahn
_progname storage into data instead of stack.
2003-02-26Define HAS_snprintf too; deraadt@ OKTodd C. Miller
2003-02-25typos;Jason McIntyre
intro(2): help deraadt@
2003-02-24Fix bogus inet_net_pton() translation example.Cedric Berger
ok henning@
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