Age | Commit message (Expand) | Author |
2008-05-20 | remove Xr to non-existent page, rogue(6); | Jason McIntyre |
2008-05-20 | tweaks to bs(6): | Igor Sobrado |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-04-05 | No need to say BSD only, this is OpenBSD. Also, remove part about | Todd C. Miller |
2008-04-05 | a little tidy up; | Jason McIntyre |
2008-04-02 | order the options correctly; | Jason McIntyre |
2008-04-01 | Add a -k option to use the kernel symbols as the words file. | Miod Vallat |
2008-03-26 | Bomb out if we cannot read the input. This happens when select | Todd C. Miller |
2008-03-24 | remove dependency on recalloc() | Todd C. Miller |
2008-03-20 | Add single line descriptions for the -B and -c flags. | Todd C. Miller |
2008-03-20 | Update usage in help file. | Todd C. Miller |
2008-03-20 | Remove a bug that I fixed. | Todd C. Miller |
2008-03-20 | Make the bog code generic enough to handle arbitrary NxN grids and | Todd C. Miller |
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado |
2008-02-16 | typo; from he@netbsd, -r1.44 | Jason McIntyre |
2008-01-26 | remove a bad space; from he@netbsd | Jason McIntyre |
2008-01-04 | from dholland@netbsd: | Jason McIntyre |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-11-06 | fix format string | Charles Longeau |
2007-10-22 | - remove a duplicate entry. since the fortune can hardly be termed | Jason McIntyre |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-09-14 | remove some warnings: | Charles Longeau |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-09-09 | Move redundant prompt/fgets/sscanf lines into a function with | Ray Lai |
2007-09-06 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau |
2007-09-04 | Some more simple malloc(n * m) -> calloc(n, m) conversions. | Hans-Joerg Hoexer |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-23 | Check fgets for failure and do a proper newline strip. | Ray Lai |
2007-07-10 | update some capital cities (and spelling); from Daniel Dickman | Jason McIntyre |
2007-06-26 | Set shortest string count to 0 in strfile(8), if there a no strings found | Moritz Jodeit |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-27 | - add Beijing as a choice for the capital of China | Antoine Jacoutot |
2007-05-07 | brigader -> brigadier; | Jason McIntyre |
2007-04-13 | when updating atc(6) to split the -f and -g flags in two options | Igor Sobrado |
2007-04-13 | let -f and -g be in different options even if the argument | Igor Sobrado |
2007-04-02 | provide some missing arguments and tidy up usage(); from Igor Sobrado | Jason McIntyre |
2007-04-02 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre |
2007-04-02 | tidy up synopsis and sort options; from Igor Sobrado | Jason McIntyre |
2007-04-02 | -i takes an argument; from Igor Sobrado | Jason McIntyre |
2007-04-02 | tidy up synopis and usage(); sort options; from Igor Sobrado | Jason McIntyre |
2007-04-02 | sort options; from Igor Sobrado | Jason McIntyre |
2007-04-02 | -d takes an argument; from Igor Sobrado | Jason McIntyre |
2007-04-02 | tidy up synopsis; from Igor Sobrado | Jason McIntyre |
2007-04-02 | sort options + kill usage() verbosity; from Igor Sobrado | Jason McIntyre |
2007-04-02 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre |
2007-04-02 | -o and -r take arguments; from Igor Sobrado | Jason McIntyre |
2007-04-02 | .Ar for arguments; from Igor Sobrado | Jason McIntyre |
2007-03-22 | typo; from Seth Hieronymus | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |