Age | Commit message (Expand) | Author |
2004-06-22 | why should . and .. be the first two entries of any dir ? | Marc Espie |
2004-06-19 | avoid a null pointer dereference if the .DEFAULT target has no commands; | Robert Nagy |
2004-05-05 | constify char *. | Marc Espie |
2004-04-21 | - correct SYNOPSIS | Jason McIntyre |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2004-03-13 | .IT -> .It | Jason McIntyre |
2004-02-12 | plural of suffix is suffixes; | Jason McIntyre |
2004-02-09 | slight tweaks, ok jmc@ | Marc Espie |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2004-01-30 | a collection of flags is an int. | Marc Espie |
2004-01-28 | revert totally unapproved commit. | Marc Espie |
2004-01-28 | missing deps for generate and a commented out section useful for bootstrappin... | Michael Shalayeff |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
2003-11-22 | :mod, simpler search patterns. Idea from NetBSD. | Marc Espie |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-19 | out of bounds. report by david@. ok espie@ | Ted Unangst |
2003-10-07 | - check if result is valid before using it. | Federico G. Schwindt |
2003-09-29 | - add some indent and spacing | Jason McIntyre |
2003-09-04 | put escapes in the right place; | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-07-14 | - .Ql -> .Sq where literal doesn't make sense | Jason McIntyre |
2003-06-27 | missing full stop and a .Pp; | Jason McIntyre |
2003-06-25 | Use sizeof(nextpathbuf) instead of 2 * MAXPATHLEN; espie@ OK | Todd C. Miller |
2003-06-25 | kill unused strcpy. Let the preprocessor compute the right size, as suggested | Marc Espie |
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-21 | Stop parsing arguments when we hit "--". | Todd C. Miller |
2003-04-21 | build expanded brace with more explicit bound checking. | Marc Espie |
2003-04-06 | get rid of some strcpy/sprintf. | Marc Espie |
2003-03-28 | little cleanup; | Jason McIntyre |
2003-03-10 | these pages all had bad section numbers in the .Xr's; | Jason McIntyre |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-01-05 | Grammar and typo fixes, general language improvements | Peter Valchev |
2003-01-03 | revert: reintroduce allTargets list #if CLEANUP, as all nodes are not added | Marc Espie |
2002-12-30 | Don't pass a NULL arg to Parse_DoVar which can happen if user specifies | Todd C. Miller |
2002-12-30 | Avoid setting optind to 0 since in GNU getopt() that means the same | Todd C. Miller |
2002-12-29 | check -DCLEANUP compilation | Marc Espie |
2002-12-29 | Synch comment with code | Marc Espie |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-08-30 | okay, I'll bite. s/sports/supports/ can go in; it's clearer. | Jason Peel |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-08-05 | dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK. | Todd C. Miller |
2002-07-31 | use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera... | Michael Shalayeff |
2002-07-25 | Obey LDSTATIC when building "generate". | Artur Grabowski |
2002-06-13 | synch comments with actual code. | Marc Espie |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-06-11 | This is the first step in sanitizing the conditional parser. | Marc Espie |
2002-06-08 | . include, | Marc Espie |
2002-06-05 | missing $OpenBSD$ marker | Marc Espie |
2002-06-05 | tweak quick_lookup for a faster path. | Marc Espie |