Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-05 | constify char *. | Marc Espie | |
Add lookup functions for suffixes and transforms, and stat them. okay otto@ | |||
2004-04-21 | - correct SYNOPSIS | Jason McIntyre | |
- add missing options to usage() and slight sync - point people to psd doc | |||
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie | |
more explicit/more consistent names. okay otto@ | |||
2004-03-13 | .IT -> .It | Jason McIntyre | |
2004-02-12 | plural of suffix is suffixes; | Jason McIntyre | |
idea stolen from a NetBSD PR submitted by Todd Vierling; | |||
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 | |
noticed by tedu. | |||
2004-01-28 | revert totally unapproved commit. | Marc Espie | |
2004-01-28 | missing deps for generate and a commented out section useful for ↵ | Michael Shalayeff | |
bootstrapping w/ alien libc's (now that it uses an evil o'hash functions) | |||
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2003-11-22 | :mod, simpler search patterns. Idea from NetBSD. | Marc Espie | |
ok jmc@ | |||
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 | |
- correctly set *freePtr, not freePtr. input and ok espie@. | |||
2003-09-29 | - add some indent and spacing | Jason McIntyre | |
- punctuation fixes - update SEE ALSO | |||
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-07-14 | - .Ql -> .Sq where literal doesn't make sense | Jason McIntyre | |
- fix the width specifiers in lists/displays - change the for loop into a display for better formatting ok espie@ | |||
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 | |
by miod and ok miod@ | |||
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
okay millert@ | |||
2003-04-06 | get rid of some strcpy/sprintf. | Marc Espie | |
ok krw@, matthieu@, deraadt@ | |||
2003-03-28 | little cleanup; | Jason McIntyre | |
systrace(1) ok provos@ | |||
2003-03-10 | these pages all had bad section numbers in the .Xr's; | Jason McIntyre | |
lots of help and ok millert@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-01-05 | Grammar and typo fixes, general language improvements | Peter Valchev | |
from jmc@prioris.mini.pw.edu.pl with changes by me | |||
2003-01-03 | revert: reintroduce allTargets list #if CLEANUP, as all nodes are not added | Marc Espie | |
to the hash. ok miod@ | |||
2002-12-30 | Don't pass a NULL arg to Parse_DoVar which can happen if user specifies | Todd C. Miller | |
"make --". Check for "-", not "--" when deciding whether or not to pass something to Lst_AtEnd() (I misunderstood what the old code was trying to do). This fixes, e.g. ports/graphics/tiff | |||
2002-12-30 | Avoid setting optind to 0 since in GNU getopt() that means the same | Todd C. Miller | |
as optreset in BSD getopt. This actually simplifies things a bit. espie@ OK | |||
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 | |
from Tomoyuki Sahara <tshr@oak.dti.ne.jp>; nick@ says this looks better, too | |||
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; ↵ | Michael Shalayeff | |
deraadt@ ok | |||
2002-07-25 | Obey LDSTATIC when building "generate". | Artur Grabowski | |
2002-06-13 | synch comments with actual code. | Marc Espie | |
Okay miod@. | |||
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-06-11 | This is the first step in sanitizing the conditional parser. | Marc Espie | |
Change the conditional recognition algorithm: scan for a sequence of alphabetic characters, hash it, and compare it against a small table (using ohash functions). This makes Cond_Eval entry more logical, and allows for some shortcuts in recognizing .include, .for, .undef. This also means that conditionals must have an intervening blank between the keyword and the actual test, e.g., .ifA will no longer work. (but no-one actually uses this, and it's highly obfuscated) Okay miod@. | |||
2002-06-08 | . include, | Marc Espie | |
variable modifiers: standard vs non-standard. ok miod@, millert@ | |||
2002-06-05 | missing $OpenBSD$ marker | Marc Espie | |
2002-06-05 | tweak quick_lookup for a faster path. | Marc Espie | |
okay millert@ | |||
2002-05-29 | more snprintf | Theo de Raadt | |
2002-05-27 | unsigned vs unsigned int | Theo de Raadt | |