| Age | Commit message (Expand) | Author |
| 2004-01-06 | Simplify previous; if F_CLOSEM fails, just fall back doing the old thing. | christos |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2004-01-05 | use F_CLOSEM if it is available. | christos |
| 2003-12-17 | Handle breaksw inside while loop (from tcsh) | christos |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | rework to use the newer _MKMSGCREATE (et al) macros | lukem |
| 2003-10-19 | support MAKEVERBOSE | lukem |
| 2003-09-19 | make signal range check consistent. | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 2003-07-29 | move ${DEPENDSRCS} target to after .include <bsd.*.mk> | lukem |
| 2003-07-28 | Use ${DEPENDSRCS} as a target instead of .depend, now that | lukem |
| 2003-07-14 | cpu -> CPU. | wiz |
| 2003-07-12 | strlcpy | itojun |
| 2003-07-10 | Rename a large chunk of the make(1) variables which refer to a | lukem |
| 2003-05-01 | Some grammar and punctuation fixes from jmc@openbsd. | wiz |
| 2003-04-05 | Bump date for last. | wiz |
| 2003-04-05 | Additional text & formatting for the csh "limit" command; | fair |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-08 | use strtol() for better error handling in builtin kill (Peter Jeremy) | christos |
| 2003-02-08 | remove maxitems limit (from Todd Miller) | christos |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-16 | Rename `sigset' locals to avoid symbol shadowing warning. | kleink |
| 2003-01-06 | descriptor, not decriptor. | wiz |
| 2003-01-05 | Add ${MACROS} to ${ROFF} usage to make output readable | pooka |
| 2002-10-19 | use readlink with bufsize - 1; approved thorpej. | provos |
| 2002-09-25 | New policy: New sentences start on a new line. | wiz |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). | lukem |
| 2002-08-12 | calloc() arg mistake. it's (nelem, size). from openbsd | itojun |
| 2002-07-10 | Fix a typo in a comment. moritz@jodeit.org via OpenBSD. | wiz |
| 2002-05-28 | Since we have rlim_t, use it. | wiz |
| 2002-05-25 | __STDC__ is always defined on NetBSD. | wiz |
| 2002-03-08 | % set verbose echo | christos |
| 2002-03-08 | Fix: | christos |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-06 | type in ^ directly, instead of \(ua which isn't in all the fonts | ross |
| 2002-01-30 | stderror does not return. | christos |
| 2002-01-30 | Fix problem where | itohy |
| 2001-12-20 | Whitespace nits. | wiz |
| 2001-12-17 | make sure that rlim_cur >= rlim_max in all the setrlimit(2) cases. | christos |
| 2001-12-12 | Document set time variables, and the format strings recognized. | wiz |
| 2001-11-03 | fix WARNS=2 | lukem |
| 2001-10-17 | Whitespace, punctuation fixes. Sort sections. | wiz |
| 2001-09-16 | Use setprogname. Patch by Petri Koistinen. | wiz |
| 2001-09-14 | ANSIfication and KNF improvements by Petri Koistinen in bin/13689, | wiz |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-03-16 | Add references to getrlimit(2) and setrlimit(2) under the csh built-in | fair |
| 2001-03-14 | echo;echo;echo; should echo | christos |
| 2001-01-06 | eliminate nested extern decls. | christos |
| 2000-12-14 | Need alvec global variable now. | simonb |