Age | Commit message (Expand) | Author |
2024-08-28 | use the right FILE to parse the config, not stdin | Omar Polo |
2024-08-21 | get rid of inet_aton | Florian Obser |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2022-08-08 | switch fgetln remnants to getline. ok millert@ | Omar Polo |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2020-02-14 | no need to declare "extern optarg" and "extern optind" | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-06-15 | Remove the Installation section and fix a nonexistent path. | Michal Mazurek |
2017-04-08 | format string is better be literal | Gleydson Soares |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2017-01-20 | In "%.*s" the * takes (int). gcc whines if you try to use the result | Kenneth R Westerback |
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-03-28 | remove unused variables | Charles Longeau |
2016-03-21 | Instead of creating a socket with socket() or accept() and then | Philip Guenther |
2016-03-07 | - General changes: | mestre |
2016-01-10 | Remove needless casts to (char *) NULL. Some were kept, namely for execl(3) | mestre |
2016-01-10 | As per style(9), remove remaining lint-style comments from games/ | mestre |
2016-01-07 | ANSIfy hunt(6) | mestre |
2016-01-07 | Headers cleanup and sorting | mestre |
2016-01-07 | Some basic code maintenance in games/ | tb |
2015-12-26 | Set as __dead a few more functions, that don't return, on games/ | mestre |
2015-12-16 | Use __progname instead of hand-rolled parsing of argv[0]. | tb |
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-24 | Cast isprint()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast toupper()'s argument to unsigned char. | mmcc |
2015-09-27 | Delete pointless NOSTRICT comments | Philip Guenther |
2015-09-25 | Fix -D in the synopsis line: | Ingo Schwarze |
2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller... | Theo de Raadt |
2014-11-19 | We don't need no stinkin' non-new-curses code. Also eliminates a | Kenneth R Westerback |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-09-28 | I was mistaken: Nothing's wrong with contractions, they're just a normal | Ingo Schwarze |
2014-09-26 | Add missing .An macros (found with mandoc -Tlint) and | Ingo Schwarze |
2014-05-25 | use calloc. from Benjamin Baier | Ted Unangst |
2014-03-23 | some minor cleanup: | Jason McIntyre |
2014-03-23 | stop using libwrap. ok deraadt | Ted Unangst |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2013-01-17 | macro fixes; | Jason McIntyre |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2009-12-10 | fix potential bugs spotted by parfait | Bob Beck |
2008-10-02 | zap trailing whitespace; | Jason McIntyre |
2008-10-02 | spelling; Dieter Rauschenberger | Theo de Raadt |
2008-10-02 | Remove useless setsid() and setpgrp() calls and add -b option to | Todd C. Miller |
2008-06-20 | Fix erroneous variadics. Ok millert@ | Anders Magnusson |
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado |
2007-11-06 | fix format string | Charles Longeau |
2007-09-04 | Some more simple malloc(n * m) -> calloc(n, m) conversions. | Hans-Joerg Hoexer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-02 | tidy up synopis and usage(); sort options; from Igor Sobrado | Jason McIntyre |