Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
The item list really did want to be zero-filled since free_items() relies on this to find the end point. However, this is really pretty dumb since we *know* how many items are in the list. This highlights the elusive bug I was trying to fix--free_items() expects the list to be NULL-terminated which was not the case if the list was full. The fix is to simply pass free_items() the number of elements in the list. | |||
2002-07-15 | Remove 1024 directory entry limit for tenex-style file completion. | Todd C. Miller | |
This fixes a mysterious segv when doing file completion twice in directories w/ more than 1024 files. | |||
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 ↵ | Todd C. Miller | |
outside the tree) | |||
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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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 | |
o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; millert@ ok; | |||
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
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 | |
2001-06-22 | mark signal races, and remove junk | Theo de Raadt | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2000-12-22 | repair same static buf oflow in printf(1) and printf(1) internal inside csh(1) | Theo de Raadt | |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell | |
- .Sh AUTHOR -> .Sh AUTHORS | |||
2000-11-09 | Insert some missing commas. | Aaron Campbell | |
2000-10-30 | Use mkstemp(3) for here document (<<) temporary files instead of $$ | Todd C. Miller | |
Problem noted by proton@ENERGYMECH.NET | |||
2000-10-19 | Where we talk about $$, also say mention that PIDs are not safe to use for | Aaron Campbell | |
generating temporary file names, and point people to mktemp(1) instead. | |||
2000-09-04 | even better fix for importpath(); from christos@zoulas.com; millert@ ok | Michael Shalayeff | |
2000-08-30 | prevent core dumps when stderror() is called before reslab is initialized | Michael Shalayeff | |
2000-06-28 | Use strtol(), not atoi() when converting a decimal string to an integer. | Todd C. Miller | |
That way we can catch typos when people say 'kill -HUP 65Q' and not send the signal to process 65. Theo and myself. | |||
2000-04-17 | Move some misplaced periods outside of the parentheses. | Aaron Campbell | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
2000-01-18 | Formatting fix; form@ | Aaron Campbell | |
1999-10-05 | correct to show our current path situation | Eric Jackson | |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-06-03 | use the hyphenated form "command-line" in the case of a compound adjective; | Aaron Campbell | |
pjanzen@ | |||
1999-05-30 | repairs | Aaron Campbell | |
1999-05-24 | document the -m flag, normally only used by su(1); woods@most.weird.com, | Aaron Campbell | |
NetBSD PR/5802 | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-12 | builtin -> built-in | Aaron Campbell | |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-04 | precedence comment; netbsd | Theo de Raadt | |
1999-02-21 | NUL not NULL | Theo de Raadt | |
1998-12-21 | correct built-in kill | Theo de Raadt | |
1998-12-21 | like kill(1), have csh builtin handle -SIGxxx names; kleink | Theo de Raadt | |
1998-12-16 | indent | Theo de Raadt | |
1998-12-16 | doc printf built-in | Theo de Raadt | |