Age | Commit message (Expand) | Author |
2003-09-05 | add some spacing after displays; | Jason McIntyre |
2003-09-04 | put escapes in the right place; | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-08-25 | pr3412: remove dups, from Morten Liebach. ok deraadt@ | Ted Unangst |
2003-08-07 | unknwown->unknown, spotted by miod@. now that we have an otto@, theo.c | Jolan Luff |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-10 | add missing includes | David Krause |
2003-07-06 | convert a bunch of strn{cpy,cat}->strl{cpy,cat} | Anil Madhavapeddy |
2003-07-06 | add a comment that an strncpy should not be converted to an strlcpy; | Anil Madhavapeddy |
2003-07-06 | convert some strncpy->strlcpy | Anil Madhavapeddy |
2003-06-18 | return pointer from off_name() function as it's meant to be - this | Peter Valchev |
2003-06-17 | Give this header file, which was split off by d@, the same (BSD) license as | Paul Janzen |
2003-06-17 | d@ has asked me to put in an explicit "Public domain" on header files for code | Paul Janzen |
2003-06-11 | Number 43. | Paul Janzen |
2003-06-11 | spelling | Paul Janzen |
2003-06-11 | Licensing issues resolved on bs and hunt, so build them again. | Paul Janzen |
2003-06-11 | Original author agreed to permit bs to be released under BSD license. | Paul Janzen |
2003-06-11 | New license from the official hunt release at | Paul Janzen |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | Instead of saying "The Berkeley software License Agreement specifies | Todd C. Miller |
2003-06-01 | Undo a misguided attempt to fix speling errors from long ago. UCB | Todd C. Miller |
2003-05-30 | removed unnecessary .Ns; | Jason McIntyre |
2003-05-30 | section reorder; | Jason McIntyre |
2003-05-30 | section reorder; | Jason McIntyre |
2003-05-30 | section reorder; | Jason McIntyre |
2003-05-30 | section reorder; | Jason McIntyre |
2003-05-30 | put space between macro arguments and punctuation; | Jason McIntyre |
2003-05-20 | Fix broken .Xr and uncomment it. | Paul Janzen |
2003-05-19 | A few more includes discovered in a -fno-builtin compile | Paul Janzen |
2003-05-19 | NetBSD check to make sure not to deref -1. | Paul Janzen |
2003-05-19 | Remove #ifdef'ed out unnecessary defines. | Paul Janzen |
2003-05-19 | ANSI | Paul Janzen |
2003-05-19 | volatile sig_atomic_t | Paul Janzen |
2003-05-19 | Standard capitalization | Paul Janzen |
2003-05-19 | From NetBSD: as per standard hack 1.0.3, shops should have only one door. | Paul Janzen |
2003-05-19 | De-register, ANSIfy, clean up. | Paul Janzen |
2003-05-17 | "nokeep" added to prevent warning when generating table; | Jason McIntyre |
2003-05-12 | NetBSD: remove redundant decl | Paul Janzen |
2003-05-12 | From NetBSD: don't need to declare ospeed. | Paul Janzen |
2003-05-12 | From NetBSD: remove redundant declaration | Paul Janzen |
2003-05-12 | Oops, one more grammar error. | Paul Janzen |
2003-05-12 | Start with NetBSD's man page, which has been converted to mdoc, and do | Paul Janzen |
2003-05-12 | From NetBSD: remove redundant declaration | Paul Janzen |
2003-05-12 | From NetBSD: remove more duplicate declarations. | Paul Janzen |
2003-05-11 | Remove duplicate prototype. | Paul Janzen |
2003-05-11 | Corrections from FreeBSD via NetBSD. | Paul Janzen |
2003-05-07 | Major strings rework. Ok pjanzen@ | Thierry Deval |
2003-04-27 | strcpy -> strlcpy | Thierry Deval |
2003-04-25 | string cleanup; ok millert | Theo de Raadt |