Age | Commit message (Expand) | Author |
2002-12-16 | typo; torh@bogus.net | Markus Friedl |
2002-12-15 | Casting to unsigned int in isfoo() causes problems on alpha and | Todd C. Miller |
2002-12-15 | more writeable -> writable by torh | Henning Brauer |
2002-12-14 | Instead of doing "if (c == EOF) return 0;" use the hook ('?') operator | Todd C. Miller |
2002-12-13 | Less stupid check for 7-bit ascii in toupper/tolower | Todd C. Miller |
2002-12-13 | Cast to unsigned int, not unsigned char, since what is being cast is an | Todd C. Miller |
2002-12-12 | use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_t | Marco S Hyman |
2002-12-11 | add a debugging function not normally called | Marco S Hyman |
2002-12-11 | Convert ctype.h macros into inline functions. This fixes the issues we | Todd C. Miller |
2002-12-11 | Make x_handy in XDR u_int, not int since there are places in the | Todd C. Miller |
2002-12-10 | use proper __findenv() prototype; millert@ ok | Michael Shalayeff |
2002-12-10 | Document BSD behavior of accepting '-' within optstring as long as | Todd C. Miller |
2002-12-10 | When doing permutation, only treat "-" as an option if it was specified | Todd C. Miller |
2002-12-10 | bug fix | Hiroaki Etoh |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-12-08 | Fix pasto, spotted by lebel@ | Todd C. Miller |
2002-12-08 | In BUGS section, append a warning to not use '-' as the first character | Todd C. Miller |
2002-12-08 | SUS (and apparently 1003.1-2001) say to check optstring for NULL | Todd C. Miller |
2002-12-08 | If we are passed "-" in argv and the user didn't specify '-' in optstring, | Todd C. Miller |
2002-12-08 | BSD getopt() supports '-' in the optstring so we should too. | Todd C. Miller |
2002-12-08 | remove unused data member from pthread_cond. | Marco S Hyman |
2002-12-07 | Fix pasto in last commit. | Todd C. Miller |
2002-12-07 | For getopt_long_only() we *do* want to match single-character options | Todd C. Miller |
2002-12-06 | In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead. | Todd C. Miller |
2002-12-06 | Fix two compatibility issues with our getopt_long_only() vs. the GNU version: | Todd C. Miller |
2002-12-05 | Correctly handle -Wlong_arg (no space between -W and long_arg) when "W;" | Todd C. Miller |
2002-12-05 | Reorganize this so that getopt_only_only() works correctly. | Todd C. Miller |
2002-12-05 | make getopt_long and getopt_long_only protos match getopt.h | Todd C. Miller |
2002-12-04 | Add "RETURN VALUES" sections | Todd C. Miller |
2002-12-04 | .Xr getopt_long | Todd C. Miller |
2002-12-03 | Whoops, add missing #ifdef REPLACE_GETOPT | Todd C. Miller |
2002-12-03 | fix typo | Todd C. Miller |
2002-12-03 | GNU-like getopt_long() from NetBSD with changes by me to support | Todd C. Miller |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-12-02 | Document getlogin_r() | Todd C. Miller |
2002-12-02 | Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. | Todd C. Miller |
2002-12-02 | KNF | Theo de Raadt |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt |
2002-11-29 | riduculous spelling; torh@bogus.net | Theo de Raadt |
2002-11-29 | tcpdump support for pfsync; henning@ ok | Michael Shalayeff |
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt |
2002-11-28 | fd sharing was re-enabled quite awhile ago. | Brad Smith |
2002-11-27 | Honour malloc_junk ('J') with realloc(3), and fix page_dir shrink update. | Thierry Deval |
2002-11-25 | Mention the net.inet.tcp.ecn sysctl. | Wilbern Cobb |
2002-11-25 | Warn if atexit(3) fails. Change some tabs to spaces. Use | Chad Loder |
2002-11-24 | Add HISTORY section | Todd C. Miller |
2002-11-24 | "The contents is" -> "The contents are" | Chad Loder |
2002-11-24 | Zero out the reserved fields of struct gmonhdr rather than leaving | Chad Loder |
2002-11-24 | Fix comment: s/trailing NULL/trailing NUL/, no code changes. | Chad Loder |