Age | Commit message (Expand) | Author |
2004-05-15 | print the whole hint for bad limit modifiers. ok otto pedro | Ted Unangst |
2004-04-21 | correct way to specify a numeric argument to pushd is `+n', not `n'; | Jason McIntyre |
2004-04-21 | - add margin when formatting w/ -Tascii | Jason McIntyre |
2004-04-19 | point people to usd doc; | Jason McIntyre |
2004-03-18 | wording/grammar improvements from Jared Yanovich; | Jason McIntyre |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2003-12-01 | Truncate the source string before copying during variable substitution | Todd C. Miller |
2003-10-30 | double word from Tom Cosgrove; | Jason McIntyre |
2003-09-25 | Fix a bug where one byte past the end of a buffer could be touched | Todd C. Miller |
2003-09-19 | When sanity checking signal numbers, error out on signal >= NSIG, | Todd C. Miller |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-06-25 | protos | Theo de Raadt |
2003-06-23 | kill printf builtin. no reason to be a builtin, but furthermore, the | Theo de Raadt |
2003-06-23 | Don't not use getopt() in printf(1) since it causes formats beginning | Todd C. Miller |
2003-06-16 | better document "limit"; | Jason McIntyre |
2003-06-11 | de-register and ansify functions | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-29 | section reorder; | Jason McIntyre |
2003-05-14 | add missing prototype; ok deraadt@ | Jason Peel |
2003-05-12 | ansify functions, eliminating prototype declaration warnings; ok deraadt@ | Jason Peel |
2003-05-12 | add s_strl{cat,cpy} prototypes; ok tedu@ | Jason Peel |
2003-05-12 | s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED. | Jason Peel |
2003-05-12 | strstr() prototype shouldn't be here; kill NOTUSED and an extra newline; | Jason Peel |
2003-05-12 | cpu -> CPU | Jason McIntyre |
2003-05-12 | fix overflow in implicit constant conversion; ok millert@ | Jason Peel |
2003-05-08 | NUL-terminate the buffer returned by readlink() before we use it to Strlcpy() | Vincent Labrecque |
2003-04-30 | strvis -> strnvis | Vincent Labrecque |
2003-04-28 | typos; | Jason McIntyre |
2003-04-15 | remove final call to Strcpy/s_strcpy; some help from tedu | Theo de Raadt |
2003-04-08 | Strcat/s_strcat is unused | Theo de Raadt |
2003-04-07 | Strlcpy improvements. ok deraadt@ | Ted Unangst |
2003-03-09 | grammar fixes | David Krause |
2003-01-08 | bring in strlcpy and strlcat-like things for dealing with Char types, | Theo de Raadt |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-07-24 | Fix a bug I inadvertanly introduced while fixing the last problem in here. | Todd C. Miller |
2002-07-15 | Remove 1024 directory entry limit for tenex-style file completion. | Todd C. Miller |
2002-06-09 | knf | Todd T. Fries |
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-17 | A couple temporary workarounds for vax toolchain bugs. | Hugh Graham |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-14 | Avoid overflow in usage percent calculation. ok deraadt@ | Thomas Nordin |
2002-02-01 | avoid SEGV on out-of-range argument reference ("echo $020129163642"). | Jun-ichiro itojun Hagino |
2001-12-01 | KNF | Theo de Raadt |
2001-11-13 | o) start new sentence on a new line; | Mike Pechkin |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-25 | unsmoke drugs. | Artur Grabowski |
2001-06-25 | fix obvious warnings. | Artur Grabowski |