Age | Commit message (Expand) | Author |
2012-05-30 | Replace a loop with a memset, from Michael W Bombardieri. White here | Nicholas Marriott |
2012-04-15 | * Use NULL instead of 0 for pointers | Charles Longeau |
2012-04-10 | remove unused variable. | Charles Longeau |
2012-03-03 | Replace some loops with calloc/memset. From Michael W Bombardieri. | Nicholas Marriott |
2011-09-22 | Make use of the filename argument to open_error(), pointed out by | Nicholas Marriott |
2011-04-03 | Trim some very long unused debugging functions, from Michael W | Nicholas Marriott |
2011-04-01 | Add calls to some existing but previously unused free functions. Also | Nicholas Marriott |
2010-10-18 | remove references to now removed usd/psd/smm docs; | Jason McIntyre |
2010-10-17 | Stop installing me(1) and ms(1) source code. | Ingo Schwarze |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-21 | more HISTORY; from daniel dickman | Jason McIntyre |
2010-07-20 | daniel dickman has folded the relevant bits of the files being removed | Jason McIntyre |
2010-07-14 | Zero the pitem array so checking items after those used works as | Nicholas Marriott |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-12 | remove the directory portion of yyfix's pathname from usage's output. | Igor Sobrado |
2009-05-01 | remove unused function | Charles Longeau |
2009-02-10 | STANDARDS: | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-07-08 | Fix an venerable bug: if we're reducing a rule that has an empty | Otto Moerbeek |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2007-09-03 | move back to using malloc() instead of calloc(), because the yacc | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-01-17 | realively -> relatively | Ray Lai |
2006-04-21 | back out last (powerpc on bgpd build shows it is wrong) | Theo de Raadt |
2006-04-20 | use new LINTED keyword for a global which is perhaps not used, but must | Theo de Raadt |
2006-04-20 | Fix off-by-one read caused by bad grammars. I think this defect was | Chad Loder |
2006-04-20 | yydebug has to always be there, even if it is not used. this pleases | Theo de Raadt |
2005-06-10 | -Wall clean; ok otto deraadt | Peter Valchev |
2005-06-08 | add open_write_error() to bail on fopen(3) failing to open for write, gains | Peter Valchev |
2005-04-04 | convert to getopt(); ok millert@, otto@ | Robert Nagy |
2004-10-08 | xref yacc psd. ok millert@ | Otto Moerbeek |
2004-09-18 | Install the yacc(1) PSD. ok mickey@ jmc@ | Otto Moerbeek |
2004-08-08 | spacing | Theo de Raadt |
2004-03-12 | fix memory leak in the code yacc generates, ok millert deraadt | Henning Brauer |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2004-01-06 | protect output from %union from being anonymous using cpp guarding, for | Theo de Raadt |
2003-11-25 | obvious fix for gcc3. | Marc Espie |
2003-08-12 | Back out last commit, p->name is not always a malloc'ed object. | Todd C. Miller |
2003-08-12 | plug memory leak; Patrick Latifi | Todd C. Miller |
2003-06-19 | ansify; ok miod | Peter Valchev |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-16 | strcpy() removal; based on a patch from henning@ but simplified | Todd C. Miller |
2003-04-08 | string cleaning; ok tedu | Theo de Raadt |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2002-12-03 | caldera-licensed docs, now that they are free. need more work, thus not insta... | Michael Shalayeff |
2002-12-03 | constify the not yet constified tables, use defined(__STDC__) instead of ifde... | Michael Shalayeff |
2002-06-19 | have yacc spit out c compiler-like error messages, so that utilities which | Theo de Raadt |